Home
last modified time | relevance | path

Searched refs:a_property (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/docs/
Dparser_test.py74 def a_property(self): member in TestClass
155 'TestClass.a_property': TestClass.a_property,
192 self.assertIs(TestClass.a_property, page_info.properties[0].obj)
543 'tf.TestModule.TestClass.a_property': TestClass.a_property,
/external/python/cpython2/Lib/test/
Dtest_doctest.py83 a_property = property(get, doc=""" variable in SampleClass
Dtest_zipimport_support.py145 test_zipped_doctest.SampleClass.a_property,
/external/python/cpython3/Lib/test/
Dtest_doctest.py87 a_property = property(get, doc=""" variable in SampleClass
Dtest_zipimport_support.py151 test_zipped_doctest.SampleClass.a_property,