Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 465 for python (0.095 sec.)
What's New In Python 3.1 — Python 3.6.5 ドキュメント 4973
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python ... n » What's New In Python 3.1 ¶ 著者: Raymond Hettinger この記事では 3.0 と比 ... 較した Python 3.1 の新機能を解説します。 PEP 372: 順序付き辞書 ¶ ... 通常の Python 辞書は、 key/value ペアを不定の順序でイテレートしま ... Eric Smith and Mark Dickinson. その他の言語変更 ¶ Python 言語コアに小さな変更がいくつか行われました: __main ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
マップ型プロトコル (mapping protocol) — Python 3.6.5 ドキュメント 4908
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... rovide mapping protocol, this is equivalent to the Python expression len(o) . int PyMapping_DelItemString ( ... . Return -1 on failure. This is equivalent to the Python statement del o[key] . int PyMapping_DelItem ( PyO ... . Return -1 on failure. This is equivalent to the Python statement del o[key] . int PyMapping_HasKeyString ... key key and 0 otherwise. This is equivalent to the Python expression key in o . This function always succeed ...
https://man.plustar.jp/python/c-api/mapping.html - [similar]
29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 4908
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 29. Python ランタイムサービス » 29.13. site --- サイト固有の設 ... 使い、2つ目は lib/site-packages (Windows) または lib/python X.Y /site-packages (Unix と Macintosh) を使います。 ... ファイルを検索します。 バージョン 3.5 で変更: "site-python" ディレクトリのサポートは削除されました。 "pyvenv. ... と sys.base_exec_prefix は常にインストールされているPythonの "実際の" プレフィックスです)。 (ブートストラップの ...
https://man.plustar.jp/python/library/site.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 4892
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... データの永続化 » 12.4. marshal --- 内部使用向けの Python オブジェクト整列化 ¶ このモジュールには Python 値を ... できるような関数が含まれています。このバイナリ形式は Python 特有のものですが、マシンアーキテクチャ非依存のもの ... です (つまり、Python の値を PC 上でファイルに書き込み、Sun に転送し、そ ... されていません; この形式は (稀にしかないことですが) Python のバージョン間で変更される可能性があるからです。 [ ...
https://man.plustar.jp/python/library/marshal.html - [similar]
16. 付録 — Python 3.6.5 ドキュメント 4867
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... この例外は try 文で処理できます。 16.1.2. 実行可能な Python スクリプト ¶ BSD 風の Unix システムでは、Python... にできます。これを行うには、以下の行 #!/usr/bin/env python3.5 (ここではインタプリタがユーザの PATH 上にあると ... あります。ハッシュまたはポンド文字、すなわち '#' は、Python ではコメントを書き始めるために使われていることに注 ... ndows では、"実行モード" のような概念はありません。Python のインストーラーは自動的に .py ファイルを python.e ...
https://man.plustar.jp/python/tutorial/appendix.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 4826
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... つの節でフォローします。 (Distutils が入っているのは Python 1.6 以降であり、 Python 1.5.2 ユーザが他のモジュー ... 。ここで示した、Distutils 自身の setup スクリプトは、Python 1.5.2 に Distutils パッケージをインストールする際に ... 使います。) #!/usr/bin/env python from distutils.core import setup setup ( name = 'D ... istutils' , version = '1.0' , description = 'Python Distribution Utilities' , author = 'Greg Ward' , a ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
1. はじめに — Python 3.6.5 ドキュメント 4826
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 1. はじめに ¶ この "Python ライブラリ" には様々な内容が収録されています。 この ... 核" をなす部分とみなされるデータ型が含まれています。Python 言語のコア部分では、これらの型に対してリテラル表現 ... められています --- 組み込み関数および例外は、全ての Python で書かれたコード上で、 import 文を使わずに使うこと ... はいろいろあります。あるモジュールは C 言語で書かれ、Python インタプリタに組み込まれています; 一方別のモジュー ...
https://man.plustar.jp/python/library/intro.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 4802
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... » 25.5. IDLE ¶ ソースコード: Lib/idlelib/ IDLE は Python の統合開発環境で、学習用環境です。 IDLE は次のよう ... ります: tkinter GUIツールキットを使って、100% ピュア Python でコーディングされています クロスプラットホーム: W ... ード入力、出力、エラーメッセージの色付け機能を持った Python shell (対話的インタプリタ) ウィンドウ 多段 Undo、 ... ブ化] 先頭 の一続きの空白をタブに置き換えます (注意: Python コードのインデントには 4 つの空白を使うことをお勧め ...
https://man.plustar.jp/python/library/idle.html - [similar]
Download — Python 3.6.5 ドキュメント 4786
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... e containing all the documents for this version of Python in one of various formats, follow one of links in ... are made available in the "Windows" section on the Python download page . Unpacking Unix users should downlo ... oblems If you have comments or suggestions for the Python documentation, please send email to docs@python.or ... IP , Unix , users ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » © 著作権 2001-2022, Python ...
https://man.plustar.jp/python/download.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 4786
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 7. デバッグとプロファイル » 27.2. faulthandler --- Python tracebackのダンプ ¶ バージョン 3.3 で追加. このモジ ... ムアウト時、ユーザシグナルの発生時などのタイミングでpython tracebackを明示的にダンプするための関数を含んでいま ... ルするには faulthandler.enable() を実行してください。python起動時に有効にするには環境変数 PYTHONFAULTHANDLER を ... ドライン引数に -X faulthandler を指定してください。 Pythonのフォールトハンドラは、apportやWindowsのフォールトハ ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]