python-lottie
0.6.11+deved4e6c7
A framework to work with lottie files and telegram animated stickers (tgs)
|
Public Member Functions | |
def | __init__ (self, severity=Severity.Note) |
def | check_file_size (self, filename) |
def | check_size (self, bytes, filename="file") |
def | check_file (self, filename) |
def | visit (self, object) |
![]() | |
def | __call__ (self, lottie_object) |
def | visit_property (self, object, property, value) |
Public Attributes | |
errors | |
severity | |
Additional Inherited Members | |
![]() | |
DONT_RECURSE = object() | |
Definition at line 41 of file tgs_validator.py.
def lottie.exporters.tgs_validator.TgsValidator.__init__ | ( | self, | |
severity = Severity.Note |
|||
) |
Definition at line 42 of file tgs_validator.py.
def lottie.exporters.tgs_validator.TgsValidator.check_file | ( | self, | |
filename | |||
) |
Definition at line 62 of file tgs_validator.py.
def lottie.exporters.tgs_validator.TgsValidator.check_file_size | ( | self, | |
filename | |||
) |
Definition at line 50 of file tgs_validator.py.
def lottie.exporters.tgs_validator.TgsValidator.check_size | ( | self, | |
bytes, | |||
filename = "file" |
|||
) |
Definition at line 53 of file tgs_validator.py.
def lottie.exporters.tgs_validator.TgsValidator.visit | ( | self, | |
object | |||
) |
Reimplemented from lottie.objects.base.ObjectVisitor.
Definition at line 74 of file tgs_validator.py.
lottie.exporters.tgs_validator.TgsValidator.errors |
Definition at line 43 of file tgs_validator.py.
lottie.exporters.tgs_validator.TgsValidator.severity |
Definition at line 44 of file tgs_validator.py.