Package web2py :: Package gluon :: Module rocket :: Class LimitingFileWrapper
[hide private]
[frames] | no frames]

Class LimitingFileWrapper

source code

wsgiref.util.FileWrapper --+
                           |
                          LimitingFileWrapper

Instance Methods [hide private]
 
__init__(self, limit=global_settings.applications_parent, *args, **kwargs) source code
 
read(self, amt) source code

Inherited from wsgiref.util.FileWrapper: __getitem__, __iter__, next

Method Details [hide private]

__init__(self, limit=global_settings.applications_parent, *args, **kwargs)
(Constructor)

source code 
Overrides: wsgiref.util.FileWrapper.__init__