Searched defs:a_property (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_doctest.py | 83 a_property = property(get, doc=""" variable in SampleClass |
/external/python/cpython3/Lib/test/ | ||
D | test_doctest.py | 85 a_property = property(get, doc=""" variable in SampleClass |
/external/tensorflow/tensorflow/tools/docs/ | ||
D | parser_test.py | 52 def a_property(self): member in TestClass |