Submit
Path:
~
/
/
usr
/
lib
/
python2.7
/
site-packages
/
docutils
/
readers
/
File Content:
doctree.pyc
� >��Xc @ s? d Z d d l m Z m Z m Z d e j f d � � YZ d S( s# Reader for existing document trees.i����( t readerst utilst transformst Readerc B s) e Z d Z d Z d Z d Z d � Z RS( s Adapt the Reader API for an existing document tree. The existing document tree must be passed as the ``source`` parameter to the `docutils.core.Publisher` initializer, wrapped in a `docutils.io.DocTreeInput` object:: pub = docutils.core.Publisher( ..., source=docutils.io.DocTreeInput(document), ...) The original document settings are overridden; if you want to use the settings of the original document, pass ``settings=document.settings`` to the Publisher call above. t doctrees doctree readerR c C sd | j | _ t j | j � | j _ | j | j _ t j | j j d d � | j j � | j _ d S( sp No parsing to do; refurbish the document tree instead. Overrides the inherited method. t sourcet N( t inputt documentR t Transformert transformert settingsR t new_reportert gett reporter( t self( ( s: /tmp/pip-build-uEGWVr/docutils/docutils/readers/doctree.pyt parse s ( R ( s readers( t __name__t __module__t __doc__t supportedt config_sectiont config_section_dependenciesR ( ( ( s: /tmp/pip-build-uEGWVr/docutils/docutils/readers/doctree.pyR s N( R t docutilsR R R t ReReaderR ( ( ( s: /tmp/pip-build-uEGWVr/docutils/docutils/readers/doctree.pyt <module> s
Submit
FILE
FOLDER
Name
Size
Permission
Action
__init__.py
3465 bytes
0644
__init__.pyc
4137 bytes
0644
doctree.py
1607 bytes
0644
doctree.pyc
1735 bytes
0644
pep.py
1555 bytes
0644
pep.pyc
2042 bytes
0644
standalone.py
2340 bytes
0644
standalone.pyc
2348 bytes
0644
N4ST4R_ID | Naxtarrr