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
c55fd76743
ruff
/
resources
/
test
/
fixtures
/
N803.py
8 lines
95 B
Python
Raw
Blame
History
def
func
(
a
,
A
)
:
return
a
,
A
class
Class
:
def
method
(
self
,
a
,
A
)
:
return
a
,
A
Reference in New Issue
View Git Blame
Copy Permalink