Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 409 for [SIMILAR] 16 1024 4096 WITH 182372 命令 WITH 539... (1.310 sec.)
16.14. platform --- 実行中プラットフォームの固有情報を参照する — Python 3.6.5 ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 16. 汎用オペレーティングシステムサービス » 16.14. platform --- 実行中プラットフォームの固有情報を参照する ¶ ソースコード: Lib/platform.py 注釈 プラットフォーム毎にアルファベット順に並べて ...
https://man.plustar.jp/python/library/platform.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 32. Python言語サービス » 32.2. ast --- 抽象構文木 ¶ ソースコード: Lib/ast.py ast モジュールは、Python アプリケーションで Python の抽象構文木を処理しやすくするものです。抽象構文そのものは、 ...
https://man.plustar.jp/python/library/ast.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 26. 開発ツール » 26.5. unittest.mock --- モックオブジェクトライブラリ ¶ バージョン 3.3 で追加. ソースコード: Lib/unittest/mock.py unittest.mock はPython におけるソフトウェアテストのための ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
具象オブジェクト (concrete object) レイヤ — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ ¶ この章では、特定の Python オブジェクト型固有の関数について述べています。これらの関数に間違った型のオブジェクトを渡すのは良い考えで ...
https://man.plustar.jp/python/c-api/concrete.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Python » What's New In Python 3.1 ¶ 著者: Raymond Hettinger この記事では 3.0 と比較した Python 3.1 の新機能を解説します。 PEP 372: 順序付き辞書 ¶ 通常の Python 辞書は、 key/value ペアを不定の順序で ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 4. C および C++ 拡張のビルド ¶ CPython の C 拡張は 初期化関数 をエクスポートした共有ライブラリ (例、 Linux の .so ファイルや Windows の .pyd ファイル) です。 インポートできる ...
https://man.plustar.jp/python/extending/building.html - [similar]
35.12. nis --- Sun の NIS (Yellow Pages) へのインタフェース — Python 3.6.5 ドキ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 35. Unix 固有のサービス » 35.12. nis --- Sun の NIS (Yellow Pages) へのインタフェース ¶ nis モジュールは複数のホストを集中管理する上で便利な NIS ライブラリを薄くラップします。 NIS は Unix ...
https://man.plustar.jp/python/library/nis.html - [similar]
20.4. XMLを扱うモジュール群 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 20. 構造化マークアップツール » 20.4. XMLを扱うモジュール群 ¶ ソースコード: Lib/xml/ PythonのXMLを扱うインタフェースは xml パッケージにまとめられています。 警告 XML モジュール群は不正なデー ...
https://man.plustar.jp/python/library/xml.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの配布 (レガシーバージョン) ¶ Authors: Greg Ward, Anthony Baxter Email: distutils-sig @ python . org 参考 Python モジュールの配布 最新のモジュール配布ドキュメンテーション このドキュメントでは、 ...
https://man.plustar.jp/python/distutils/index.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラリ » 19. インターネット上のデータの操作 » 19.1. email --- 電子メールと MIME 処理のためのパッケージ » 19.1.4. email.policy : ポリシーオブジェクト ¶ バージョン 3.3 で追加. ソースコード: Lib/emai ...
https://man.plustar.jp/python/library/email.policy.html - [similar]