Package syspolicy :: Module policy
[hide private]
[frames] | no frames]

Module policy

source code

Policy class for handling policies

Classes [hide private]
  Policy
This class extends the Config class to provide the policy functionality and meaning over a regular constant configuration object.
Functions [hide private]
 
merge_into(base, overlay)
This function overlays the base dictionary with another one.
source code
Variables [hide private]
  __package__ = 'syspolicy'
Function Details [hide private]

merge_into(base, overlay)

source code 

This function overlays the base dictionary with another one.

Parameters:
  • base - The base dictionary
  • overlay - The dictionary containing the new values
Returns:
The merged result