MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

Tools/gdb/libpython.py:2168–2172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2166class PyLocals(gdb.Command):
2167 'Look up the given python variable name, and print it'
2168 def __init__(self):
2169 gdb.Command.__init__ (self,
2170 "py-locals",
2171 gdb.COMMAND_DATA,
2172 gdb.COMPLETE_NONE)
2173
2174
2175 def invoke(self, args, from_tty):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected