#include <Objects.hxx>
Public Member Functions | |
| virtual bool | accepts (PyObject *pyob) const |
| Type & | operator= (PyObject *rhsp) |
| Type & | operator= (const Object &rhs) |
| Type (const Type &t) | |
| Type (const Object &ob) | |
| Type (PyObject *pyob, bool owned=false) | |
Definition at line 476 of file Python2/Objects.hxx.
| Py::Type::Type | ( | PyObject * | pyob, | |
| bool | owned = false | |||
| ) | [inline, explicit] |
Definition at line 479 of file Python2/Objects.hxx.
References validate.
| Py::Type::Type | ( | const Object & | ob | ) | [inline] |
Definition at line 484 of file Python2/Objects.hxx.
References validate.
| Py::Type::Type | ( | const Type & | t | ) | [inline] |
Definition at line 489 of file Python2/Objects.hxx.
References validate.
| virtual bool Py::Type::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 505 of file Python2/Objects.hxx.
References Py::_Type_Check().
Reimplemented from Py::Object.
Definition at line 499 of file Python2/Objects.hxx.
Definition at line 494 of file Python2/Objects.hxx.
1.6.1