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

Method __init__

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

Source from the content-addressed store, hash-verified

2041class PyUp(gdb.Command):
2042 'Select and print all python stack frame in the same eval loop starting from the one that called this one (if any)'
2043 def __init__(self):
2044 gdb.Command.__init__ (self,
2045 "py-up",
2046 gdb.COMMAND_STACK,
2047 gdb.COMPLETE_NONE)
2048
2049
2050 def invoke(self, args, from_tty):

Callers 7

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected