write(outfile, encoding)
[source]
Outputs the feed in the given encoding to outfile
, which is a file-like object. Subclasses should override this.
write(outfile, encoding)
[source]
Outputs the feed in the given encoding to outfile
, which is a file-like object. Subclasses should override this.
Please login to continue.