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

Class BuiltInFunctionProxy

Tools/gdb/libpython.py:614–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612
613
614class BuiltInFunctionProxy(object):
615 def __init__(self, ml_name):
616 self.ml_name = ml_name
617
618 def __repr__(self):
619 return "<built-in function %s>" % self.ml_name
620
621class BuiltInMethodProxy(object):
622 def __init__(self, ml_name, pyop_m_self):

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…