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

Function fnlist

api-docs/source/conf.py:81–82  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

79 return ((name, member) for (name, member) in members if not name[0].startswith("_") and in_mod(member))
80
81def fnlist(module):
82 return [x for x in inspect.getmembers(module, inspect.isfunction) if x[1].__module__ == module]
83
84def setup(app):
85 app.add_css_file('css/other.css')

Callers 1

classlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected