Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ write
Method
write
tools/python-3.11.9-amd64/Lib/zipfile.py:801–804 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
799
self.offset = 0
800
801
def
write(self, data):
802
n = self.fp.write(data)
803
self.offset += n
804
return
n
805
806
def
tell(self):
807
return
self.offset
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected