This website requires JavaScript.
Explore
Help
Sign In
Python
/
ruff
mirror of
https://github.com/astral-sh/ruff
Watch
1
Star
0
Fork
You've already forked ruff
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
charlie/ast-grep
ruff
/
resources
/
test
/
fixtures
/
F405.py
12 lines
116 B
Python
Raw
Permalink
Blame
History
from
mymodule
import
*
def
print_name
(
)
:
print
(
name
)
def
print_name
(
name
)
:
print
(
name
)
__all__
=
[
'
a
'
]
Reference in New Issue
View Git Blame
Copy Permalink