| Home | Trees | Indices | Help |
|
|---|
|
|
Internal class that will walk our string tree and remove one node at at time. Given "http://user:pass@host" you will get things like:
"" "://user:pass@host" "http//user:pass@host" "http:/user:pass@host" "http://:pass@host" "http://userpass@host" "http://user:@host" "http://user:passhost" "http://user:pass@"
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
Reassemble node tree into a string |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:05 2008 | http://epydoc.sourceforge.net |