()
| 8 | |
| 9 | |
| 10 | def _import_c_scanstring(): |
| 11 | try: |
| 12 | from ._speedups import scanstring |
| 13 | return scanstring |
| 14 | except ImportError: |
| 15 | return None |
| 16 | c_scanstring = _import_c_scanstring() |
| 17 | |
| 18 | # NOTE (3.1.0): JSONDecodeError may still be imported from this module for |
no outgoing calls
no test coverage detected
searching dependent graphs…