(self, node, attrs, already_processed)
| 282 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 283 | self.buildChildren(child, node, nodeName_) |
| 284 | def buildAttributes(self, node, attrs, already_processed): |
| 285 | pass |
| 286 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 287 | if nodeName_ == 'TTP': |
| 288 | from . import ttp |
no outgoing calls
no test coverage detected