Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __init__
Method
__init__
Tools/gdb/libpython.py:1939–1943 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1937
''
&
#x27;
1938
1939
def
__init__(self):
1940
gdb.Command.__init__ (self,
1941
"py-list"
,
1942
gdb.COMMAND_FILES,
1943
gdb.COMPLETE_NONE)
1944
1945
1946
def
invoke(self, args, from_tty):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected