Exemplo n.º 1
0
def optReadDefinition(popt, fn):
    """optReadDefinition(popt, fn) -> int"""
    return _optcc.optReadDefinition(popt, fn)
Exemplo n.º 2
0
def optReadDefinition(*args):
  """optReadDefinition(popt, fn) -> int"""
  return _optcc.optReadDefinition(*args)