SYMBOL INDEX (62 symbols across 9 files) FILE: aget/__init__.py function sigal_handler (line 16) | def sigal_handler(signum, frame): function handle_signal (line 22) | def handle_signal(): function parse_arguments (line 28) | def parse_arguments(argv): function main (line 46) | def main(): FILE: aget/color.py function color_str (line 58) | def color_str(msg, codes=None): FILE: aget/configure.py function configure (line 15) | def configure(args): FILE: aget/download.py function download (line 12) | async def download(args): function save_data (line 74) | def save_data(file_obj, begin_point, end_point, shower, part, fut): FILE: aget/exceptions.py class ContentLengthError (line 4) | class ContentLengthError(Exception): class HttpNotOk (line 8) | class HttpNotOk(Exception): FILE: aget/models.py class File (line 13) | class File(object): method __init__ (line 14) | def __init__(self, path): method fd (line 20) | def fd(self): method path (line 24) | def path(self): method undownload_chucks (line 28) | def undownload_chucks(self): method is_init (line 31) | def is_init(self): method create_file (line 34) | def create_file(self): method write (line 48) | def write(self, data, seek): method record_data (line 52) | def record_data(self, *datas): method close (line 56) | def close(self): class Info (line 60) | class Info(object): method __init__ (line 61) | def __init__(self, path): method downloaded_chucks (line 69) | def downloaded_chucks(self): method completed_size (line 73) | def completed_size(self): method initiate_info (line 79) | def initiate_info(self): method load_info (line 83) | def load_info(self): method _dump_info (line 97) | def _dump_info(self, content_length, chucks): method write (line 104) | def write(self, data): method merge_chucks (line 109) | def merge_chucks(self, chucks): method find_undownload_chucks (line 118) | def find_undownload_chucks(self): method remove_aget (line 135) | def remove_aget(self): function _merge_intervals (line 139) | def _merge_intervals(intervals): function _find_gaps (line 170) | def _find_gaps(intervals): class Shower (line 186) | class Shower(object): method __init__ (line 191) | def __init__(self, filename, content_length, completed_size, concurren... method completed_size (line 200) | def completed_size(self): method stop (line 208) | def stop(self): method stop (line 212) | def stop(self, value): method show (line 215) | async def show(self): method _show_process_line (line 229) | def _show_process_line(self): method _gen_status_line (line 234) | def _gen_status_line(self): method append_info (line 284) | def append_info(self, part, begin_point, end_point): method over (line 287) | def over(self): FILE: aget/request.py function async_request (line 10) | async def async_request(method, url, ok=False, **kwargs): function request_range (line 26) | async def request_range(method, url, start, end, ctrl_queue, **kwargs): function get_content_length (line 36) | async def get_content_length(method, url, **kwargs): FILE: aget/utils.py function make_headers (line 14) | def make_headers(args): function data_pack (line 22) | def data_pack(num): function data_unpack (line 26) | def data_unpack(chuck): function sizeof_fmt (line 30) | def sizeof_fmt(num): function timeof_fmt (line 38) | def timeof_fmt(num): # as second function get_chuck_size (line 51) | def get_chuck_size(chuck_size_str): function terminal_width (line 65) | def terminal_width(): function assert_completed_file (line 69) | def assert_completed_file(args): FILE: test/down.py function request (line 19) | async def request(method, url, **kwargs): function request_range (line 28) | async def request_range(port, method, url, start, end, fd, queue, **kwar... function get_content_length (line 41) | async def get_content_length(method, url, **kwargs): function download (line 57) | async def download( function handle_args (line 87) | def handle_args(argv): function make_headers (line 103) | def make_headers(args): function get_chuck_size (line 111) | def get_chuck_size(args): function main (line 125) | def main(args):