Intermediate-level decoder for JSON numeric literals. Takes a string and a starting index, and returns a Python suitable numeric type and the index of the next unparsed character. The returned numeric type can be either of a Python int, long, or float. In addition
(self, s, i=0, imax=None)
source not stored for this graph (policy: none)
no test coverage detected