MCPcopy Create free account
hub / github.com/clips/pattern / attributes

Method attributes

pattern/web/__init__.py:2717–2720  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2715
2716 @property
2717 def attributes(self):
2718 if "_attributes" not in self.__dict__:
2719 self._attributes = self._p._getAttrMap()
2720 return self._attributes
2721
2722 attr = attrs = attributes
2723

Callers

nothing calls this directly

Calls 1

_getAttrMapMethod · 0.80

Tested by

no test coverage detected