mirror of
https://github.com/boostorg/python.git
synced 2026-02-02 09:02:15 +00:00
Tons of changes to improve error reporting
Added attributes function.__name__ and function.__signature__ and dir(function) feature [SVN r8311]
This commit is contained in:
@@ -97,6 +97,9 @@ namespace detail {
|
||||
int setattr(const char* name, PyObject* value);
|
||||
PyObject* repr() const;
|
||||
void add_base(ref base);
|
||||
|
||||
// get the complete class name (i.e. "module.class")
|
||||
virtual string complete_class_name() const;
|
||||
|
||||
protected:
|
||||
bool initialize_instance(instance* obj, PyObject* args, PyObject* keywords);
|
||||
|
||||
Reference in New Issue
Block a user