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

bundles / IPython 9.5.0 / IPython / utils / decorators / undoc

function

IPython.utils.decorators:undoc

source: /IPython/utils/decorators.py :56

Signature

def   undoc ( func )

Summary

Mark a function or class as undocumented.

Extended Summary

This is found by inspecting the AST, so for now it must be used directly as @undoc, not as e.g. @decorators.undoc

Aliases

  • IPython.core.guarded_eval.undoc