SYMBOL INDEX (33 symbols across 5 files) FILE: build.py function get_version (line 6) | def get_version(): function build_for_os (line 32) | def build_for_os(os_name, arch): function main (line 124) | def main(target_os): FILE: database_controller.py function save (line 45) | async def save(message,translation,dlang): # en:Save the translations ... function get (line 51) | async def get(message,dlang): # en:Get the translations ja:翻訳を入手する function delete (line 57) | def delete(target_size:int = 52428800): function close (line 62) | def close(): FILE: sound.py function playsound (line 25) | def playsound(sound_file, block=True): class Sound (line 46) | class Sound: method __init__ (line 47) | def __init__(self, config, sound_dir='./sound'): method run (line 52) | def run(self): method put (line 57) | def put(self, obj): method sound_play (line 62) | def sound_play(self): FILE: tts.py function playsound (line 27) | def playsound(sound_file, block=True): class TTS (line 48) | class TTS: method __init__ (line 55) | def __init__(self, config, tmp_dir='./tmp'): method put (line 60) | def put(self, text, lang): method run (line 63) | def run(self): method shorten_tts_comment (line 72) | def shorten_tts_comment(self, comment): method CeVIO (line 89) | def CeVIO(self, cast): method gTTS_play (line 115) | def gTTS_play(self, text, tl): method Determine_TTS (line 141) | def Determine_TTS(self): method voice_synth (line 153) | def voice_synth(self): FILE: twitchTransFN.py function GAS_Trans (line 194) | async def GAS_Trans(session, text, lang_source, lang_target): function CLEANMEIFOLDERS (line 237) | def CLEANMEIFOLDERS(): class Bot (line 279) | class Bot(commands.Bot): method __init__ (line 281) | def __init__(self): method event_channel_joined (line 289) | async def event_channel_joined(self, channel): method event_message (line 296) | async def event_message(self, msg): method ver (line 555) | async def ver(self, ctx): method sound (line 559) | async def sound(self, ctx): method timer (line 564) | async def timer(self, ctx): function main (line 595) | def main():