()
| 29 | # Just a dummy decorator to get the checks to run on python2 |
| 30 | # because honestly I don't want to support a byte-level unicode BPE tokenizer on python 2 right now. |
| 31 | def lru_cache(): |
| 32 | return lambda func: func |
| 33 | |
| 34 | from .file_utils import cached_path |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected