sqry-lang-python 7.2.0

python language plugin for sqry
Documentation
1
2
3
4
5
6
7
//! Relation tracking for Python
//!
//! Relation extraction uses the unified `GraphBuilder` implementations.
mod graph_builder;
pub(crate) mod local_scopes;

pub use graph_builder::PythonGraphBuilder;