Searched defs:PyTF7 (Results 1 – 1 of 1) sorted by relevance
107 class PyTF7 : public TestFactory7 { class109 PyTF7(int i) : TestFactory7(i) { alias = true; print_created(this, i); } in PyTF7() function in PyTF7110 PyTF7(PyTF7 &&f) : TestFactory7(std::move(f)) { print_move_created(this); } in PyTF7() function in PyTF7111 PyTF7(const PyTF7 &f) : TestFactory7(f) { print_copy_created(this); } in PyTF7() function in PyTF7