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
/
N807.py
16 lines
126 B
Python
Raw
Permalink
Blame
History
def
__bad__
(
)
:
pass
def
__good
(
)
:
pass
def
good__
(
)
:
pass
class
Class
:
def
__good__
(
self
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink