
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@94 fd906abe-77d9-0310-91a1-e0d9ade77398
12 lines
101 B
Python
Executable file
12 lines
101 B
Python
Executable file
# $Id$
|
|
|
|
"""
|
|
Task Examples::
|
|
|
|
>>> from loops.task import Task
|
|
>>> t = Task()
|
|
>>> t.title
|
|
u''
|
|
>>>
|
|
|
|
"""
|