| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
|
| |
|
|
|
| |
lists.
Regression in fc6528b25ab1834be1a478b405bf8f7ec5cf860c.
|
| |
|
|
| |
Regression in 508b5debfb16843a8443ebac82c1fb91f15da687 which
added Node.__eq__().
|
| | |
|
|
|
While Node class has a useful `__str__`, its `__repr__` is not that
useful. Added a `__repr__` that makes use of the current `__str__`.
This is especially useful since the more popular `Q` class inherits
`tree.Node`. Also created new tests that cover most of `Node` class
functionality.
|