10 lines
130 B
Python
10 lines
130 B
Python
def func1(str, /, type, *complex, Exception, **getattr):
|
|
pass
|
|
|
|
|
|
async def func2(bytes):
|
|
pass
|
|
|
|
|
|
map([], lambda float: ...)
|