Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 274 for IN (0.061 sec.)
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 7088
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mtplib.SMTP.sendmail() or the nntplib module, or print the message on the console. Taking a message obje ... ct structure and producing a serialized representation is the job of the gen ... bundled generator knows how to generate most email in a standards-compliant way, should handle MIME and ... non-MIME email messages just fine, and is designed so that the bytes-oriented parsi ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 7069
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ects layer) » 数値型プロトコル (number protocol) ¶ int PyNumber_Check ( PyObject *o ) ¶ オブジェクト o が ... 点の値を返すことがあります。 PyObject * PyNumber_Remainder ( PyObject *o1 , PyObject *o2 ) ¶ Return value: ... ython の式 abs(o) と同じです。 PyObject * PyNumber_Invert ( PyObject *o ) ¶ Return value: New reference. ... thon の式 o1 | o2 と同じです。 PyObject * PyNumber_InPlaceAdd ( PyObject *o1 , PyObject *o2 ) ¶ Return v ...
https://man.plustar.jp/python/c-api/number.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 6923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 節を、名前付けや束縛については 名前づけと束縛 (naming and binding) 節を参照してください。 名前があるオブ ... 々な数値リテラルをサポートしています: literal ::= stringliteral | bytesliteral | integer | floatnumber | i ... 必要です --- 丸括弧のつかない "何も記述しない式 (nothing)" を使えるようにしてしまうと、文法があいまいなもの ... n comp_for comp_for ::= [ASYNC] "for" target_list "in" or_test [ comp_iter ] comp_iter ::= comp_for | co ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トの型は sys.last_traceback 変数に格納され、 sys.exc_info() の三番目に返されます。 このモジュールには、以下 ... の関数が定義されています: traceback. print_tb ( tb , limit=None , file=None ) ¶ limit が正の ... 変更: 負の limit がサポートされました。 traceback. print_exception ( etype , value , tb , limit=None , fil ... e=None , chain=True ) ¶ トレースバックオブジェクト tb から例外の情 ...
https://man.plustar.jp/python/library/traceback.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6864
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.3 ¶ 著者: A.M. Kuchling この文書は Python ... のような、新たなビルトイン関数が少し追加されました。 in 演算子がサブストリングの検索に使えるようになりまし ... た (例えば "ab" in "abc" は True を返します)。 たくさんのライブラリ新 ... s . Set ([ 1 , 2 , 3 ]) >>> S Set([1, 2, 3]) >>> 1 in S True >>> 0 in S False >>> S . add ( 5 ) >>> S . ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 6845
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... 型プログラミング HOWTO ¶ 著者: A. M. Kuchling リリース: 0.32 この文書では、関数型スタイルでプロ ... き込みも副作用なのです。 Python で言うと、たとえば print() や time.sleep() 関数の呼び出しはどちらも意味ある ... it ) Traceback (most recent call last): File "<stdin>" , line 1 , in <module> StopIteration >>> Python ... トを期待しますが、 最も重要なのは for 文です。 for X in Y という文の Y は、 イテレータか、あるいは iter() ...
https://man.plustar.jp/python/howto/functional.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New In Python 3.2 ¶ 著者: Raymond Hettinger この記事では ... thon バージョンでは使えないことがありました。特に Windows では、全ての Python 公式リリースごとに、使いた ... 参考 PEP 384 - 安定 ABI の定義 PEP written by Martin von Löwis. PEP 389: argparse コマンドライン解析モジ ... umentParser ( description = 'Manage servers' , # main description for help epilog = 'Tested on Solaris a ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... /28' ) IPv4Network('192.168.0.0/28') ipaddress. ip_interface ( address ) ¶ 引数に渡された IP address に応 ... じて、 IPv4Interface か IPv6Interface のオブジェクトを返します。 ... mmon attributes. Some attributes that are only meaningful for IPv6 addresses are also implemented by IPv ... 4Address objects, in order to make it easier to write code that handles ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 6669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 6. テキスト処理サービス » 6.6. stringprep --- インターネットのための文字列調製 ¶ ソース ... コード: Lib/stringprep.py (ホスト名のような) インターネット上にある存 ... います。各プロファイルでは、どのテーブルを使い、 stringprep プロシジャのどのオプション部分がプロファイルの ... 一部になっているかを定義しています。 stringprep プロファイルの一つの例は nameprep で、国際化さ ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 6640
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n ¶ この"What's New in Python"という一連の文書はPythonのメジャーバージョン ... であり続けたい人にとって必読のものです。 What's New In Python 3.6 概要 -- リリースハイライト 新しい機能 そ ... 改善 非推奨 削除 Python 3.6 への移植 Notable changes in Python 3.6.2 Notable changes in Python 3.6.5 What' ... s New In Python 3.5 概要 -- リリースハイライト 新しい機能 そ ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT