wx.propgrid.PGAttributeStorage
wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
a map).
Class Hierarchy

Inheritance diagram for class
PGAttributeStorage:
Methods Summary
Properties Summary
Class API
-
class wx.propgrid.PGAttributeStorage(object)
Possible constructors:
PGAttributeStorage() -> None
PGAttributeStorage is somewhat optimized storage for key=variant
pairs (i.e.
Methods
-
__init__(self)
- Return type:
None
-
FindValue(self, name: str)
- Parameters:
name (string)
- Return type:
PGVariant
-
GetCount(self)
- Return type:
int
-
Set(self, name: str, value: PGVariant)
- Parameters:
name (string)
value (PGVariant)
- Return type:
None
Properties
-
Count
See GetCount