Module: Tools | pyVC/Helpers/Tools.py | |||||
---|---|---|---|---|---|---|
This module contains the code to generate interface aliases. This module contains a single generator, AliasGenerator, which will yield a series of suffixes to an interface name. >>> a = AliasGenerator()
>>> a.next()
''
>>> a.next()
|