pysmock.models.Param¶
- class pysmock.models.Param(key: str, value: str)¶
- __init__(key: str, value: str)¶
Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(key, value)Initialize self.
from_yaml(loader, node)Convert a representation node to a Python object.
to_yaml(dumper, data)Convert a Python object to a representation node.
Attributes
yaml_flow_styleyaml_loaderyaml_tag