MCPcopy Index your code
hub / github.com/clips/pattern / _import_c_scanstring

Function _import_c_scanstring

pattern/web/json/decoder.py:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6
7from scanner import make_scanner
8def _import_c_scanstring():
9 try:
10 from _speedups import scanstring
11 return scanstring
12 except ImportError:
13 return None
14c_scanstring = _import_c_scanstring()
15
16__all__ = ['JSONDecoder']

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…