Home
last modified time | relevance | path

Searched refs:JSONDecodeError (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/simplejson/tests/
H A Dtest_unicode.py117 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u')
118 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1')
119 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u12')
120 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u123')
121 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1234')
123 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u123x"')
124 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u12x4"')
125 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1x34"')
126 self.assertRaises(json.JSONDecodeError, json.loads, '"\\ux234"')
129 self.assertRaises(json.JSONDecodeError, json.loads, '"\\ud800\\u"')
[all …]
/dports/devel/py-simplejson/simplejson-3.17.5/simplejson/tests/
H A Dtest_unicode.py117 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u')
118 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1')
119 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u12')
120 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u123')
121 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1234')
123 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u123x"')
124 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u12x4"')
125 self.assertRaises(json.JSONDecodeError, json.loads, '"\\u1x34"')
126 self.assertRaises(json.JSONDecodeError, json.loads, '"\\ux234"')
129 self.assertRaises(json.JSONDecodeError, json.loads, '"\\ud800\\u"')
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/simplejson/
H A Ddecoder.py8 from .scanner import make_scanner, JSONDecodeError
68 raise JSONDecodeError(
84 raise JSONDecodeError(msg, s, end)
91 raise JSONDecodeError(
99 raise JSONDecodeError(msg, s, end)
107 raise JSONDecodeError(msg, s, end - 1)
111 raise JSONDecodeError(msg, s, end - 1)
125 raise JSONDecodeError(msg, s, end)
169 raise JSONDecodeError(
224 raise JSONDecodeError(
[all …]
/dports/devel/py-simplejson/simplejson-3.17.5/simplejson/
H A Ddecoder.py8 from .scanner import make_scanner, JSONDecodeError
68 raise JSONDecodeError(
84 raise JSONDecodeError(msg, s, end)
91 raise JSONDecodeError(
99 raise JSONDecodeError(msg, s, end)
107 raise JSONDecodeError(msg, s, end - 1)
111 raise JSONDecodeError(msg, s, end - 1)
125 raise JSONDecodeError(msg, s, end)
169 raise JSONDecodeError(
224 raise JSONDecodeError(
[all …]
/dports/dns/py-namebench/namebench-1.3.1/nb_third_party/simplejson/
H A Ddecoder.py32 class JSONDecodeError(ValueError): class
114 raise JSONDecodeError(
131 raise JSONDecodeError(msg, s, end)
138 raise JSONDecodeError(
146 raise JSONDecodeError(msg, s, end)
154 raise JSONDecodeError(msg, s, end)
160 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(msg, s, end)
232 raise JSONDecodeError("Expecting object", s, end)
286 raise JSONDecodeError("Expecting object", s, end)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/simplejson/
H A Ddecoder.py32 class JSONDecodeError(ValueError): class
114 raise JSONDecodeError(
131 raise JSONDecodeError(msg, s, end)
138 raise JSONDecodeError(
146 raise JSONDecodeError(msg, s, end)
154 raise JSONDecodeError(msg, s, end)
160 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(msg, s, end)
206 raise JSONDecodeError(
234 raise JSONDecodeError("Expecting object", s, end)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/simplejson/
H A Ddecoder.py32 class JSONDecodeError(ValueError): class
114 raise JSONDecodeError(
131 raise JSONDecodeError(msg, s, end)
138 raise JSONDecodeError(
146 raise JSONDecodeError(msg, s, end)
154 raise JSONDecodeError(msg, s, end)
160 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(msg, s, end)
206 raise JSONDecodeError(
234 raise JSONDecodeError("Expecting object", s, end)
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/simplejson-2.3.2/
H A Ddecoder.py32 class JSONDecodeError(ValueError): class
114 raise JSONDecodeError(
131 raise JSONDecodeError(msg, s, end)
138 raise JSONDecodeError(
146 raise JSONDecodeError(msg, s, end)
154 raise JSONDecodeError(msg, s, end)
160 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(msg, s, end)
232 raise JSONDecodeError("Expecting object", s, end)
286 raise JSONDecodeError("Expecting object", s, end)
[all …]
/dports/devel/py-omnijson/omnijson-0.1.2/omnijson/packages/simplejson/
H A Ddecoder.py32 class JSONDecodeError(ValueError): class
114 raise JSONDecodeError(
131 raise JSONDecodeError(msg, s, end)
138 raise JSONDecodeError(
146 raise JSONDecodeError(msg, s, end)
154 raise JSONDecodeError(msg, s, end)
160 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(msg, s, end)
232 raise JSONDecodeError("Expecting object", s, end)
286 raise JSONDecodeError("Expecting object", s, end)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python310/Python-3.10.1/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python37/Python-3.7.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/json/
H A Ddecoder.py20 class JSONDecodeError(ValueError): class
67 raise JSONDecodeError(msg, s, pos)
99 raise JSONDecodeError(msg, s, end)
106 raise JSONDecodeError("Unterminated string starting at",
114 raise JSONDecodeError(msg, s, end)
163 raise JSONDecodeError(
174 raise JSONDecodeError("Expecting ':' delimiter", s, end)
202 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
207 raise JSONDecodeError(
242 raise JSONDecodeError("Expecting ',' delimiter", s, end - 1)
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/lang/python37/Python-3.7.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/lang/python-tools/Python-3.8.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/lang/python39/Python-3.9.9/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/lang/python38/Python-3.8.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/test_json/
H A D__init__.py12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError) variable in PyTest
27 JSONDecodeError = staticmethod(cjson.JSONDecodeError) variable in CTest

12345678910>>...22