(_bootstrap_module)
| 1575 | |
| 1576 | |
| 1577 | def _set_bootstrap_module(_bootstrap_module): |
| 1578 | global _bootstrap |
| 1579 | _bootstrap = _bootstrap_module |
| 1580 | |
| 1581 | |
| 1582 | def _install(_bootstrap_module): |
no outgoing calls
no test coverage detected
searching dependent graphs…