Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ parts
Method
parts
pattern/web/__init__.py:324–328 ·
view source on GitHub ↗
Yields a dictionary with the URL parts.
(self)
Source
from the content-addressed store, hash-verified
322
323
@property
324
def
parts(self):
325
""
" Yields a dictionary
with
the URL parts.
326
""
"
327
if
not self._parts: self._parse()
328
return
self._parts
329
330
@property
331
def
querystring(self):
Callers
nothing calls this directly
Calls
1
_parse
Method · 0.95
Tested by
no test coverage detected