Class p.c.o.OTypeBase(object):

Part of pida.core.options View In Hierarchy

Known subclasses: pida.core.options.OTypeBoolean, pida.core.options.OTypeInteger, pida.core.options.OTypeString, pida.core.options.OTypeStringList

Undocumented
Line # Kind Name Docs
46 Method _getter Undocumented
49 Method _setter Undocumented
52 Method get Undocumented
55 Method set Undocumented
def _getter(self, client):
Undocumented
def _setter(self, client):
Undocumented
def get(self, client, key):
Undocumented
def set(self, client, key, value):
Undocumented
API Documentation for PIDA, generated by pydoctor.