Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ getname
Method
getname
tools/python-3.11.9-amd64/Lib/chunk.py:82–84 ·
view source on GitHub ↗
Return the name (ID) of the current chunk.
(self)
Source
from the content-addressed store, hash-verified
80
self.seekable = True
81
82
def
getname(self):
83
""
"Return the name (ID) of the current chunk."
""
84
return
self.chunkname
85
86
def
getsize(self):
87
""
"Return the size of the current chunk."
""
Callers
1
initfp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected