Lines Matching refs:PyUnicode_InternFromString
322 __doc__ = PyUnicode_InternFromString("__doc__"); in PyAST_CompileObject()
327 __annotations__ = PyUnicode_InternFromString("__annotations__"); in PyAST_CompileObject()
1788 module = PyUnicode_InternFromString("<module>"); in compiler_mod()
2069 return_str = PyUnicode_InternFromString("return"); in compiler_visit_annotations()
2260 str = PyUnicode_InternFromString("__name__"); in compiler_class()
2268 str = PyUnicode_InternFromString("__module__"); in compiler_class()
2277 str = PyUnicode_InternFromString("__qualname__"); in compiler_class()
2292 str = PyUnicode_InternFromString("__class__"); in compiler_class()
2307 str = PyUnicode_InternFromString("__classcell__"); in compiler_class()
2558 name = PyUnicode_InternFromString("<lambda>"); in compiler_lambda()
3270 assertion_error = PyUnicode_InternFromString("AssertionError"); in compiler_assert()
4558 name = PyUnicode_InternFromString("<genexpr>"); in compiler_genexp()
4573 name = PyUnicode_InternFromString("<listcomp>"); in compiler_listcomp()
4588 name = PyUnicode_InternFromString("<setcomp>"); in compiler_setcomp()
4604 name = PyUnicode_InternFromString("<dictcomp>"); in compiler_dictcomp()