SYMBOL INDEX (15 symbols across 4 files) FILE: handler.py class ProxyFix (line 16) | class ProxyFix(object): method __init__ (line 17) | def __init__(self, app): method __call__ (line 20) | def __call__(self, environ, start_response): class HeaderRewriterFix (line 32) | class HeaderRewriterFix(object): method __init__ (line 34) | def __init__(self, app, remove_headers=None, add_headers=None): method __call__ (line 39) | def __call__(self, environ, start_response): FILE: ide-server.py function time2code (line 28) | def time2code(): function code (line 51) | def code(): function tutorial (line 72) | def tutorial(): FILE: ide.py function time2code (line 11) | def time2code(): class ProxyFix (line 20) | class ProxyFix(object): method __init__ (line 21) | def __init__(self, app): method __call__ (line 24) | def __call__(self, environ, start_response): FILE: ide_server.py function time2code (line 14) | def time2code(): function tutorial (line 37) | def tutorial():