python-lottie
0.7.0+dev418bd09
A framework to work with lottie files and telegram animated stickers (tgs)
|
Public Member Functions | |
def | __init__ (self, TokenType type, int line, int col, int start, int end, typing.Any value=None) |
def | __repr__ (self) |
Public Attributes | |
col | |
line | |
end | |
start | |
type | |
value | |
Definition at line 227 of file funky_parser.py.
def lottie.utils.funky_parser.Token.__init__ | ( | self, | |
TokenType | type, | ||
int | line, | ||
int | col, | ||
int | start, | ||
int | end, | ||
typing.Any | value = None |
||
) |
Definition at line 228 of file funky_parser.py.
def lottie.utils.funky_parser.Token.__repr__ | ( | self | ) |
Definition at line 244 of file funky_parser.py.
lottie.utils.funky_parser.Token.col |
Definition at line 237 of file funky_parser.py.
lottie.utils.funky_parser.Token.end |
Definition at line 239 of file funky_parser.py.
lottie.utils.funky_parser.Token.line |
Definition at line 238 of file funky_parser.py.
lottie.utils.funky_parser.Token.start |
Definition at line 240 of file funky_parser.py.
lottie.utils.funky_parser.Token.type |
Definition at line 241 of file funky_parser.py.
lottie.utils.funky_parser.Token.value |
Definition at line 242 of file funky_parser.py.