Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for PyRun (0.003 sec.)
- 超高水準レイヤ — Python 3.6.5 ドキュメント 12832
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...くプロセスを exit することに気をつけてください。 int PyRun_AnyFile ( FILE *fp , const char *filename ) ¶ 下記...の PyRun_AnyFileExFlags() の closeit を 0 に、 flags を NUL...L にして単純化したインタフェースです。 int PyRun_AnyFileFlags ( FILE *fp , const char *filename , P...yCompilerFlags *flags ) ¶ 下記の PyRun_AnyFileExFlags() の closeit を 0 にして単純化したイ... - https://man.plustar.jp/python/c-api/veryhigh.html - [similar]
- 拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 8659
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問
...行するにはどうしますか? ¶ これを行う最高水準の関数は PyRun_SimpleString() で、一つの文字列引数を取り、モジュー...) が発生したら -1 を返します。更に制御したければ、 PyRun_String() を使ってください。ソースは Python/pythonr...un.c の ' PyRun_SimpleString() を参照してください。 C から任意の P...ython 式を評価するにはどうしますか? ¶ 先の質問の PyRun_String() を、スタートシンボル Py_eval_input を渡し... - https://man.plustar.jp/python/faq/extending.html - [similar]
- 1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 8420
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...いくつかの方法があります: Python 文が入った文字列を PyRun_SimpleString() に渡す、 stdio ファイルポインタとフ...メッセージ内でコードを識別するためだけのものです) を PyRun_SimpleFile() に渡す、といった具合です。これまでの各...; /* optional but recommended */ Py_Initialize (); PyRun_SimpleString ( "from time import time,ctime \n " "...れません。Python コードをファイルから取り出すには、 PyRun_SimpleFile() 関数を使うのがよいでしょう。この関数は... - https://man.plustar.jp/python/extending/embedding.html - [similar]
- Windows 上の Python FAQ — Python 3.6.5 ドキュメント 8052
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問
...yAppc (); // Initialize (import) the helper class. PyRun_SimpleString ( "import myApp" ); // Import the sha... - https://man.plustar.jp/python/faq/windows.html - [similar]
- 初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 7960
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...で、同じ効果が得られます。例えばこのように使います: PyRun_SimpleString ( "import sys; sys.path.pop(0) \n " )... - https://man.plustar.jp/python/c-api/init.html - [similar]
PREV
1
NEXT
