class documentation

Lexer for terraformi ``.tf`` files. .. versionadded:: 2.1

Method heredoc_callback Undocumented
Class Variable aliases Undocumented
Class Variable builtins Undocumented
Class Variable builtins_re Undocumented
Class Variable classes Undocumented
Class Variable classes_re Undocumented
Class Variable collection_functions Undocumented
Class Variable date_time_functions Undocumented
Class Variable encoding_functions Undocumented
Class Variable filenames Undocumented
Class Variable filesystem_functions Undocumented
Class Variable hash_crypto_functions Undocumented
Class Variable ip_network_functions Undocumented
Class Variable mimetypes Undocumented
Class Variable name Undocumented
Class Variable numeric_functions Undocumented
Class Variable string_functions Undocumented
Class Variable tokens Undocumented
Class Variable type_conversion_functions Undocumented
Class Variable types Undocumented
Class Variable url Undocumented

Inherited from ExtendedRegexLexer:

Method get_tokens_unprocessed Split ``text`` into (tokentype, text) pairs. If ``context`` is given, use this lexer context instead.

Inherited from Lexer (via ExtendedRegexLexer, RegexLexer):

Method __init__ Undocumented
Method __repr__ Undocumented
Method add_filter Add a new stream filter to this lexer.
Method analyse_text Has to return a float between ``0`` and ``1`` that indicates if a lexer wants to highlight this text. Used by ``guess_lexer``. If this method returns ``0`` it won't highlight it in any case, if it returns ``1`` highlighting with this lexer is guaranteed.
Method get_tokens Return an iterable of (tokentype, value) pairs generated from `text`. If `unfiltered` is set to `True`, the filtering mechanism is bypassed even if filters are defined.
Class Variable alias_filenames Undocumented
Class Variable priority Undocumented
Instance Variable encoding Undocumented
Instance Variable ensurenl Undocumented
Instance Variable filters Undocumented
Instance Variable options Undocumented
Instance Variable stripall Undocumented
Instance Variable stripnl Undocumented
Instance Variable tabsize Undocumented
def heredoc_callback(self, match, ctx): (source)

Undocumented

Undocumented

builtins = (source)

Undocumented

builtins_re = (source)

Undocumented

classes: tuple[str, ...] = (source)

Undocumented

classes_re = (source)

Undocumented

collection_functions: tuple[str, ...] = (source)

Undocumented

date_time_functions: tuple[str, ...] = (source)

Undocumented

encoding_functions: tuple[str, ...] = (source)

Undocumented

filenames: list[str] = (source)

Undocumented

filesystem_functions: tuple[str, ...] = (source)

Undocumented

hash_crypto_functions: tuple[str, ...] = (source)

Undocumented

ip_network_functions: tuple[str, ...] = (source)

Undocumented

mimetypes: list[str] = (source)

Undocumented

Undocumented

numeric_functions: tuple[str, ...] = (source)

Undocumented

string_functions: tuple[str, ...] = (source)

Undocumented

type_conversion_functions: tuple[str, ...] = (source)

Undocumented

types: tuple[str, ...] = (source)

Undocumented

Undocumented