Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c463 func_repr(PyFunctionObject *op) in func_repr() function
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c722 func_repr(PyFunctionObject *op) in func_repr() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_futures.py340 def func_repr(func): function