Python code coverage for Python/dynload_stub.c
| # | count | content |
|---|---|---|
| 1 | n/a | |
| 2 | n/a | /* This module provides the necessary stubs for when dynamic loading is |
| 3 | n/a | not present. */ |
| 4 | n/a | |
| 5 | n/a | #include "Python.h" |
| 6 | n/a | #include "importdl.h" |
| 7 | n/a | |
| 8 | n/a | |
| 9 | n/a | const char *_PyImport_DynLoadFiletab[] = {NULL}; |
