| 73 | |
| 74 | |
| 75 | class Config: |
| 76 | def __init__(self, *, implicit_names: bool = True) -> None: |
| 77 | self.implicit_names = implicit_names |
| 78 | |
| 79 | |
| 80 | def convert_binary_cache_to_json(data: bytes, *, implicit_names: bool = True) -> Json: |
no outgoing calls
no test coverage detected
searching dependent graphs…