Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 71 for functions (0.049 sec.)
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 7337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... x80 またはそれ以上の値) かどうかを調べます。 These functions accept either integers or single-character strings ... the built-in function ord() . Note that all these functions check ordinal bit values derived from the characte ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7337
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of Python. For example, in CPython, some built-in functions defined in C provide no metadata about their argum ... st ( * ba . args , ** ba . kwargs ) 参考 PEP 362 - Function Signature Object. The detailed specification, imple ... aults , annotations ). The other six arguments are functions that are called to turn argument names, * argument ... .12.5. インタープリタスタック ¶ When the following functions return "frame records," each record is a named tup ...
https://man.plustar.jp/python/library/inspect.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7224
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... of the parser classes and the related convenience functions, and for the Message class, this is the Compat32 p ... he email.parser classes and the parser convenience functions will be changing in a future version of Python. Th ... ou want to use when calling any of the classes and functions described in the parser module. The first part of ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 7224
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 書を書き出すことはできません (下記参照)。 There are functions that read/write files as well as functions operati ...
https://man.plustar.jp/python/library/marshal.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 7126
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... the Python memory manager through the Python/C API functions listed in this document. メモリ管理の崩壊を避けるた ... 検出します Check that the GIL is held when allocator functions of PYMEM_DOMAIN_OBJ (ex: PyObject_Malloc() ) and P ... debug hooks now also check if the GIL is held when functions of PYMEM_DOMAIN_OBJ and PYMEM_DOMAIN_MEM domains a ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
DTrace と SystemTap で CPython を測定する — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » DTra ... n. It is only triggered for pure-python (bytecode) functions. python.function.return ( str filename , str funcn ... ). It is only triggered for pure-python (bytecode) functions. 使用例 ¶ This SystemTap script uses the tapset ab ...
https://man.plustar.jp/python/howto/instrumentation.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 CHAR_MAX このロケールでは特に指定しません。 The function sets temporarily the LC_CTYPE locale to the LC_NUME ... ms that provide this interface. It consists of the functions gettext() , dgettext() , dcgettext() , textdomain( ... xtdomain_codeset() . These are similar to the same functions in the gettext module, but use the C library's bin ... tions should normally find no need to invoke these functions, and should use gettext instead. A known exception ...
https://man.plustar.jp/python/library/locale.html - [similar]
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rary that supports it. 6.7.6. 補完 ¶ The following functions relate to implementing a custom word completion fu ... dered for completion (the completion scope). These functions access the rl_completer_word_break_characters vari ...
https://man.plustar.jp/python/library/readline.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... representing filenames as bytes is also supported. Functions accepting or returning filenames should support ei ... er and finalizer are expected to be either None or functions which take an asynchronous generator iterator as a ... s not used, so it can simply return None . Profile functions should have three arguments: frame , event , and a ... を呼び出し、トレース関数を登録してください。 Trace functions should have three arguments: frame , event , and a ...
https://man.plustar.jp/python/library/sys.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 7028
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... code that shows the problem. Imagine the following functions defined in 'mymodule': def frob ( val ): pass def ... ck methods for doing the assertion. Again a helper function sets this up for me. >>> from copy import deepcopy ... t mymodule . Foo is original With unittest cleanup functions and the patch のメソッド: start と stop we can ach ... m__ . side_effect = setitem With these side effect functions in place, the mock will behave like a normal dicti ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT