Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 95 for check (0.089 sec.)
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... , "O:set_callback" , & temp )) { if ( ! PyCallable_Check ( temp )) { PyErr_SetString ( PyExc_TypeError , "p ... 特定のオブジェクト型について調べるマクロ ( Pytype_Check() ) は NULL ポインタのチェックを行いません --- 繰り ...
https://man.plustar.jp/python/extending/extending.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... wait. This is one of Python's strongest features. Check it by entering a few expressions of your choice an ...
https://man.plustar.jp/python/faq/windows.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... vide many user-interface concepts such as buttons, checkboxes, or dialogs; if you need such features, consi ... ry it out, and can't provide any examples. You can check if your terminal can do this by calling can_change ...
https://man.plustar.jp/python/howto/curses.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の整数値を返します。 register_optionflag() は OutputChecker や DocTestRunner をサブクラス化して、その中で新た ... , test_finder=None , setUp=None , tearDown=None , checker=None ) ¶ doctest のテストを unittest.TestSuite に ... DocTestRunner : DocTest 内の実行例を実行し、 OutputChecker を使って出力を検証します。 OutputChecker : docte ... | v | | ... | v | DocTestParser | Example | OutputChecker +---------+ 26.3.6.1. DocTest オブジェクト ¶ cla ...
https://man.plustar.jp/python/library/doctest.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... reference. When encountering a multipart/related , check the start parameter and if a part with a matching ...
https://man.plustar.jp/python/library/email.message.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... signalnum is 0, then no signal is sent, but error checking is still performed; this can be used to check i ...
https://man.plustar.jp/python/library/signal.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing a raw output stream with no header or trailing checksum. +25 to +31 = 16 + (9 to 15): Uses the low 4 bi ... , while including a basic gzip header and trailing checksum in the output. memLevel 引数は内部圧縮状態用に使 ... ata [ , value ] ) ¶ data の CRC (Cyclic Redundancy Check, 巡回冗長検査) チェックサムを計算します。結果は、符 ...
https://man.plustar.jp/python/library/zlib.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ): # The actual function ... def pre_f ( self ): # Check preconditions ... def post_f ( self ): # Check pos ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... なります。Python 2.6 では PyBytesObject() , PyBytes_Check() , PyBytes_FromStringAndSize() をはじめとする全て ... urllib . urlopen ( 'https://sf.net' ) ... 最後に、 check_warnings() は warning モジュールの警告フィルタをリ ... ジェクトを返します ( bpo-3781 ): with test_support . check_warnings () as wrec : warnings . simplefilter ( "a ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5885
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ーはサブパーサーを持つことができ、 svn commit , svn checkout のように異なるオプションを持ったサブコマンドを定 ... n; bpo-8300 .) 新しい関数: subprocess モジュールの check_output() は、指定された引数群でコマンドを実行し、コ ... edProcessError 例外を送出します。 >>> subprocess . check_output ([ 'df' , '-h' , '.' ]) 'Filesystem Size Us ... dev/disk0s2 52G 49G 3.0G 94% /\n' >>> subprocess . check_output ([ 'df' , '-h' , '/bogus' ]) ... subprocess ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT