mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
9 lines
130 B
Python
9 lines
130 B
Python
def func1(str, /, type, *complex, Exception, **getattr):
|
|
pass
|
|
|
|
|
|
async def func2(bytes):
|
|
pass
|
|
|
|
|
|
map([], lambda float: ...)
|