PydObject.getattr

Equivalent to getattr(this, attr_name) in Python.

  1. PydObject getattr(string attr_name)
  2. PydObject getattr(PydObject attr_name)
    class PydObject

Meta