mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
Improve Python types.
This commit is contained in:
parent
3fe05cd2f3
commit
bfc4e18b29
4 changed files with 162 additions and 20 deletions
|
|
@ -107,7 +107,7 @@ Py::Object CyPy_RootEntity::getattro(const Py::String& name)
|
|||
if (attr.isPtr()) {
|
||||
return Py::Object((PyObject*) attr.Ptr());
|
||||
}
|
||||
return CyPy_Element::asPyObject(attr);
|
||||
return CyPy_Element::asPyObject(attr, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue