|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /opt/alt-old/python27/lib/python2.7/site-packages/jsonschema/ |
Upload File : |
�
���Xc @ s� d Z d d l m Z m Z m Z m Z m Z d d l m Z m Z m
Z
d d l m Z m
Z
m Z m Z d d l m Z d S( s)
An implementation of JSON Schema for Python
The main functionality is provided by the validator classes for each of the
supported JSON Schema versions.
Most commonly, :func:`validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
i����( t ErrorTreet FormatErrort RefResolutionErrort SchemaErrort ValidationError( t
FormatCheckert draft3_format_checkert draft4_format_checker( t Draft3Validatort Draft4Validatort RefResolvert validate( t __version__N( t __doc__t jsonschema.exceptionsR R R R R t jsonschema._formatR R R t jsonschema.validatorsR R R
R t jsonschema._versionR ( ( ( sD /opt/alt/python27/lib/python2.7/site-packages/jsonschema/__init__.pyt <module>
s ("