Skip to main content

unwrap_required_argument_bound

Function unwrap_required_argument_bound 

Source
pub unsafe fn unwrap_required_argument_bound<'a, 'py>(
    argument: Option<&'a Bound<'py, PyAny>>,
) -> &'a Bound<'py, PyAny>
Expand description

Variant of above used with from_py_with extractors on required arguments.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here