Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 65 for func (0.082 sec.)
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... と、オブジェクトの様々な属性をハンドラ関数 (handler function) に設定できます。その後、XML 文書をパーザに入力 ... ェクト o にハンドラを指定するには、 o.handlername = func を使用します。 handlername は、以下のリストに挙げた ... 値をとらなければならず、また func は正しい数の引数を受理する呼び出し可能なオブジェク ... 義しています。 import xml.parsers.expat # 3 handler functions def start_element ( name , attrs ): print ( ' ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( src , dst , symlinks=False , ignore=None , copy_function=copy2 , ignore_dangling_symlinks=False ) ¶ src ... 場合、理由のリストとともに Error を送出します。 copy_function は各ファイルをコピーするために利用される呼び出 ... し可能オブジェクトでなければなりません。 copy_function はコピー元のパスとコピー先のパスを引数に呼び出 ... で変更: カスタムコピー機能を提供できるように copy_function 引数が追加されました。 symlinks が偽の時にダン ...
https://man.plustar.jp/python/library/shutil.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6412
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... o support path-like objects . All standard library functions operating on paths have been updated to work ... ポートされました: result = [ await fun () for fun in funcs if await condition ()] 参考 PEP 530 -- Asynchrono ... ntation of a path-like object. The built-in open() function has been updated to accept os.PathLike objects ... , as have all relevant functions in the os and os.path modules, and most other ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... リでも lib が見つからなければ None を返します。 has_function ( funcname [ , includes=None , include_dirs=No ... ne , libraries=None , library_dirs=None ] ) ¶ funcname が現在のプラットフォームでサポートされているか ... ブジェクトファイルのファイル名を返します。 execute ( func , args [ , msg=None , level=1 ] ) ¶ distutils.util ... し dry_run フラグを考慮に入れた上で、 Python 関数の func を与えられた引数 args で実行します。 spawn ( cmd ) ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 呼び出す関数に対応づける辞書を作れます。例えば: def function_1 ( ... ): ... functions = { 'a' : function_1 ... , 'b' : function_2 , 'c' : self . method_1 , ... } func = funct ... ions [ value ] func () オブジェクトのメソッドを呼び出すには、さらに単純 ... は、 Python では代入により簡単に手に入れられます: function ( args ) . mydict [ index ][ index ] . a = 21 ...
https://man.plustar.jp/python/faq/design.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ef myextension_methods [] = { { "error_out" , ( PyCFunction ) error_out , METH_NOARGS , NULL }, { NULL , N ... , NULL }; #define INITERROR return NULL PyMODINIT_FUNC PyInit_myextension ( void ) #else #define INITERRO ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 定義域を越えています (Math argument out of domain of func) errno. ERANGE ¶ 表現できない数学演算結果になりまし ... ailable) errno. ENOSYS ¶ 実装されていない機能です (Function not implemented) errno. ENOTEMPTY ¶ ディレクト ...
https://man.plustar.jp/python/library/errno.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... save in the history file. The write_history_file() function uses this value to truncate the history file, ... 6.7.5. 開始フック ¶ readline. set_startup_hook ( [ function ] ) ¶ Set or remove the function invoked by th ... tartup_hook callback of the underlying library. If function is specified, it will be used as the new hook ... function; if omitted or None , any function already installed is removed. The hook is call ...
https://man.plustar.jp/python/library/readline.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Confer the parameter detect_types of the connect() function for how the type detection works. Note that th ... given sql_script , and returns the cursor. create_function ( name , num_params , func ) ¶ Creates a user- ... defined function that you can later use from within SQL stateme ... nts under the function name name . num_params is the number of parame ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6312
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ュールのみのリストを返します。) sys. call_tracing ( func , args ) ¶ トレーシングが有効な間、 func(*args) を ... by the interpreter, regardless of their size. This function is mainly useful for tracking and debugging me ... representing filenames as bytes is also supported. Functions accepting or returning filenames should suppo ... er and finalizer are expected to be either None or functions which take an asynchronous generator iterator ...
https://man.plustar.jp/python/library/sys.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT