Searched defs:import_string (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
H A Dopen_id.py400 from paste.util import import_string namespace
403 url_to_username = import_string.eval_import(url_to_username)
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Durlparser.py18 from paste.util import import_string namespace
138 value = import_string.eval_import(value)
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py1272 self.handlers[handler] = handler = import_string(handler)
1594 self.error_handlers[code] = handler = import_string(handler)
1650 import_string() failed for %r. Possible reasons are:
1667 """Provides information about a failed :func:`import_string` attempt."""
1682 imported = import_string(name, silent=True)
1834 def import_string(import_name, silent=False): function

Completed in 2002 milliseconds