SYMBOL INDEX (7 symbols across 2 files) FILE: tedimg/images.py function get_image (line 11) | def get_image(root, name): function image_from_file (line 19) | def image_from_file(file_storage): function image_from_url (line 26) | def image_from_url(url): function save_with_thumbnail (line 34) | def save_with_thumbnail(image, filename): FILE: tedimg/views.py function index (line 9) | def index(): function show (line 14) | def show(path): function upload (line 21) | def upload():