Home
last modified time | relevance | path

Searched refs:TestClassDef (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/impl/testing/
Dpybind_for_testing.cc24 class TestClassDef { class
26 TestClassDef() = default;
31 py::object TestClassDef::Method() const { return py::none(); } in Method()
34 py::class_<TestClassDef>(m, "TestClassDef") in PYBIND11_MODULE()
36 .def("method", &TestClassDef::Method); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/autograph/impl/
Dconversion_test.py121 test_object = pybind_for_testing.TestClassDef()
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_parser.py279 class TestClassDef(GrammarTest): class
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_parser.py559 class TestClassDef(GrammarTest): class