SYMBOL INDEX (11 symbols across 2 files) FILE: sknw/__init__.py function test (line 8) | def test(): FILE: sknw/sknw.py function neighbors (line 5) | def neighbors(shape): function mark (line 16) | def mark(img, nbs): # mark the array use (0, 1, 2) function idx2rc (line 27) | def idx2rc(idx, acc): function fill (line 37) | def fill(img, p, num, nbs, acc, buf): function trace (line 56) | def trace(img, p, nbs, acc, buf): function parse_struc (line 80) | def parse_struc(img, nbs, acc, iso, ring): function build_graph (line 110) | def build_graph(nodes, edges, multi=False, full=True): function mark_node (line 122) | def mark_node(ske): function build_sknw (line 129) | def build_sknw(ske, multi=False, iso=True, ring=True, full=True): function draw_graph (line 138) | def draw_graph(img, graph, cn=255, ce=128):