Skip to content

Commit cc79d33

Browse files
committed
docs(py): added missing rustdocs
1 parent 6c95921 commit cc79d33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ffi/python/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ fn init() -> PyResult<Driver> {
197197

198198
#[pymethods]
199199
impl CodempConfig {
200+
/// Creates a new config, handling defaulted values.
200201
#[new]
201202
#[pyo3(signature = (*, username, password, **kwds))]
202203
pub fn pynew(

0 commit comments

Comments
 (0)