httk.core.ioadapters module¶
-
class
httk.core.ioadapters.IoAdapterFileAppender(f, name=None)[source]¶ Bases:
objectIo adapter for access to data as a python file object
-
class
httk.core.ioadapters.IoAdapterFileReader(f, name=None, deletefilename=None, close=False)[source]¶ Bases:
objectIo adapter for easy handling of io.
-
class
httk.core.ioadapters.IoAdapterFileWriter(f, name=None, close=False)[source]¶ Bases:
objectIo adapter for access to data as a python file object
-
class
httk.core.ioadapters.IoAdapterFilename(filename, name=None, deletefilename=None)[source]¶ Bases:
objectUniversal io adapter, helps handling the passing of filenames, files, and strings to functions that deal with io
-
class
httk.core.ioadapters.IoAdapterString(string=None, name=None)[source]¶ Bases:
objectUniversal io adapter, helps handling the passing of filenames, files, and strings to functions that deal with io
-
string¶
-