Searched refs:PYTHON_INSTANCE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_call.py | 399 PYTHON_INSTANCE = PythonClass() variable 422 (PYTHON_INSTANCE.method, (1, 2), [1, 2]), 423 (PYTHON_INSTANCE.method_noarg, (), "noarg"), 424 (PYTHON_INSTANCE.class_method, (), "classmethod"), 425 (PYTHON_INSTANCE.static_method, (), "staticmethod"), 439 (PYTHON_INSTANCE.method, (1,), {'arg2': 2}, [1, 2]), 440 (PYTHON_INSTANCE.method, (), {'arg1': 1, 'arg2': 2}, [1, 2]),
|
Completed in 2 milliseconds