|
def | __init__ (self, name, symbol, aliases, converter) |
|
def | from_string (cls, definition) |
|
def | name (self) |
|
def | symbol (self) |
|
def | aliases (self) |
|
def | converter (self) |
|
def | __str__ (self) |
|
Base class for definitions.
:param name: name.
:param symbol: a short name or symbol for the definition
:param aliases: iterable of other names.
:param converter: an instance of Converter.
◆ from_string()
def SUAVE.Plugins.pint.unit.Definition.from_string |
( |
|
cls, |
|
|
|
definition |
|
) |
| |
The documentation for this class was generated from the following file:
- /Users/emiliobotero/Dropbox/SUAVE/SUAVE/trunk/SUAVE/Plugins/pint/unit.py