This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
pyan
Watch
1
Star
1
Fork
0
You've already forked pyan
mirror of
https://github.com/davidfraser/pyan.git
synced
2026-01-14 16:58:02 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
70d7e08d2f1939944ee735aeb12a20e136e57504
pyan
/
pyan
History
Juha Jeronen
70d7e08d2f
Resolve 'self' in the only logical way, now that we capture its name: it is just a name in the namespace of the method, that just happens to get its initial value set implicitly by Python. Implement this mechanism in visit_FunctionDef(). This removes the self_stack hack and guarantees consistent behaviour.
2017-11-15 23:31:23 +02:00
..
__init__.py
Pyan3: Python 3 support
2017-11-13 23:20:16 +02:00
analyzer.py
Resolve 'self' in the only logical way, now that we capture its name: it is just a name in the namespace of the method, that just happens to get its initial value set implicitly by Python. Implement this mechanism in visit_FunctionDef(). This removes the self_stack hack and guarantees consistent behaviour.
2017-11-15 23:31:23 +02:00
common.py
escape the newline in the label
2017-11-14 23:27:08 +02:00
graphgen.py
visualize also recursion (i.e. allow a uses relation from a node to itself)
2017-11-15 13:01:58 +02:00
main.py
fix regression in forward references (this time for sure)
2017-11-14 23:26:52 +02:00