Lines Matching refs:PyUnicode_InternFromString
326 __doc__ = PyUnicode_InternFromString("__doc__"); in PyAST_CompileObject()
331 __annotations__ = PyUnicode_InternFromString("__annotations__"); in PyAST_CompileObject()
1792 module = PyUnicode_InternFromString("<module>"); in compiler_mod()
2073 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations()
2264 str = PyUnicode_InternFromString("__name__"); in compiler_class()
2272 str = PyUnicode_InternFromString("__module__"); in compiler_class()
2281 str = PyUnicode_InternFromString("__qualname__"); in compiler_class()
2296 str = PyUnicode_InternFromString("__class__"); in compiler_class()
2311 str = PyUnicode_InternFromString("__classcell__"); in compiler_class()
2562 name = PyUnicode_InternFromString("<lambda>"); in compiler_lambda()
3274 assertion_error = PyUnicode_InternFromString("AssertionError"); in compiler_assert()
4567 name = PyUnicode_InternFromString("<genexpr>"); in compiler_genexp()
4582 name = PyUnicode_InternFromString("<listcomp>"); in compiler_listcomp()
4597 name = PyUnicode_InternFromString("<setcomp>"); in compiler_setcomp()
4613 name = PyUnicode_InternFromString("<dictcomp>"); in compiler_dictcomp()