MCPcopy Create free account
hub / github.com/simplejson/simplejson / _import_c_scanstring

Function _import_c_scanstring

simplejson/decoder.py:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def _import_c_scanstring():
11 try:
12 from ._speedups import scanstring
13 return scanstring
14 except ImportError:
15 return None
16c_scanstring = _import_c_scanstring()
17
18# NOTE (3.1.0): JSONDecodeError may still be imported from this module for

Callers 1

decoder.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…