Home
last modified time | relevance | path

Searched defs:class_method (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenObjC/
Darc.m69 + (void) class_method; class
81 + (void) class_method {} class
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py81 def class_method(cls): member in TestClass
515 def class_method(cls): member in InspectUtilsTest.test_getdefiningclass.Superclass
/external/python/cpython3/Lib/test/
Dtest_call.py359 def class_method(cls): member in PythonClass
Dtest_inspect.py1445 def class_method(cls): pass member in TestIsDataDescriptor.test_functions.Test
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmock.py1615 def class_method(cls): pass member in MockTest.test_create_autospec_classmethod_and_staticmethod.TestClass
Dtestpatch.py56 def class_method(cls): pass member in Foo