MCPcopy Index your code
hub / github.com/python/cpython / PMClass

Class PMClass

Lib/test/test_inspect/test_inspect.py:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 coro = coroutine_function_example(1)
252
253 class PMClass:
254 async_generator_partialmethod_example = functools.partialmethod(
255 async_generator_function_example)
256 coroutine_partialmethod_example = functools.partialmethod(
257 coroutine_function_example)
258 gen_coroutine_partialmethod_example = functools.partialmethod(
259 gen_coroutine_function_example)
260
261 # partialmethods on the class, bound to an instance
262 pm_instance = PMClass()

Callers 1

test_iscoroutineMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_iscoroutineMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…