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

Function test_class_doc

tests/test_native_enum.py:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107
108def test_class_doc():
109 pure_native = enum.IntEnum("pure_native", (("mem", 0),))
110 assert m.smallenum.__doc__ == "doc smallenum"
111 assert m.color.__doc__ == pure_native.__doc__
112
113
114def test_member_doc():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected