Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
class
IsoRecord(object):
72
label_part_names = (
'rec_len rec_status impl_codes indicator_len identifier_len'
Callers
6
iter_iso_records
Function · 0.95
handle_echo
Function · 0.45
handle_echo
Function · 0.45
add_globals
Function · 0.45
iter_mst_records
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected