This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / guarded_eval / _unbind_method

function

IPython.core.guarded_eval:_unbind_method

source: /IPython/core/guarded_eval.py :68

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