Home
last modified time | relevance | path

Searched refs:PythonClass (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_call.py383 class PythonClass: class
399 PYTHON_INSTANCE = PythonClass()
418 (PythonClass.class_method, (), "classmethod"),
419 (PythonClass.static_method, (), "staticmethod"),