diff options
author | Daniel Gonzalez (pegasus) <gonvaled@gonvaled.com> | 2013-05-21 08:19:12 +0200 |
---|---|---|
committer | Daniel Gonzalez (pegasus) <gonvaled@gonvaled.com> | 2013-05-21 08:19:12 +0200 |
commit | ed0f98ee8f94890b4d330c5e47fb5c33c98cc09d (patch) | |
tree | 43ecd5cda1f59f450b9e0fc077f25cc622888f92 /docs/creating.rst | |
parent | 0f534a089c104c0e01f4e238174a6007e5739b37 (diff) | |
download | jsonschema-ed0f98ee8f94890b4d330c5e47fb5c33c98cc09d.tar.gz |
Added validator_for to provide direct access to validators
Diffstat (limited to 'docs/creating.rst')
-rw-r--r-- | docs/creating.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/creating.rst b/docs/creating.rst index 03b07c5..e18226f 100644 --- a/docs/creating.rst +++ b/docs/creating.rst @@ -45,6 +45,8 @@ Creating or Extending Validators :returns: an :class:`jsonschema.IValidator` +.. autofunction:: validate_for + .. autofunction:: validates |