Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 167 for list (0.107 sec.)
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 引数は Dialect クラスのサブクラスのインスタンスか、 list_dialects() 関数が返す文字列の一つにすることができま ... ータは Dialect クラスのサブクラスのインスタンスか、 list_dialects() 関数が返す文字列の1つにすることができま ... 出します。この関数は不変の Dialect を返します。 csv. list_dialects ( ) ¶ 登録されている全ての表現形式を返しま ... terows ( rows ) ¶ Write all the rows parameters (a list of row objects as described above) to the writer's ...
https://man.plustar.jp/python/library/csv.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 直前のコマンドを繰り返します。例外: 直前のコマンドが list コマンドならば、次の 11 行がリストされます。 デバッ ... ます。 バージョン 3.2 で追加: >> マーカー。 ll | longlist ¶ 現在の関数またはフレームの全ソースコードを表示し ... ます。注目する行は list と同じようにマーカーがつきます。 バージョン 3.2 で ... コマンドの前に付けることができます。: ( Pdb ) global list_options ; list_options = [ '-l' ] ( Pdb ) run [arg ...
https://man.plustar.jp/python/library/pdb.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... てリストをサブクラス化することも出来ないのです。 UserList モジュールがリストの全てのメソッドをサポートし、さ ... thon リストを期待する C コードがあり、それらは UserList のインスタンスを受け付けないでしょう。 Python 2.2 ... bject.c 内にあります。ただしこれに頼るのは、python-list や python-dev へ質問を投稿することを含むほかの全て ... [1,2,3] はそのまま動きます (---訳注: 2.2 時点では list に __iter__ が実装されていなかったのかもしれません ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... をファイル名が期待される全ての関数で許容します。 os.listdir() に Unicode 文字列が渡されれば、Python は今では ... をチェックすることでテスト出来ます。 MacOS では、 os.listdir() は Unicode ファイル名を返すようになっているで ... logging . getLogger ( 'server' ) ... log . info ( 'Listening on port %i ' , port ) ... log . critical ( 'D ... ttr ( obj , 'append' ) True >>> isinstance ( obj , list ) True >>> isinstance ( obj , tuple ) False Python ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 5487
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 変数の型アノテーションの構文を追加しました: primes : List [ int ] = [] captain : str # Note: no initial valu ... () ... blue = auto () ... green = auto () ... >>> list ( Color ) [<Color.red: 1>, <Color.blue: 2>, <Color ... hias Klose in bpo-8637 .) help() and pydoc can now list named tuple fields in the order they were defined ... 9 .) random ¶ The new choices() function returns a list of elements of specified size from the given popul ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
8.6. bisect --- 配列二分法アルゴリズム — Python 3.6.5 ドキュメント 5419
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 存のどのエントリーよりも前(左)になります。戻り値は、 list.insert() の第一引数として使うのに適しています。 a ... >>> keys = [ r [ 1 ] for r in data ] # precomputed list of keys >>> data [ bisect_left ( keys , 0 )] ('bla ...
https://man.plustar.jp/python/library/bisect.html - [similar]
11.5. filecmp --- ファイルおよびディレクトリの比較 — Python 3.6.5 ドキュメント 5419
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レクトリ a です。 right ¶ ディレクトリ b です。 left_list ¶ a にあるファイルおよびサブディレクトリです。 hid ... e および ignore でフィルタされています。 right_list ¶ b にあるファイルおよびサブディレクトリです。 hid ...
https://man.plustar.jp/python/library/filecmp.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 5419
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... reprlib >>> reprlib . repr ( set ( 'supercalifragilisticexpialidocious' )) "{'a', 'c', 'd', 'e', 'f', 'g' ... d is just like fill() except that it returns ... a list of strings instead of one big string with newlines ... ethod is just like fill() except that it returns a list of strings instead of one big string with newlines ... , 6 , 8 , 0 ] >>> heapify ( data ) # rearrange the list into heap order >>> heappush ( data , - 5 ) # add ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で定義されている IMAP4 QUOTA 拡張の一部です。 IMAP4. list ( [ directory [ , pattern ] ] ) ¶ pattern にマッチ ... 標準の設定では全てにマッチします。返されるデータには LIST 応答のリストが入っています。 IMAP4. login ( user , ... します。 IMAP4. store ( message_set , command , flag_list ) ¶ メールボックス内のメッセージ群のフラグ設定を変 ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 5351
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 受け入れるようになりました。 os.path. commonprefix ( list ) ¶ list 内のすべてのパスに共通する接頭辞のうち、最 ... ものを (パス名の 1 文字 1 文字を判断して) 返します。 list が空の場合、空文字列 ( '' ) を返します。 注釈 この ...
https://man.plustar.jp/python/library/os.path.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT