Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 12 for hand (0.031 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 14185
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... pleAndKeywords() should be exactly the same as the hand-written one in the existing function, up to the co ... rst time because they were advanced? Here's how to handle those too. The trick is, all those format units ... arting with e . When writing a PyArg_Parse call by hand, you could theoretically decide at runtime what en ... the PyObject * at the last moment. Argument Clinic handles converting your inputs from Python types into n ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9551
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... te most email in a standards-compliant way, should handle MIME and non-MIME email messages just fine, and ... output identical to the input [1] . (On the other hand, using the generator on an EmailMessage constructe ... sing the ASCII codec and the surrogateescape error handler, and pass it to the write method of the outfp p ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
7. 単純文 (simple statement) — Python 3.6.5 ドキュメント 9551
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... れず、関数スコープにも格納されません。 If the right hand side is present, an annotated assignment performs ... ating annotations (where applicable). If the right hand side is not present for an expression target, then ... odule> ZeroDivisionError : division by zero During handling of the above exception, another exception occu ...
https://man.plustar.jp/python/reference/simple_stmts.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 8773
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s the locale mechanism is very unreliable, it only handles one "culture" at a time, and it only works with ... on 3 for Unicode (str) patterns, and it is able to handle different locales/languages. Corresponds to the ... ードを表します。 To see if a given string is a valid hand, one could do the following: >>> valid = re . comp ... ) # Valid. "<Match: '727ak', groups=()>" That last hand, "727ak" , contained a pair, or two of the same va ...
https://man.plustar.jp/python/library/re.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 8773
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... >>> re . findall ( r '\bf[a-z]*' , 'which foot or hand fell fastest' ) ['foot', 'fell', 'fastest'] >>> re ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 8773
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n by Raymond Hettinger and implemented by Eric Smith and Mark Dickinson. その他の言語変更 ¶ Python 言語コア ... ォーム互換が保たれません。 (Contributed by Eric Smith and Mark Dickinson; bpo-1580 ) 新たなモジュール、改良 ... ンのために、 logging モジュールが単純な logging.NullHandler を実装しました。null ハンドラをセットアップする ... ことは、 "No handlers could be found for logger foo" のような警告を抑 ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... his can be prevented by never editing the files by hand, using the configuration dialog, under Options, in ...
https://man.plustar.jp/python/library/idle.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れている) 主要な API を呼び出し、 logging か logging.handlers で宣言されているハンドラを定義することで設定で ... ging.Filter インスタンスを構成するのに使われます。 handlers - 対応する値は辞書で、そのそれぞれのキーがハン ... ドラ id になり、それぞれの値が対応する Handler インスタンスをどのように環境設定するかを記述する ... れます。例えば、以下のコード片が与えられたとすると: handlers : console : class : logging.StreamHandler form ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 汎用オペレーティングシステムサービス » 16.8. logging.handlers --- ロギングハンドラ ¶ ソースコード: Lib/loggi ... ng/handlers.py Important このページには、リファレンス情報だ ... ています。なお、これらのハンドラのうち、3 つ ( StreamHandler , FileHandler および NullHandler ) は、実際には ... ラと一緒にここでドキュメント化します。 16.8.1. StreamHandler ¶ logging コアパッケージに含まれる StreamHandle ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 7994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... したウィジェットに action を実行させる際のハンドル (handle) になります。C では someAction(fred, someOptions ... ル名を、接頭語 XC_ 無しで使うことができます。例えば、handカーソル( XC_hand2 )を得るには、文字列 "hand2" を使っ ... DABLE | tkinter . WRITABLE widget . tk . createfilehandler ( file , mask , callback ) ... widget . tk . de ... letefilehandler ( file ) これらの機能は Windows では利用できませ ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
PREV 1 2 NEXT