コード例 #1
0
def intlist(s: 'string') -> "std::vector< int > *":
    return _spams_wrap.intlist(s)
コード例 #2
0
def intlist(s):
    return _spams_wrap.intlist(s)
コード例 #3
0
ファイル: spams_wrap.py プロジェクト: geekz93/GraduateStudy
def intlist(*args):
  return _spams_wrap.intlist(*args)
コード例 #4
0
def intlist(s):
    return _spams_wrap.intlist(s)