[2024-12-18] Rename results class in Python, Results -> results
This commit is contained in:
parent
2b03ba598b
commit
47f7beb14c
@ -6,7 +6,7 @@ mod tictoc {
|
|||||||
use std::time::Instant;
|
use std::time::Instant;
|
||||||
use pyo3::exceptions::PyException;
|
use pyo3::exceptions::PyException;
|
||||||
|
|
||||||
#[pyclass]
|
#[pyclass(name = "results")]
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
struct Results {
|
struct Results {
|
||||||
#[pyo3(get)]
|
#[pyo3(get)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user