Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
225
class
SheetParser:
226
Callers
4
parse_manifest
Function · 0.45
check_dump
Function · 0.45
main
Function · 0.45
__init__
Method · 0.45
Calls
3
SheetParser
Class · 0.85
parsefile
Method · 0.80
open
Function · 0.50
Tested by
no test coverage detected