[−][src]Trait pyo3::class::context::PyContextProtocol
Context manager interface
Provided methods
fn __enter__(&'p mut self) -> Self::Result where
Self: PyContextEnterProtocol<'p>,
Self: PyContextEnterProtocol<'p>,
fn __exit__(
&'p mut self,
exc_type: Option<Self::ExcType>,
exc_value: Option<Self::ExcValue>,
traceback: Option<Self::Traceback>
) -> Self::Result where
Self: PyContextExitProtocol<'p>,
&'p mut self,
exc_type: Option<Self::ExcType>,
exc_value: Option<Self::ExcValue>,
traceback: Option<Self::Traceback>
) -> Self::Result where
Self: PyContextExitProtocol<'p>,