Skip to content

Commit

Permalink
chore: expose missing struct to py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 20, 2024
1 parent 8b90966 commit 493577e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ impl SymbolGraph {

#[pyclass]
pub struct DefRefPair {
#[pyo3(get)]
pub src_symbol: Symbol,
#[pyo3(get)]
pub dst_symbol: Symbol,
}

0 comments on commit 493577e

Please sign in to comment.