(self, coas=None, scope=None)
| 121 | potential_coa = fields.TypedField("Potential_COA", RelatedCOA, multiple=True, key_name="coas") |
| 122 | |
| 123 | def __init__(self, coas=None, scope=None): |
| 124 | super(PotentialCOAs, self).__init__(scope, coas) |
| 125 | |
| 126 | |
| 127 | class RelatedExploitTargets(GenericRelationshipList): |