EnzymeML Base Class

pydantic model pyenzyme.enzymeml.core.enzymemlbase.EnzymeMLBase[source]

Bases: pydantic.main.BaseModel

Show JSON schema
{
   "title": "EnzymeMLBase",
   "type": "object",
   "properties": {}
}

Config
  • validate_all: bool = True

  • validate_assignment: bool = True

classmethod fromJSON(json_string)[source]
json(indent: int = 2, **kwargs)[source]

Generate a JSON representation of the model, include and exclude arguments as per dict().

encoder is an optional function to supply as default to json.dumps(), other arguments as per json.dumps().