skbio.io.registry.IORegistry.monkey_patch#
- IORegistry.monkey_patch()[source]#
Monkey-patch
read
andwrite
methods onto registered classes.Will modify classes which have been registered to a reader or writer to have
read
andwrite
methods which will contain documentation specifying useable formats for that class.The actual functionality will be a pass-through to
skbio.io.read()
andskbio.io.write()
respectively.