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

Function metaclass

include/pybind11/attr.h:97–97  ·  view source on GitHub ↗

Override pybind11's default metaclass

Source from the content-addressed store, hash-verified

95
96 /// Override pybind11's default metaclass
97 explicit metaclass(handle value) : value(value) {}
98};
99
100/// Specifies a custom callback with signature `void (PyHeapTypeObject*)` that

Callers 2

TEST_SUBMODULEFunction · 0.85
attr.hFile · 0.85

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.68