MCPcopy Create free account
hub / github.com/LmeSzinc/AzurLaneAutoScript / flatten

Method flatten

module/map/map_base.py:827–832  ·  view source on GitHub ↗

Returns: list[GridInfo]:

(self)

Source from the content-addressed store, hash-verified

825 return SelectedGrids([self[location_ensure(loca)] for loca in grids])
826
827 def flatten(self):
828 """
829 Returns:
830 list[GridInfo]:
831 """
832 return self.grids.values()

Callers 15

match_colorMethod · 0.80
is_hard_satisfiedMethod · 0.80
in_useMethod · 0.80
match_colorMethod · 0.80
corner2innerFunction · 0.80
corner2outerFunction · 0.80
find_homographyMethod · 0.80
detect_edgesMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected