Function: python-comint-output-filter-function
python-comint-output-filter-function is a function alias for
ansi-color-filter-apply, defined in ansi-color.el.gz.
This function is obsolete since 25.1; use ansi-color-filter-apply
instead.
Signature
(python-comint-output-filter-function STRING)
Documentation
Filter out all ANSI control sequences from STRING.
Every call to this function will set and use the buffer-local variable
ansi-color-context to save partial escape sequences. This information
will be used for the next call to ansi-color-apply. Set
ansi-color-context to nil if you don't want this.
This function can be added to comint-preoutput-filter-functions.
Aliases
python-comint-output-filter-function (obsolete since 25.1)