summaryrefslogtreecommitdiff
path: root/numpy/char.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/char.pyi')
-rw-r--r--numpy/char.pyi53
1 files changed, 51 insertions, 2 deletions
diff --git a/numpy/char.pyi b/numpy/char.pyi
index 3938d68de..0e7342c0b 100644
--- a/numpy/char.pyi
+++ b/numpy/char.pyi
@@ -1,4 +1,53 @@
from typing import Any
-# TODO: remove when the full numpy namespace is defined
-def __getattr__(name: str) -> Any: ...
+equal: Any
+not_equal: Any
+greater_equal: Any
+less_equal: Any
+greater: Any
+less: Any
+str_len: Any
+add: Any
+multiply: Any
+mod: Any
+capitalize: Any
+center: Any
+count: Any
+decode: Any
+encode: Any
+endswith: Any
+expandtabs: Any
+find: Any
+index: Any
+isalnum: Any
+isalpha: Any
+isdigit: Any
+islower: Any
+isspace: Any
+istitle: Any
+isupper: Any
+join: Any
+ljust: Any
+lower: Any
+lstrip: Any
+partition: Any
+replace: Any
+rfind: Any
+rindex: Any
+rjust: Any
+rpartition: Any
+rsplit: Any
+rstrip: Any
+split: Any
+splitlines: Any
+startswith: Any
+strip: Any
+swapcase: Any
+title: Any
+translate: Any
+upper: Any
+zfill: Any
+isnumeric: Any
+isdecimal: Any
+array: Any
+asarray: Any