MCPcopy Create free account
hub / github.com/BIT-MCS/DRL-eFresh / __init__

Method __init__

common/image/map.py:4–7  ·  view source on GitHub ↗
(self, width, height)

Source from the content-addressed store, hash-verified

2
3class Map(object):
4 def __init__(self, width, height):
5 # self.__map = np.zeros((width, height))
6 self.__width = width
7 self.__height = height
8
9 # @property
10 # def map(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected