Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UndCover/PyramidStore
/ getName
Method
getName
plugin/py_gimytv.py:9–10 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
7
8
class
Spider(Spider):
# 元类 默认的元类 type
9
def
getName(self):
10
return
"剧迷"
11
def
init(self,extend=
""
):
12
print(
"============{0}============"
.format(extend))
13
pass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected