We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb9d185 commit c53a02fCopy full SHA for c53a02f
Include/internal/pycore_function.h
@@ -48,7 +48,7 @@ static inline PyObject* _PyFunction_GET_BUILTINS(PyObject *func) {
48
49
50
/* Get the callable wrapped by a staticmethod.
51
- Returns a borrowed reference, or NULL if uninitialized.
+ Returns a borrowed reference.
52
The caller must ensure 'sm' is a staticmethod object. */
53
extern PyObject *_PyStaticMethod_GetFunc(PyObject *sm);
54
0 commit comments