|
def | __init__ (self, message, validator=_unset, path=(), cause=None, context=(), validator_value=_unset, instance=_unset, schema=_unset, schema_path=(), parent=None) |
|
def | __repr__ (self) |
|
def | __unicode__ (self) |
|
def | __str__ (self) |
|
def | create_from (cls, other) |
|
def | absolute_path (self) |
|
def | absolute_schema_path (self) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
message, |
|
|
|
validator = _unset , |
|
|
|
path = () , |
|
|
|
cause = None , |
|
|
|
context = () , |
|
|
|
validator_value = _unset , |
|
|
|
instance = _unset , |
|
|
|
schema = _unset , |
|
|
|
schema_path = () , |
|
|
|
parent = None |
|
) |
| |
◆ __repr__()
◆ __str__()
◆ __unicode__()
◆ absolute_path()
def absolute_path |
( |
|
self | ) |
|
◆ absolute_schema_path()
def absolute_schema_path |
( |
|
self | ) |
|
◆ create_from()
def create_from |
( |
|
cls, |
|
|
|
other |
|
) |
| |
◆ cause
◆ context
◆ instance
◆ message
◆ parent
◆ path
◆ relative_path
◆ relative_schema_path
◆ schema
◆ schema_path
◆ validator
◆ validator_value
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/jsonschema/exceptions.py