#include <mobu-python-api.h>
PropertyList: Manipulator.
Public Member Functions | |
__reduce__ () | |
int | __len__ (FBPropertyListManipulator arg1) |
object | __getitem__ (FBPropertyListManipulator arg1, object arg2) |
__init__ (...) | |
object __getitem__ | ( | FBPropertyListManipulator | arg1, |
object | arg2 | ||
) |
Python Docstring:
__getitem__( (FBPropertyListManipulator)arg1, (object)arg2) -> object
__init__ | ( | ... | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
int __len__ | ( | FBPropertyListManipulator | arg1 | ) |
Python Docstring:
__len__( (FBPropertyListManipulator)arg1) -> int
__reduce__ | ( | ) |