Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 37 for build (0.064 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 12976
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... th Mathematical functions for complex numbers. cmd Build line-oriented command interpreters. code Facilitie ... sembler for Python bytecode. distutils Support for building and installing Python modules into an existing ... tandard Distutils command. distutils.command.bdist Build a binary installer for a package distutils.command ... .bdist_dumb Build a "dumb" installer - a simple archive of files dis ...
https://man.plustar.jp/python/py-modindex.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 11476
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... command は Distutils コマンドのうちの一つ (例えば build_py , install ) で、 option はそのコマンドでサポート ... ersal --help option, e.g. $ python setup.py --help build_ext [...] Options for 'build_ext' command: --build ... ib (-b) directory for compiled extension modules --build-temp (-t) directory for temporary files (build by- ... products) --inplace (-i) ignore build-lib and put compiled extensions into the source di ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 11097
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の次のブロックに続くかどうかを再度判断します。 LOAD_BUILD_CLASS ¶ builtins.__build_class__() をスタックにプッ ... ei] に関連付けられた値をスタックにプッシュします。 BUILD_TUPLE ( count ) ¶ スタックから count 個の要素を消費 ... を作り出し、できたタプルをスタックにプッシュします。 BUILD_LIST ( count ) ¶ BUILD_TUPLE と同じように動作します ... が、この命令はリストを作り出します。 BUILD_SET ( count ) ¶ BUILD_TUPLE と同じように動作します ...
https://man.plustar.jp/python/library/dis.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 10734
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... )、特定プラットフォーム用のリソースファイル、その他 build_ext コマンドがソースファイルだと認識するどの形式で ... s ( ) ¶ 利用可能なコンパイラのリストを表示します ( build , build_ext , build_clib の、 --help-compiler オプ ... になります (Unix実装の場合)が、もし output_dir が build であれば、 build/foo/bar.o になります。 macros は( ... bug=0 , extra_preargs=None , extra_postargs=None , build_temp=None , target_lang=None ] ) ¶ 実行ファイルまた ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 10355
ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト ... 、setup スクリプトを二度起動します: python setup.py build python setup.py install この作業を行ってみれば、 i ... nstall コマンドを実行するとまず build コマンドを実行し、さらに --- この場合には --- buil ... ディレクトリの中が全て最新の状態になっているので、 build は何も行わなくてよいと判断していることがわかるでし ... なるでしょう。 ビルドの仕組み ¶ 上で示唆したように、 build コマンドは、インストールすべきファイルを ビルドディ ...
https://man.plustar.jp/python/install/index.html - [similar]
8. Distutilsの拡張 — Python 3.6.5 ドキュメント 10134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... れらを使うようにすることです: from distutils.command.build_py import build_py as _build_py from distutils.cor ... e import setup class build_py ( _build_py ): """Specialized Python source bui ... ver needs to be different... setup ( cmdclass = { 'build_py' : build_py }, ... ) このアプローチは、新実装を ... setup.py がオプション --command-packages distcmds,buildcmds で実行されている場合には、パッケージは distuti ...
https://man.plustar.jp/python/distutils/extending.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 8698
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... emo.c があるとき、以下のコマンド python setup . py build を実行すると、 demo.c をコンパイルして、 demo とい ... う名前の拡張モジュールを build ディレクトリ内に生成します。システムによってはモジ ... ュールファイルは build/lib.system サブディレクトリに生成され、 demo.so や ... wis.de' , url = 'https://docs.python.org/extending/building' , long_description = ''' This is really just a ...
https://man.plustar.jp/python/extending/building.html - [similar]
Python モジュールの配布 (レガシーバージョン) — Python 3.6.5 ドキュメント 8555
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... st --- ソース配布物の構築 10.33. distutils.command.build --- パッケージ中の全ファイルを構築 10.34. distutil ... s.command.build_clib --- パッケージ中のCライブラリを構築 10.35. di ... stutils.command.build_ext --- パッケージ中の拡張を構築 10.36. distutils. ... command.build_py --- パッケージ中の.py/.pyc ファイルを構築 10.37 ...
https://man.plustar.jp/python/distutils/index.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 8477
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... tion, without the need to recompile specific debug builds or providing application-specific profiling/debug ... ains the accurate major version, minor version and build number of the current operating system, rather tha ... now requires some C99 support in the toolchain to build. Most notably, Python now uses standard integer ty ... butors already use the --with-system-ffi flag when building their system Python. 削除 ¶ API と機能の削除 ¶ ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 8398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... include examples *.txt *.py prune examples/sample?/build その意味はかなり明白です: 配布物ルートの *.txt のパ ... に当て嵌まる全てのファイルを含み、 examples/sample?/build のパターンに当て嵌まる全てのディレクトリを除外しま ... い以下のファイルをリストから除去します: Distutls の "build" (デフォルトの名前は build/ ) ツリー下にある全ての ... ファイルを含めます ディレクトリ名が examples/sample?/build にマッチするディレクトリ以下のサブツリー内にあるフ ...
https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
PREV 1 2 3 4 NEXT