mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 09:18:40 +08:00
add default for simplejson.JSONEncoder.iterencode (#9135)
https://github.com/simplejson/simplejson/blob/43645252224d4e529c22cb78ac42f241d6426073/simplejson/encoder.py#L304
This commit is contained in:
@@ -3,16 +3,12 @@ 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