hyperion.ng
|
Public Member Functions | |
def | __init__ (self, errors=()) |
def | __contains__ (self, k) |
def | __getitem__ (self, k) |
def | __setitem__ (self, k, v) |
def | __iter__ (self) |
def | __len__ (self) |
def | __repr__ (self) |
def | total_errors (self) |
Public Attributes | |
errors | |
ErrorTrees make it easier to check which validations failed.
def jsonschema.ErrorTree.__getitem__ | ( | self, | |
k | |||
) |
Retrieve the child tree with key ``k``.
def jsonschema.ErrorTree.total_errors | ( | self | ) |
The total number of errors in the entire tree, including children.