mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] IJPL-224518 Cleanup private modifier usages with extensions/services in intellij.python.*
GitOrigin-RevId: 8a3b9d6763dbb00e30c9266ca1decc9803ef6304
This commit is contained in:
committed by
intellij-monorepo-bot
parent
782d94c537
commit
9514b1d461
+1
-1
@@ -15,7 +15,7 @@ import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
|
||||
private class AsdfSystemPythonProvider : SystemPythonProvider {
|
||||
internal class AsdfSystemPythonProvider : SystemPythonProvider {
|
||||
private val LOGGER: Logger = Logger.getInstance(AsdfSystemPythonProvider::class.java)
|
||||
|
||||
override suspend fun findSystemPythons(eelApi: EelApi): PyResult<Set<PythonBinary>> {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
|
||||
private class BrewSystemPythonProvider : SystemPythonProvider {
|
||||
internal class BrewSystemPythonProvider : SystemPythonProvider {
|
||||
private val LOGGER: Logger = Logger.getInstance(BrewSystemPythonProvider::class.java)
|
||||
private val binDirectory = Path.of("/opt/homebrew/bin")
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
|
||||
private class MacSystemPythonProvider : SystemPythonProvider {
|
||||
internal class MacSystemPythonProvider : SystemPythonProvider {
|
||||
private val LOGGER: Logger = Logger.getInstance(MacSystemPythonProvider::class.java)
|
||||
|
||||
private val directories = listOf(
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.withContext
|
||||
|
||||
|
||||
private class PyenvSystemPythonProvider : SystemPythonProvider {
|
||||
internal class PyenvSystemPythonProvider : SystemPythonProvider {
|
||||
private val LOGGER: Logger = Logger.getInstance(PyenvSystemPythonProvider::class.java)
|
||||
|
||||
override suspend fun findSystemPythons(eelApi: EelApi): PyResult<Set<PythonBinary>> {
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ import kotlinx.coroutines.withContext
|
||||
import java.nio.file.Path
|
||||
|
||||
|
||||
private class UnixSystemPythonProvider : SystemPythonProvider {
|
||||
internal class UnixSystemPythonProvider : SystemPythonProvider {
|
||||
private val LOGGER: Logger = Logger.getInstance(UnixSystemPythonProvider::class.java)
|
||||
|
||||
private val directories = listOf(
|
||||
|
||||
Reference in New Issue
Block a user