()
| 107 | _INSTALL_SCHEMES['venv'] = _INSTALL_SCHEMES['posix_venv'] |
| 108 | |
| 109 | def _get_implementation(): |
| 110 | return 'Python' |
| 111 | |
| 112 | # NOTE: site.py has copy of this function. |
| 113 | # Sync it when modify this function. |
no outgoing calls
no test coverage detected
searching dependent graphs…