tests/test-parseindex2.py.out
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 04 Nov 2016 20:22:37 -0700
changeset 30312 1e5346313963
parent 7110 75fdc39b6172
permissions -rw-r--r--
statprof: return state from stop() I don't like global variables. Have stop() return the captured state so callers can pass data to the display function.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done