Home
last modified time | relevance | path

Searched defs:PyTuple (Results 1 – 1 of 1) sorted by relevance

/external/python/bumble/rust/src/wrapper/
Dmod.rs107 callback: impl Fn(Python, &PyTuple, Option<&PyDict>) -> PyResult<()> + Send + 'static, in new()
121 args: &PyTuple, in __call__()