__init__.pyi 292 B

123456789101112131415161718
  1. from typing import Any, List
  2. from numpy.f2py import (
  3. f2py_testing as f2py_testing,
  4. )
  5. __all__: List[str]
  6. def run_main(comline_list): ...
  7. def compile(
  8. source,
  9. modulename=...,
  10. extra_args=...,
  11. verbose=...,
  12. source_fn=...,
  13. extension=...,
  14. full_output=...,
  15. ): ...