freelance-project-34-market.../mypy-stubs/Cython/Build/Inline.pyi
2024-11-22 22:51:31 +03:00

7 lines
167 B
Python

import distutils.command
from typing import (Any,)
def _get_build_extension() -> distutils.command.build_ext: ...
def load_dynamic(name: str, path: str) -> Any: ...