示例#1
0
 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)