daneads / pycallgraph2

pycallgraph2 is a maintained fork of pycallgraph, a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
219 stars 34 forks source link

s/xrange/range for compatibility #17

Open egnuez opened 4 years ago

egnuez commented 4 years ago

Replacing xrange for range in examples files for Python2 and Python3 compatibility issues.