Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
docutils.parsers.rst.languages.RstLanguageImporter Class Reference
Inheritance diagram for docutils.parsers.rst.languages.RstLanguageImporter:
Inheritance graph
[legend]
Collaboration diagram for docutils.parsers.rst.languages.RstLanguageImporter:
Collaboration graph
[legend]

Public Member Functions

 check_content (self, module)
 
- Public Member Functions inherited from docutils.languages.LanguageImporter
 __init__ (self)
 
 import_from_packages (self, name, reporter=None)
 
 __call__ (self, language_code, reporter=None)
 

Static Public Attributes

tuple packages = ('docutils.parsers.rst.languages.', '')
 
str warn_msg = 'rST localisation for language "%s" not found.'
 
 fallback = None
 
- Static Public Attributes inherited from docutils.languages.LanguageImporter
tuple packages = ('docutils.languages.', '')
 
tuple warn_msg
 
str fallback = 'en'
 

Additional Inherited Members

- Public Attributes inherited from docutils.languages.LanguageImporter
 cache
 

Detailed Description

Import language modules.

When called with a BCP 47 language tag, instances return a module
with localisations for "directive" and "role" names for  from
`docutils.parsers.rst.languages` or the PYTHONPATH.

If there is no matching module, warn (if a `reporter` is passed)
and return None.

Member Function Documentation

◆ check_content()

docutils.parsers.rst.languages.RstLanguageImporter.check_content (   self,
  module 
)
Check if we got an rST language module.

Reimplemented from docutils.languages.LanguageImporter.


The documentation for this class was generated from the following file: