Skip to content

Commit 72a6b5f

Browse files
committed
Rename _global_ctx to global_ctx
1 parent 9d634de commit 72a6b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ impl PySessionContext {
308308

309309
#[classmethod]
310310
#[pyo3(signature = ())]
311-
fn _global_ctx(_cls: &Bound<'_, PyType>) -> PyResult<Self> {
311+
fn global_ctx(_cls: &Bound<'_, PyType>) -> PyResult<Self> {
312312
Ok(Self {
313313
ctx: get_global_ctx().clone(),
314314
})

0 commit comments

Comments
 (0)