This website requires JavaScript.
Explore
Help
Sign In
pca006132
/
nac3
forked from
M-Labs/nac3
Watch
1
Star
0
Fork
You've already forked nac3
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
50264e8750
nac3
/
nac3standalone
/
demo
/
src
/
dead_code_issue118.py
8 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
core: Demote dead code into a stdout warning
2023-09-29 17:49:09 +08:00
def
f
(
)
:
standalone: Fix indentation of test files
2023-10-30 17:19:18 +08:00
return
return
core: Demote dead code into a stdout warning
2023-09-29 17:49:09 +08:00
def
run
(
)
-
>
int32
:
standalone: Fix indentation of test files
2023-10-30 17:19:18 +08:00
f
(
)
core: Demote dead code into a stdout warning
2023-09-29 17:49:09 +08:00
standalone: Fix indentation of test files
2023-10-30 17:19:18 +08:00
return
0