Пример #1
0
def optCount(popt):
    """optCount(popt) -> int"""
    return _optcc.optCount(popt)
Пример #2
0
def optCount(*args):
  """optCount(popt) -> int"""
  return _optcc.optCount(*args)