MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

1425public:
1426 explicit args_proxy(handle h) : handle(h) {}
1427 kwargs_proxy operator*() const { return kwargs_proxy(*this); }
1428};
1429
1430/// Python argument categories (using PEP 448 terms)

Callers

nothing calls this directly

Calls 1

kwargs_proxyClass · 0.85

Tested by

no test coverage detected