(self, *args)
| 816 | |
| 817 | class _RelatedCampaignRefList(typedlist.TypedList): |
| 818 | def __init__(self, *args): |
| 819 | super(_RelatedCampaignRefList, self).__init__(type=RelatedCampaignRef, *args) |
| 820 | |
| 821 | def _fix_value(self, value): |
| 822 | from stix.campaign import Campaign |