diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-10-19 00:41:24 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-10-19 00:41:24 +0200 |
commit | 7d92ceb111b4cb3ca625f67470fea860f61e8bfd (patch) | |
tree | ce95d69227b52bad325aacf6acf53958ddfcf916 | |
parent | d3e40dc59e638f2210a20e40f7edca5c5ee7c124 (diff) | |
download | numpy-7d92ceb111b4cb3ca625f67470fea860f61e8bfd.tar.gz |
MAINT: Add a note about to-be annotated objects
-rw-r--r-- | numpy/core/numerictypes.pyi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/numerictypes.pyi b/numpy/core/numerictypes.pyi index 86688a66e..0aba5f1d1 100644 --- a/numpy/core/numerictypes.pyi +++ b/numpy/core/numerictypes.pyi @@ -24,3 +24,6 @@ def sctype2char(sctype: object) -> str: ... def find_common_type( array_types: Sequence[DtypeLike], scalar_types: Sequence[DtypeLike] ) -> dtype: ... + +# TODO: Add annotations for the following objects: +# typeDict, nbytes, cast, ScalarType & typecodes |