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

Method Array>

api/python/src/PDB/types/pyArray.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace LIEF::pdb::py {
5template<>
6void create<pdb::types::Array>(nb::module_& m) {
7 nb::class_<pdb::types::Array, pdb::Type> type(m, "Array",
8 R"doc(
9 This class represents a ``LF_ARRAY`` PDB type.
10 )doc"_doc
11 );
12}
13
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected