Home | History | Annotate | Download | only in compiler

Lines Matching refs:Yield

29             yield n
1403 class Yield(Node):
1415 return "Yield(%s)" % (repr(self.value),)