Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 167 for list (0.086 sec.)
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... hoices' , 'Object has several resources -- see URI list' ), 301 : ( 'Moved Permanently' , 'Object moved pe ... rmanently -- see URI list' ), 302 : ( 'Found' , 'Object moved temporarily -- ... see URI list' ), 303 : ( 'See Other' , 'Object moved -- see Met ... hod and URL list' ), 304 : ( 'Not Modified' , 'Document has not cha ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... parse.SUPPRESS_USAGE という値を指定します。 option_list (デフォルト: [] ) パーザに追加する Option オブジェ ... クトのリストです。 option_list の中のオプションは standard_option_list (OptionPar ... arser のコンストラクタに渡すというものです: option_list = [ make_option ( "-f" , "--filename" , action = " ... st = "verbose" ), ] parser = OptionParser ( option_list = option_list ) ( make_option() は Option インスタ ...
https://man.plustar.jp/python/library/optparse.html - [similar]
9. トップレベル要素 — Python 3.6.5 ドキュメント 5612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... の下に構文解析されます: interactive_input ::= [ stmt_list ] NEWLINE | compound_stmt NEWLINE 対話モードでは、 ... をとらなければなりません: eval_input ::= expression_list NEWLINE* 関連キーワード: 入力 , プログラム , 要素 ...
https://man.plustar.jp/python/reference/toplevel_components.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5612
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... のタイプを利用出来ます。2.6 ドキュメントの complete list を調べてみてください。以下はその一部です: b 2進数。 ... にはここはきちんと書かれています。---)。例えば: >>> list ( heapq . merge ([ 1 , 3 , 5 , 9 ], [ 2 , 8 , 16 ] ... されています。これにより heapq に格納する型の要件が list.sort() メソッドに合致します。 (Contributed by Raym ... りうる組み合わせを含むタプルの集合を返します。: >>> list ( itertools . product ([ 1 , 2 , 3 ], [ 4 , 5 , 6 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
32.11. compileall --- Python ライブラリをバイトコンパイル — Python 3.6.5 ドキュ... 5555
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 検索し、regex がマッチしたファイルを除外します。 -i list ¶ ファイル list を読み込み、そのファイルのそれぞれ ... パイルするファイルとディレクトリのリストに加えます。 list が - なら、 stdin の行を読み込みます。 -b ¶ バイト ...
https://man.plustar.jp/python/library/compileall.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 5555
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () ... BLUE = auto () ... GREEN = auto () ... >>> list ( Color ) [<Color.RED: 1>, <Color.BLUE: 2>, <Color ... o () ... EAST = auto () ... WEST = auto () ... >>> list ( Ordinal ) [<Ordinal.NORTH: 'NORTH'>, <Ordinal.SO ... ンバーのイテレートは別名をサポートしていません: >>> list ( Shape ) [<Shape.SQUARE: 2>, <Shape.DIAMOND: 1>, ... ANT <Animal.ANT: 1> >>> Animal . ANT . value 1 >>> list ( Animal ) [<Animal.ANT: 1>, <Animal.BEE: 2>, <Ani ...
https://man.plustar.jp/python/library/enum.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 5555
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... exEncoder () . encode ( 2 + 1 j ) '[2.0, 1.0]' >>> list ( ComplexEncoder () . iterencode ( 2 + 1 j )) ['[2 ... 以下の変換を行います: JSON Python object dict array list string str number (int) int number (real) 浮動小数 ... ェクトと型をサポートします: Python JSON dict object list, tuple array str string int、float と int や float ... = iter ( o ) except TypeError : pass else : return list ( iterable ) # Let the base class default method r ...
https://man.plustar.jp/python/library/json.html - [similar]
索引 — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... t & 演算子 &= augmented assignment * in expression lists in function calls 文 , [1] 演算子 ** in dictionar ... オプション --info zipapp コマンドラインオプション --list <tarfile> tarfile コマンドラインオプション --local ... ンドラインオプション -i コマンドラインオプション -i list compileall コマンドラインオプション -J コマンドライ ... l=<num> pickletools コマンドラインオプション -l, --listfuncs trace コマンドラインオプション -m <mainfn>, - ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ccessfully or was cancelled, this returns an empty list. If the coroutine was terminated by an exception, ... this returns the list of traceback frames. フレームは常に古いものから新し ... successfully, the returned future's result is the list of results (in the order of the original sequence, ... as successful results, and gathered in the result list; otherwise, the first raised exception will be imm ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
8.10. copy --- 浅いコピーおよび深いコピー操作 — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 浅いコピーはリスト全体を指すスライス (例えば copied_list = original_list[:] ) でできます。 クラスは、コピー ...
https://man.plustar.jp/python/library/copy.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT