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.

  1. __init__(self: pyarts.arts.String) -> None

Create empty

  1. __init__(self: pyarts.arts.String, arg0: str) -> None

Create from str

  1. __init__(self: pyarts.arts.String, val: pyarts.arts.String) -> None

Copy instance

  1. __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 file

readxml(self, file)

Read String from file

savexml(self, file[, type, clobber])

Saves String to file