Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Aug 8, 2024
1 parent ed8b4b5 commit 72fd7ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ fn read(relative_path: &str, validity: bool) -> PyResult<PyRoCrate> {
}

/// Reads a json object of a crate into memory allowing manipulation
///
/// Useful for json from browsers/ applications
#[pyfunction]
fn read_obj(obj: &str, validity: bool) -> PyResult<PyRoCrate> {
let rocrate = read_crate_obj(obj, validity)
Expand Down

0 comments on commit 72fd7ac

Please sign in to comment.