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