Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 27 for Network (0.026 sec.)
- 21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 15832
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
1:db8::' ) IPv6Address('2001:db8::') ipaddress. ip_network ( address , strict=True ) ¶ 引数に渡された IP addr...
ess に応じて、 IPv4Network か IPv6Network のオブジェクトを返します。 address...
トでは IPv4 アドレスだと判断されます。 strict は IPv4Network か IPv6Network のコンストラクタに渡されます。 addr...
合は ValueError を発生させます。 >>> ipaddress . ip_network ( '192.168.0.0/28' ) IPv4Network('192.168.0.0/28')...
- https://man.plustar.jp/python/library/ipaddress.html - [similar]
- ipaddressモジュールの紹介 — Python 3.6.5 ドキュメント 11273
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ipad
...
るファクトリー関数が提供されます: >>> ipaddress . ip_network ( '192.0.2.0/24' ) IPv4Network('192.0.2.0/24') >>>...
ipaddress . ip_network ( '2001:db8::0/96' ) IPv6Network('2001:db8::/96')...
制的に処理するように要求できます: >>> ipaddress . ip_network ( '192.0.2.1/24' ) Traceback (most recent call las...
192.0.2.1/24 has host bits set >>> ipaddress . ip_network ( '192.0.2.1/24' , strict = False ) IPv4Network('1...
- https://man.plustar.jp/python/howto/ipaddress.html - [similar]
- 16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 8640
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
はネットワーク上にありません (Machine is not on the network) errno. ENOPKG ¶ パッケージがインストールされていま...
ネットワーク上で一意でありません (Name not unique on network) errno. EBADFD ¶ ファイル記述子の状態が不正です (F...
errno. ENETDOWN ¶ ネットワークがダウンしています (Network is down) errno. ENETUNREACH ¶ ネットワークに到達で...
きません (Network is unreachable) errno. ENETRESET ¶ リセットによって...
- https://man.plustar.jp/python/library/errno.html - [similar]
- 8.11. pprint --- データ出力の整然化 — Python 3.6.5 ドキュメント 8146
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
amming, with ' 'special focus\r\n' 'on event-based network programming and multiprotocol ' 'integration.', 'd...
stable_version': None, 'summary': 'An asynchronous networking framework written in Python', 'version': '12.3....
amming, with ' 'special focus\r\n' 'on event-based network programming and multiprotocol ' 'integration.', 'd...
stable_version': None, 'summary': 'An asynchronous networking framework written in Python', 'version': '12.3....
- https://man.plustar.jp/python/library/pprint.html - [similar]
- What's New in Python 2.7 — Python 3.6.5 ドキュメント 8097
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
してください。 以下は、2つのロガー、 root logger と "network" という名前の logger を設定する例です。root logger...
syslog プロトコルを利用してシステムログに送られ、 "network" logger に送られたメッセージは 1 MB ごとにローテー...
トされる network.log ファイルに書きこまれます。 import logging impo...
andlers.RotatingFileHandler' , 'filename' : '/logs/network.log' , 'formatter' : 'standard' , 'level' : 'INFO'...
- https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
- 21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 8031
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
122. "Hardware address" means the MAC address of a network interface, and on a machine with multiple network...
- https://man.plustar.jp/python/library/uuid.html - [similar]
- 12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 7932
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
Python Website' db [ 'www.cnn.com' ] = 'Cable News Network' # Note that the keys are considered bytes now. as...
ytes. assert db [ 'www.cnn.com' ] == b 'Cable News Network' # Often-used methods of the dict interface work t...
- https://man.plustar.jp/python/library/dbm.html - [similar]
- 22.7. imghdr --- 画像の形式を決定する — Python 3.6.5 ドキュメント 7932
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
FIF or Exif formats 'bmp' BMP files 'png' Portable Network Graphics 'webp' WebP files 'exr' OpenEXR Files バー...
- https://man.plustar.jp/python/library/imghdr.html - [similar]
- 21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 7867
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
class NNTP which implements the client side of the Network News Transfer Protocol. It can be used to implemen...
oups [ 0 ] # doctest: +SKIP GroupInfo(group='gmane.network.tor.devel', last='4', first='1', flag='m') NNTP. n...
- https://man.plustar.jp/python/library/nntplib.html - [similar]
- 21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 7817
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
Framework RFC 2774 , Section 7 (Experimental) 511 NETWORK_AUTHENTICATION_REQUIRED Additional HTTP Status Cod...
- https://man.plustar.jp/python/library/http.html - [similar]