File: validators.rst

package info (click to toggle)
python-rfc3986 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 2,899; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
======================
 Validators Submodule
======================

.. autoclass:: rfc3986.validators.Validator

.. automethod:: rfc3986.validators.Validator.allow_schemes

.. automethod:: rfc3986.validators.Validator.allow_hosts

.. automethod:: rfc3986.validators.Validator.allow_ports

.. automethod:: rfc3986.validators.Validator.allow_use_of_password

.. automethod:: rfc3986.validators.Validator.check_validity_of

.. automethod:: rfc3986.validators.Validator.forbid_use_of_password

.. automethod:: rfc3986.validators.Validator.require_presence_of

.. automethod:: rfc3986.validators.Validator.validate