Example #1
0
def capng_updatev(action: 'capng_act_t', type: 'capng_type_t', capability: 'unsigned int') -> "int":
    return _capng.capng_updatev(action, type, capability)
Example #2
0
def capng_updatev(action, type, capability):
    return _capng.capng_updatev(action, type, capability)
Example #3
0
def capng_updatev(action: 'capng_act_t', type: 'capng_type_t',
                  capability: 'unsigned int') -> "int":
    return _capng.capng_updatev(action, type, capability)
Example #4
0
def capng_updatev(*args):
  return _capng.capng_updatev(*args)
Example #5
0
def capng_updatev(action, type, capability):
    return _capng.capng_updatev(action, type, capability)
def capng_updatev(*args):
    return _capng.capng_updatev(*args)