Searched defs:source_code (Results 1 – 7 of 7) sorted by relevance
43 source_code = 'attr = 42; __name__ = {!r}'.format(mutated_name) variable in TestingImporter62 def new_module(self, source_code=None): argument
48 std::string source_code; // We will read the contents here. in main() local
120 std::string source_code = in Generate() local
51 std::string source_code; // We will read the contents here. in main() local
52 std::string source_code; // We will read the contents here. in main() local
66 def __init__(self, source_code='', directory=None): argument