loops/README.txt
helmutm 81d54dab91 work in progress: unit and doc tests (README.txt) set up
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@667 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-11-08 21:49:47 +00:00

13 lines
185 B
Text
Executable file

# $Id$
Task Examples::
>>> from loops.task import Task
>>> t1 = Task()
>>> t1.title
u''
>>> t2 = Task(u't2', u'Second Task')
>>> t2.title
u'Second Task'