Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-hyper/uritemplate
/ __str__
Method
__str__
uritemplate/variable.py:226–227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
224
return
"URIVariable(%s)"
% self
225
226
def
__str__(self) -> str:
227
return
self.original
228
229
def
parse(self) -> None:
230
""
"Parse the variable.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected