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

bundles / IPython 9.10.0 / IPython / testing / skipdoctest / skip_doctest

function

IPython.testing.skipdoctest:skip_doctest

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

Signature

def   skip_doctest ( f )

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