linkcheck.trace

Functions

trace_filter(patterns)

Add given patterns to trace filter set or clear set if patterns is None.

trace_ignore(names)

Add given names to trace ignore set, or clear set if names is None.

trace_off()

Stop tracing of the current thread (and the current thread only).

trace_on([full])

Start tracing of the current thread (and the current thread only).

linkcheck.trace.trace_filter(patterns)[source]

Add given patterns to trace filter set or clear set if patterns is None.

linkcheck.trace.trace_ignore(names)[source]

Add given names to trace ignore set, or clear set if names is None.

linkcheck.trace.trace_off()[source]

Stop tracing of the current thread (and the current thread only).

linkcheck.trace.trace_on(full=False)[source]

Start tracing of the current thread (and the current thread only).