clc.APIv2.template
index
/Users//clc_git/src/clc/APIv2/template.py

Template related functions.  
 
Templates object variables:
 
Template object variables:
 
        template.name
        template.id (alias of name)

 
Modules
       
clc

 
Classes
       
__builtin__.object
Template
Templates

 
class Template(__builtin__.object)
     Methods defined here:
__getattr__(self, var)
__init__(self, id, template_obj=None)
Create Template object.
__str__(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
class Templates(__builtin__.object)
     Methods defined here:
Get(self, key)
Get template by providing name, ID, or other unique key.
 
If key is not unique and finds multiple matches only the first
will be returned
Search(self, key)
Search template list by providing partial name, ID, or other key.
__init__(self, templates_lst)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)