Ejemplo n.º 1
0
 def __init__(self, records_a, records_b, is_all, line, column, graph_ref):
     ASTNode.__init__(self, line, column)
     self.records_a = records_a
     self.records_b = records_b
     self.is_all = is_all
     self.graph_ref = graph_ref
Ejemplo n.º 2
0
 def __init__(self, name, line, column, graph_ref):
     ASTNode.__init__(self, line, column)
     self.name = name
     self.graph_ref = graph_ref