Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
babel.messages.setuptools_frontend.extract_messages Class Reference
Inheritance diagram for babel.messages.setuptools_frontend.extract_messages:
Inheritance graph
[legend]
Collaboration diagram for babel.messages.setuptools_frontend.extract_messages:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from babel.messages.frontend.ExtractMessages
 initialize_options (self)
 
 finalize_options (self)
 
 run (self)
 
- Public Member Functions inherited from babel.messages.frontend.CommandMixin
 __init__ (self, dist=None)
 
 ensure_finalized (self)
 
- Public Attributes inherited from babel.messages.frontend.ExtractMessages
 charset
 
 keywords
 
 no_default_keywords
 
 mapping_file
 
 no_location
 
 add_location
 
 omit_header
 
 output_file
 
 input_dirs
 
 input_paths
 
 width
 
 no_wrap
 
 sort_output
 
 sort_by_file
 
 msgid_bugs_address
 
 copyright_holder
 
 project
 
 version
 
 add_comments
 
 strip_comments
 
 include_lineno
 
 ignore_dirs
 
 header_comment
 
 last_translator
 
 directory_filter
 
 distribution
 
- Public Attributes inherited from babel.messages.frontend.CommandMixin
 distribution
 
 verbose
 
 force
 
 help
 
 finalized
 
- Static Public Attributes inherited from babel.messages.frontend.ExtractMessages
str description = 'extract localizable strings from the project code'
 
list user_options
 
list boolean_options
 
str as_args = 'input-paths'
 
tuple multiple_value_options
 
dict option_aliases
 
dict option_choices
 
- Static Public Attributes inherited from babel.messages.frontend.CommandMixin
 as_args = None
 
tuple multiple_value_options = ()
 
tuple boolean_options = ()
 
dict option_aliases = {}
 
dict option_choices = {}
 
 log = log
 
- Protected Member Functions inherited from babel.messages.frontend.ExtractMessages
 _build_callback (self, str path)
 
 _get_mappings (self)
 
- Protected Attributes inherited from babel.messages.frontend.CommandMixin
 _dry_run
 

Detailed Description

Message extraction command for use in ``setup.py`` scripts.

If correctly installed, this command is available to Setuptools-using
setup scripts automatically. For projects using plain old ``distutils``,
the command needs to be registered explicitly in ``setup.py``::

    from babel.messages.setuptools_frontend import extract_messages

    setup(
        ...
        cmdclass = {'extract_messages': extract_messages}
    )

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