Lines Matching refs:PyUnicode_InternFromString
412 __doc__ = PyUnicode_InternFromString("__doc__"); in _PyAST_Compile()
417 __annotations__ = PyUnicode_InternFromString("__annotations__"); in _PyAST_Compile()
1943 module = PyUnicode_InternFromString("<module>"); in compiler_mod()
2217 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations()
2460 str = PyUnicode_InternFromString("__name__"); in compiler_class()
2468 str = PyUnicode_InternFromString("__module__"); in compiler_class()
2477 str = PyUnicode_InternFromString("__qualname__"); in compiler_class()
2494 str = PyUnicode_InternFromString("__class__"); in compiler_class()
2509 str = PyUnicode_InternFromString("__classcell__"); in compiler_class()
2778 name = PyUnicode_InternFromString("<lambda>"); in compiler_lambda()
4896 name = PyUnicode_InternFromString("<genexpr>"); in compiler_genexp()
4911 name = PyUnicode_InternFromString("<listcomp>"); in compiler_listcomp()
4926 name = PyUnicode_InternFromString("<setcomp>"); in compiler_setcomp()
4942 name = PyUnicode_InternFromString("<dictcomp>"); in compiler_dictcomp()