MCPcopy Create free account
hub / github.com/ipython/ipython / null_cleanup_transformer

Function null_cleanup_transformer

IPython/core/tests/test_inputtransformer2.py:138–142  ·  view source on GitHub ↗

A cleanup transform that returns an empty list.

(lines)

Source from the content-addressed store, hash-verified

136
137
138def null_cleanup_transformer(lines):
139 """
140 A cleanup transform that returns an empty list.
141 """
142 return []
143
144def check_make_token_by_line_never_ends_empty():
145 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected