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

Method isJSONNumeric

lib/py/src/protocol/TJSONProtocol.py:324–325  ·  view source on GitHub ↗
(self, character)

Source from the content-addressed store, hash-verified

322 return ''.join(string)
323
324 def isJSONNumeric(self, character):
325 return (True if NUMERIC_CHAR.find(character) != - 1 else False)
326
327 def readJSONQuotes(self):
328 if (self.context.escapeNum()):

Callers 1

readJSONNumericCharsMethod · 0.95

Calls 1

findMethod · 0.80

Tested by

no test coverage detected