Skip to main content

ByteSize

Represents a byte size.

Index

Methods

__add__

  • Parameters

    • optionalkeyword-onlyother: object

    Returns ByteSize

__eq__

  • __eq__(*, other): bool
  • Parameters

    • optionalkeyword-onlyother: object

    Returns bool

__ge__

  • __ge__(*, other): bool
  • Parameters

    • optionalkeyword-onlyother: object

    Returns bool

__gt__

  • __gt__(*, other): bool
  • Parameters

    • optionalkeyword-onlyother: object

    Returns bool

__le__

  • __le__(*, other): bool
  • Parameters

    • optionalkeyword-onlyother: object

    Returns bool

__lt__

  • __lt__(*, other): bool
  • Parameters

    • optionalkeyword-onlyother: object

    Returns bool

__mul__

  • Parameters

    • optionalkeyword-onlyother: object

    Returns ByteSize

__post_init__

  • __post_init__(): None
  • Returns None

__rmul__

  • Parameters

    • optionalkeyword-onlyother: object

    Returns ByteSize

__str__

  • __str__(): str
  • Returns str

__sub__

  • Parameters

    • optionalkeyword-onlyother: object

    Returns ByteSize

__truediv__

  • __truediv__(*, other): float
  • Parameters

    • optionalkeyword-onlyother: object

    Returns float

from_gb

  • Parameters

    • optionalkeyword-onlygb: float

    Returns ByteSize

from_kb

  • Parameters

    • optionalkeyword-onlykb: float

    Returns ByteSize

from_mb

  • Parameters

    • optionalkeyword-onlymb: float

    Returns ByteSize

from_tb

  • Parameters

    • optionalkeyword-onlytb: float

    Returns ByteSize

to_gb

  • to_gb(): float
  • Returns float

to_kb

  • to_kb(): float
  • Returns float

to_mb

  • to_mb(): float
  • Returns float

to_tb

  • to_tb(): float
  • Returns float

validate

  • Parameters

    • optionalkeyword-onlyvalue: Any

    Returns ByteSize

Properties

bytes

bytes: int