Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 150 for function (0.112 sec.)
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... provides sequence protocol, and 0 otherwise. This function always succeeds. Py_ssize_t PySequence_Size ( PyOb ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 辞書オブジェクト (dictionary object) 次のトピックへ Function オブジェクト ナビゲーション 索引 モジュール | 次へ ...
https://man.plustar.jp/python/c-api/set.html - [similar]
Argparse チュートリアル — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argp ... しょう: $ ls cpython devguide prog.py pypy rm-unused-function.patch $ ls pypy ctypes_configure demo dotviewer in ... -rw-r--r-- 1 wena wena 741 Feb 18 01:01 rm-unused-function.patch $ ls --help Usage: ls [OPTION]... [FILE]... ...
https://man.plustar.jp/python/howto/argparse.html - [similar]
16.12. curses.ascii --- ASCII 文字に関するユーティリティ — Python 3.6.5 ドキュ... 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... x80 またはそれ以上の値) かどうかを調べます。 These functions accept either integers or single-character string ... a string, it is first converted using the built-in function ord() . Note that all these functions check ordina ...
https://man.plustar.jp/python/library/curses.ascii.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 CHAR_MAX このロケールでは特に指定しません。 The function sets temporarily the LC_CTYPE locale to the LC_NUM ... ffects other threads. バージョン 3.6.5 で変更: The function now sets temporarily the LC_CTYPE locale to the LC ... 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 bi ...
https://man.plustar.jp/python/library/locale.html - [similar]
34.2. msvcrt --- MS VC++実行時システムの有用なルーチン群 — Python 3.6.5 ドキュ... 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 待つ必要はありません。打鍵されたキーが特殊機能キー (function key) である場合、この関数は '\000' または '\xe0' を ...
https://man.plustar.jp/python/library/msvcrt.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e compatible with the return value of the timefunc function passed to the constructor. Events scheduled for th ...
https://man.plustar.jp/python/library/sched.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... については、 stringprep は "特性関数 (characteristic function)" 、すなわち引数が集合の一部である場合に真を返す関 ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
24.1. turtle --- タートルグラフィックス — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) ¶ Starts event loop - calling Tkinter's mainloop function. Must be the last statement in a turtle graphics p ... 変更された形をとります: >>> help ( bgcolor ) Help on function bgcolor in module turtle: bgcolor(*args) Set or re ... >>> bgcolor() "#800080" >>> help ( penup ) Help on function penup in module turtle: penup() Pull the pen up -- ... have been eliminated. Methods with these names and functionality are now available only as methods of Screen . ...
https://man.plustar.jp/python/library/turtle.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5284
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... に追加されました。 この新たな機能は「関数デコレータ (function decorators)」と呼ばれます。この名前は classmethod( ... n func ... >>> @deco ... def f (): pass ... >>> f <function f at 0x402ef0d4> >>> f . attr 'decorated' >>> もう ... e を ASCII 文字列に変換します。 The code for these functions came from the GLib library ( https://developer.gn ... ), whose developers kindly relicensed the relevant functions and donated them to the Python Software Foundatio ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT