This website requires JavaScript.
Explore
Help
Sign In
Python
/
pylyzer
mirror of
https://github.com/mtshiba/pylyzer
Watch
1
Star
0
Fork
You've already forked pylyzer
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
pylyzer
/
tests
/
decl.py
12 lines
95 B
Python
Raw
Permalink
Blame
History
i
:
int
if
True
:
i
=
1
else
:
i
=
2
j
:
int
if
True
:
j
=
"
1
"
# ERR
else
:
j
=
"
2
"
Reference in New Issue
View Git Blame
Copy Permalink