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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 104 of file animatable.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.parsers.sif.xml.animatable.XmlDynamicListParam.__init__ (   self,
  name,
  typename,
  att_name = None 
)

Definition at line 107 of file animatable.py.

Member Function Documentation

◆ default()

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

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

Definition at line 149 of file animatable.py.

◆ from_python()

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

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

Definition at line 146 of file animatable.py.

◆ from_xml()

def lottie.parsers.sif.xml.animatable.XmlDynamicListParam.from_xml (   self,
  obj,
minidom.Element  parent,
ObjectRegistry  registry 
)

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

Definition at line 126 of file animatable.py.

◆ to_xml()

def lottie.parsers.sif.xml.animatable.XmlDynamicListParam.to_xml (   self,
  obj,
minidom.Element  parent,
minidom.Document  dom 
)

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

Definition at line 113 of file animatable.py.

Member Data Documentation

◆ att_name

lottie.parsers.sif.xml.animatable.XmlDynamicListParam.att_name

Definition at line 111 of file animatable.py.

◆ type

lottie.parsers.sif.xml.animatable.XmlDynamicListParam.type

Definition at line 109 of file animatable.py.


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