root/galaxy-central/eggs/docutils-0.4-py2.6.egg/docutils/parsers/null.py
| リビジョン 3, 495 bytes (コミッタ: kohda, 15 年 前) |
|---|
| 行番号 | |
|---|---|
| 1 | # Author: Martin Blais |
| 2 | # Contact: blais@furius.ca |
| 3 | # Revision: $Revision: 3629 $ |
| 4 | # Date: $Date: 2005-06-29 21:45:35 +0200 (Wed, 29 Jun 2005) $ |
| 5 | # Copyright: This module has been placed in the public domain. |
| 6 | |
| 7 | """A do-nothing parser.""" |
| 8 | |
| 9 | from docutils import parsers |
| 10 | |
| 11 | |
| 12 | class Parser(parsers.Parser): |
| 13 | |
| 14 | """A do-nothing parser.""" |
| 15 | |
| 16 | supported = ('null',) |
| 17 | |
| 18 | config_section = 'null parser' |
| 19 | config_section_dependencies = ('parsers',) |
| 20 | |
| 21 | def parse(self, inputstring, document): |
| 22 | pass |
Note: リポジトリブラウザについてのヘルプは TracBrowser
を参照してください。
![(trac.ini の [header_logo] セクションを設定してください)](/bh10.10/chrome/site/your_project_logo.png)