MCPcopy Create free account
hub / github.com/TechXueXi/TechXueXi / __init__

Method __init__

SourcePackages/pdlearn/pluspush.py:4–6  ·  view source on GitHub ↗
(self, token, topic='')

Source from the content-addressed store, hash-verified

2import requests # 导入依赖库
3class PlusPushHandler:
4 def __init__(self, token, topic=''):
5 self.token = token
6 self.topic = topic
7
8 def ftmsgsend(self, msgurl):
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected