Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 66 of about 66 for Repr (0.098 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6521
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 数値 1 と 0 の別名だけれども唯一異なるのは str() と repr() が '1' と '0' ではなく 'True' と 'False' を返すこ ... __init__', '__iter__', '__len__', '__module__', '__repr__', '__setitem__', 'clear', 'get', 'has_key', 'ite ... 中するものです。 The three primary types are: date , representing a day, month, and year; time , consisting ... oth date and time . There's also a timedelta class representing differences between two points in time, an ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6521
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 参考 PEP 393 - 文字列の柔軟な表現 (Flexible String Representation) PEP written by Martin von Löwis; implem ... . x ... except AttributeError as exc : ... print ( repr ( exc . __context__ )) ... KeyError('x',) 参考 PEP ... 実現するためです。 Context コンストタクタの引数順が repr() での表示順に合うように改められました。 quantize( ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... Now, define a couple of other loggers which might represent areas in your # application: logger1 = loggin ... Now, define a couple of other loggers which might represent areas in your # application: logger1 = loggin ... ter , self ) . formatException ( exc_info ) return repr ( result ) # or format into one line however you w ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
26.3. doctest --- 対話的な実行例をテストする — Python 3.6.5 ドキュメント 6450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 7948648 >>> class C : pass >>> C () # the default repr() for instances embeds an address <__main__.C inst ...
https://man.plustar.jp/python/library/doctest.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ぶ必要があるからです。 __getattr__() メソッド は、 __repr__() や __coerce__() のようなほかのメソッドのために ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6450
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ルの追加 ¶ File system paths have historically been represented as str or bytes objects. This has led to pe ... ch objects are only one of those two types (an int representing a file descriptor does not count as that i ... nately that assumption prevents alternative object representations of file system paths like pathlib from ... rd library. To fix this situation, a new interface represented by os.PathLike has been defined. By impleme ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT