user_data_functions Module
This module defines the UserDataFunctions class, which is used to define User Data Functions in Fabric.
You can use this class by importing it from the fabric.functions module
(e.g. from fabric.functions import UserDataFunctions
, or import fabric.functions as fn
-> fn.UserDataFunctions()
).
Classes
UserDataFunctions |
This class is necessary to define User Data Functions in Fabric. Please ensure an instantiation of this class exists in your code before any User Data Functions are defined. |