We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435b69 commit 39ec579Copy full SHA for 39ec579
api-docs/source/conf.py
@@ -32,7 +32,7 @@
32
33
def modulelist(modulename):
34
modules = inspect.getmembers(modulename, inspect.ismodule)
35
- return sorted(set(x for x in modules if x[0] not in ("abc", "atexit", "binaryninja", "builtins", "ctypes", "core", "struct", "sys", "_binaryninjacore", "traceback", "code", "enum", "json", "numbers", "threading", "re", "os", "startup", "associateddatastore")))
+ return sorted(set(x for x in modules if x[0] not in ("abc", "atexit", "binaryninja", "builtins", "ctypes", "core", "struct", "sys", "_binaryninjacore", "traceback", "code", "enum", "json", "numbers", "threading", "re", "requests", "os", "startup", "associateddatastore")))
36
37
def classlist(module):
38
members = inspect.getmembers(module, inspect.isclass)
0 commit comments