MCPcopy Create free account
hub / github.com/ActiveState/code / close

Method close

recipes/Python/572196_RSA/recipe-572196.py:236–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 def __iter__(self):
235 return self
236 def close(self):
237 self.flush()
238 self.f.close()
239
240try:
241 import psyco

Callers 15

recipe-546517.pyFile · 0.45
__init__Method · 0.45
zipitFunction · 0.45
un_zipitFunction · 0.45
__closeMethod · 0.45
loadMethod · 0.45
recipe-56037.pyFile · 0.45
convertMethod · 0.45
_addr2lineFunction · 0.45
_backtrace2lineFunction · 0.45
_sourceFunction · 0.45
getMethod · 0.45

Calls 1

flushMethod · 0.95

Tested by

no test coverage detected