{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / prefilter / is_shadowed

function

IPython.core.prefilter:is_shadowed

source: /IPython/core/prefilter.py :62

Signature

def   is_shadowed ( identifier ip )

Summary

Is the given identifier defined in one of the namespaces which shadow the alias and magic namespaces? Note that an identifier is different than ifun, because it can not contain a '.' character.

Aliases

  • IPython.core.prefilter.is_shadowed