Wizards Magic  3.2.20
MTG based computer game
 All Classes Namespaces Files Functions Variables Typedefs Macros
Classes | Functions | Variables
simplejson.decoder Namespace Reference

Classes

class  JSONDecodeError
 

Functions

def linecol
 
def errmsg
 

Variables

tuple c_scanstring = _import_c_scanstring()
 
list __all__ = ['JSONDecoder']
 
 FLAGS = re.VERBOSE|re.MULTILINE|re.DOTALL
 
dictionary _CONSTANTS
 

Detailed Description

Implementation of JSONDecoder

Function Documentation

def simplejson.decoder.errmsg (   msg,
  doc,
  pos,
  end = None 
)
def simplejson.decoder.linecol (   doc,
  pos 
)

Variable Documentation

list simplejson.decoder.__all__ = ['JSONDecoder']
dictionary simplejson.decoder._CONSTANTS
Initial value:
1 = {
2  '-Infinity': NegInf,
3  'Infinity': PosInf,
4  'NaN': NaN,
5 }
tuple simplejson.decoder.c_scanstring = _import_c_scanstring()
simplejson.decoder.FLAGS = re.VERBOSE|re.MULTILINE|re.DOTALL