mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
This commit cleans and modernizes the code base of LIEF.
Among the changes: - It removes the ``and, or, not`` keywords - It updates the Documentation - It moves the internal structures in the ``details::`` namespace
This commit is contained in:
@@ -59,11 +59,11 @@ void create<Header>(py::module& m) {
|
||||
|
||||
.def_property_readonly("is_32",
|
||||
&Header::is_32,
|
||||
"``True`` if the binary target a ``32-bits`` architecture")
|
||||
"``True`` if the binary targets a ``32-bits`` architecture")
|
||||
|
||||
.def_property_readonly("is_64",
|
||||
&Header::is_64,
|
||||
"``True`` if the binary target a ``64-bits`` architecture")
|
||||
"``True`` if the binary targets a ``64-bits`` architecture")
|
||||
|
||||
|
||||
.def("__str__",
|
||||
|
||||
Reference in New Issue
Block a user