MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / Link

Class Link

tests/fields/test_url_field.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 """Ensure that URLFields validate urls properly."""
10
11 class Link(Document):
12 url = URLField()
13
14 link = Link()
15 link.url = "google"

Calls 1

URLFieldClass · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…