class documentation

class ReaderFactory:

View In Hierarchy

Class to create readers from reader type id.

Static Method createReader Static method to create a reader from a reader clazz.
Static Method readers Undocumented
Class Variable factories Undocumented
Class Variable factorymethods Undocumented
@staticmethod
def createReader(clazz: str, readername: str):

Static method to create a reader from a reader clazz.

Parameters
clazz:strthe reader class name
readername:strthe reader name
@staticmethod
def readers(groups=None):

Undocumented

factories: dict =

Undocumented

factorymethods =

Undocumented