SYMBOL INDEX (21 symbols across 5 files) FILE: check.py class terminal (line 24) | class terminal: FILE: src/sti/app.py function b2s (line 30) | def b2s(b: bytes) -> str: function favicon (line 34) | def favicon(): function svglib (line 38) | def svglib(): function mxlibrary (line 47) | def mxlibrary(): function render (line 58) | def render(path): FILE: src/sti/atlas.py class Atlas (line 20) | class Atlas: method __init__ (line 23) | def __init__(self): method add (line 26) | def add(self, path: Path): method write_drawio (line 30) | def write_drawio(self, fp): method write_svg (line 43) | def write_svg(self, fp): function parse_args (line 47) | def parse_args(): function main (line 79) | def main(): FILE: src/sti/cli.py function parse_args (line 17) | def parse_args(): function main (line 49) | def main(): FILE: src/sti/utils.py class Icon (line 17) | class Icon: method from_path (line 28) | def from_path(cls, path: Path, *, with_path=True, with_data=True): method as_drawio (line 50) | def as_drawio(self) -> dict: method as_atlas_unit (line 59) | def as_atlas_unit(self, reid=False) -> str: function get_icons_from (line 80) | def get_icons_from(path: Path) -> dict: function get_refs_from (line 102) | def get_refs_from(path: Path) -> dict: