Package qb :: Package utils :: Module flags
[hide private]
[frames] | no frames]

Module flags

source code

Functions [hide private]
 
isFlagSet(configParam, flag, flagVal) source code
 
flagIntValToString(configParam, intVal) source code
Variables [hide private]
  FLAGS = {'client_job_flags': {'auto_mount': 8, 'auto_wrangling...
  __package__ = 'qb.utils'
Function Details [hide private]

isFlagSet(configParam, flag, flagVal)

source code 
Parameters:
  • configParam (str) - configuration parameter name, e.g. 'supervisor_job_flags'
  • flag (str) - flag to test for
  • flagVal - value to test against to see if the flag is set, can be a decimal number or a string or any base, e.g. '0x1245'

Variables Details [hide private]

FLAGS

Value:
{'client_job_flags': {'auto_mount': 8,
                      'auto_wrangling': 16384,
                      'convert_path': 131072,
                      'disable_auto_complete': 8192,
                      'disable_cpu_limit': 4096,
                      'disable_job_object': 2048,
                      'disable_windows_job_object': 2048,
                      'elite': 512,
...