コード例 #1
0
ファイル: jycomparisons.py プロジェクト: REJN2/scisoft-core
def greater(a, b):
    '''Return true if a > b, itemwise'''
    return _cmps.greaterThan(a, b)
コード例 #2
0
def greater(a, b):
    '''Return true if a > b, itemwise'''
    return _cmps.greaterThan(a, b)