Searched refs:__callable__ (Results 1 – 1 of 1) sorted by relevance
921 auto __callable__ = __call__.AsType<PythonCallable>(); in GetArgInfo() local922 if (__callable__.IsValid()) { in GetArgInfo()923 py_func_obj = PyMethod_GET_FUNCTION(__callable__.get()); in GetArgInfo()924 PythonObject im_self = __callable__.GetAttributeValue("im_self"); in GetArgInfo()