bundles / IPython 9.3.0 / IPython / core / guarded_eval / _unbind_method
function
IPython.core.guarded_eval:_unbind_method
Signature
def _unbind_method ( func : Callable ) → Union[Callable, None] Summary
Get unbound method for given bound method.
Extended Summary
Returns None if cannot get unbound method, or method is already unbound.
Aliases
-
IPython.core.guarded_eval._unbind_method