Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 465 for python (0.126 sec.)
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... code オブジェクトと codec ¶ Unicode オブジェクト ¶ Python3.3 の PEP 393 実装から、メモリ効率を維持しながらUn ... を呼び出す必要があるでしょう。 Unicode 型 ¶ 以下は Python の Unicode 実装に用いられている基本 Unicode オブジ ... ます。 バージョン 3.3 で変更: 以前のバージョンでは、Pythonをビルドした際に "narrow" または "wide" Unicode バー ... PyUnicodeObject ¶ これらの PyObject のサブタイプは Python Unicode オブジェクトを表現します。 Unicode オブジェ ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 4004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... 手できます。 はじめに ¶ Related Articles 同じように Python でインターネットリソースを取得するのに以下の記事が ... thentication Basic 認証 についてのチュートリアルで Python の例がついています。 urllib.request は URLs (Unifo ... rm Resource Locators) を取得するための Python モジュールです。このモジュールはとても簡単なインタ ... ":" の前の文字列で識別されるもの - 例えば " ftp://python.org/ " では "ftp") の URL を、関連するネットワーク ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
7. バイナリデータ処理 — Python 3.6.5 ドキュメント 4004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ス型 --- bytes, bytearray, memoryview に書かれているPythonビルトインデータ型についても参照してください。 7.1. ... ィングと Unicode 7.2.3. 標準エンコーディング 7.2.4. Python 特有のエンコーディング 7.2.4.1. テキストエンコーデ ... する ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » © 著 ... 作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/binary.html - [similar]
12.2. copyreg --- pickle サポート関数を登録する — Python 3.6.5 ドキュメント 4004
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... する 12.2.1. 使用例 前のトピックへ 12.1. pickle --- Python オブジェクトの直列化 次のトピックへ 12.3. shelve - ... -- Python オブジェクトの永続化 ナビゲーション 索引 モジュール ... | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 12. ... データの永続化 » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/copyreg.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 3980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... yFunction_Type ¶ PyTypeObject 型のインスタンスで、 Python の関数型を表します。これは Python プログラムに typ ... これには普通はモジュール名の文字列が入っていますが、Python コードから他のオブジェクトをセットされることもあり ... ts) ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマ ... クト (concrete object) レイヤ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/c-api/function.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 3980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 本体に取り込むように働きかけ、そのサポートを提供するPythonのバージョンが出ることを待つ(そして要求する)ことです ... setup class build_py ( _build_py ): """Specialized Python source builder.""" # implement whatever needs to b ... 要とする時にもっとも価値があります。 Beginning with Python 2.4, a third option is available, intended to allo ... .py scripts without requiring modifications to the Python installation. This is expected to allow third-part ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
19.1.15. email.iterators: イテレータ — Python 3.6.5 ドキュメント 3980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 行ずつ返します。サブパートのヘッダはすべて無視され、Python 文字列でないペイロードからなるサブパートも無視され ... ct to print the output to. It must be suitable for Python's print() function. level is used internally. incl ... ーダ ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 19. ... MIME 処理のためのパッケージ » © 著作権 2001-2022, Python Software Foundation. Python Software Foundation は ...
https://man.plustar.jp/python/library/email.iterators.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 3980
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >> o = urlparse ( 'http://www.cwi.nl:80/ %7E guido/Python.html' ) >>> o # doctest: +NORMALIZE_WHITESPACE Par ... me='http', netloc='www.cwi.nl:80', path='/%7Eguido/Python.html', params='', query='', fragment='') >>> o . s ... 0 >>> o . geturl () 'http://www.cwi.nl:80/%7Eguido/Python.html' RFC 1808 にある文法仕様に基づき、urlparse は ... rlparse >>> urlparse ( '//www.cwi.nl:80/ %7E guido/Python.html' ) ParseResult(scheme='', netloc='www.cwi.nl: ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
文字列の変換と書式化 — Python 3.6.5 ドキュメント 3964
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... サイズが size を512バイトより大きく超過していれば、 Python は Py_FatalError で abort します。 これらの関数の戻 ... ¶ 文字列 s を double に変換します。失敗したときは Python の例外を発生させます。受け入れられる文字列は、 Pyt ... 号を付けて返します。他の場合は overflow_exception は Python の例外オブジェクトへのポインタでなければならず、そ ... に発生した場合(例えば out-of-memory エラー)、適切な Python の例外を設定して -1.0 を返します。 バージョン 3.1 ...
https://man.plustar.jp/python/c-api/conversion.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 3964
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ect) ¶ PyDictObject ¶ この PyObject のサブタイプは Python の辞書オブジェクトを表現します。 PyTypeObject PyDi ... ct_Type ¶ この PyTypeObject のインスタンスは Python の辞書を表現します。このオブジェクトは、Python レイ ... を返します。エラーの場合 -1 を返します。この関数は Python の式 key in p と等価です。 PyObject * PyDict_Copy ... fault ) ¶ Return value: Borrowed reference. これは Python レベルの dict.setdefault() と同じです。 もしあれば ...
https://man.plustar.jp/python/c-api/dict.html - [similar]