Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 76 of about 76 for instance (0.076 sec.)
2. 組み込み関数 — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () bin() eval() int() open() str() bool() exec() isinstance() ord() sum() bytearray() filter() issubclass() po ... をグループ化するのにアンダースコアを利用できます。 isinstance ( object , classinfo ) ¶ object 引数が classinfo 引 ... you want to avoid the automatic transformation to instance method. For these cases, use this idiom: class C : ... 束縛されません。第 2 引数がオブジェクトであれば、 isinstance(obj, type) は真でなければなりません。第 2 引数が型 ...
https://man.plustar.jp/python/library/functions.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... n; it will be called with one argument, an OSError instance. It can report the error to continue with the walk ...
https://man.plustar.jp/python/library/os.html - [similar]
6.2. re --- 正規表現操作 — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ose match() or search() method produced this match instance. match. string ¶ match() または search() へ渡された ...
https://man.plustar.jp/python/library/re.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... r the testing code is called a fixture . Test case instances are grouped together according to the features th ... in b 3.1 assertNotIn(a, b) a not in b 3.1 assertIsInstance(a, b) isinstance(a, b) 3.2 assertNotIsInstance(a, ... b) not isinstance(a, b) 3.2 全てのアサートメソッドは msg 引数を受け取 ... と) をテストします。 バージョン 3.1 で追加. assertIsInstance ( obj , cls , msg=None ) ¶ assertNotIsInstance ( o ...
https://man.plustar.jp/python/library/unittest.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... get_size , set_size , None , "Storage size of this instance" ) これは確実に、より明快であり書くのが容易です。 ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5513
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... equire_int ( func ): def wrapper ( arg ): assert isinstance ( arg , int ) return func ( arg ) return wrapper @ ... = doctest . DocTestFinder () # Get list of DocTest instances tests = finder . find ( f ) 新規クラス DocTestRun ... ように出来ます: def o ( n ): """>>> o(1) <__main__.C instance at 0x...> >>> """ もう一つの特殊文字列 <BLANKLINE> ... た。 You can no longer compare the date and datetime instances provided by the datetime module. Two instances of ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT