Popular recipes tagged "recurse" but not "file"http://code.activestate.com/recipes/tags/recurse-file/2008-08-26T01:29:22-07:00ActiveState Code Recipessimple recurse class (Python)
2008-08-26T01:29:22-07:00alexander bakerhttp://code.activestate.com/recipes/users/4166679/http://code.activestate.com/recipes/576449-simple-recurse-class/
<p style="color: grey">
Python
recipe 576449
by <a href="/recipes/users/4166679/">alexander baker</a>
(<a href="/recipes/tags/recurse/">recurse</a>, <a href="/recipes/tags/unittest/">unittest</a>).
Revision 2.
</p>
<h4>Class to encapsualte building a file</h4>
<h4>from a path</h4>