richard kappler wrote:
> I have a sort of a dictionary resulting from psutil.disk_usage('/') that
> tells me info about my hard drive, specifically:
>
> usage(total=147491323904, used=62555189248, free=77443956736,
> percent=42.4)
>
> I'm having a bit of a brain fudge here and can't remember how
On Wed 09 Jan 2013 01:27:26 PM EST, richard kappler wrote:
I have a sort of a dictionary resulting from psutil.disk_usage('/')
that tells me info about my hard drive, specifically:
usage(total=147491323904, used=62555189248, free=77443956736,
percent=42.4)
I'm having a bit of a brain fudge here
I have a sort of a dictionary resulting from psutil.disk_usage('/') that
tells me info about my hard drive, specifically:
usage(total=147491323904, used=62555189248, free=77443956736, percent=42.4)
I'm having a bit of a brain fudge here and can't remember how to strip out
what I want. All I want