Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ scan_once
Function
scan_once
tools/python-3.11.9-amd64/Lib/json/scanner.py:65–69 ·
view source on GitHub ↗
(string, idx)
Source
from the content-addressed store, hash-verified
63
raise
StopIteration(idx)
64
65
def
scan_once(string, idx):
66
try
:
67
return
_scan_once(string, idx)
68
finally:
69
memo.clear()
70
71
return
scan_once
72
Callers
2
JSONObject
Function · 0.85
JSONArray
Function · 0.85
Calls
2
_scan_once
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected