(self, base_path: Path)
| 413 | fname_tokenizer: Path |
| 414 | |
| 415 | def __init__(self, base_path: Path): ... |
| 416 | def all_tokens(self) -> Iterable[tuple[bytes, float, gguf.TokenType]]: ... |
| 417 | |
| 418 |
nothing calls this directly
no outgoing calls
no test coverage detected