Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 102 for args (0.037 sec.)
型オブジェクト — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... PyType_GenericNew ( PyTypeObject *type , PyObject *args , PyObject *kwds ) ¶ Return value: New reference. ...
https://man.plustar.jp/python/c-api/type.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... nicode_FromFormatV ( const char *format , va_list vargs ) ¶ ちょうど2つの引数を取ることを除いて、 PyUnicod ... * PyUnicode_Format ( PyObject *format , PyObject *args ) ¶ Return value: New reference. 新たな文字列オブジ ... ェクトを format および args から生成して返します; このメソッドは format % args ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
14.1. csv --- CSV ファイルの読み書き — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , restkey=None , restval=None , dialect='excel' , *args , **kwds ) ¶ 通常の reader のように動作しますが、個 ... val='' , extrasaction='raise' , dialect='excel' , *args , **kwds ) ¶ 通常の writer のように動作しますが、辞 ...
https://man.plustar.jp/python/library/csv.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数の表現か、引数が無い場合には空文字列が返されます。 args ¶ 例外コンストラクタに与えられた引数のタプルです。 ... です。後方互換性のために、引数が3つ渡された場合、 args 属性は最初の2つの要素のみからなるタプルを持ちます。 ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
27.4. Python プロファイラ — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 環境で cmd をプロファイルします。 runcall ( func , *args , **kwargs ) ¶ func(*args, **kwargs) をプロファイル ...
https://man.plustar.jp/python/library/profile.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... う書けます: def my_decorator ( f ): def wrapper ( * args , ** kwds ): print 'Calling decorated function' re ... turn f ( * args , ** kwds ) functools . update_wrapper ( wrapper , ... or ( f ): @functools . wraps ( f ) def wrapper ( * args , ** kwds ): print 'Calling decorated function' re ... turn f ( * args , ** kwds ) return wrapper 参考 PEP 309 - 関数の部 ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 5732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ているデフォルトの拡張子が使われます。 extra_compile_args および extra_link_args には、それぞれコンパイラとリ ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 5732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ): T = threading . Thread ( target = thread_task , args = ( str ( i ), i )) T . start () time . sleep ( 10 ... ): T = threading . Thread ( target = thread_task , args = ( str ( i ), i )) T . start () time . sleep ( 10 ...
https://man.plustar.jp/python/faq/library.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 5732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... 最後にその関数のコードが呼ばれます。引数の PyObject *args (と PyObject *kwargs ) は暗黙的に、必要な型のC言語 ... Converter and all its subclasses. METH_O と METH_NOARGS ¶ To convert a function using METH_O , make sure t ... nerated code]*/ To convert a function using METH_NOARGS , just don't specify any arguments. You can still ... and __init__ functions must always accept both the args and kwargs objects, when converting you may specif ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
16. 汎用オペレーティングシステムサービス — Python 3.6.5 ドキュメント 5732
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 3.1. name または flags 16.4.3.2. action 16.4.3.3. nargs 16.4.3.4. const 16.4.3.5. default 16.4.3.6. type 1 ... .3.11. dest 16.4.3.12. Action クラス 16.4.4. parse_args() メソッド 16.4.4.1. オプション値の文法 16.4.4.2. ...
https://man.plustar.jp/python/library/allos.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT