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

Function test_simple

IPython/utils/tests/test_tokenutil.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 )
23
24def test_simple():
25 cell = "foo"
26 for i in range(len(cell)):
27 expect_token("foo", cell, i)
28
29def test_function():
30 cell = "foo(a=5, b='10')"

Callers

nothing calls this directly

Calls 1

expect_tokenFunction · 0.85

Tested by

no test coverage detected