MCPcopy Create free account
hub / github.com/wjakob/nanobind / getInt

Method getInt

tests/test_classes.cpp:985–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983 NB_TRAMPOLINE(ConstexprClass, 1);
984
985 int getInt() const override {
986 NB_OVERRIDE(getInt);
987 }
988 };
989
990 auto constexpr_class = nb::class_<ConstexprClass, PyConstexprClass>(m, "ConstexprClass")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected