(self, node, attrs, already_processed)
| 838 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 839 | self.buildChildren(child, node, nodeName_) |
| 840 | def buildAttributes(self, node, attrs, already_processed): |
| 841 | pass |
| 842 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 843 | if nodeName_ == 'Attack_Pattern': |
| 844 | from .extensions.attack_pattern import capec_2_7 |