python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.utils.funky_parser.TokenType Class Reference
Inheritance diagram for lottie.utils.funky_parser.TokenType:
[legend]
Collaboration diagram for lottie.utils.funky_parser.TokenType:
[legend]

Static Public Attributes

 Word = enum.auto()
 
 Number = enum.auto()
 
 Eof = enum.auto()
 
 String = enum.auto()
 
 Punctuation = enum.auto()
 
 Color = enum.auto()
 

Detailed Description

Definition at line 218 of file funky_parser.py.

Member Data Documentation

◆ Color

lottie.utils.funky_parser.TokenType.Color = enum.auto()
static

Definition at line 224 of file funky_parser.py.

◆ Eof

lottie.utils.funky_parser.TokenType.Eof = enum.auto()
static

Definition at line 221 of file funky_parser.py.

◆ Number

lottie.utils.funky_parser.TokenType.Number = enum.auto()
static

Definition at line 220 of file funky_parser.py.

◆ Punctuation

lottie.utils.funky_parser.TokenType.Punctuation = enum.auto()
static

Definition at line 223 of file funky_parser.py.

◆ String

lottie.utils.funky_parser.TokenType.String = enum.auto()
static

Definition at line 222 of file funky_parser.py.

◆ Word

lottie.utils.funky_parser.TokenType.Word = enum.auto()
static

Definition at line 219 of file funky_parser.py.


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