Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-hyper/uritemplate
/ types & classes
Types & classes
16 in github.com/python-hyper/uritemplate
⨍
Functions
94
◇
Types & classes
16
↓ 23 callers
Class
URITemplate
This parses the template and will be used to expand it. This is the most important object as the center of the API. Example:: from
uritemplate/template.py:38
↓ 2 callers
Class
Link
Representation of one item in a doubly-linked list.
uritemplate/orderedset.py:6
↓ 1 callers
Class
OrderedSet
A set that remembers the order in which items were added.
uritemplate/orderedset.py:15
Class
ExampleWithVariables
tests/test_uritemplate.py:27
Class
ExampleWithVariables
tests/test_from_fixtures.py:18
Class
FixtureMixin
tests/test_from_fixtures.py:39
Class
Operator
uritemplate/variable.py:43
Class
RFCTemplateExamples
tests/test_uritemplate.py:32
Class
TestAPI
tests/test_uritemplate.py:614
Class
TestExtendedTests
tests/test_from_fixtures.py:123
Class
TestNativeTypeSupport
tests/test_uritemplate.py:637
Class
TestSpecExamples
tests/test_from_fixtures.py:63
Class
TestSpecExamplesByRFCSection
tests/test_from_fixtures.py:83
Class
TestURITemplate
tests/test_uritemplate.py:407
Class
TestVariableModule
tests/test_uritemplate.py:591
Class
URIVariable
This object validates everything inside the URITemplate object. It validates template expansions and will truncate length as decided by the t
uritemplate/variable.py:188