pingwyn.open
- pingwyn.open(path, *args, **kwargs)
Open a data file.
- Parameters:
path (str) – Path to the data file to open.
*args – Additional arguments for pingwyn.open_all.
**kwargs – Additional arguments for pingwyn.open_all.
- Returns:
A list holding pingwyn data types for the file.
- Return type:
list
See also