エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
tunnel.py ���� P��� """ Fabric tunneling utilities by [email protected] class ForwardServer and rela... tunnel.py ���� P��� """ Fabric tunneling utilities by [email protected] class ForwardServer and relates things are refere Robey Pointer's paramiko example. (http://bazaar.launchpad.net/~robey/paramiko/trunk/annotate/head%3A/demos/forward.py) usage:: with make_tunnel('[email protected]:10022') as t: run('pwd') """ import select import SocketServer #import random import threading import hashlib from fab