SYMBOL INDEX (20 symbols across 4 files) FILE: app.py class ImageRecord (line 20) | class ImageRecord(db.Model): method image_url (line 28) | def image_url(self): method thumb_url (line 34) | def thumb_url(self): function index (line 52) | def index(): function get_url (line 56) | def get_url(gender = "", minimum_age = 0, maximum_age = 0, thumb=False): function output_json (line 70) | def output_json(): function output_redirect_image (line 99) | def output_redirect_image(x = 0): function output_redirect_thumb (line 110) | def output_redirect_thumb(x = 0): function stats (line 120) | def stats(): function set_response_headers (line 126) | def set_response_headers(response): FILE: generate_faces.py class ImageRecord (line 24) | class ImageRecord(db.Model): method image_url (line 32) | def image_url(self): function download_face (line 48) | def download_face(): function recoginise_face (line 55) | def recoginise_face(): function move_file (line 73) | def move_file(gender, age): function write_db (line 80) | def write_db(gender, age, filename): FILE: migrations/env.py function run_migrations_offline (line 36) | def run_migrations_offline(): function run_migrations_online (line 57) | def run_migrations_online(): FILE: migrations/versions/dcb1be9b8bcc_.py function upgrade (line 19) | def upgrade(): function downgrade (line 39) | def downgrade():