MCPcopy Index your code
hub / github.com/ipython/ipython / check_transform

Function check_transform

tests/test_inputtransformer2.py:203–206  ·  view source on GitHub ↗
(transformer_cls, case)

Source from the content-addressed store, hash-verified

201
202
203def check_transform(transformer_cls, case):
204 lines, start, expected = case
205 transformer = transformer_cls(start)
206 assert transformer.transform(lines) == expected
207
208
209def test_continued_line():

Callers 4

test_transform_autocallFunction · 0.85

Calls 1

transformMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…