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

bundles / IPython 9.14.0.dev / IPython / testing / skipdoctest / skip_doctest

function

IPython.testing.skipdoctest:skip_doctest

source: /IPython/testing/skipdoctest.py :13

Signature

def   skip_doctest ( f : Any )  →  Any

Summary

Decorator - mark a function or method for skipping its doctest.

Extended Summary

This decorator allows you to mark a function whose docstring you wish to omit from testing, while preserving the docstring for introspection, help, etc.

Aliases

  • IPython.core.completer.skip_doctest