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