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

bundles / IPython latest / IPython / utils / decorators / undoc

function

IPython.utils.decorators:undoc

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

Signature

def   undoc ( func : F )  →  F

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