yt.config.YTConfigParser.readfp

YTConfigParser.readfp(fp, filename=None)

Like read() but the argument must be a file-like object.

The `fp’ argument must have a `readline’ method. Optional second argument is the `filename’, which if not given, is taken from fp.name. If fp has no `name’ attribute, `<???>’ is used.

Previous topic

yt.config.YTConfigParser.read

Next topic

yt.config.YTConfigParser.remove_option

This Page