piview.Storage¶
Module Contents¶
Classes¶
- class piview.Storage.Storage[source]¶
- static ram()[source]¶
Provide the total RAM and free RAM to the user as a tuple
- Return type
tuple
- Returns
(Total, Free)
- static disc()[source]¶
Provide the total disc space and the disc space that is free
- Return type
tuple
- Returns
(Total, Free)