(self, node, attrs, already_processed)
| 986 | nodeName_ = Tag_pattern_.match(child.tag).groups()[-1] |
| 987 | self.buildChildren(child, node, nodeName_) |
| 988 | def buildAttributes(self, node, attrs, already_processed): |
| 989 | pass |
| 990 | def buildChildren(self, child_, node, nodeName_, fromsubclass_=False): |
| 991 | if nodeName_ == 'Persona': |
| 992 | from .extensions.identity import ciq_identity_3_0 |