MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / in_mod

Function in_mod

api-docs/source/conf.py:76–77  ·  view source on GitHub ↗
(member)

Source from the content-addressed store, hash-verified

74 members.extend(fnlist(module))
75
76 def in_mod(member):
77 return module.__name__ in inspect.getmodule(member).__name__
78
79 return ((name, member) for (name, member) in members if not name[0].startswith("_") and in_mod(member))
80

Callers 1

classlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected