App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Functions | Variables
google.appengine._internal.django.utils.simplejson.decoder Namespace Reference

Functions

def linecol
 
def errmsg
 

Variables

 c_scanstring = None
 
list __all__ = ['JSONDecoder']
 
 FLAGS = re.VERBOSE|re.MULTILINE|re.DOTALL
 
dictionary _CONSTANTS
 

Detailed Description

Implementation of JSONDecoder

Variable Documentation

dictionary google.appengine._internal.django.utils.simplejson.decoder._CONSTANTS
Initial value:
1 = {
2  '-Infinity': NegInf,
3  'Infinity': PosInf,
4  'NaN': NaN,
5 }