neovim/typings/numpy/doc/__init__.pyi

10 lines
196 B
Python
Raw Normal View History

2023-10-24 22:54:55 -04:00
"""
This type stub file was generated by pyright.
"""
import os
ref_dir = ...
__all__ = sorted(f[: -3] for f in os.listdir(ref_dir) if f.endswith('.py') and notf.startswith('__'))
__doc__ = ...