Wizards Magic  3.2.20
MTG based computer game
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | List of all members
simplejson.tests.test_decode.TestDecode Class Reference
Inheritance diagram for simplejson.tests.test_decode.TestDecode:

Public Member Functions

def assertIs
 
def test_decimal
 
def test_float
 
def test_decoder_optimizations
 
def test_empty_objects
 
def test_object_pairs_hook
 
def check_keys_reuse
 
def test_keys_reuse_str
 
def test_keys_reuse_unicode
 
def test_empty_strings
 
def test_raw_decode
 

Member Function Documentation

def simplejson.tests.test_decode.TestDecode.assertIs (   self,
  a,
  b 
)
def simplejson.tests.test_decode.TestDecode.check_keys_reuse (   self,
  source,
  loads 
)
def simplejson.tests.test_decode.TestDecode.test_decimal (   self)
def simplejson.tests.test_decode.TestDecode.test_decoder_optimizations (   self)
def simplejson.tests.test_decode.TestDecode.test_empty_objects (   self)
def simplejson.tests.test_decode.TestDecode.test_empty_strings (   self)
def simplejson.tests.test_decode.TestDecode.test_float (   self)
def simplejson.tests.test_decode.TestDecode.test_keys_reuse_str (   self)
def simplejson.tests.test_decode.TestDecode.test_keys_reuse_unicode (   self)
def simplejson.tests.test_decode.TestDecode.test_object_pairs_hook (   self)
def simplejson.tests.test_decode.TestDecode.test_raw_decode (   self)

The documentation for this class was generated from the following file: