MCPcopy Index your code
hub / github.com/clips/pattern / __getattr__

Method __getattr__

pattern/web/__init__.py:947–948  ·  view source on GitHub ↗
(self, k)

Source from the content-addressed store, hash-verified

945 return URL(self.url).download(*args, **kwargs)
946
947 def __getattr__(self, k):
948 return self.get(k, u"")
949 def __getitem__(self, k):
950 return self.get(k, u"")
951 def __setattr__(self, k, v):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected