Home | History | Annotate | Download | only in util-src

Lines Matching refs:yield

487       yield i
488 yield from i
543 yield from dump_tree(i.ifaces)
544 yield i
557 Yield all the test classes with the different interface trees
565 yield TestClass(supers)
569 Yield all the interface trees up to 'num' depth.
572 yield TestInterface(tuple(), False)
573 yield TestInterface(tuple(), True)
580 yield TestInterface(supers, False)
581 yield TestInterface(supers, True)
583 yield TestInterface(tuple([selected] + list(supers)), True)
584 yield TestInterface(tuple([selected] + list(supers)), False)