(self, node, attrs, already_processed)
| 554 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 555 | self.buildChildren(child, node, nodeName_) |
| 556 | def buildAttributes(self, node, attrs, already_processed): |
| 557 | pass |
| 558 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 559 | if nodeName_ == 'Threat_Actor': |
| 560 | from . import threat_actor |