httk.core.ioadapters module

class httk.core.ioadapters.IoAdapterFileAppender(f, name=None)[source]

Bases: object

Io adapter for access to data as a python file object

close()[source]
classmethod use(other)[source]
class httk.core.ioadapters.IoAdapterFileReader(f, name=None, deletefilename=None, close=False)[source]

Bases: object

Io adapter for easy handling of io.

close()[source]
classmethod use(other)[source]
class httk.core.ioadapters.IoAdapterFileWriter(f, name=None, close=False)[source]

Bases: object

Io adapter for access to data as a python file object

close()[source]
classmethod use(other)[source]
class httk.core.ioadapters.IoAdapterFilename(filename, name=None, deletefilename=None)[source]

Bases: object

Universal io adapter, helps handling the passing of filenames, files, and strings to functions that deal with io

close()[source]
classmethod use(other)[source]
class httk.core.ioadapters.IoAdapterString(string=None, name=None)[source]

Bases: object

Universal io adapter, helps handling the passing of filenames, files, and strings to functions that deal with io

close()[source]
string
classmethod use(other)[source]
class httk.core.ioadapters.IoAdapterStringList(stringlist, name=None)[source]

Bases: object

Universal io adapter, helps handling the passing of filenames, files, and strings to functions that deal with io

classmethod use(other)[source]
httk.core.ioadapters.cleveropen(filename, mode, *args)[source]
httk.core.ioadapters.main()[source]
httk.core.ioadapters.universal_opener(other)[source]
httk.core.ioadapters.zdecompressor(f, mode, *args)[source]

Read a classic unix compress .Z type file.