Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 76 for instance (0.074 sec.)
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 5859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... > class C : pass >>> C () # the default repr() for instances embeds an address <__main__.C instance at 0x00AC1 ... のような例をうまく解決できます: >>> C () <__main__.C instance at 0x...> 浮動小数点数もまた、プラットフォーム間で ...
https://man.plustar.jp/python/library/doctest.html - [similar]
21.16. nntplib --- NNTP プロトコルクライアント — Python 3.6.5 ドキュメント 5859
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 7 capabilities advertised by the server, as a dict instance mapping capability names to (possibly empty) lists ...
https://man.plustar.jp/python/library/nntplib.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... す。 そうでない場合はゼロを返します。 where は " in instance check" のような文字列にして、再帰の深さの限界に達し ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... enerator to be called by async def coroutines, for instance using an await expression. async def コルーチン自身 ... 破棄 を参照してください。 Don't directly create Task instances: use the ensure_future() function or the Abstract ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le> TypeError : incompatible types, c_byte_Array_4 instance instead of LP_c_long instance >>> このような場合に ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... operation occasionally affect visible results. For instance, sys.modules starts with more entries. IDLE also r ...
https://man.plustar.jp/python/library/idle.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た SQLスクリプトを実行します。 sql_script can be an instance of str . 例: import sqlite3 con = sqlite3 . connec ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 5693
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ck is actually a factory function which returns an instance of the most efficient version of the concrete Lock ...
https://man.plustar.jp/python/library/threading.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... on the line in the configuration file as well, for instance: spam spammodule.o -lX11 1.6. C から Python 関数を ...
https://man.plustar.jp/python/extending/extending.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... an be found. If they're successful, a match object instance is returned, containing information about the matc ... nformation about the matching string. Match object instances also have several methods and attributes; the mos ... nditer() method returns a sequence of match object instances as an iterator : >>> iterator = p . finditer ( '1 ...
https://man.plustar.jp/python/howto/regex.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT