Home
last modified time | relevance | path

Searched refs:module_set_annotations (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dmoduleobject.c878 module_set_annotations(PyModuleObject *m, PyObject *value, void *Py_UNUSED(ignored)) in module_set_annotations() function
909 {"__annotations__", (getter)module_get_annotations, (setter)module_set_annotations},