Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 211 for OBJECT (0.116 sec.)
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ¶ 一時的な記憶領域として使うことの出来る file-like object を返します。 ファイルは mkstemp() と同じルールによ ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
8. エラーと例外 — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ne 1 , in <module> TypeError : Can't convert 'int' object to str implicitly エラーメッセージの最終行は何が起 ...
https://man.plustar.jp/python/tutorial/errors.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... create a reference >>> d [ 'primary' ] # fetch the object if it is still alive 10 >>> del a # remove the one ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 4483
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... トするために、 JSONDecoder クラスのコンストラクタに object_pairs_hook 引数が追加されました。 PyYAML などの外部 ... that tuples and dicts containing only untrackable objects are not tracked by the garbage collector. This ca ... ickling now interns the attribute names of pickled objects. This saves memory and allows pickles to be small ... た。 (Contributed by Mark Dickinson; bpo-5914 .) PyCObject API を置き換えるものとして、 PyCapsule が追加されま ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ion uses a contiguous array of references to other objects, and keeps a pointer to this array and the array' ... Python では、このような構造は曖昧になるでしょう。 Object Pascal、Delphi、C++のような他の言語では、静的な型を ...
https://man.plustar.jp/python/faq/design.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... も実際に閉じられないのはなぜですか? ¶ Python の file object は、低水準の C ファイルディスクリプタ上の、抽象の高 ...
https://man.plustar.jp/python/faq/library.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... he built-in open() function can return a file-like object that assumes the file's contents are in a specifie ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , action = 'ran' ) >>> ' %(name)s %(action)s to %(object)s ' % d 'John ran to <missing>' default_factory を ...
https://man.plustar.jp/python/library/collections.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s ) ¶ Write all the rows parameters (a list of row objects as described above) to the writer's file object, ...
https://man.plustar.jp/python/library/csv.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 4441
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。 クラスのコンストラクタは単一の引数として file object を取らなければなりません。 codeset が与えられた場合 ...
https://man.plustar.jp/python/library/gettext.html - [similar]