MCPcopy Create free account
hub / github.com/lief-project/LIEF / Coarray>

Method Coarray>

api/python/src/DWARF/types/pyCoarray.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace LIEF::dwarf::py {
6template<>
7void create<dw::types::Coarray>(nb::module_& m) {
8 nb::class_<dw::types::Coarray, dw::Type> type(m, "Coarray",
9 R"doc(
10 This class represents the ``DW_TAG_coarray_type`` type
11 )doc"_doc
12 );
13}
14
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected