Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DCyclicTypeSerTest.java99 Selfie2501AsArray self2 = new Selfie2501AsArray(2); in testReplacedCycle() local
100 self2.parent = self2; in testReplacedCycle()
101 assertEquals(aposToQuotes("[2,null]"), w.writeValueAsString(self2)); in testReplacedCycle()
/external/python/pybind11/tests/
Dtest_methods_and_attributes.cpp50 ExampleMandA &self2() { return *this; } // return by reference in self2() function in ExampleMandA
170 .def("self2", &ExampleMandA::self2) in TEST_SUBMODULE()
Dtest_methods_and_attributes.py28 assert str(instance1.self2()) == "ExampleMandA[value=320]"
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py593 def setUp(self2): argument
594 self2.addCleanup(cleanup, 1, 2, function=3, self=4)
596 self2.addCleanup(function=cleanup, arg='hello')