コード例 #1
0
 def __dir__(self):
     warnings.warn("cortex.surfs is deprecated, use cortex.db instead",
                   Warning)
     return db.__dir__()
コード例 #2
0
ファイル: __init__.py プロジェクト: gallantlab/pycortex
 def __dir__(self):
     warnings.warn("cortex.surfs is deprecated, use cortex.db instead", Warning)
     return db.__dir__()