(self, node, attrs, already_processed)
| 420 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 421 | self.buildChildren(child, node, nodeName_) |
| 422 | def buildAttributes(self, node, attrs, already_processed): |
| 423 | pass |
| 424 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 425 | if nodeName_ == 'Course_Of_Action': |
| 426 | from . import course_of_action |