vsgen.register module¶
This module provides a simple register utility for VSGenerate objects.
-
class
vsgen.register.VSGRegisterCommand(logname, registerables)[source]¶ Bases:
objectThe VSGRegisterCommand class presents a simple command object to execute the register methods of a collection of VSGRegisterable objects.
-
class
vsgen.register.VSGRegisterable[source]¶ Bases:
objectAn interface class defining methods necessary for VSGRegisterable
-
lower(value)[source]¶ Converts a value to lower case in a way compatible with Python2 and Python 3.
Parameters: value (object) – The value to convert. Returns: The value as lower case text.
-