All

class swpy.swds.dataset.utilities. All

A class that stores the 'Header' and the 'Actual Data'.

header

Header object of the file.

Type

dict

data

Data array of the file.

Type

Numpy array

Methods Summary

__repr__()

Shows 'All' object.

Methods Documentation

__repr__ ( self )

Shows 'All' object.

Returns
  • string representation ( str) - The string representation that shows the All object.