(*args)
| 174 | |
| 175 | |
| 176 | def compute_args_hash(*args): |
| 177 | return md5(str(args).encode()).hexdigest() |
| 178 | |
| 179 | |
| 180 | def split_string_by_multi_markers(content: str, markers: list[str]) -> list[str]: |
nothing calls this directly
no outgoing calls
no test coverage detected