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

Part of pida.core.projects View In Hierarchy

Project attribute definition.

An attribute shoulf have a name, a label and whether it is required by the project's execute action in order to perform its task.

Line # Kind Name Docs
157 Method __init__ Undocumented
def __init__(self, name, label, required=False):
Undocumented
API Documentation for PIDA, generated by pydoctor.