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

Method _set_lsa

pattern/vector/__init__.py:807–809  ·  view source on GitHub ↗
(self, v=None)

Source from the content-addressed store, hash-verified

805 def _get_lsa(self):
806 return self._lsa
807 def _set_lsa(self, v=None):
808 self._lsa = v
809 self._update()
810
811 lsa = property(_get_lsa, _set_lsa)
812

Callers

nothing calls this directly

Calls 1

_updateMethod · 0.95

Tested by

no test coverage detected