"Representation class is an abstract class representing a Unicode string as well as, if needed, the unique attribute-value pairs that describe the specific language, script and orthography." (LMF) More...
Public Member Functions | |
| def | __init__ |
| As Representation is an abstract class, constructor raises an error. More... | |
| def | __del__ |
| As Representation is an abstract class, desctructor raises an error. More... | |
| def | __new__ |
| Private initialization called from Representation subclasses. More... | |
Public Attributes | |
| comment | |
| writtenForm | |
| language | |
| scriptName | |
"Representation class is an abstract class representing a Unicode string as well as, if needed, the unique attribute-value pairs that describe the specific language, script and orthography." (LMF)
Definition at line 6 of file representation.py.
| def pylmflib.pylmflib.core.representation.Representation.__init__ | ( | self | ) |
As Representation is an abstract class, constructor raises an error.
Definition at line 9 of file representation.py.
| def pylmflib.pylmflib.core.representation.Representation.__del__ | ( | self | ) |
As Representation is an abstract class, desctructor raises an error.
Definition at line 14 of file representation.py.
| def pylmflib.pylmflib.core.representation.Representation.__new__ | ( | self | ) |
Private initialization called from Representation subclasses.
Definition at line 19 of file representation.py.
| pylmflib.pylmflib.core.representation.Representation.comment |
Definition at line 22 of file representation.py.
| pylmflib.pylmflib.core.representation.Representation.language |
Definition at line 24 of file representation.py.
| pylmflib.pylmflib.core.representation.Representation.scriptName |
Definition at line 25 of file representation.py.
| pylmflib.pylmflib.core.representation.Representation.writtenForm |
Definition at line 23 of file representation.py.
1.8.7