Ejemplo n.º 1
0
def size_to_kbytes(sz):
    """
    Given a pbs.size value 'sz', return the actual
    # of kbytes representing the value.
    """
    return _pbs_v1.size_to_kbytes(sz)
Ejemplo n.º 2
0
def size_to_kbytes(sz):
    """
    Given a pbs.size value 'sz', return the actual
    # of kbytes representing the value.
    """
    return _pbs_v1.size_to_kbytes(sz)