MCPcopy
hub / github.com/tonquer/JMComic-qt / GetStr

Method GetStr

src/tools/str.py:578–579  ·  view source on GitHub ↗
(cls, enumType, defualt="")

Source from the content-addressed store, hash-verified

576
577 @classmethod
578 def GetStr(cls, enumType, defualt=""):
579 return cls.strDict.get(enumType, defualt)
580
581 @classmethod
582 def CheckStr(cls):

Callers 15

CheckShowMsgMethod · 0.80
CopyTextMethod · 0.80
OpenProxyMethod · 0.80
OpenSearch2AuthorMethod · 0.80
GetUpdateStrMethod · 0.80
GetUpdateStrByTickMethod · 0.80
ParseBookInfo2Method · 0.80
SetPictureErrMethod · 0.80
SetPictureErrMethod · 0.80
LogoutMethod · 0.80
LoginSucBackMethod · 0.80
GetSignDailyBackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected