docstring

Python code posted
created at 03 Feb 11:13

Edit | Back
1
2
3
4
5
6
7
def addMaps(self, maps):
    """
    Add list/tuple <maps> mappings to the <display>.  These determine what
    scalars will appear along what axes. See makeMaps, below.
    """
    for map in maps:
        self.addMap(map)
229 Bytes in 2 ms with coderay