![]() |
Bitcoin Core
31.0.0
P2P Digital Currency
|
Classes | |
| class | UnexpectedExport |
Functions | |
| def | get_exported_exports (library) |
| def | grep_expected_symbols () |
| def | check_symbols (library, expected_exports) |
| def | main () |
| def symbol-check.check_symbols | ( | library, | |
| expected_exports, | |||
| None | |||
| ) |
Check that the library exports only the expected symbols.
Definition at line 50 of file symbol-check.py.
| def symbol-check.get_exported_exports | ( | library, | |
| list, | |||
| str | |||
| ) |
Adapter function to get exported symbols based on the library format.
Definition at line 26 of file symbol-check.py.
| def symbol-check.grep_expected_symbols | ( | list, | |
| str | |||
| ) |
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 | ) |
1.8.14