Home
last modified time | relevance | path

Searched defs:A_staticmethod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dpydocfodder.py107 def A_staticmethod(): member in A_new
109 A_staticmethod = staticmethod(A_staticmethod) variable in A_new
/external/python/cpython3/Lib/test/
Dpydocfodder.py107 def A_staticmethod(): member in A_new
109 A_staticmethod = staticmethod(A_staticmethod) variable in A_new