Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _dummy_key
Method
_dummy_key
Tools/gdb/libpython.py:1323–1324 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1321
1322
@classmethod
1323
def
_dummy_key(self):
1324
return
gdb.lookup_global_symbol(
'_PySet_Dummy'
).value()
1325
1326
def
__iter__(self):
1327
dummy_ptr = self._dummy_key()
Callers
1
__iter__
Method · 0.95
Calls
1
value
Method · 0.45
Tested by
no test coverage detected