Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 61 for What (0.080 sec.)
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ): print "Hello, {0} !" . format ( name ) print "What's your name?" name = raw_input () greet ( name ) I ... print ( "Hello, {0} !" . format ( name )) print ( "What's your name?" ) name = input () greet ( name ) 変換 ...
https://man.plustar.jp/python/library/2to3.html - [similar]
22.8. sndhdr --- サウンドファイルの識別 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ですが、A-LAWなら 'A' , u-LAWなら 'U' です。 sndhdr. what ( filename ) ¶ whathdr() を使って、ファイル filena ... が tuple から namedtuple に変更されました。 sndhdr. whathdr ( filename ) ¶ ファイルのヘッダ情報をもとに、保 ...
https://man.plustar.jp/python/library/sndhdr.html - [similar]
13.1. zlib --- gzip 互換の圧縮 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... size of the history buffer (or "window size"), and what header and trailer format is expected. It is simil ... of the history buffer (or the "window size"), and what header and trailer format is expected. It has the ...
https://man.plustar.jp/python/library/zlib.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... n » What's New in Python 2.6 ¶ 著者: A.M. Kuchling (amk at ... 新機能に関する PEP を参照してください。可能な限り、 "What's New in Python" は各変更の bug や patch に対してリ ... 来はほかのものもホストするでしょう。可能な場所では、"What's New in Python" のこのエディションでは、それぞれの ... つでもそこにあります。このセクションの残りの部分は "What's New in Python 2.5" の対応するセクションからの丸々 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 6740
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s to contain an embedded header (that is, there is what is supposed to be a continuation line that has no ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 6624
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... loaders that define exec_module() as control over what module type is used for the module is required. Fo ... path finder or a path entry finder . The former is what you would put on sys.meta_path while the latter is ... what you create using a path entry hook on sys.path_hoo ...
https://man.plustar.jp/python/library/importlib.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... example, that the following code is valid and does what one would expect: msg [ 'Date' ] = datetime ( 2011 ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 6523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s import trace # create a Trace object, telling it what to ignore, and whether to # do tracing or line-cou ...
https://man.plustar.jp/python/library/trace.html - [similar]
プログラミング FAQ — Python 3.6.5 ドキュメント 6421
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... てから、必要な要素を選んでください。 >>> list1 = [ "what" , "I'm" , "sorting" , "by" ] >>> list2 = [ "somet ... 'm", 'else'), ('by', 'sort'), ('sorting', 'to'), ('what', 'something')] >>> result = [ x [ 1 ] for x in pa ...
https://man.plustar.jp/python/faq/programming.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 6421
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ment, you will end up typing Windows commands into what is variously referred to as a "DOS window" or "Com ...
https://man.plustar.jp/python/faq/windows.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT