a *žeg&ã@sDdZddlZddlmZddlmZdgZdd„ZGdd„dƒZdS) 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Ú FormattercCst|tƒrt|ƒS|S©N)Ú isinstanceÚstrr)Ústyle©r úH/usr/local/lib/python3.9/site-packages/pip/_vendor/pygments/formatter.pyÚ _lookup_styles r c@sBeZdZdZdZgZgZdZdd„Zd dd„Z d d „Z d d „Z 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. NTcKslt| dd¡ƒ|_t|ddƒ|_| dd¡|_| dd¡p`, the `arg` is then given by the ``-a`` option. rr )rÚargr r r Úget_style_defscs zFormatter.get_style_defscCs&|jrt |j¡d|ƒ}| ||¡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. é)rÚcodecsÚlookupZformat_unencoded)rZ tokensourceÚoutfiler r r ÚformatrszFormatter.formatcCs|Srr )ÚclsÚnamer r r Ú__class_getitem__€szFormatter.__class_getitem__)r) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚaliasesÚ filenamesZ unicodeoutputrrrr r r r r rs* ) r$rZpip._vendor.pygments.utilrZpip._vendor.pygments.stylesrÚ__all__r rr r r r Ús