Searched defs:PythonTuple (Results 1 – 2 of 2) sorted by relevance
614 PythonTuple::PythonTuple(PyInitialValue value) : PythonObject() { in PythonTuple() function in PythonTuple619 PythonTuple::PythonTuple(int tuple_size) : PythonObject() { in PythonTuple() function in PythonTuple623 PythonTuple::PythonTuple(PyRefType type, PyObject *py_obj) : PythonObject() { in PythonTuple() function in PythonTuple627 PythonTuple::PythonTuple(const PythonTuple &tuple) : PythonObject(tuple) {} in PythonTuple() function in PythonTuple629 PythonTuple::PythonTuple(std::initializer_list<PythonObject> objects) { in PythonTuple() function in PythonTuple640 PythonTuple::PythonTuple(std::initializer_list<PyObject *> objects) { in PythonTuple() function in PythonTuple
331 PythonTuple() {} in PythonTuple() function