Python: Copy Python extractor to codeql repo

This commit is contained in:
Taus
2024-02-28 15:15:21 +00:00
parent 297a17975d
commit 6dec323cfc
369 changed files with 165346 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#PEP 484 style annotations.
def func(callee_type: CallableType,
formal_to_actual: List[List[int]],
strict: bool = True) -> List[Type]:
pass
def func(self,
name: str,
args: List[str],
*,
cwd: str = None,
env: Dict[str, str] = None) -> None:
pass
def specials(self, *varargs: vanno, **kwargs: kwanno):
pass