(self)
| 273 | return self._site_pkg_name2bin("uwsgi") |
| 274 | |
| 275 | def pip_bin(self) -> Optional[str]: |
| 276 | return self._site_pkg_name2bin("pip") |
| 277 | |
| 278 | def gunicorn_bin(self) -> Optional[str]: |
| 279 | return self._site_pkg_name2bin("gunicorn") |
no test coverage detected