コード例 #1
0
ファイル: plot.py プロジェクト: martexcoin/encompass
 def is_available(self):
     if not BasePlugin.is_available(self):
         return False
     if flag_matlib:
         return True
     else:
         return False
コード例 #2
0
ファイル: plot.py プロジェクト: martexcoin/encompass
 def is_available(self):
     if not BasePlugin.is_available(self):
         return False
     if flag_matlib:
         return True
     else:
         return False