mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:35:58 +00:00
8 lines
126 B
Python
8 lines
126 B
Python
def foo():
|
|
"""Returns foo()."""
|
|
|
|
def foo():
|
|
""""Use prefix_foo()."""
|
|
|
|
def foo():
|
|
""""Use this function; foo()."""
|