D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
python3
/
dist-packages
/
twisted
/
python
/
Filename :
_url.py
back
Copy
# -*- test-case-name: twisted.python.test.test_url -*- # -*- coding: utf-8 -*- # Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. """ URL parsing, construction and rendering. """ from hyperlink._url import URL __all__ = ["URL"]