Exemplo n.º 1
0
def test_surroundings():
  return pathfind.surroundings((1, 3), world_array, True) 
Exemplo n.º 2
0
def profile_surroundings():
  l, p = create_random_list()
  for n in range(0 , 8000000):
    pathfind.surroundings(p, l)