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

Class multiple_inheritance

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

Annotation indicating that a class is involved in a multiple inheritance relationship

Source from the content-addressed store, hash-verified

75
76/// Annotation indicating that a class is involved in a multiple inheritance relationship
77struct multiple_inheritance {};
78
79/// Annotation which enables dynamic attributes, i.e. adds `__dict__` to a class
80struct dynamic_attr {};

Callers 3

TEST_SUBMODULEFunction · 0.85
TEST_SUBMODULEFunction · 0.85
type_recordClass · 0.85

Calls

no outgoing calls

Tested by 2

TEST_SUBMODULEFunction · 0.68
TEST_SUBMODULEFunction · 0.68