SYMBOL INDEX (101 symbols across 17 files) FILE: clean-aur-dir.py function usage (line 10) | def usage(): FILE: convertToUtf8.py function is_utf8 (line 9) | def is_utf8(filepath): function to_utf8 (line 18) | def to_utf8(path): function run (line 32) | def run(): FILE: fmount.py function reformat_mntopts (line 15) | def reformat_mntopts(mntopts): function mount_gio (line 23) | def mount_gio(*, scheme: str, host: str, path: str, user: str, port: str... function mount_sshfs (line 70) | def mount_sshfs(*, host: str, path: str, user: str, port: str, mountpoin... function mount (line 87) | def mount(name, mountpath: Path, config): function umount (line 118) | def umount(mntpoint: Path): function clean (line 134) | def clean(path: Path): function cleanAll (line 144) | def cleanAll(mountpath): function writeDefaultConfig (line 151) | def writeDefaultConfig(): FILE: imap-notifier.py function load_config (line 85) | def load_config(config_path: Path): function decode_header (line 106) | def decode_header(header): class IMAPNotifier (line 123) | class IMAPNotifier: method __init__ (line 132) | def __init__(self): method load_state (line 139) | def load_state(self): method save_state (line 147) | def save_state(self): method get_account_id (line 156) | def get_account_id(self, account_config): method get_password (line 167) | def get_password(self, account_config): method send_notification (line 190) | def send_notification(self, message): method is_connection_alive (line 217) | def is_connection_alive(self, connection, account_id): method connect_to_account (line 227) | async def connect_to_account(self, account_config): method get_new_emails (line 259) | async def get_new_emails(self, connection, account_id, mailboxes_to_pr... method process_mailboxes (line 324) | async def process_mailboxes(self, account_config, account_id, connecti... method process_account (line 371) | async def process_account(self, account_config): method run (line 398) | async def run(self): function main_async (line 420) | async def main_async(): function main (line 444) | def main(): FILE: maildir-strip-attachments.py function process_maildir (line 32) | def process_maildir(maildir): function argtype_dir_path (line 55) | def argtype_dir_path(string): function argtype_maildir (line 60) | def argtype_maildir(string): FILE: mp3convert.py class GettingBitrateError (line 23) | class GettingBitrateError(Exception): method __init__ (line 24) | def __init__(self, fname): class ConversionError (line 28) | class ConversionError(Exception): method __init__ (line 29) | def __init__(self, fname, status, output): function get_bitrate (line 33) | def get_bitrate(filename): function convert (line 43) | def convert(filename, output_extension, bitrate, delete_after=False): class Main (line 57) | class Main(): method __init__ (line 58) | def __init__(self, args): method print_stats (line 73) | def print_stats(self): method check (line 84) | def check(self, path): method run (line 107) | async def run(self): method worker (line 122) | def worker(self, path): method queue_generator (line 146) | def queue_generator(self): FILE: pythonscripts/cpu.py function cores_count (line 3) | def cores_count(): FILE: pythonscripts/daemon.py function spawnDaemon (line 5) | def spawnDaemon(*args, detach_fds=True): FILE: pythonscripts/ffparser.py class FFprobeParser (line 12) | class FFprobeParser: method __init__ (line 13) | def __init__(self, path): method _get (line 25) | def _get(self, option, attribute): method _getBitrate (line 28) | def _getBitrate(self, option): method get (line 45) | def get(self, option, attribute): method pprint (line 57) | def pprint(self, option): FILE: pythonscripts/logger.py class Logger (line 9) | class Logger: method __init__ (line 10) | def __init__(self, log_level, prog_name): method prefix (line 15) | def prefix(self, msg): method debug (line 20) | def debug(self, msg): method info (line 24) | def info(self, msg): method warning (line 28) | def warning(self, msg): method error (line 32) | def error(self, msg): method critical (line 36) | def critical(self, msg, retval=1): FILE: pythonscripts/misc.py function format_sizeof (line 18) | def format_sizeof(num, unit_format="long"): function format_time (line 34) | def format_time(seconds): function cat (line 55) | def cat(fname): function smart_truncate (line 74) | def smart_truncate(text, max_length=100, suffix='...'): function mkdir (line 89) | def mkdir(path): FILE: pythonscripts/tempfiles.py class TempFiles (line 11) | class TempFiles: method __init__ (line 12) | def __init__(self): method removeAll (line 16) | def removeAll(self): method remove (line 20) | def remove(self, file): method getTempFileName (line 25) | def getTempFileName(self, prefix="tmp", suffix="", dir=None, text=False): FILE: pythonscripts/terminal.py function colorize (line 11) | def colorize(color, text): function getColor (line 20) | def getColor(status, download_speed=0): function getTerminalSize (line 47) | def getTerminalSize(): FILE: replaygain.py class ReplayGain (line 15) | class ReplayGain: method __init__ (line 19) | def __init__(self, logger, options, files): method run (line 35) | def run(self): method all_files_have_replaygain_tags (line 43) | def all_files_have_replaygain_tags(self): method run_mp3gain (line 53) | def run_mp3gain(self): method update_tags (line 77) | def update_tags(self): class Main (line 128) | class Main: method __init__ (line 132) | def __init__(self, logger, options): method run (line 140) | async def run(self): method worker (line 153) | def worker(self, paths): method queue_generator (line 173) | def queue_generator(self): function main (line 202) | def main(prog_name, options): function argparse_path_handler (line 209) | def argparse_path_handler(path): FILE: rmshit.py function get_size (line 64) | def get_size(path): function read_config (line 70) | def read_config(): function yesno (line 86) | def yesno(question, default="n"): function format_size (line 103) | def format_size(size_in_bytes): function rmshit (line 116) | def rmshit(): FILE: teams-attendance-parser.py function parse_timestamp (line 23) | def parse_timestamp(timestamp): function parse_attendance_list (line 33) | def parse_attendance_list(path): function get_attendance (line 58) | def get_attendance(class_start, actions): function print_attendance (line 84) | def print_attendance(teacher, class_start, data): function main (line 96) | def main(path): FILE: touch-tree.py class Main (line 11) | class Main: method __init__ (line 12) | def __init__(self, oldRoot, newRoot): method browse (line 16) | def browse(self, path): method touchTree (line 26) | def touchTree(self):