m2m模型翻译
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
292 B

6 months ago
  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. ): ...