Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
joblib
/
__pycache__
/
File Content:
disk.cpython-35.pyc
���W� � @ s d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d � Z d d � Z d d � Z d Z d d d � Z d S)z Disk management utilities. � Nc C s� d } xx t j | � d g D]` } t j t j j | | � � } t | d � rd | | j d 7} q | | j d d d 7} q Wt | d � S)z& Return the disk usage in a directory.r �.� st_blocksi � g �@) �os�listdir�stat�path�join�hasattrr �st_size�int)r �size�filer � r �/disk.py� disk_used s r c C s� d } t d | d | d d | d � } y, t | | d t | d d � � � } Wn4 t t f k r� t d | t | � f � � Yn X| S)z2 Convert a memory text to its value in bytes. i �K�M� �G� r NzQInvalid literal for size give: %s (type %s) should be alike '10G', '500M', '50K'.���r )�dictr �float�KeyError� ValueError�type)�textZkiloZunitsr r r r �memstr_to_bytes"