def __init__(self, children):
     FLReferenceParseNode.__init__(self, ParseNode.FL_NAMED_ROW_REFERENCE,
                                   children)
예제 #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)