Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for verify (0.085 sec.)
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 14278
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 起こった原因を示すニーモニック文字列で、 CERTIFICATE_VERIFY_FAILED などです。取り得る値は OpenSSL のバージョン ... で信用するオプションの CA 証明書で、 SSLContext.load_verify_locations() のものと同じです。これら 3 つすべてが ... SSLv3 です。 SERVER_AUTH を purpose として渡すと、 verify_mode を CERT_REQUIRED に設定し、 CA 証明書をロード ... 取り扱い ¶ ssl. match_hostname ( cert , hostname ) ¶ Verify that cert (in decoded format as returned by SSLSoc ...
https://man.plustar.jp/python/library/ssl.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 9157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... symmetrically sign cookies sent to users and later verify them to make sure they weren't tampered with: >>> ... h . hexdigest () . encode ( 'utf-8' ) >>> >>> def verify ( cookie , sig ): ... good_sig = sign ( cookie ) . ... user-alice,b'43b3c982cf697e0c5ab22172d1ca7421' >>> verify ( cookie , sig ) True >>> verify ( b 'user-bob' , ... sig ) False >>> verify ( cookie , b '0102030405060708090a0b0c0d0e0f00' ) ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 9157
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... onfig. listen ( port=DEFAULT_LOGGING_CONFIG_PORT , verify=None ) ¶ 指定されたポートでソケットサーバを起動し、 ... バを停止するには、 stopListening() を呼び出します。 verify 引数を指定する場合は、これはソケットを通して受け取 ... その両方を受け取ることがあります。そのような場合に、 verify callable が署名の正当性検査または暗号化の復号あるい ... はその両方を実施することが出来ます。 verify callable は単一引数で呼び出されます - ソケットを通 ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 8944
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rtification revocation lists。 ssl.SSLContext.load_verify_locations() 参照) を含むサーバ証明書検証をサポート ... 前に検証出来るようになりました。新規のキーワード引数 verify に検証関数を渡すことで可能です。(Contributed by Vi ... Heimes in bpo-19689 .) SSLContext のメソッド load_verify_locations() にオプショナル引数 cadata が追加されま ... Christian Heimes in bpo-18138 .) 関数 get_default_verify_paths() が追加されました。これは set_default_verif ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 8286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... することによってバッファの妥当性を確認出来ます。 def verify_structure ( memlen , itemsize , ndim , shape , str ... ides , offset ): """Verify that the parameters represent a valid array within ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 8286
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ls the following methods in order: get_request() , verify_request() , and process_request() . If the user-pr ... ットをバインドします。このメソッドは上書きできます。 verify_request ( request , client_address ) ¶ ブール値を返 ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 8072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... python3.6 maybe_dtrace_line line On Linux, you can verify if the SystemTap static markers are present in the ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... False を返します。大小文字は区別されません。 SMTP. verify ( address ) ¶ VRFY を利用してSMTPサーバにアドレスの ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
29.5. warnings --- 警告の制御 — Python 3.6.5 ドキュメント 7966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... efilter ( "always" ) # Trigger a warning. fxn () # Verify some things assert len ( w ) == 1 assert issubclas ...
https://man.plustar.jp/python/library/warnings.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... e function you want to implement. When you need to verify that an object is a concrete instance of the type ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
PREV 1 2 NEXT