Beispiel #1
0
def audit_name_to_flag(*args):
  return _audit.audit_name_to_flag(*args)
Beispiel #2
0
def audit_name_to_flag(*args):
    return _audit.audit_name_to_flag(*args)
Beispiel #3
0
def audit_name_to_flag(flag: 'char const *') -> "int":
    return _audit.audit_name_to_flag(flag)