| 5 | namespace LIEF::dwarf::py { |
| 6 | template<> |
| 7 | void create<dw::editor::TypeDef>(nb::module_& m) { |
| 8 | nb::class_<dw::editor::TypeDef, dw::editor::Type>(m, "TypeDef", |
| 9 | "This class represents a typedef (``DW_TAG_typedef``)."_doc |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected