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

Method __init__

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

Source from the content-addressed store, hash-verified

2132class PyPrint(gdb.Command):
2133 'Look up the given python variable name, and print it'
2134 def __init__(self):
2135 gdb.Command.__init__ (self,
2136 "py-print",
2137 gdb.COMMAND_DATA,
2138 gdb.COMPLETE_NONE)
2139
2140
2141 def invoke(self, args, from_tty):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected