LibInsult - Python
Classes | Functions
insult Namespace Reference

Classes

class  Insulter
 Object that can generate insults. More...
 
class  NotQuiteXml
 Parses strings with flat xml elements intermixed with text Only a very minimal subset of xml/sgml is supported. More...
 
class  NotQuiteXmlElement
 Non-text element in a NotQuiteXml document. More...
 
class  WordList
 A list of insulting words of some kind. More...
 
class  WordListId
 Identifier for a word list. More...
 

Functions

def word_list_id (args)
 Workaround for the lack of overloading. More...
 

Detailed Description

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Function Documentation

def insult.word_list_id (   args)

Workaround for the lack of overloading.

Definition at line 86 of file insult.py.

Referenced by insult.WordList.__init__(), insult.Insulter.get(), and insult.Insulter.word_list().