MCPcopy 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
1417inline bool PyStaticMethod_Check(PyObject *o) { return Py_TYPE(o) == &PyStaticMethod_Type; }
1418
1419class kwargs_proxy : public handle {
1420public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected