SYMBOL INDEX (44 symbols across 9 files) FILE: icon_font_to_png/command_line.py function run (line 10) | def run(arguments): function download_icon_font (line 168) | def download_icon_font(icon_font, directory): FILE: icon_font_to_png/icon_font.py class IconFont (line 13) | class IconFont(object): method __init__ (line 15) | def __init__(self, css_file, ttf_file, keep_prefix=False): method load_css (line 27) | def load_css(self): method export_icon (line 78) | def export_icon(self, icon, size, color='black', scale='auto', FILE: icon_font_to_png/icon_font_downloader.py class IconFontDownloader (line 13) | class IconFontDownloader(object): method css_url (line 19) | def css_url(self): method ttf_url (line 24) | def ttf_url(self): method __init__ (line 28) | def __init__(self, directory=None): method _download_file_from_url (line 35) | def _download_file_from_url(url, directory=None): method _get_latest_tag_from_github (line 52) | def _get_latest_tag_from_github(repo_api_url): method get_latest_version_number (line 61) | def get_latest_version_number(self): method download_css (line 65) | def download_css(self, directory): method download_ttf (line 69) | def download_ttf(self, directory): method download_files (line 73) | def download_files(self): class FontAwesomeDownloader (line 79) | class FontAwesomeDownloader(IconFontDownloader): method get_latest_version_number (line 95) | def get_latest_version_number(self): class OcticonsDownloader (line 101) | class OcticonsDownloader(IconFontDownloader): method get_latest_version_number (line 120) | def get_latest_version_number(self): FILE: icon_font_to_png/test/test_command_line.py function test_list_option (line 16) | def test_list_option(capfd): function test_icon_export (line 50) | def test_icon_export(capfd): function test_filename_option (line 94) | def test_filename_option(capfd): function test_download_option (line 123) | def test_download_option(capfd): function teardown_module (line 137) | def teardown_module(): FILE: icon_font_to_png/test/test_font_awesome.py function font_awesome (line 17) | def font_awesome(): function test_font_awesome_load_icons (line 25) | def test_font_awesome_load_icons(font_awesome): function test_font_awesome_prefix (line 30) | def test_font_awesome_prefix(font_awesome): function test_font_awesome_export_icon (line 35) | def test_font_awesome_export_icon(font_awesome): FILE: icon_font_to_png/test/test_icon_font.py function font_awesome (line 20) | def font_awesome(): function test_init (line 28) | def test_init(): function test_common_prefix (line 44) | def test_common_prefix(): function test_size (line 62) | def test_size(font_awesome, image, size): function test_color (line 85) | def test_color(font_awesome, image, color): function test_scale (line 104) | def test_scale(font_awesome, image, scale): function teardown_module (line 119) | def teardown_module(): FILE: icon_font_to_png/test/test_icon_font_downloader.py function test_icon_font_downloader (line 21) | def test_icon_font_downloader(downloader): function test_font_awesome_latest_version_number (line 42) | def test_font_awesome_latest_version_number(downloader): FILE: icon_font_to_png/test/test_octicons.py function octicons (line 17) | def octicons(): function test_octicons_load_icons (line 25) | def test_octicons_load_icons(octicons): function test_octicons_prefix (line 30) | def test_octicons_prefix(octicons): function test_octicons_export_icon (line 35) | def test_octicons_export_icon(octicons): FILE: setup.py function read (line 21) | def read(*names, **kwargs): function find_version (line 29) | def find_version(*file_paths):