Class p.c.p.ProjectKeyItem(object):

Part of pida.core.projects View In Hierarchy

Helper to allow project attributes to be displayed.

Changing the value attribute will cause the project that the attribute is part of to be updated and saved. This is useful for the kiwi objectlist.

Line # Kind Name Docs
171 Method __init__ Undocumented
181 Method get_value Undocumented
184 Method set_value Undocumented
def __init__(self, definition, project, controller):
Undocumented
def get_value(self):
Undocumented
def set_value(self, value):
Undocumented
API Documentation for PIDA, generated by pydoctor.