Lines Matching refs:PyUnicode_InternFromString
327 __doc__ = PyUnicode_InternFromString("__doc__"); in PyAST_CompileObject()
332 __annotations__ = PyUnicode_InternFromString("__annotations__"); in PyAST_CompileObject()
1825 module = PyUnicode_InternFromString("<module>"); in compiler_mod()
2098 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations()
2341 str = PyUnicode_InternFromString("__name__"); in compiler_class()
2349 str = PyUnicode_InternFromString("__module__"); in compiler_class()
2358 str = PyUnicode_InternFromString("__qualname__"); in compiler_class()
2373 str = PyUnicode_InternFromString("__class__"); in compiler_class()
2388 str = PyUnicode_InternFromString("__classcell__"); in compiler_class()
2654 name = PyUnicode_InternFromString("<lambda>"); in compiler_lambda()
4705 name = PyUnicode_InternFromString("<genexpr>"); in compiler_genexp()
4720 name = PyUnicode_InternFromString("<listcomp>"); in compiler_listcomp()
4735 name = PyUnicode_InternFromString("<setcomp>"); in compiler_setcomp()
4751 name = PyUnicode_InternFromString("<dictcomp>"); in compiler_dictcomp()