dabeplech.parsers.kegg.KeggModuleListParser¶
-
class
dabeplech.parsers.kegg.KeggModuleListParser(content_response)[source]¶ Parser for list of KEGG modules (M) from KEGG API (http://rest.kegg.jp/list/module).
-
__init__(content_response)¶ Instantiate your parser on the response.
- Parameters
content_response – content response from the API
Methods
__init__(content_response)Instantiate your parser on the response.
parse()Perform parsing of the
content_response.Attributes
validated_modelRetrieve entry validated with the model.
-