MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / close

Method close

17-it-generator/isis2json/iso2709.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return ''.join(chunks)
67
68 def close(self):
69 self.file.close()
70
71class IsoRecord(object):
72 label_part_names = ('rec_len rec_status impl_codes indicator_len identifier_len'

Callers 6

iter_iso_recordsFunction · 0.95
handle_echoFunction · 0.45
handle_echoFunction · 0.45
add_globalsFunction · 0.45
iter_mst_recordsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected