Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 58 for include (0.004 sec.)
- 拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 12705
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問
...に対する高レベル API もあります -- より詳しいことは Include/abstract.h を読んでください。これを使うと、数値型プ...ex Farber のコードを参考にした、コード片の例です: #include <Python.h> #include <node.h> #include <errcode.h>...#include <grammar.h> #include <parsetok.h> #include <compil...読んでいる間は SIGINT を無視したいかもしれません): #include <stdio.h> #include <readline.h> #include <Python.h... - https://man.plustar.jp/python/faq/extending.html - [similar]
- 2. setup スクリプトを書く — Python 3.6.5 ドキュメント 11943
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...、そして何らかのコンパイル/リンクに関する必要事項 (include ディレクトリ、リンクすべきライブラリ、等) を指定し...oo' , [ 'foo.i' ], swig_opts = [ '-modern' , '-I../include' ])], py_modules = [ 'foo' ], ) もしくは、次のよう...etup . py build_ext -- swig - opts = "-modern -I../include" プラットフォームによっては、コンパイラで処理され、...、 Extension の 3 つのオプション引数が役に立ちます: include_dirs 、 define_macros 、 undef_macros です。 例えば... - https://man.plustar.jp/python/distutils/setupscript.html - [similar]
- 3. Windows で Python を使う — Python 3.6.5 ドキュメント 11343
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ
...タ、ドキュメント、IDLE へのショートカットを作る。 1 Include_doc Python マニュアルをインストールする。 1 Includ...e_debug デバッグバイナリをインストールする。 0 Include_dev 開発用のヘッダ・ライブラリをインストールする。...1 Include_exe python.exe とその関連ファイルをインストールする...。 1 Include_launcher Windows の Python ランチャ をインストール... - https://man.plustar.jp/python/using/windows.html - [similar]
- 2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 9836
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...、これについてはこのチュートリアルでは扱いません。 #include <Python.h> typedef struct { PyObject_HEAD /* Type-...new module, custom2 that adds these capabilities: #include <Python.h> #include "structmember.h" typedef struc...ージョンでは、いくつもの変更をおこないます。 以下の include を追加します: #include <structmember.h> すこしあと...でふれますが、この include には属性を扱うための宣言が入っています。 The Custo... - https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
- 10. API リファレンス — Python 3.6.5 ドキュメント 9689
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...だと認識するどの形式でもありえます。 文字列のリスト include_dirs C/C++ヘッダファイルを検索するディレクトリのリ...設定するためのメソッドが提供されます --- マクロ定義、includeディレクトリ、リンクパス、ライブラリなど。 このモジュ...utils.ccompiler. gen_preprocess_options ( macros , include_dirs ) ¶ Cプリプロセッサオプション( -D , -U , -I )...e) は name マクロを value として定義( -D )します。 include_dirs はディレクトリ名のリストで、ヘッダファイルのサ... - https://man.plustar.jp/python/distutils/apiref.html - [similar]
- 9. コマンドリファレンス — Python 3.6.5 ドキュメント 9236
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...マニフェストテンプレートコマンド一覧: コマンド 説明 include pat1 pat2 ... リストされたパターンのどれかにマッチ...どれかにマッチする全てのファイルを除外する recursive-include dir pat1 pat2 ... dir 配下の、リストされたパターン...のどれかにマッチする全てのファイルを除外する global-include pat1 pat2 ... ソースツリー内にある、リストされたパ... - https://man.plustar.jp/python/distutils/commandref.html - [similar]
- 4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 8621
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...AJOR_VERSION' , '1' ), ( 'MINOR_VERSION' , '0' )], include_dirs = [ '/usr/local/include' ], libraries = [ 'tc...RSION = 1 - DMINOR_VERSION = 0 - I / usr / local / include - I / usr / local / include / python2 .2 - c demo... - https://man.plustar.jp/python/extending/building.html - [similar]
- 8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 8621
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...the number of additional components of the time to include (the default is 'auto' ). It can be one of the fol...is 0, same as 'microseconds' otherwise. 'hours' : Include the hour in the two-digit HH format. 'minutes' : I...clude hour and minute in HH:MM format. 'seconds' : Include hour , minute , and second in HH:MM:SS format. 'mi...lliseconds' : Include full time, but truncate fractional second part to... - https://man.plustar.jp/python/library/datetime.html - [similar]
- Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 8474
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth
...に関するベストプラクティスを見ることができます。 #include "stdlib.h" #include "Python.h" #include "bytesobje...ります。次の簡単な例で、その方法を実演してみます。 #include "Python.h" struct module_state { PyObject * error...さい。) capsulethunk.h は Python のソースの中に Doc/includes/capsulethunk.h という名前で入っています。 読者の便... - https://man.plustar.jp/python/howto/cporting.html - [similar]
- 28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 8474
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...simple as the following: #define Py_LIMITED_API 1 #include "Python.h" #define WIN32_LEAN_AND_MEAN #include <w...new_compiler () >>> exe = src . stem >>> cc . add_include_dir ( distutils . sysconfig . get_python_inc ()) >...ion. If your application depends on a package that includes a C extension, that package cannot be run from a...e your zipfile and add code to your __main__.py to include the directory containing the unzipped module in sy... - https://man.plustar.jp/python/library/zipapp.html - [similar]
