Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 607 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 607 Bytes

AoikTraceCall

Trace Python function calls selected by regular expressions.

See demos for ideas.

Tested working with:

  • Python 2.7 and 3.5

Table of Contents

Setup

Setup via pip

Run:

pip install git+https://github.com/AoiKuiyuyou/AoikTraceCall

Setup via git

Run:

git clone https://github.com/AoiKuiyuyou/AoikTraceCall

cd AoikTraceCall

python setup.py install