Home | History | Annotate | Download | only in types

Lines Matching refs:qd

53     # qd -> quotedDisplay (defaulted to False)                                 #
60 def build_and_run(self, source, atoms, dsym=True, bc=False, qd=False):
61 self.build_and_run_with_source_atoms_expr(source, atoms, expr=False, dsym=dsym, bc=bc, qd=qd)
63 def build_and_run_expr(self, source, atoms, dsym=True, bc=False, qd=False):
64 self.build_and_run_with_source_atoms_expr(source, atoms, expr=True, dsym=dsym, bc=bc, qd=qd)
66 def build_and_run_with_source_atoms_expr(self, source, atoms, expr, dsym=True, bc=False, qd=False):
78 self.generic_type_expr_tester(self.exe_name, atoms, blockCaptured=bc, quotedDisplay=qd)
80 self.generic_type_tester(self.exe_name, atoms, blockCaptured=bc, quotedDisplay=qd)