MCPcopy
hub / github.com/django/django / close

Method close

django/core/files/base.py:120–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 return self
119
120 def close(self):
121 self.file.close()
122
123
124class ContentFile(File):

Callers 15

__exit__Method · 0.95
saveMethod · 0.45
hashed_nameMethod · 0.45
__del__Method · 0.45
_get_spatialite_funcMethod · 0.45
handleClickFunction · 0.45
dismissChildPopupsFunction · 0.45

Calls

no outgoing calls