python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.parsers.sif.xml.animatable.XmlAnimatable Class Reference
Inheritance diagram for lottie.parsers.sif.xml.animatable.XmlAnimatable:
[legend]
Collaboration diagram for lottie.parsers.sif.xml.animatable.XmlAnimatable:
[legend]

Public Member Functions

def __init__ (self, name, typename, default=None, type_wrapper=noop)
 
def from_xml (self, obj, minidom.Element parent, ObjectRegistry registry, TypeDescriptor param=None)
 
def to_xml (self, obj, minidom.Element parent, minidom.Document dom, TypeDescriptor type=None)
 
def from_python (self, value)
 
def default (self)
 
def type_for (self, TypeDescriptor param)
 
- Public Member Functions inherited from lottie.parsers.sif.xml.core_nodes.XmlDescriptor
def __init__ (self, name)
 
def to_xml (self, obj, minidom.Element parent, minidom.Document dom)
 
def from_xml (self, obj, minidom.Element parent, ObjectRegistry registry)
 
def initialize_object (self, dict, obj)
 
def clean (self, value)
 
def __repr__ (self)
 

Public Attributes

 type
 
- Public Attributes inherited from lottie.parsers.sif.xml.core_nodes.XmlDescriptor
 name
 
 att_name
 

Detailed Description

Definition at line 12 of file animatable.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.__init__ (   self,
  name,
  typename,
  default = None,
  type_wrapper = noop 
)

Definition at line 13 of file animatable.py.

Member Function Documentation

◆ default()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.default (   self)

Reimplemented from lottie.parsers.sif.xml.core_nodes.XmlDescriptor.

Definition at line 40 of file animatable.py.

◆ from_python()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.from_python (   self,
  value 
)

Reimplemented from lottie.parsers.sif.xml.core_nodes.XmlDescriptor.

Definition at line 35 of file animatable.py.

◆ from_xml()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.from_xml (   self,
  obj,
minidom.Element  parent,
ObjectRegistry  registry,
TypeDescriptor   param = None 
)

Definition at line 17 of file animatable.py.

◆ to_xml()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.to_xml (   self,
  obj,
minidom.Element  parent,
minidom.Document  dom,
TypeDescriptor   type = None 
)

Definition at line 26 of file animatable.py.

◆ type_for()

def lottie.parsers.sif.xml.animatable.XmlAnimatable.type_for (   self,
TypeDescriptor  param 
)

Definition at line 43 of file animatable.py.

Member Data Documentation

◆ type

lottie.parsers.sif.xml.animatable.XmlAnimatable.type

Definition at line 15 of file animatable.py.


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