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