def __init__(self, children):
     FLReferenceParseNode.__init__(self, ParseNode.FL_NAMED_ROW_REFERENCE,
                                   children)
Esempio n. 2
0
 def __init__(self, children):
     FLReferenceParseNode.__init__(self, ParseNode.FL_COLUMN_REFERENCE, children)
 def __init__(self, children):
     FLReferenceParseNode.__init__(self, ParseNode.FL_NAMED_ROW_REFERENCE, children)