Test third party stubs with stubtest (#5615)

This commit is contained in:
Shantanu
2021-06-12 15:17:40 -07:00
committed by GitHub
parent 9565c595ca
commit 7244ea1f71
53 changed files with 1249 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
simplejson.JSONDecodeError.__init__
simplejson.JSONDecoder.__init__
simplejson.JSONDecoder.decode
simplejson.JSONDecoder.raw_decode
simplejson.JSONEncoder.__init__
simplejson.JSONEncoder.iterencode
simplejson.JSONEncoderForHTML.iterencode
simplejson.decoder.JSONDecoder.__init__
simplejson.decoder.JSONDecoder.decode
simplejson.decoder.JSONDecoder.raw_decode
simplejson.dump
simplejson.dumps
simplejson.encoder.JSONEncoder.__init__
simplejson.encoder.JSONEncoder.iterencode
simplejson.encoder.JSONEncoderForHTML.iterencode
simplejson.load
simplejson.loads
simplejson.scanner.JSONDecodeError.__init__