Fork me on GitHub

docstring

Python code posted by
created at 03 Feb 10: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 3 ms with coderay