String
- class pyarts.arts.String
Basic string type
This class is compatible with python strings. The data can be accessed without copy using element-wise access operators
Workspace methods that can generate String
Workspace methods that require String
Workspace variables of type String
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.String) -> None
Create empty
__init__(self: pyarts.arts.String, arg0: str) -> None
Create from
str
__init__(self: pyarts.arts.String, val: pyarts.arts.String) -> None
Copy instance
__init__(self: pyarts.arts.String, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__
(*args, **kwargs)Overloaded function.
fromxml
(file)Create
String
from filereadxml
(self, file)Read
String
from filesavexml
(self, file[, type, clobber])Saves
String
to file