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

Part of pida.core.options View In Hierarchy

Undocumented
Line # Kind Name Docs
108 Method __init__ Undocumented
118 Method _create_key Undocumented
121 Method get Undocumented
124 Method set Undocumented
127 Method get_value Undocumented
130 Method set_value Undocumented
135 Method add_notify Undocumented
def __init__(self, group, name, label, rtype, default, doc, callback):
Undocumented
def _create_key(self):
Undocumented
def get(self, client):
Undocumented
def set(self, client, value):
Undocumented
def get_value(self):
Undocumented
def set_value(self, value):
Undocumented
def add_notify(self, callback, *args):
Undocumented
API Documentation for PIDA, generated by pydoctor.