コード例 #1
0
ファイル: config.py プロジェクト: jciech/HeisenbergSpinChains
 def check_restrict(self):
     """Return the restrict keyword recognized by the compiler, empty string
     otherwise."""
     return check_restrict(self)
コード例 #2
0
ファイル: config.py プロジェクト: Arasz/numpy
 def check_restrict(self):
     """Return the restrict keyword recognized by the compiler, empty string
     otherwise."""
     return check_restrict(self)