Class Tag

class Tag (object) :

Method Tag.__init__

def __init__ (self, name, *children, **attr) :

Method Tag.__call__

def __call__ (self, *children, **attr) :

Method Tag.add

def add (self, *children) :

Method Tag.join

def join (self, children) :

Method Tag.__setitem__

def __setitem__ (self, key, value) :

Method Tag.__delitem__

def __delitem__ (self, key) :

Method Tag.__contains__

def __contains__ (self, key) :

Method Tag.__str__

def __str__ (self) :

Method Tag.__repr__

def __repr__ (self) :

Class Factory

class Factory (object) :

Method Factory.__getattr__

def __getattr__ (self, name) :

Function utf8

def utf8 (text) :

Class JSONEncoder

class JSONEncoder(JSON.JSONEncoder):

Method JSONEncoder.default

def default(self, obj):