LibInsult - Python
Public Member Functions | Public Attributes | List of all members
insult.WordListId Class Reference

Identifier for a word list. More...

Inheritance diagram for insult.WordListId:
[legend]
Collaboration diagram for insult.WordListId:
[legend]

Public Member Functions

def __init__ (self, name, flags=0)
 
def check (self, word_list)
 Checks if the word list matches this Id. More...
 

Public Attributes

 name
 
 flags
 

Detailed Description

Identifier for a word list.

Definition at line 69 of file insult.py.

Constructor & Destructor Documentation

def insult.WordListId.__init__ (   self,
  name,
  flags = 0 
)

Definition at line 74 of file insult.py.

Member Function Documentation

def insult.WordListId.check (   self,
  word_list 
)

Checks if the word list matches this Id.

Parameters
word_lista WordList object

Definition at line 78 of file insult.py.

Member Data Documentation

insult.WordListId.flags

Definition at line 76 of file insult.py.

Referenced by insult.WordListId.check().

insult.WordListId.name

Definition at line 75 of file insult.py.

Referenced by insult.WordListId.check().


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