#include <Objects.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
Dict () | |
Dict (const Object &ob) | |
Dict (PyObject *pyob, bool owned=false) | |
Dict & | operator= (PyObject *rhsp) |
Dict & | operator= (const Object &rhs) |
Definition at line 3159 of file Python2/Objects.hxx.
Py::Dict::Dict | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline, explicit] |
Definition at line 3163 of file Python2/Objects.hxx.
References Py::Object::validate().
Py::Dict::Dict | ( | const Object & | ob | ) | [inline] |
Definition at line 3167 of file Python2/Objects.hxx.
References Py::Object::validate().
Py::Dict::Dict | ( | ) | [inline] |
Definition at line 3172 of file Python2/Objects.hxx.
References Py::Object::validate().
virtual bool Py::Dict::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::MapBase< T >.
Definition at line 3191 of file Python2/Objects.hxx.
References Py::_Dict_Check().
Reimplemented from Py::MapBase< T >.
Definition at line 3184 of file Python2/Objects.hxx.
References Py::Object::ptr().
Reimplemented from Py::MapBase< T >.
Definition at line 3179 of file Python2/Objects.hxx.