MCPcopy Create free account
hub / github.com/astral-sh/ruff / python_version

Method python_version

crates/ty_python_semantic/src/db.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 fn python_version(&self) -> PythonVersion {
136 Program::get(self).python_version(self)
137 }
138 }
139
140 #[salsa::db]

Calls

no outgoing calls