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

Class ProxyException

Tools/gdb/libpython.py:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570 self.safe_tp_name(), pyop_attrs, self.as_address())
571
572class ProxyException(Exception):
573 def __init__(self, tp_name, args):
574 self.tp_name = tp_name
575 self.args = args
576
577 def __repr__(self):
578 return '%s%r' % (self.tp_name, self.args)
579
580class PyBaseExceptionObjectPtr(PyObjectPtr):
581 """

Callers 1

proxyvalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…