You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / core / guarded_eval / _unbind_method

function

IPython.core.guarded_eval:_unbind_method

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

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