Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_doctest.py76 def a_staticmethod(v): member in SampleClass
82 a_staticmethod = staticmethod(a_staticmethod) variable in SampleClass