twisted.web.guard's funky definition of __all__ thwarts pydoctor's attempt to document it
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from glyph <[email protected]>: If you [http://twistedmatrix.com/documents/8.2.0/api/twisted.web.guard.html look at the API documentation for twisted.web.guard], you will see that it apparently contains no names at all. This could be fixed by simply putting constant strings into `__all__` like other modules do. ---------- Type : enhancement Component: core Keywords : documentation, easy Priority : high Nosy : ---------- http://twistedmatrix.com/trac/ticket/3904