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

Method _set_headers

pattern/db/__init__.py:1567–1568  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

1565 self.extend(rows)
1566
1567 def _set_headers(self, v):
1568 self.__dict__["fields"] = v
1569 def _get_headers(self):
1570 return self.__dict__["fields"]
1571

Callers 1

__setattr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected