wx.propgrid.PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
a map).
See |
wx.propgrid.
PGAttributeStorage
(object)¶Possible constructors:
PGAttributeStorage()
PGAttributeStorage is somewhat optimized storage for key=variant pairs (i.e.
__init__
(self)¶FindValue
(self, name)¶name (string) –
PGVariant
GetCount
(self)¶int
Set
(self, name, value)¶name (string) –
value (PGVariant) –