#include <Objects.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
Object | apply (PyObject *pargs=0) const |
Object | apply (const Tuple &args, const Dict &kw) const |
Object | apply (const Tuple &args) const |
Callable (const Object &ob) | |
Callable (PyObject *pyob, bool owned=false) | |
Callable () | |
Callable & | operator= (PyObject *rhsp) |
Callable & | operator= (const Object &rhs) |
Definition at line 3197 of file Python2/Objects.hxx.
Py::Callable::Callable | ( | ) | [inline, explicit] |
Definition at line 3201 of file Python2/Objects.hxx.
Py::Callable::Callable | ( | PyObject * | pyob, | |
bool | owned = false | |||
) | [inline, explicit] |
Definition at line 3202 of file Python2/Objects.hxx.
References Py::Object::validate().
Py::Callable::Callable | ( | const Object & | ob | ) | [inline] |
Definition at line 3207 of file Python2/Objects.hxx.
References Py::Object::validate().
virtual bool Py::Callable::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 3227 of file Python2/Objects.hxx.
Definition at line 3244 of file Python2/Objects.hxx.
Definition at line 3239 of file Python2/Objects.hxx.
References Py::asObject(), and Py::Object::ptr().
Definition at line 3233 of file Python2/Objects.hxx.
References Py::asObject(), and Py::Object::ptr().
Referenced by Gui::Application::activateWorkbench(), Py::Object::callMemberFunction(), Gui::Application::sAddWorkbenchHandler(), Gui::TaskView::TaskDialogPython::TaskDialogPython(), and Gui::TaskView::TaskWatcherPython::TaskWatcherPython().
Reimplemented from Py::Object.
Definition at line 3219 of file Python2/Objects.hxx.
References Py::Object::ptr().
Definition at line 3214 of file Python2/Objects.hxx.