_expired_attrs_2_0.pyi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. from typing import Final, TypedDict, final, type_check_only
  2. @final
  3. @type_check_only
  4. class _ExpiredAttributesType(TypedDict):
  5. geterrobj: str
  6. seterrobj: str
  7. cast: str
  8. source: str
  9. lookfor: str
  10. who: str
  11. fastCopyAndTranspose: str
  12. set_numeric_ops: str
  13. NINF: str
  14. PINF: str
  15. NZERO: str
  16. PZERO: str
  17. add_newdoc: str
  18. add_docstring: str
  19. add_newdoc_ufunc: str
  20. compat: str
  21. safe_eval: str
  22. float_: str
  23. complex_: str
  24. longfloat: str
  25. singlecomplex: str
  26. cfloat: str
  27. longcomplex: str
  28. clongfloat: str
  29. string_: str
  30. unicode_: str
  31. Inf: str
  32. Infinity: str
  33. NaN: str
  34. infty: str
  35. issctype: str
  36. maximum_sctype: str
  37. obj2sctype: str
  38. sctype2char: str
  39. sctypes: str
  40. issubsctype: str
  41. set_string_function: str
  42. asfarray: str
  43. issubclass_: str
  44. tracemalloc_domain: str
  45. mat: str
  46. recfromcsv: str
  47. recfromtxt: str
  48. deprecate: str
  49. deprecate_with_doc: str
  50. disp: str
  51. find_common_type: str
  52. round_: str
  53. get_array_wrap: str
  54. DataSource: str
  55. nbytes: str
  56. byte_bounds: str
  57. compare_chararrays: str
  58. format_parser: str
  59. alltrue: str
  60. sometrue: str
  61. __expired_attributes__: Final[_ExpiredAttributesType] = ...