pycrossword  0.2
Pure-Python implementation of a crossword puzzle generator and editor
Public Member Functions | Public Attributes | List of all members
pycross.crossword.CWInfo Class Reference

A simple structure to hold crossword meta information, such as title, author, etc. More...

Public Member Functions

def __init__ (self, title='', author='', editor='', publisher='', cpyright='', date=None)
 
def __str__ (self)
 Python str() overload for handy console output. More...
 

Public Attributes

 title
 str title More...
 
 author
 str author name More...
 
 editor
 str editor name More...
 
 publisher
 str publisher name More...
 
 cpyright
 str copyright info More...
 
 date
 datetime creation date More...
 

Detailed Description

A simple structure to hold crossword meta information, such as title, author, etc.


Constructor & Destructor Documentation

◆ __init__()

def pycross.crossword.CWInfo.__init__ (   self,
  title = '',
  author = '',
  editor = '',
  publisher = '',
  cpyright = '',
  date = None 
)

Member Function Documentation

◆ __str__()

def pycross.crossword.CWInfo.__str__ (   self)

Python str() overload for handy console output.

Member Data Documentation

◆ author

pycross.crossword.CWInfo.author

str author name

◆ cpyright

pycross.crossword.CWInfo.cpyright

str copyright info

◆ date

pycross.crossword.CWInfo.date

datetime creation date

◆ editor

pycross.crossword.CWInfo.editor

str editor name

◆ publisher

pycross.crossword.CWInfo.publisher

str publisher name

◆ title

pycross.crossword.CWInfo.title

str title


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