class documentation
Filter that excludes trees beyond a specified depth.
| Method | __init__ |
Initialize tree depth filter. |
| Method | __repr__ |
Return string representation of the filter. |
| Method | should |
Include all blobs. |
| Method | should |
Include only trees up to max_depth. |
| Method | to |
Return 'tree:<depth>'. |
| Instance Variable | max |
Undocumented |