MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / load

Method load

tools/python-3.11.9-amd64/Tools/demo/spreadsheet.py:221–223  ·  view source on GitHub ↗
(self, filename)

Source from the content-addressed store, hash-verified

219 f.write('\n')
220
221 def load(self, filename):
222 with open(filename, 'rb') as f:
223 SheetParser(self).parsefile(f)
224
225class SheetParser:
226

Callers 4

parse_manifestFunction · 0.45
check_dumpFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45

Calls 3

SheetParserClass · 0.85
parsefileMethod · 0.80
openFunction · 0.50

Tested by

no test coverage detected