Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 13 for detect (0.004 sec.)
- 32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 14164
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...equence output by tokenize() . tokenize() needs to detect the encoding of source files it tokenizes. The fun...ction it uses to do this is available: tokenize. detect_encoding ( readline ) ¶ The detect_encoding() func...tion is used to detect the encoding that should be used to decode a Pytho...す。 Use open() to open Python source files: it uses detect_encoding() to detect the file encoding. tokenize.... - https://man.plustar.jp/python/library/tokenize.html - [similar]
- 12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 10997
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...te3. PARSE_DECLTYPES ¶ この定数は connect() 関数の detect_types パラメータとして使われます。 この定数を設定す...ite3. PARSE_COLNAMES ¶ この定数は connect() 関数の detect_types パラメータとして使われます。 この定数を設定す...なります。 sqlite3. connect ( database [ , timeout , detect_types , isolation_level , check_same_thread , fact...用したい場合はあなた自身で追加しなければなりません。 detect_types パラメータおよび、 register_converter() 関数... - https://man.plustar.jp/python/library/sqlite3.html - [similar]
- 11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 8938
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...イルを開くために使用されます。この関数は、 tokenize.detect_encoding() を使用してファイルのエンコーディングを取... - https://man.plustar.jp/python/library/linecache.html - [similar]
- 19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 8569
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...(non-compliance with the RFCs) that the parser may detect. Then we cover the headerregistry and the contentm... - https://man.plustar.jp/python/library/email.html - [similar]
- 21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8199
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...is raised, since there is no way to unambiguously detect the most recent set of Resent- headers. send_messa... - https://man.plustar.jp/python/library/smtplib.html - [similar]
- Argument Clinic How-To — Python 3.6.5 ドキュメント 8023
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu
...r, all integers are valid. How can Argument Clinic detect an error? Its solution: each return converter impl...here Argument Clinic gets very clever. It actually detects that the Argument Clinic block might be deactivat... - https://man.plustar.jp/python/howto/clinic.html - [similar]
- 18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 8023
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...e it is destroyed, an error message is logged. See Detect coroutines never scheduled . 注釈 In this document... - https://man.plustar.jp/python/library/asyncio-task.html - [similar]
- 25.5. IDLE — Python 3.6.5 ドキュメント 8023
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ould be a problem. On Windows, use Task Manager to detect and stop one. Sometimes a restart initiated by a p... - https://man.plustar.jp/python/library/idle.html - [similar]
- 26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 8023
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ath . dirname ( __file__ ), * args ) test.support. detect_api_mismatch ( ref_api , other_api , * , ignore=()...lic names. The module's public names (its API) are detected automatically based on whether they match the pu...odule(s) an API could be defined in in order to be detected as a public API. One case for this is when modul...of names that wouldn't otherwise be automatically detected as "public", like objects without a proper __mod... - https://man.plustar.jp/python/library/test.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 7830
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...り、 GNU autoconf に似たいくつかの機能を提供します。 detect_language ( sources ) ¶ 与えられたファイルまたはファ... - https://man.plustar.jp/python/distutils/apiref.html - [similar]
