Peach :: Generators :: data :: _GeneratorTreeWalkerRemovePhase :: Class _GeneratorTreeWalkerRemovePhase
[hide private]

Class _GeneratorTreeWalkerRemovePhase

source code


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@"

Instance Methods [hide private]
 
__init__(self, group, topNode) source code
 
next(self) source code
 
reset(self) source code
 
_buildString(self, node=None)
Reassemble node tree into a string
source code

Inherited from _GeneratorTreeWalkerDuplicatePhase: getRawValue

Method Details [hide private]

__init__(self, group, topNode)
(Constructor)

source code 
Overrides: _GeneratorTreeWalkerDuplicatePhase.__init__

next(self)

source code 
Overrides: _GeneratorTreeWalkerDuplicatePhase.next

reset(self)

source code 
Overrides: _GeneratorTreeWalkerDuplicatePhase.reset

_buildString(self, node=None)

source code 

Reassemble node tree into a string

Overrides: _GeneratorTreeWalkerDuplicatePhase._buildString