MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / __init__

Method __init__

model/query.py:2–7  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1class Query:
2 def __init__(self, **kwargs) -> None:
3 self._sentence = None
4 self._word = None
5 self._tablename = None
6 for arg in kwargs.keys():
7 setattr(self, f"_{arg}", kwargs[arg])
8
9 @property
10 def sentence(self):

Callers

nothing calls this directly

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected