MCPcopy Index your code
hub / github.com/python/mypy / get_func_wrapper

Function get_func_wrapper

mypyc/irbuild/callable_class.py:118–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 line = builder.fn_info.fitem.line
117
118 def get_func_wrapper() -> Value:
119 return builder.add(GetAttr(builder.self(), CPYFUNCTION_NAME, line))
120
121 for name, primitive in properties.items():
122 with builder.enter_method(callable_class_ir, name, object_rprimitive, internal=True):

Callers 1

add_coroutine_propertiesFunction · 0.85

Calls 3

GetAttrClass · 0.90
addMethod · 0.45
selfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…