Show More
@@ -1577,7 +1577,7 b' class ihist(Table):' | |||||
1577 | >>> ihist |
|
1577 | >>> ihist | |
1578 | >>> ihist(True) (raw mode) |
|
1578 | >>> ihist(True) (raw mode) | |
1579 | """ |
|
1579 | """ | |
1580 |
def __init__(self, raw= |
|
1580 | def __init__(self, raw=True): | |
1581 | self.raw = raw |
|
1581 | self.raw = raw | |
1582 |
|
1582 | |||
1583 | def __iter__(self): |
|
1583 | def __iter__(self): |
General Comments 0
You need to be logged in to leave comments.
Login now