ruff/resources/test/fixtures/A002.py
2022-09-29 16:37:43 -04:00

9 lines
130 B
Python

def func1(str, /, type, *complex, Exception, **getattr):
pass
async def func2(bytes):
pass
map([], lambda float: ...)