MCPcopy
hub / github.com/cherrypy/cherrypy / close

Method close

cherrypy/lib/encoding.py:59–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 return res
58
59 def close(self):
60 if is_closable_iterator(self._iterator):
61 self._iterator.close()
62
63 def __getattr__(self, attr):
64 if attr.startswith('__'):

Callers 1

decompressFunction · 0.45

Calls 1

is_closable_iteratorFunction · 0.90

Tested by

no test coverage detected