Python LMF library
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
pylmflib.pylmflib.core.representation.Representation Class Reference

"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
 

Detailed Description

"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.

Constructor & Destructor Documentation

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.

Member Function Documentation

def pylmflib.pylmflib.core.representation.Representation.__new__ (   self)

Private initialization called from Representation subclasses.

Definition at line 19 of file representation.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: