Python equivalent to getattr(self, name).
getattr(self, name)
bool py_getattr( py_Ref self, int name, ) { return _py_getattr( self, name, ); }