Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 8 of about 8 for funcname (0.044 sec.)
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 13772
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... function__entry") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; printf("%s = ... > %s in %s:%d\\n", thread_indent(1), funcname, filename, lineno); } probe process("python").mark ... unction__return") { filename = user_string($arg1); funcname = user_string($arg2); lineno = $arg3; printf("%s < ... = %s in %s:%d\\n", thread_indent(-1), funcname, filename, lineno); } この例は次のように実行できま ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
27.1. bdb --- デバッガーフレームワーク — Python 3.6.5 ドキュメント 8711
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t ( self , file , line , temporary=0 , cond=None , funcname=None ) ¶ このクラスはテンポラリブレークポイント、無 ... されるファイル名は正規化されていなければなりません。 funcname が設定されたとき、ブレークポイントはその関数の最初 ... t_break ( filename , lineno , temporary=0 , cond , funcname ) ¶ 新しいブレークポイントを設定します。引数の lin ... のモジュールは以下の関数を提供しています: bdb. checkfuncname ( b , frame ) ¶ この場所でブレークする必要があるか ...
https://man.plustar.jp/python/library/bdb.html - [similar]
コードオブジェクト — Python 3.6.5 ドキュメント 8549
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Code_NewEmpty ( const char *filename , const char *funcname , int firstlineno ) ¶ 新しい空のコードオブジェクト ...
https://man.plustar.jp/python/c-api/code.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 8476
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 準型の階層 節参照): funcdef ::= [ decorators ] "def" funcname "(" [ parameter_list ] ")" ["->" expression ] ":" ... ion ] defparameter ::= parameter ["=" expression ] funcname ::= identifier 関数定義は実行可能な文です。関数定義 ... 義 ¶ async_funcdef ::= [ decorators ] "async" "def" funcname "(" [ parameter_list ] ")" ["->" expression ] ":" ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 8241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ール内の名前に対する参照は属性の参照です。式 modname.funcname では、 modname はあるモジュールオブジェクトで、 fu ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... が見つからなければ None を返します。 has_function ( funcname [ , includes=None , include_dirs=None , libraries= ... None , library_dirs=None ] ) ¶ funcname が現在のプラットフォームでサポートされているかどう ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 8151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... < 3 ) { fprintf ( stderr , "Usage: call pythonfile funcname [args] \n " ); return 1 ; } Py_Initialize (); pNam ...
https://man.plustar.jp/python/extending/embedding.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 8151
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ファイル名 %(filename)s pathname のファイル名部分。 funcName %(funcName)s ロギングの呼び出しを含む関数の名前。 ...
https://man.plustar.jp/python/library/logging.html - [similar]
PREV 1 NEXT