MCPcopy Create free account
hub / github.com/Spinachead/arg / __init__

Method __init__

app/knowledge_base/kb_utils.py:177–179  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

175
176class JSONLinesLoader(JSONLoader):
177 def __init__(self, *args, **kwargs):
178 super().__init__(*args, **kwargs)
179 self._json_lines = True
180
181
182langchain_community.document_loaders.JSONLinesLoader = JSONLinesLoader

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected