plenum.common.request.Request.__init__ - python examples

Here are the examples of the python api plenum.common.request.Request.__init__ taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

0 View Complete Implementation : types.py
Copyright Apache License 2.0
Author : hyperledger
    def __init__(self, **kwargs):
        ClientMessageValidator.__init__(self,
                                        operation_schema_is_strict=OPERATION_SCHEMA_IS_STRICT)
        self.validate(kwargs)
        Request.__init__(self, **kwargs)