Home
last modified time | relevance | path

Searched defs:func_repr (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dfuncobject.c722 func_repr(PyFunctionObject *op) in func_repr() function
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py340 def func_repr(func): function