sys.getsizeof()

>>> help(sys.getsizeof)
Help on built-in function getsizeof in module sys:

getsizeof(...)
    getsizeof(object, default) -> int

    Return the size of object in bytes.
说明:返回整数,单位是字节。

 

相关文章:

  • 2021-07-10
  • 2021-10-11
  • 2021-10-08
  • 2021-05-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-05-08
  • 2021-11-05
  • 2021-05-22
  • 2021-06-14
相关资源
相似解决方案