Home
last modified time | relevance | path

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

/external/clang/test/CodeGenObjC/
Dweak-metaclass-visibility.m43 +(void)classmethod { [super class]; } class in hax
/external/python/cpython3/Objects/
Dfuncobject.c1148 } classmethod; typedef
/external/python/absl-py/absl/testing/
Dabsltest.py546 def classmethod(self, fclassmethod): member in _method