hpmoc.io.abstract module

Abstract definitions of IoStrategy.

class hpmoc.io.abstract.IoStrategy

Bases: object

Methods for reading and writing PartialUniqSkymap instances from/to file.

read: Callable
write: Callable
class hpmoc.io.abstract.ReadonlyIo

Bases: hpmoc.io.abstract.IoStrategy

read: Callable
static write(*args, **kwargs)
class hpmoc.io.abstract.StubIo

Bases: hpmoc.io.abstract.IoStrategy

A placeholder for an IO strategy that is included with HPMOC but requires dependencies that are not currently installed.

qualname: str
classmethod read(*args, **kwargs)
requirements: str
classmethod write(*args, **kwargs)