zone117x / adns-python

Automatically exported from code.google.com/p/adns-python
0 stars 1 forks source link

no documentation or docstrings #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
The front page of this say's there are docstrings... I couldn't find any?

Original issue reported on code.google.com by atkins...@gmail.com on 15 Dec 2009 at 2:29

GoogleCodeExporter commented 8 years ago
There are very few docstrings, and they have some errors:

>>> import adns
>>> c=adns.init()
>>> c.allqueries.__doc__
's.allqueries()\n\nReturns a list of all pending queries.\n'
>>> c.completed.__doc__
's.allqueries()\n\nReturns a list of all completed queries.\n'

Original comment by mvi...@gmail.com on 24 Jun 2011 at 3:52