![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| read (self) | |
Public Member Functions inherited from docutils.io.Input | |
| __init__ (self, source=None, source_path=None, encoding=None, error_handler='strict') | |
| __repr__ (self) | |
| decode (self, data) | |
| determine_encoding_from_data (self, data) | |
| isatty (self) | |
Public Member Functions inherited from docutils.TransformSpec | |
| get_transforms (self) | |
Public Attributes | |
| source | |
Public Attributes inherited from docutils.io.Input | |
| encoding | |
| error_handler | |
| source | |
| source_path | |
| successful_encoding | |
Public Attributes inherited from docutils.TransformSpec | |
| default_transforms | |
Static Public Attributes | |
| str | default_source_path = '<string>' |
Static Public Attributes inherited from docutils.io.Input | |
| str | component_type = 'input' |
| default_source_path = None | |
| coding_slug = re.compile(br"coding[:=]\s*([-\w.]+)") | |
| tuple | byte_order_marks |
Static Public Attributes inherited from docutils.TransformSpec | |
| tuple | default_transforms = () |
| tuple | unknown_reference_resolvers = () |
Input from a `str` or `bytes` instance.
| docutils.io.StringInput.read | ( | self | ) |
Return the source as `str` instance. Decode, if required (see `Input.decode`).
Reimplemented from docutils.io.Input.