Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 66 for Repr (0.034 sec.)
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6735
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ルの小さいサブセット。 下に説明があります float x の repr() が多くの場合に短くなりました。これは x に戻せるこ ... 進文字列です。以前のバージョンの Python では、 float(repr(x)) が x になることだけが保証されていました。 floa ... への変換などです。 これに関連して、浮動小数点数 x の repr() は、 (round-half-to-even 丸めモードで)正しく丸め ... ステムではこのライブラリは利用されません。 sys.float_repr_style が short なら新しいコードが利用されていて、 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... set を小文字に変換された文字列型として返します。 __repr__() は、 __str__() の別名となっています。 __eq__ ( ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ) # Should be ready if data : print ( 'echoing' , repr ( data ), 'to' , conn ) conn . send ( data ) # Hop ...
https://man.plustar.jp/python/library/selectors.html - [similar]
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... インデックスによる要素へのアクセス, イテレーション, repr(), 同値テスト, len() をサポートしています。 もし、 ... メソッドを追加することです。引数 protocol は PrepareProtocol になります。 import sqlite3 class Point : de ... ( self , protocol ): if protocol is sqlite3 . PrepareProtocol : return " %f ; %f " % ( self . x , self . y ... self , x , y ): self . x , self . y = x , y def __repr__ ( self ): return "( %f ; %f )" % ( self . x , se ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ([ ( NAME , 'Decimal' ), ( OP , '(' ), ( STRING , repr ( tokval )), ( OP , ')' ) ]) else : result . appen ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
26.6. unittest.mock --- 入門 — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 前をつけると便利なことがあります。その名前はモックを repr したときに表示されるので、モックがテスト失敗のメッ ... l_args_list . This looks remarkably similar to the repr of the call_args_list : >>> expected = [ call ( 1 ... or patcher.stop() is called) then whatever was there previously will be restored safely. Here's an exampl ...
https://man.plustar.jp/python/library/unittest.mock-examples.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6664
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ng between binary and various ASCII-encoded binary representations. binhex Encode and decode files in binh ... tutils.dist Provides the Distribution class, which represents the module distribution being built/installe ... unctions distutils.version implements classes that represent module version numbers. doctest Test pieces o ... il messages from a message structure. email.header Representing non-ASCII headers email.headerregistry Aut ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 6592
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... のです。 (なお、この文脈での印字可能文字は、文字列に repr() が呼び出されるときにエスケープすべきでない文字の ... t* PyObject_Str() の戻り値。 %R PyObject* PyObject_Repr() の戻り値。 識別できない書式指定文字があった場合、 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 6592
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... , addr ): print ( 'Incoming connection from %s ' % repr ( addr )) handler = EchoHandler ( sock ) server = ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6592
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 t が負の値の場合は D は負の値となります。(5) repr(t) datetime.timedelta(D[, S[, U]]) という形式の文字 ... decreased for political reasons.) The value 0 (1) represents the earlier (later) of the two moments with ... the same wall time representation. バージョン 3.6 で追加. サポートされてい ... s naive ( self.tzinfo is None ), it is presumed to represent time in the system timezone. If called withou ...
https://man.plustar.jp/python/library/datetime.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT