diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2021-02-24 00:51:19 +0100 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2021-04-20 14:37:22 +0200 |
| commit | 72c5ab87ade16cabcb21d7a9a9177fbff587a4f8 (patch) | |
| tree | ad6795ac1be0292a3039d9214faa464374268601 /numpy | |
| parent | 83c420f9d0a81e546b61af36392c4cbddcd727a6 (diff) | |
| download | numpy-72c5ab87ade16cabcb21d7a9a9177fbff587a4f8.tar.gz | |
DOC: Add a note regarding future work
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/core/numerictypes.pyi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/numerictypes.pyi b/numpy/core/numerictypes.pyi index 1c9c84e95..cf2cc1e8d 100644 --- a/numpy/core/numerictypes.pyi +++ b/numpy/core/numerictypes.pyi @@ -51,6 +51,8 @@ class _typedict(Dict[Type[generic], _T]): __all__: List[str] +# TODO: Clean up the annotations for the 7 functions below + def maximum_sctype(t: DTypeLike) -> dtype: ... def issctype(rep: object) -> bool: ... @overload |
