MCPcopy Create free account
hub / github.com/apache/thrift / readJSONQuotes

Method readJSONQuotes

lib/py/src/protocol/TJSONProtocol.py:327–329  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

325 return (True if NUMERIC_CHAR.find(character) != - 1 else False)
326
327 def readJSONQuotes(self):
328 if (self.context.escapeNum()):
329 self.readJSONSyntaxChar(QUOTE)
330
331 def readJSONNumericChars(self):
332 numeric = []

Callers 1

readJSONIntegerMethod · 0.95

Calls 2

readJSONSyntaxCharMethod · 0.95
escapeNumMethod · 0.45

Tested by

no test coverage detected