Aestate
Variables
aestate.conf Namespace Reference

Variables

list BASE_ATTR
 
list XML_TAGS
 

Variable Documentation

◆ BASE_ATTR

list aestate.conf.BASE_ATTR
Initial value:
1 = ['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__',
2  '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__',
3  '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__',
4  '__str__', '__subclasshook__', '__weakref__']

Definition at line 2 of file conf.py.

◆ XML_TAGS

list aestate.conf.XML_TAGS
Initial value:
1 = ['namespace', 'database', 'item', 'select', 'insert', 'update', 'delete', 'if', 'elif', 'else', 'where',
2  'template', 'include']

Definition at line 6 of file conf.py.