예제 #1
0
def optListCountStr(popt, skey):
    """optListCountStr(popt, skey) -> int"""
    return _optcc.optListCountStr(popt, skey)
예제 #2
0
파일: optcc.py 프로젝트: antwort7/Dutties
def optListCountStr(*args):
  """optListCountStr(popt, skey) -> int"""
  return _optcc.optListCountStr(*args)