Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 211 for OBJECT (0.057 sec.)
35.6. termios --- POSIX スタイルの端末制御 — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数のファイル記述子でも、 sys.stdin 自体のような file object でもかまいません。 このモジュールではまた、モジュー ...
https://man.plustar.jp/python/library/termios.html - [similar]
29.9. traceback --- スタックトレースの表示または取得 — Python 3.6.5 ドキュメン... 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... lookup_lines is False , the returned FrameSummary objects will not have read their lines in yet, making the ... cal variables in each FrameSummary are captured as object representations. classmethod from_list ( a_list ) ... ¶ Construct a StackSummary object from a supplied old-style list of tuples. Each tup ...
https://man.plustar.jp/python/library/traceback.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を含むファイル名またはファイル風オブジェクト ( file object ) です。 events は報告すべきイベントのシーケンスで ... かれたファイル名またはファイル風オブジェクト ( file object ) です。 encoding [1] は出力エンコーディング(デフォ ... import XMLParser >>> class MaxDepth : # The target object of the parser ... maxDepth = 0 ... depth = 0 ... d ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 生します: >>> word [ 0 ] = 'J' ... TypeError: 'str' object does not support item assignment >>> word [ 2 :] = ... 'py' ... TypeError: 'str' object does not support item assignment 元の文字列と別の文 ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 4610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e interface def cursor ( self ): "Returns a cursor object and starts a new transaction" def commit ( self ): ... ト文字列型の名前を変えます。Python 2.x での PyStringObject は PyBytesObject になります。Python 2.6 では PyByt ... esObject() , PyBytes_Check() , PyBytes_FromStringAndSize() ... BCde') 対応する C API もあります。 PyByteArray_FromObject() , PyByteArray_FromStringAndSize() や色々その他関 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
一般 Python FAQ — Python 3.6.5 ドキュメント 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... on built-in function append: append(...) L.append(object) -> None -- append object to end >>> L . append ( ...
https://man.plustar.jp/python/faq/general.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xt' : ssl.SSLContext のインスタンスになります 'ssl_object' : ssl.SSLObject または ssl.SSLSocket インスタンス ... ージョン 3.5.3 で追加. バージョン 3.5.1 で変更: 'ssl_object' 情報が SSL ソケットに追加されました。 18.5.4.1.2. ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .1. 値の省略 8.13.14.1.1. auto を使う 8.13.14.1.2. object を使う 8.13.14.1.3. 解説文字列を使う 8.13.14.1.4. ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
26. 開発ツール — Python 3.6.5 ドキュメント 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ック 26.5.3. patcher 26.5.3.1. patch 26.5.3.2. patch.object 26.5.3.3. patch.dict 26.5.3.4. patch.multiple 26.5 ...
https://man.plustar.jp/python/library/development.html - [similar]
15.2. hmac --- メッセージ認証のための鍵付きハッシュ化 — Python 3.6.5 ドキュメン... 4568
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... が返したような ASCII のみの) str または bytes-like object のどちらか一方。 注釈 a と b が異なる長さであったり ...
https://man.plustar.jp/python/library/hmac.html - [similar]