We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c95921 commit cc79d33Copy full SHA for cc79d33
1 file changed
src/ffi/python/mod.rs
@@ -197,6 +197,7 @@ fn init() -> PyResult<Driver> {
197
198
#[pymethods]
199
impl CodempConfig {
200
+ /// Creates a new config, handling defaulted values.
201
#[new]
202
#[pyo3(signature = (*, username, password, **kwds))]
203
pub fn pynew(
0 commit comments