8f&PdZddlZddlmZddlmZdgZdZGddZdS)z pygments.formatter ~~~~~~~~~~~~~~~~~~ Base formatter class. :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. N) get_bool_opt)get_style_by_name FormattercNt|trt|S|SN) isinstancestrr)styles ~/builddir/build/BUILD/imunify360-venv-2.3.5/opt/imunify360/venv/lib/python3.11/site-packages/pip/_vendor/pygments/formatter.py _lookup_styler s'%( ''' Lc<eZdZdZdZgZgZdZdZd dZ dZ dZ dS) ra Converts a token stream to text. Formatters should have attributes to help selecting them. These are similar to the corresponding :class:`~pygments.lexer.Lexer` attributes. .. autoattribute:: name :no-value: .. autoattribute:: aliases :no-value: .. autoattribute:: filenames :no-value: You can pass options as keyword arguments to the constructor. All formatters accept these basic options: ``style`` The style to use, can be a string or a Style subclass (default: "default"). Not used by e.g. the TerminalFormatter. ``full`` Tells the formatter to output a "full" document, i.e. a complete self-contained document. This doesn't have any effect for some formatters (default: false). ``title`` If ``full`` is true, the title that should be used to caption the document (default: ''). ``encoding`` If given, must be an encoding name. This will be used to convert the Unicode token strings to byte strings in the output. If it is "" or None, Unicode strings will be written to the output file, which most file-like objects do not support (default: None). ``outencoding`` Overrides ``encoding`` if given. NTc bt|dd|_t|dd|_|dd|_|ddpd|_|jd vrd |_|d p|j|_||_dS) z As with lexers, this constructor takes arbitrary optional arguments, and if you override it, you should first process your own options, then call the base class implementation. r defaultfullFtitleencodingN)guesschardetzutf-8 outencoding)r getr rrrroptions)selfrs r __init__zFormatter.__init__Ss #7;;w #B#BCC  &%88 [["--  J55= =0 0 0#DM M22Cdm  r rcdS)a This method must return statements or declarations suitable to define the current style for subsequent highlighted text (e.g. CSS classes in the `HTMLFormatter`). The optional argument `arg` can be used to modify the generation and is formatter dependent (it is standardized because it can be given on the command line). This method is called by the ``-S`` :doc:`command-line option `, the `arg` is then given by the ``-a`` option. r)rargs r get_style_defszFormatter.get_style_defscs rr c|jr(tj|jd|}|||S)z This method must format the tokens from the `tokensource` iterable and write the formatted version to the file object `outfile`. Formatter options can control how exactly the tokens are converted. )rcodecslookupformat_unencoded)r tokensourceoutfiles r formatzFormatter.formatrsD = ?5fmDM2215g>>G$$[':::r c|Srr)clsnames r __class_getitem__zFormatter.__class_getitem__s r )r) __name__ __module__ __qualname____doc__r*aliases filenames unicodeoutputrrr'r+rr r rrs|''T DG IM     ; ; ;r ) r/r"pip._vendor.pygments.utilrpip._vendor.pygments.stylesr__all__r rrr r r6s 222222999999 - hhhhhhhhhhr