コード例 #1
0
ファイル: connection.py プロジェクト: Mistobaan/h2o-3
 def _print(self, msg, flush=False, end="\n"):
     """Helper function to print connection status messages when in verbose mode."""
     if self._verbose:
         print2(msg, end=end, flush=flush)
コード例 #2
0
ファイル: connection.py プロジェクト: timgates42/h2o-3
 def _print(self, msg, flush=False, end="\n"):
     """Helper function to print connection status messages when in verbose mode."""
     if self._verbose:
         print2(msg, end=end, flush=flush)