MCPcopy Create free account
hub / github.com/NanmiCoder/MediaCrawler / __init__

Method __init__

store/xhs/_store_impl.py:43–45  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

41
42class XhsCsvStoreImplement(AbstractStore):
43 def __init__(self, **kwargs):
44 super().__init__(**kwargs)
45 self.writer = AsyncFileWriter(platform="xhs", crawler_type=crawler_type_var.get())
46
47 async def store_content(self, content_item: Dict):
48 """

Callers

nothing calls this directly

Calls 3

AsyncFileWriterClass · 0.90
__init__Method · 0.45
getMethod · 0.45

Tested by

no test coverage detected