Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 470 Bytes

url.md

File metadata and controls

29 lines (21 loc) · 470 Bytes

Url

This documentation provides details about the data that can be faked for a Url.

To retrieve generated/fake data for a Url see the following capabilities:

from socfaker import SocFaker

sc = SocFaker()

print(sc.url)
print(sc.url.url)
print(sc.url.scheme)
print(sc.url.netloc)
print(sc.url.path)
print(sc.url.params)
print(sc.url.query)
print(sc.url.port)

Url Class

.. automodule:: socfaker.url
   :members:
   :undoc-members: