(self, node, attrs, already_processed)
| 1557 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 1558 | self.buildChildren(child, node, nodeName_) |
| 1559 | def buildAttributes(self, node, attrs, already_processed): |
| 1560 | pass |
| 1561 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 1562 | if nodeName_ == 'First_Malicious_Action': |
| 1563 | obj_ = stix_common_binding.DateTimeWithPrecisionType.factory() |
no outgoing calls
no test coverage detected