pysmock.models.RequestParams

class pysmock.models.RequestParams(query: Dict[str, object] = {}, path: Dict[str, object] = {})
__init__(query: Dict[str, object] = {}, path: Dict[str, object] = {})

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([query, path])

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_style

yaml_loader

yaml_tag