Package web2py :: Package gluon :: Module compileapp :: Class mybuiltin
[hide private]
[frames] | no frames]

Class mybuiltin

source code

object --+
         |
        mybuiltin

NOTE could simple use a dict and populate it, NOTE not sure if this changes things though if monkey patching import.....

Instance Methods [hide private]
 
__getitem__(self, key) source code
 
__setitem__(self, key, value) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__