summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-10-19 00:41:24 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-10-19 00:41:24 +0200
commit7d92ceb111b4cb3ca625f67470fea860f61e8bfd (patch)
treece95d69227b52bad325aacf6acf53958ddfcf916
parentd3e40dc59e638f2210a20e40f7edca5c5ee7c124 (diff)
downloadnumpy-7d92ceb111b4cb3ca625f67470fea860f61e8bfd.tar.gz
MAINT: Add a note about to-be annotated objects
-rw-r--r--numpy/core/numerictypes.pyi3
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