MCPcopy Index your code
hub / github.com/LmeSzinc/AzurLaneAutoScript / appear

Method appear

module/ui/switch.py:55–63  ·  view source on GitHub ↗

Args: main (ModuleBase): Returns: bool:

(self, main)

Source from the content-addressed store, hash-verified

53 })
54
55 def appear(self, main):
56 """
57 Args:
58 main (ModuleBase):
59
60 Returns:
61 bool:
62 """
63 return self.get(main=main) != 'unknown'
64
65 def get(self, main):
66 """

Callers 15

research_goto_detailMethod · 0.45
research_queue_addMethod · 0.45
research_resetMethod · 0.45
research_receiveMethod · 0.45
queue_receiveMethod · 0.45
is_in_researchMethod · 0.45
is_in_queueMethod · 0.45
queue_quitMethod · 0.45
get_itemsMethod · 0.45
research_detail_quitMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected