Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 273 for THE (0.188 sec.)
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 4123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Y = 3 ... ... def describe ( self ): ... # self is the member here ... return self . name , self . value ... d ... def favorite_mood ( cls ): ... # cls here is the enumeration ... return cls . HAPPY ... 上記の結果が ... ass OrderedEnum ( Enum ): ... def __ge__ ( self , other ): ... if self . __class__ is other . __class__ : ... ... return self . value >= other . value ... return NotImplemented ... def __gt__ ...
https://man.plustar.jp/python/library/enum.html - [similar]
6.5. unicodedata --- Unicode データベース — Python 3.6.5 ドキュメント 4123
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... code データベース ¶ This module provides access to the Unicode Character Database (UCD) which defines cha ... racter properties for all Unicode characters. The data contained in this database is compiled from t ...
https://man.plustar.jp/python/library/unicodedata.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 4104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ndim , shape , strides , offset ): """Verify that the parameters represent a valid array within the boun ... ds of the allocated memory: char *mem: start of the physical ... memory block memlen: length of the physical memory block offset: (char *)buf - mem "" ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 4104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数 ... onditionN ): continue # Skip this element # Output the value of # the expression. つまり、複数の for...in ... unctools def log ( message , subsystem ): """Write the contents of 'message' to the specified subsystem." ... . Version 0.21: Added more references suggested on the tutor mailing list. Version 0.30: Adds a section o ... n the functional module written by Collin Winter; adds s ...
https://man.plustar.jp/python/howto/functional.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 4104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... : ... return [ obj . real , obj . imag ] ... # Let the base class default method raise the TypeError ... ... Error : pass else : return list ( iterable ) # Let the base class default method raise the TypeError retu ... ルの値であるかのように受け付け、出力します: >>> # Neither of these calls raises an exception, but the resul ... ent", "year": 1971 }, { "title": "Monty Python and the Holy Grail", "year": 1975 } ] infile を指定しない場 ...
https://man.plustar.jp/python/library/json.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 4104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... e ( 10 ): print ( i ) i = 5 # this will not affect the for-loop # because i will be overwritten with the ... next # index in the range ループが終了してもターゲットリスト内の名前は ... が実行された場合、 finally 節も '抜け出る途中に (on the way out)' 実行されます。 finally 節での continue 文 ... テストします。例えば以下のようにします: def whats_on_the_telly ( penguin = None ): if penguin is None : pen ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 4104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... efan Krah in bpo-10181 .) 参考 PEP 3118 - Revising the Buffer Protocol PEP 393: 文字列の柔軟な表現 ¶ Unic ... to read document.txt" ) 参考 PEP 3151 - Reworking the OS and IO Exception Hierarchy PEP written and impl ... : ... return tally ... tally += next ... >>> def gather_tallies ( tallies ): ... while 1 : ... tally = yi ... append ( tally ) ... >>> tallies = [] >>> acc = gather_tallies ( tallies ) >>> next ( acc ) # Ensure the ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
グラフィックユーザインタフェース FAQ — Python 3.6.5 ドキュメント 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ンスでライセンスされています。また、商用ライセンスも The Qt Company から利用できます。 Gtk+ ¶ GObject intro ... 力で成熟したクロスプラットフォームウィンドウシステム the FLTK toolkit の Python バインディングが the PyFLTK ...
https://man.plustar.jp/python/faq/gui.html - [similar]
12.5. dbm --- Unix "データベース" へのインタフェース — Python 3.6.5 ドキュメン... 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... as db : # Record some values db [ b 'hello' ] = b 'there' db [ 'www.python.org' ] = 'Python Website' db [ ... 'www.cnn.com' ] = 'Cable News Network' # Note that the keys are considered bytes now. assert db [ b 'www. ... python.org' ] == b 'Python Website' # Notice how the value is now in bytes. assert db [ 'www.cnn.com' ] ... == b 'Cable News Network' # Often-used methods of the dict interface work too. print ( db . get ( 'pytho ...
https://man.plustar.jp/python/library/dbm.html - [similar]
11.9. linecache --- テキストラインにランダムアクセスする — Python 3.6.5 ドキュ... 4094
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er via getline() even if module_globals is None in the later call. This avoids doing I/O until a line is ... actually needed, without having to carry the module globals around indefinitely. バージョン 3.5 ...
https://man.plustar.jp/python/library/linecache.html - [similar]