source: uri/docs/source/api-ref/iri.rst@ 230

Last change on this file since 230 was 230, checked in by wouter, 4 years ago

#91 clone https://pypi.org/project/rfc3986/

File size: 459 bytes
Line 
1===============
2 IRI Submodule
3===============
4
5.. autoclass:: rfc3986.iri.IRIReference
6
7.. automethod:: rfc3986.iri.IRIReference.encode
8
9.. automethod:: rfc3986.iri.IRIReference.from_string
10
11.. automethod:: rfc3986.iri.IRIReference.unsplit
12
13.. automethod:: rfc3986.iri.IRIReference.resolve_with
14
15.. automethod:: rfc3986.iri.IRIReference.copy_with
16
17.. automethod:: rfc3986.iri.IRIReference.is_absolute
18
19.. automethod:: rfc3986.iri.IRIReference.authority_info
Note: See TracBrowser for help on using the repository browser.