pysmock.models.Callback

class pysmock.models.Callback(url: str, delay: int, request: pysmock.models.Request.Request)
__init__(url: str, delay: int, request: pysmock.models.Request.Request)

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

Methods

__init__(url, delay, request)

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