Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ name
Method
name
Lib/lzma.py:163–165 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
162
@property
163
def
name(self):
164
self._check_not_closed()
165
return
self._fp.name
166
167
@property
168
def
mode(self):
Callers
nothing calls this directly
Calls
1
_check_not_closed
Method · 0.80
Tested by
no test coverage detected