Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 75 for Package (0.065 sec.)
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レポートファイルを保存するディレクトリを指定します。 package.module についてのカバレッジレポートは dir / packag ...
https://man.plustar.jp/python/library/trace.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6599
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ted by Christian Heimes in bpo-16113 . Keccak Code Package by Guido Bertoni, Joan Daemen, Michaël Peeters, Gi ... rahl in bpo-12319 .) idlelib と IDLE ¶ The idlelib package is being modernized and refactored to make IDLE lo ... _path__ from the calling module when __spec__ or __package__ are not defined now raises an ImportWarning . (C ... o-23883 .) When performing a relative import, if __package__ does not compare equal to __spec__.parent then I ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
1. Distutilsの紹介 — Python 3.6.5 ドキュメント 6515
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ですから、仲介を行う人々、いわゆる パッケージ作成者 (packager) がこの問題を解決すべく立ち上がってくれることが望 ... 拡張モジュールしか扱わないので注意してください。) package 他のモジュールが入っているモジュールです; 通常、フ ... aging Library), or mxBase. (This would be called a package , except that term is already taken in the Python ... distribution may contain zero, one, or many Python packages.) pure module distribution pure Python モジュール ...
https://man.plustar.jp/python/distutils/introduction.html - [similar]
3.6.5 Documentation 6515
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Python 3.6.5 ドキュメント ようこそ ... ドキュメント Python モジュールのインストール Python Package Index などからのインストール Python モジュールの配 ...
https://man.plustar.jp/python/index.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 6515
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... particular header_factory implemented by the email package for handling RFC 5322 compliant email messages, wh ... ompliance problems found during parsing. The email package tries to be complete about detecting compliance is ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 6515
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プションでした。 __name__ ¶ モジュールの名前です。 __package__ ¶ モジュールがどの package に属しているかです。モ ...
https://man.plustar.jp/python/library/types.html - [similar]
29.13. site --- サイト固有の設定フック — Python 3.6.5 ドキュメント 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 後部では、1つ目は空文字列を使い、2つ目は lib/site-packages (Windows) または lib/python X.Y /site-packages (U ... .exec_prefix にはそのディレクトリが設定され、 site-packages もチェックします (sys.base_prefix と sys.base_exe ... ルである) "pyvenv.cfg" で、キー "include-system-site-packages" に "false" (大文字小文字は区別しない) 以外が設定 ... されている場合は、 site-packages を探しにシステムレベルのプレフィックスも見に行きま ...
https://man.plustar.jp/python/library/site.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... を扱うための直接的な知識は必要ありません。 The email package is a library for managing email messages, includin ... hich actually send and receive messages, the email package has a complete toolset for building or decoding co ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 6349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クトを返します。 モジュールの __name__ , __doc__ , __package__ , __loader__ 属性に値が入っています ( __name__ 以 ... す。 バージョン 3.3 で追加. バージョン 3.4 で変更: __package__ と __loader__ は None に設定されます。 PyObject ...
https://man.plustar.jp/python/c-api/module.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6349
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 字列 download_url パッケージダウンロード用URL 文字列 packages distutilsが操作するPythonパッケージのリスト 文字列 ... iles インストールするデータファイルのリスト リスト package_dir パッケージからディレクトリ名へのマッピング 辞書 ... インストーラの構築 ¶ 10.27. distutils.command.bdist_packager --- パッケージの抽象ベースクラス ¶ 10.28. distuti ... distutils.command.register --- モジュールをPython Package Indexに登録する ¶ register コマンドはパッケージをP ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT