MCPcopy Create free account
hub / github.com/pybind/pybind11 / kwargs_proxy

Class kwargs_proxy

include/pybind11/pytypes.h:1419–1422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417inline bool PyStaticMethod_Check(PyObject *o) { return Py_TYPE(o) == &PyStaticMethod_Type; }
1418
1419class kwargs_proxy : public handle {
1420public:
1421 explicit kwargs_proxy(handle h) : handle(h) {}
1422};
1423
1424class args_proxy : public handle {
1425public:

Callers 1

operator*Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected