Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ PyStaticMethod_Check
Function
PyStaticMethod_Check
include/pybind11/pytypes.h:1417–1417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1415
#endif
1416
1417
inline bool PyStaticMethod_Check(PyObject *o) { return Py_TYPE(o) == &PyStaticMethod_Type; }
1418
1419
class kwargs_proxy : public handle {
1420
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected