Load pluggable docstring converters.
Methods
|
|
__init__
addEntryPoint
getConverterNameForFile
|
|
__init__
|
__init__ ( self )
|
|
addEntryPoint
|
addEntryPoint ( self, infoDict )
Add the information about a converter to our lookup table.
|
|
getConverterNameForFile
|
getConverterNameForFile (
self,
filename,
default='PlainText',
)
Return the name of the docstring converter for the file specified.
|
|