![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Classes | |
class | UnexpectedExport |
Functions | |
list[str] | get_exported_exports (library) |
list[str] | grep_expected_symbols () |
None | check_symbols (library, expected_exports) |
def | main () |
None symbol-check.check_symbols | ( | library, | |
expected_exports | |||
) |
Check that the library exports only the expected symbols.
Definition at line 50 of file symbol-check.py.
list[str] symbol-check.get_exported_exports | ( | library | ) |
Adapter function to get exported symbols based on the library format.
Definition at line 26 of file symbol-check.py.
list[str] symbol-check.grep_expected_symbols | ( | ) |
Guess the list of expected exported symbols from the source code.
Definition at line 37 of file symbol-check.py.
def symbol-check.main | ( | void | ) |
Definition at line 57 of file symbol-check.py.