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

Class kw_only

include/pybind11/cast.h:2048–2048  ·  view source on GitHub ↗

\ingroup annotations Annotation indicating that all following arguments are keyword-only; the is the equivalent of an unnamed '*' argument

Source from the content-addressed store, hash-verified

2046/// Annotation indicating that all following arguments are keyword-only; the is the equivalent of
2047/// an unnamed '*' argument
2048struct kw_only {};
2049
2050/// \ingroup annotations
2051/// Annotation indicating that all previous arguments are positional-only; the is the equivalent of

Callers 3

TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85

Calls

no outgoing calls

Tested by 3

TEST_SUBMODULEFunction · 0.68
TEST_SUBMODULEFunction · 0.68
TEST_SUBMODULEFunction · 0.68