File: uri.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 (35 lines) | stat: -rw-r--r-- 845 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
===============
 URI Submodule
===============

.. autoclass:: rfc3986.uri.URIReference

.. automethod:: rfc3986.uri.URIReference.from_string

.. automethod:: rfc3986.uri.URIReference.unsplit

.. automethod:: rfc3986.uri.URIReference.resolve_with

.. automethod:: rfc3986.uri.URIReference.copy_with

.. automethod:: rfc3986.uri.URIReference.normalize

.. automethod:: rfc3986.uri.URIReference.is_absolute

.. automethod:: rfc3986.uri.URIReference.authority_info


Deprecated Methods
==================

.. automethod:: rfc3986.uri.URIReference.is_valid

.. automethod:: rfc3986.uri.URIReference.authority_is_valid

.. automethod:: rfc3986.uri.URIReference.scheme_is_valid

.. automethod:: rfc3986.uri.URIReference.path_is_valid

.. automethod:: rfc3986.uri.URIReference.query_is_valid

.. automethod:: rfc3986.uri.URIReference.fragment_is_valid