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

"Form is an abstract class representing a lexeme, a morphological variant of a lexeme or a morph. The Form class allows subclasses." (LMF) More...

Public Member Functions

def __init__
 As Form is an abstract class, constructor raises an error. More...
 
def __del__
 As Form is an abstract class, desctructor raises an error. More...
 
def __new__
 Private initialization called from Form subclasses. More...
 

Public Attributes

 form_representation
 FormRepresentation instances are owned by Form subclasses There is zero to many FormRepresentation instances per Form subclass. More...
 

Detailed Description

"Form is an abstract class representing a lexeme, a morphological variant of a lexeme or a morph. The Form class allows subclasses." (LMF)

Definition at line 6 of file form.py.

Constructor & Destructor Documentation

def pylmflib.pylmflib.core.form.Form.__init__ (   self)

As Form is an abstract class, constructor raises an error.

Definition at line 9 of file form.py.

def pylmflib.pylmflib.core.form.Form.__del__ (   self)

As Form is an abstract class, desctructor raises an error.

Definition at line 14 of file form.py.

Member Function Documentation

def pylmflib.pylmflib.core.form.Form.__new__ (   self)

Private initialization called from Form subclasses.

Form subinstances are owned by LexicalEntry.

Definition at line 19 of file form.py.

Member Data Documentation

pylmflib.pylmflib.core.form.Form.form_representation

FormRepresentation instances are owned by Form subclasses There is zero to many FormRepresentation instances per Form subclass.

Definition at line 25 of file form.py.


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