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

Method __init__

api/python/examples/vdex_reader.py:25–27  ·  view source on GitHub ↗
(self, exceptions, on_except_callback=None)

Source from the content-addressed store, hash-verified

23 func = None
24
25 def __init__(self, exceptions, on_except_callback=None):
26 self.exceptions = exceptions
27 self.on_except_callback = on_except_callback
28
29 def __call__(self, *args, **kwargs):
30 if self.func is None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected