Class cloud_file

class o2sclpy.cloud_file(link, pointer=0)

Python interface for O2scl class cloud_file, See https://neutronstars.utk.edu/code/o2scl/html/class/cloud_file.html .

property allow_curl

Property of type ctypes.c_bool

property allow_wget

Property of type ctypes.c_bool

get_file(file, url, dir='')
Parameters:
file: string
url: string
dir =””: string
Returns: a Python int
get_file_hash(file, url, hash='', dir='')
Parameters:
file: string
url: string
hash =””: string
dir =””: string
Returns: a Python int
property hash_type

Property of type ctypes.c_int

hdf5_open(hf, file, url, dir='')
Parameters:
hf: hdf_file object
file: string
url: string
dir =””: string
Returns: a Python int
hdf5_open_hash(hf, file, url, hash='', dir='')
Parameters:
hf: hdf_file object
file: string
url: string
hash =””: string
dir =””: string
Returns: a Python int
property throw_on_fail

Property of type ctypes.c_bool

property verbose

Property of type ctypes.c_int