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

Class _GeneratorTreeWalkerDuplicatePhase

source code


Internal class that will walk our string tree and duplicate nodes not just leaf nodes. So if you have a string like "http://user:pass@host" you will get variationslike:

http://user:pass@host http://user::pass@host http://user:pass@host@host http://user:passuser:pass@host

etc.

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