SYMBOL INDEX (34 symbols across 2 files) FILE: evil_winrm_py/evil_winrm_py.py class Krb5Error (line 53) | class Krb5Error(Exception): class DelayedKeyboardInterrupt (line 125) | class DelayedKeyboardInterrupt: method __enter__ (line 135) | def __enter__(self): method __exit__ (line 145) | def __exit__(self, type, value, traceback): function run_ps_cmd (line 152) | def run_ps_cmd(r_pool: RunspacePool, command: str) -> tuple[str, list, b... function get_prompt (line 162) | def get_prompt(r_pool: RunspacePool) -> str: function show_menu (line 172) | def show_menu() -> None: function get_directory_and_partial_name (line 180) | def get_directory_and_partial_name(text: str, sep: str) -> tuple[str, str]: function _ps_single_quote (line 199) | def _ps_single_quote(value: str) -> str: function get_remote_path_suggestions (line 205) | def get_remote_path_suggestions( function get_remote_command_suggestions (line 237) | def get_remote_command_suggestions( function get_local_path_suggestions (line 271) | def get_local_path_suggestions( class CommandPathCompleter (line 312) | class CommandPathCompleter(Completer): method __init__ (line 318) | def __init__(self, r_pool: RunspacePool): method get_completions (line 321) | def get_completions(self, document: Document, complete_event): function get_ps_script (line 687) | def get_ps_script(script_name: str) -> str: function quoted_command_split (line 700) | def quoted_command_split(command: str) -> list[str]: function download_file (line 731) | def download_file(r_pool: RunspacePool, remote_path: str, local_path: st... function upload_file (line 822) | def upload_file(r_pool: RunspacePool, local_path: str, remote_path: str)... function _read_text_auto_encoding (line 936) | def _read_text_auto_encoding(path) -> str: function load_ps (line 956) | def load_ps(r_pool: RunspacePool, local_path: str): function run_ps (line 1009) | def run_ps(r_pool: RunspacePool, local_path: str) -> None: function load_dll (line 1049) | def load_dll(r_pool: RunspacePool, local_path: str) -> None: function run_exe (line 1112) | def run_exe(r_pool: RunspacePool, local_path: str, args: str = "") -> None: function interactive_shell (line 1158) | def interactive_shell(r_pool: RunspacePool) -> None: function main (line 1427) | def main(): FILE: evil_winrm_py/pypsrp_ewp/wsman.py class HttpCredSSPAuth (line 36) | class HttpCredSSPAuth(object): # type: ignore[no-redef] # https://githu... method __init__ (line 37) | def __init__(self, *args, **kwargs): class WSManEWP (line 44) | class WSManEWP(WSMan): method __init__ (line 47) | def __init__( class _TransportHTTPEWP (line 198) | class _TransportHTTPEWP(_TransportHTTP): method __init__ (line 201) | def __init__( method send (line 291) | def send(self, message: bytes) -> bytes: method _build_session (line 350) | def _build_session(self) -> requests.Session: