Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
babel.messages.frontend.ExtractMessages Class Reference
Inheritance diagram for babel.messages.frontend.ExtractMessages:
Inheritance graph
[legend]
Collaboration diagram for babel.messages.frontend.ExtractMessages:
Collaboration graph
[legend]

Public Member Functions

 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

 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

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

 _build_callback (self, str path)
 
 _get_mappings (self)
 

Additional Inherited Members

- Protected Attributes inherited from babel.messages.frontend.CommandMixin
 _dry_run
 

Member Function Documentation

◆ finalize_options()

babel.messages.frontend.ExtractMessages.finalize_options (   self)

◆ initialize_options()

babel.messages.frontend.ExtractMessages.initialize_options (   self)

Member Data Documentation

◆ boolean_options

list babel.messages.frontend.ExtractMessages.boolean_options
static
Initial value:
= [
'no-default-keywords', 'no-location', 'omit-header', 'no-wrap',
'sort-output', 'sort-by-file', 'strip-comments',
]

◆ multiple_value_options

tuple babel.messages.frontend.ExtractMessages.multiple_value_options
static
Initial value:
= (
'add-comments',
'keywords',
'ignore-dirs',
)

◆ option_aliases

dict babel.messages.frontend.ExtractMessages.option_aliases
static
Initial value:
= {
'keywords': ('--keyword',),
'mapping-file': ('--mapping',),
'output-file': ('--output',),
'strip-comments': ('--strip-comment-tags',),
'last-translator': ('--last-translator',),
}

◆ option_choices

dict babel.messages.frontend.ExtractMessages.option_choices
static
Initial value:
= {
'add-location': ('full', 'file', 'never'),
}

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