Searched defs:PythonTuple (Results 1 – 1 of 1) sorted by relevance
583 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple() function in PythonTuple 588 PythonTuple::PythonTuple(int tuple_size) { PythonTuple() function in PythonTuple 592 PythonTuple::PythonTuple(std::initializer_list<PythonObject> objects) { PythonTuple() function in PythonTuple 603 PythonTuple::PythonTuple(std::initializer_list<PyObject *> objects) { PythonTuple() function in PythonTuple [all...]