MCPcopy Create free account
hub / github.com/ActiveState/code / check_grid

Function check_grid

recipes/Python/578062_Markov/recipe-578062.py:295–296  ·  view source on GitHub ↗
(grid, block_size, word_size)

Source from the content-addressed store, hash-verified

293# - this is the number of dimensions in a grid
294# - this is the length needed to create a needed markon chain
295def check_grid(grid, block_size, word_size):
296 build_index(grid, block_size, word_size, [])
297
298# create an index to access the grid with
299def build_index(grid, block_size, word_size, index):

Callers

nothing calls this directly

Calls 1

build_indexFunction · 0.70

Tested by

no test coverage detected