We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a6c8 commit a3a7a95Copy full SHA for a3a7a95
pgml-extension/src/bindings/transformers/transformers.rs
@@ -12,7 +12,7 @@ pub struct TransformStreamIterator {
12
}
13
14
impl TransformStreamIterator {
15
- fn new(python_iter: Py<PyAny>) -> Self {
+ pub fn new(python_iter: Py<PyAny>) -> Self {
16
let locals = Python::with_gil(|py| -> Result<Py<PyDict>, PyErr> {
17
Ok([("python_iter", python_iter)].into_py_dict(py).into())
18
})
0 commit comments