File: pyObject.cpp

package info (click to toggle)
lief 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 16,036 kB
  • sloc: cpp: 76,013; python: 6,167; ansic: 3,355; pascal: 404; sh: 98; makefile: 32
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
#include "pyLIEF.hpp"

void init_LIEF_Object_class(py::module& m) {
  py::class_<LIEF::Object>(m, "Object");
}