Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/crawlee-python
/ to_mb
Method
to_mb
src/crawlee/_utils/byte_size.py:51–52 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
return
self.bytes / _BYTES_PER_KB
50
51
def
to_mb(self) -> float:
52
return
self.bytes / _BYTES_PER_MB
53
54
def
to_gb(self) -> float:
55
return
self.bytes / _BYTES_PER_GB
Callers
4
__str__
Method · 0.95
get_additional_memory_estimation_while_running_processes
Function · 0.80
test_conversions
Function · 0.80
test_dynamic_memory
Function · 0.80
Calls
no outgoing calls
Tested by
3
get_additional_memory_estimation_while_running_processes
Function · 0.64
test_conversions
Function · 0.64
test_dynamic_memory
Function · 0.64