MCPcopy
hub / github.com/eudicots/Cactus / url

Method url

cactus/site.py:98–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96
97 @property
98 def url(self):
99 return self.config.get('site-url')
100
101 @url.setter
102 def url(self, value):

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
setMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected