Searched refs:cjson (Results 1 – 8 of 8) sorted by relevance
9 cjson = support.import_fresh_module('json', fresh=['_json']) variable12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError21 @unittest.skipUnless(cjson, 'requires _json')23 if cjson is not None:24 json = cjson25 loads = staticmethod(cjson.loads)26 dumps = staticmethod(cjson.dumps)27 JSONDecodeError = staticmethod(cjson.JSONDecodeError)
10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable19 @unittest.skipUnless(cjson, 'requires _json')21 if cjson is not None:22 json = cjson23 loads = staticmethod(cjson.loads)24 dumps = staticmethod(cjson.dumps)
13 cjson.c \14 cjson.h \
147 am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \163 am__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \171 am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \234 am__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \235 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \625 cjson.c \626 cjson.h \873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-m…969 iperf3_profile-cjson.o: cjson.c[all …]
68 # Check for the math library (needed by cjson on some platforms)
43 This software contains source code (src/cjson.{c,h}) that is:
98 cjson.