mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-08 10:50:59 +08:00
Test third party stubs with stubtest (#5615)
This commit is contained in:
18
stubs/simplejson/@tests/stubtest_allowlist.txt
Normal file
18
stubs/simplejson/@tests/stubtest_allowlist.txt
Normal 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__
|
||||
Reference in New Issue
Block a user