MCPcopy Create free account
hub / github.com/Atrovast/THGS / load

Method load

ext/spt/data/data.py:1201–1206  ·  view source on GitHub ↗

Read an HDF5 file and return its content as a Batch object. See Data.load()

(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

1199
1200 @classmethod
1201 def load(cls, *args, **kwargs) -> Union['Batch', 'Data']:
1202 """Read an HDF5 file and return its content as a Batch object.
1203
1204 See Data.load()
1205 """
1206 return Data.load(*args, **kwargs)

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected