mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 09:36:56 +07:00
IPython specific syntax is captured by console parser, including: * Multiline magic * Exclamation in suffixes * Double exclamation * Help syntax Test classes for console moved to separate package.
1 line
46 B
Python
1 line
46 B
Python
results = %timeit -r1 -n1 -o list(range(1000)) |