Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 61 for where (0.048 sec.)
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... wise OR of one or more of the following constants, where n is the button number from 1 to 4: BUTTONn_PRESSE ... the bytes object str with the supplied parameters, where str should be a parameterized string obtained from ... eaveok ( flag ) ¶ If flag is True , cursor is left where it is on update, instead of being at "cursor posit ... ion." This reduces cursor movement where possible. If possible the cursor will be made invi ...
https://man.plustar.jp/python/library/curses.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 7508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ause -timedelta in isolation can overflow in cases where date1 - timedelta does not. timedelta.seconds and ... ause -timedelta in isolation can overflow in cases where datetime1 - timedelta does not. datetime から date ... in wrong values on historical times in # timezones where UTC offset and/or the DST rules had # changed in t ... me is "UTC", otherwise it is a string 'UTC±HH:MM', where ± is the sign of offset , HH and MM are two digits ...
https://man.plustar.jp/python/library/datetime.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7508
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... r. close ( ) ¶ Raises a GeneratorExit at the point where the generator function was paused. If the generato ... execution proceeds to the first yield expression, where it is suspended again, returning the value of expr ... nerator function, yield expressions are allowed anywhere in a try construct. However, if an asynchronous ge ... that raises an exception of type type at the point where the asynchronous generator was paused, and returns ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
データ整列化 (data marshalling) のサポート — Python 3.6.5 ドキュメント 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... le will always result in a negative numeric value (where that's relevant), but it's not clear that negative ...
https://man.plustar.jp/python/c-api/marshal.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ks use the tracemalloc module to get the traceback where a memory block was allocated. The traceback is onl ... bug hooks now use tracemalloc to get the traceback where a memory block was allocated. The debug hooks now ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... aks the normal convention for handling coordinates where the x coordinate comes first. This is an unfortuna ... uires giving the coordinates of the on-screen area where a subsection of the pad will be displayed. pad = c ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... es. Note that the defects are added to the message where the problem was found, so for example, if a messag ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ling. The method must return a pair (args, kwargs) where args is a tuple of positional arguments and kwargs ... return it. cursor . execute ( "SELECT * FROM memos WHERE key=?" , ( str ( key_id ),)) key , task = cursor . ... . execute ( "UPDATE memos SET task='learn italian' WHERE key=1" ) # Load the records from the pickle data s ...
https://man.plustar.jp/python/library/pickle.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7320
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nment that supports neither threads nor fork() (or where these are too expensive or inappropriate for the s ... This is particularly important for stream services where each client can potentially be connected for a lon ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... er awaitable returned by __anext__() , it picks-up where it left-off. See PEP 492 and PEP 525 . asynchronou ... . When the generator iterator resumes, it picks-up where it left-off (in contrast to functions which start ... can be used in a for loop and in many other places where a sequence is needed ( zip() , map() , ...). When ...
https://man.plustar.jp/python/glossary.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT