Home | History | Annotate | Download | only in compiler

Lines Matching defs:Import

5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
729 class Import(Node):
741 return "Import(%s)" % (repr(self.names),)