bundles / scipy latest / scipy / io / _harwell_boeing / hb / HBFile / __init__
function
scipy.io._harwell_boeing.hb:HBFile.__init__
Signature
def __init__ ( self , file , hb_info = None ) Summary
Create a HBFile instance.
Parameters
file: file-objectStringIO work as well
hb_info: HBInfo, optionalShould be given as an argument for writing, in which case the file should be writable.
Aliases
-
scipy.io._harwell_boeing.hb.HBFile.__init__