Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 75 for Package (0.047 sec.)
6. モジュール (module) — Python 3.6.5 ドキュメント 8002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... _', '__excepthook__', '__loader__', '__name__', '__package__', '__stderr__', '__stdin__', '__stdout__', '_cle ... _debug__', '__doc__', '__import__', '__name__', '__package__', 'abs', 'all', 'any', 'ascii', 'bin', 'bool', ' ... 'tuple', 'type', 'vars', 'zip'] 6.4. パッケージ ¶ Packages are a way of structuring Python's module namespac ... odule name A.B designates a submodule named B in a package named A . Just like the use of modules saves the a ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... tools で実装されていることが明らかです。 namespace package (名前空間パッケージ) サブパッケージのコンテナとして ... 提供される PEP 420 package 。Namespace package はおそらく物理表現を持たず、 _ ... _init__.py ファイルがないため、 regular package と異なります。 module を参照してください。 nested ... ラス ( new-style class ) の究極の基底クラスのこと。 package (パッケージ) サブモジュールや再帰的にサブパッケージ ...
https://man.plustar.jp/python/glossary.html - [similar]
5. インポートシステム — Python 3.6.5 ドキュメント 7752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... れます。 インポートパスフックは、 sys.path (もしくは package.__path__ ) の処理の一部として、対応するパス要素を取 ... bmodule_search_locations is not None : # namespace package sys . modules [ spec . name ] = module else : # un ... load_module ( spec . name ) # Set __loader__ and __package__ if missing. else : sys . modules [ spec . name ] ... が出来ます。例えばローダー関連のデータの取得です。 __package__ ¶ モジュールの __package__ 属性は設定されなければ ...
https://man.plustar.jp/python/reference/import.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 7668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... 配布 (レガシーバージョン) » 6. Python Package Index (PyPI) ¶ Python Package Index (PyPI) はパッケ ... ージ , upload , pypirc , 表示 , repository , setup , Package Table of Contents 6. Python Package Index (PyPI) 6 ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ( 'demo' , sources = [ 'demo.c' ]) setup ( name = 'PackageName' , version = '1.0' , description = 'This is a ... demo package' , ext_modules = [ module1 ]) この setup.py とファ ... al/lib' ], sources = [ 'demo.c' ]) setup ( name = 'PackageName' , version = '1.0' , description = 'This is a ... demo package' , author = 'Martin v. Loewis' , author_email = 'm ...
https://man.plustar.jp/python/extending/building.html - [similar]
16.7. logging.config --- ロギングの環境設定 — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... )s' datefmt : '%Y-%m-%d %H:%M:%S' custom : () : my.package.customFormatterFactory bar : baz spam : 99.9 answe ... 目のフォーマッタの設定をする部分辞書は: { '()' : 'my.package.customFormatterFactory' , 'bar' : 'baz' , 'spam' : ... 下の呼び出しによって返されるものとみなされます: my . package . customFormatterFactory ( bar = 'baz' , spam = 99 ... dler from the id. If, however, a user defines a my.package.MyHandler which has an alternate handler, the conf ...
https://man.plustar.jp/python/library/logging.config.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 形式で指定します。 "pkg.mod" の場所はアーカイブ内の package/module です。 "fn" は指定した module から呼出すこと ... rectory. These hold metadata for pip to manage the packages, and as you won't be making any further use of pi ... - although it won't do any harm if you leave them. Package the application using: $ python -m zipapp -p "inte ... your application. If your application depends on a package that includes a C extension, that package cannot b ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . If it is a directory, and the directory is not a package directory, then all the files *.pyc are added at t ... he top level. If the directory is a package directory, then all *.pyc are added under the pack ... name as a file path, and if any subdirectories are package directories, all of these are added recursively. b ... ing . pyc # Top level name test / __init__ . pyc # Package directory test / testall . pyc # Module test.testa ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
12. 仮想環境とパッケージ — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ip' , ..., '~/envs/tutorial-env/lib/python3.5/site-packages' ] >>> 12.3. pip を使ったパッケージ管理 ¶ You can ... install, upgrade, and remove packages using a program called pip . By default pip will ... install packages from the Python Package Index, < https://pypi.pyt ... hon.org/pypi >. You can browse the Python Package Index by going to it in your web browser, or you c ...
https://man.plustar.jp/python/tutorial/venv.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 6918
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... zed representation of the email message. The email package provides a standard parser that understands most e ... scratch. All of the logic that connects the email package's bundled parser and the EmailMessage class is emb ... atibility with the Python 3.2 version of the email package and provides Message as the default factory. All o ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT