Check whether to use uv or not
()
| 75 | |
| 76 | // Check whether to use uv or not |
| 77 | func (m *PythonSdk) UseUv() bool { |
| 78 | return m.Discovery.UserConfig().UseUv |
| 79 | } |
| 80 | |
| 81 | // Enable the use of uv |
| 82 | func (m *PythonSdk) WithUv() *PythonSdk { |
no test coverage detected