Home
last modified time | relevance | path

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

/external/python/pybind11/tests/
Dtest_factory_constructors.cpp107 class PyTF7 : public TestFactory7 { class
109 PyTF7(int i) : TestFactory7(i) { alias = true; print_created(this, i); } in PyTF7() function in PyTF7
110 PyTF7(PyTF7 &&f) : TestFactory7(std::move(f)) { print_move_created(this); } in PyTF7() function in PyTF7
111 PyTF7(const PyTF7 &f) : TestFactory7(f) { print_copy_created(this); } in PyTF7() function in PyTF7