Searched refs:func_repr (Results 1 – 4 of 4) sorted by relevance
23 func_repr = _format_callback(func, args, None)26 func_repr += f' at {source[0]}:{source[1]}'27 return func_repr50 func_repr = func.__qualname__52 func_repr = func.__name__54 func_repr = repr(func)56 func_repr += _format_args_and_kwargs(args, kwargs)58 func_repr += suffix59 return func_repr
297 def func_repr(func): function304 fake_repr = func_repr(_fakefunc)315 first_repr = func_repr(first_cb)316 last_repr = func_repr(last_cb)
463 func_repr(PyFunctionObject *op) in func_repr() function554 (reprfunc)func_repr, /* tp_repr */
547 func_repr(PyFunctionObject *op) in func_repr() function602 (reprfunc)func_repr, /* tp_repr */