mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
107 B
Python
7 lines
107 B
Python
|
|
def f(a, b:str, c=None, d:int=True):
|
|
pass
|
|
|
|
def g(*args:Tuple[int], **kwargs:Dict[str, int]):
|
|
pass
|