mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
PY-34617 Take into account sys.version_info checks when analyzing Python files
Added test for version-specific stub elements GitOrigin-RevId: fde82213359e577cb45006d8a795ec8e44129328
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6652280052
commit
0020fdc7e9
@@ -7,4 +7,4 @@ interface PyVersionSpecificStub {
|
||||
val versionRange: PyVersionRange
|
||||
}
|
||||
|
||||
class PyVersionRange(val lowInclusive: Version?, val highExclusive: Version?)
|
||||
data class PyVersionRange(val lowInclusive: Version?, val highExclusive: Version?)
|
||||
|
||||
Reference in New Issue
Block a user