SYMBOL INDEX (31 symbols across 2 files) FILE: hexmap.py class Point (line 9) | class Point: method __init__ (line 10) | def __init__(self, x, y): method __str__ (line 14) | def __str__(self): method y_mirror (line 17) | def y_mirror(self, h): method __sub__ (line 20) | def __sub__(self, other): method __add__ (line 23) | def __add__(self, other): method __mul__ (line 26) | def __mul__(self, k): method rotated (line 29) | def rotated(self, total_width): function nrdigits (line 32) | def nrdigits(f): function alphacol (line 35) | def alphacol(c): class HexmapEffect (line 47) | class HexmapEffect(inkex.Effect): method __init__ (line 48) | def __init__(self): method createLayer (line 116) | def createLayer(self, name): method logwrite (line 122) | def logwrite(self, msg): method svg_line (line 126) | def svg_line(self, p1, p2): method svg_circle (line 136) | def svg_circle(self, p, radius): method svg_polygon (line 144) | def svg_polygon(self, points): method svg_coord (line 157) | def svg_coord(self, p, col, row, cols, rows, anchor='middle'): method add_hexline (line 204) | def add_hexline(self, gridlayer, verticelayer, p1, p2): method effect (line 213) | def effect(self): method append_if_new_name (line 469) | def append_if_new_name(self, svg, layer): FILE: svgtests/run.py function add_countersheets_paths (line 11) | def add_countersheets_paths(): function cr (line 46) | def cr(c, r): function hexsize (line 50) | def hexsize(s): function units (line 53) | def units(u): function verticesize (line 56) | def verticesize(s): function strokewidth (line 59) | def strokewidth(w): function coordseparator (line 62) | def coordseparator(s): function coordrows (line 70) | def coordrows(r): function coordcolstart (line 72) | def coordcolstart(r): function coordrowstart (line 74) | def coordrowstart(r):