File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ There are a few functions specific to Python functions.
3434 Return a new function object associated with the code object *code *. *globals *
3535 must be a dictionary with the global variables accessible to the function.
3636
37- The function's docstring, name and *__module__ * are retrieved from the code
38- object, the argument defaults and closure are set to *NULL *.
37+ The function's docstring and name are retrieved from the code object. *__module__ *
38+ is retrieved from *globals *. The argument defaults, annotations and closure are
39+ set to *NULL *. *__qualname__ * is set to the same value as the function's name.
3940
4041
4142.. c :function :: PyObject* PyFunction_NewWithQualName (PyObject *code, PyObject *globals, PyObject *qualname)
You can’t perform that action at this time.
0 commit comments