Darwin Neuroevolution Framework
|
Wraps a top-level core::PropertySet pointer (non-owning) More...
#include <python_bindings.h>
Public Member Functions | |
string | toJson () const |
to_json() | |
void | fromJson (const string &json_str) |
from_json() | |
Property | getAttr (const string &name) const |
getattr implementation | |
void | setAttrStr (const string &name, const string &value) |
setattr with string value | |
void | setAttrProperty (const string &name, const Property *property) |
setattr with a Property value | |
void | setAttrCast (const string &name, py::object value) |
setattr with Python object value | |
void | setAttrBool (const string &name, py::bool_ value) |
setattr with Python boolean value | |
vector< string > | dir () const |
dir implementation | |
string | repr () const |
repr implementation | |
Wraps a top-level core::PropertySet pointer (non-owning)