Fixed docstring ordering mistakes (accidentally had docstring after params) and moved params to next line per code style feedback.
Added methods from GraphTraversal class to traversal ns, which currently seems like the most natural home for them. I wouldn't be shocked if this led to some temporary duplication.
Tests run: 22, Failures: 7, Errors: 3, Time elapsed: 6.67 sec
Fixed docstring ordering mistakes (accidentally had docstring after params) and moved params to next line per code style feedback.
Added methods from
GraphTraversal
class to traversal ns, which currently seems like the most natural home for them. I wouldn't be shocked if this led to some temporary duplication.