Home | History | Annotate | Download | only in compiler

Lines Matching refs:dont_inherit

51 def compile(source, filename, mode, flags=None, dont_inherit=None):
53 if flags is not None or dont_inherit is not None: