Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 156 for all (0.100 sec.)
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... from MessageError . This class is also used internally by the parser used by headerregistry . exception ... if the content type is unknown when the method is called. Header may raise this error for certain base64 ... e a defect, but the containing messages would not. All defect classes are subclassed from email.errors.Me ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ ソースコード: Lib/glob.py The glob module finds all the pathnames matching a specified pattern accordi ... tch.fnmatch() functions in concert, and not by actually invoking a subshell. Note that unlike fnmatch.fnm ...
https://man.plustar.jp/python/library/glob.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... this, the IMAP4 LOGOUT command is issued automatically when the with statement exits. E.g.: >>> from ima ... used. ssl_context is a ssl.SSLContext object which allows bundling SSL configuration options, certificate ... s and private keys into a single (potentially long-lived) structure. Please read セキュリティで ... ote that the keyfile / certfile parameters are mutually exclusive with ssl_context , a ValueError is rais ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es : copyreg : _inverted_registry , _slotnames , __all__ sre_compile : isstring , _sre , _optimize_unicod ...
https://man.plustar.jp/python/library/modulefinder.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ind_and_activate is true, the constructor automatically attempts to invoke server_bind() and server_activ ... ended to use the server in a with statement. Then call the handle_request() or serve_forever() method of ... server object to process one or many requests. Finally, call server_close() to close the socket (unless ... service) is to maintain an explicit table of partially finished requests and to use selectors to decide ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を呼んで一致した内の一行を取得する、もう一つは fetchall() メソッドを呼んで一致した全ての行のリストとして受 ... れました。 sqlite3. register_converter ( typename , callable ) ¶ Registers a callable to convert a bytestri ... from the database into a custom Python type. The callable will be invoked for all database values that a ... ry must match! sqlite3. register_adapter ( type , callable ) ¶ 自分が使いたい Python の型 type を SQLite ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ートされたモジュールのみのリストを返します。) sys. call_tracing ( func , args ) ¶ トレーシングが有効な間、 ... かつ特殊な目的にのみ利用されるべきです。 sys. _debugmallocstats ( ) ¶ CPython のメモリアロケータの状態に関す ... ystemExit を送出するので、 try ステートメントの finally 節に終了処理を記述したり、上位レベルで例外を捕捉し ... ように振る舞います。 バージョン 3.1 で追加. sys. getallocatedblocks ( ) ¶ Return the number of memory bloc ...
https://man.plustar.jp/python/library/sys.html - [similar]
34.4. winsound --- Windows 用の音声再生インタフェース — Python 3.6.5 ドキュメン... 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... されます。 winsound. PlaySound ( sound , flags ) ¶ Call the underlying PlaySound() function from the Platf ... is raised. winsound. MessageBeep ( type=MB_OK ) ¶ Call the underlying MessageBeep() function from the Pla ... TION , MB_ICONHAND , MB_ICONQUESTION , and MB_OK , all described below. The value -1 produces a "simple b ... eep"; this is the final fallback if a sound cannot be played otherwise. If the ...
https://man.plustar.jp/python/library/winsound.html - [similar]
20.10. xml.sax.handler --- SAX ハンドラの基底クラス — Python 3.6.5 ドキュメント 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 込み専用; (パース時以外) 読み書き可 xml.sax.handler. all_features ¶ 全機能のリスト。 xml.sax.handler. prope ... ラル文字列。 アクセス: 読み出し専用 xml.sax.handler. all_properties ¶ 既知の全プロパティ名のリスト。 20.10. ...
https://man.plustar.jp/python/library/xml.sax.handler.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 5399
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ib/xmlrpc/client.py XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP(S) as a trans ... port. With it, a client can call methods with parameters on a remote server (the se ... e supports writing XML-RPC client code; it handles all the details of translating between conformable Pyt ... , transport=None , encoding=None , verbose=False , allow_none=False , use_datetime=False , use_builtin_ty ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT