_expired_attrs_2_0.pyi 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. safe_eval: str
  21. float_: str
  22. complex_: str
  23. longfloat: str
  24. singlecomplex: str
  25. cfloat: str
  26. longcomplex: str
  27. clongfloat: str
  28. string_: str
  29. unicode_: str
  30. Inf: str
  31. Infinity: str
  32. NaN: str
  33. infty: str
  34. issctype: str
  35. maximum_sctype: str
  36. obj2sctype: str
  37. sctype2char: str
  38. sctypes: str
  39. issubsctype: str
  40. set_string_function: str
  41. asfarray: str
  42. issubclass_: str
  43. tracemalloc_domain: str
  44. mat: str
  45. recfromcsv: str
  46. recfromtxt: str
  47. deprecate: str
  48. deprecate_with_doc: str
  49. find_common_type: str
  50. round_: str
  51. get_array_wrap: str
  52. DataSource: str
  53. nbytes: str
  54. byte_bounds: str
  55. compare_chararrays: str
  56. format_parser: str
  57. alltrue: str
  58. sometrue: str
  59. __expired_attributes__: Final[_ExpiredAttributesType] = ...