School/.venv/lib/python3.9/site-packages/numpy/f2py/__init__.pyi
Kristofers Solo 1e065cc4b2 Updated .venv
2021-11-22 17:11:45 +02:00

19 lines
292 B
Python

from typing import Any, List
from numpy.f2py import (
f2py_testing as f2py_testing,
)
__all__: List[str]
def run_main(comline_list): ...
def compile(
source,
modulename=...,
extra_args=...,
verbose=...,
source_fn=...,
extension=...,
full_output=...,
): ...