Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 140 for Use (0.123 sec.)
What's New in Python 2.3 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... wline サポート ¶ The three major operating systems used today are Microsoft Windows, Apple's Macintosh OS ... ss-platform work is that these three platforms all use different characters to mark the ends of lines in ... text files. Unix uses the linefeed (ASCII character 10), MacOS uses the ... carriage return (ASCII character 13), and Windows uses a two-character sequence of a carriage return plu ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 原因がありました。 Not setting the numeric locale caused trouble for extensions that used third-party C li ... braries, however, because they wouldn't have the correct locale set. The mot ... ivating example was GTK+, whose user interface widgets weren't displaying numbers in t ... due to more efficient code paths and less frequent use of the underlying system realloc() . List comprehe ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ( Context ( prec = 16 )): # All code in this block uses a precision of 16 digits. # The original context ... print max ( L , key = len ) # Prints 'short', because lexicographically 'short' has the largest value pr ... とってある種有用な文字列になっていました: >>> quit 'Use Ctrl-D (i.e. EOF) to exit.' Python 2.5 でも quit と ... avik, Iceland, from May 21--28 2006. The sprint focused on speed enhancements to the CPython implementati ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ツールやライブラリが入手出来ます。 Python Packaging User Guide は Python Package Index からソフトウェアをダ ... dict = { 'version' : 1 , # Configuration schema in use; must be 1 for now 'formatters' : { 'standard' : { ... StringIO >>> sample_config = """ ... [mysqld] ... user = mysql ... pid-file = /var/run/mysqld/mysqld.pid ... ( sample_config )) >>> config . get ( 'mysqld' , 'user' ) 'mysql' >>> print config . get ( 'mysqld' , 's ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5481
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... グについてのドキュメンテーションは Python Packaging User Guide が保守している Python Packaging Authority に ... odule> LookupError : 'hex' is not a text encoding; use codecs.decode() to handle arbitrary codecs >>> "he ... ule> LookupError : 'rot13' is not a text encoding; use codecs.encode() to handle arbitrary codecs >>> ope ... odule> LookupError : 'hex' is not a text encoding; use codecs.open() to handle arbitrary codecs 関連する変 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... xc_KeyError )) goto error ; /* Clear the error and use zero: */ PyErr_Clear (); item = PyLong_FromLong ( ... nup code, shared by success and failure path */ /* Use Py_XDECREF() to ignore NULL references */ Py_XDECR ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
Python モジュールの配布 — Python 3.6.5 ドキュメント 5398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... f open source licensed packages made available for use by other Python users Python Packaging Authority は ... されていることを前提にしています。 Python Packaging User Guide にはさらに詳しい情報 currently recommended ... tools があります。 ガイドを読む ¶ Python Packaging User Guide は、プロジェクトの作成に関わる様々な鍵となる ... 依存する、数多くの選択肢があります。Python Packaging User Guide にはもっと詳しい情報と提案がありますので、ご ...
https://man.plustar.jp/python/distributing/index.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 5398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... sule_SetName ( PyObject * capsule , const char * unused ) { unused = unused ; PyErr_SetString ( PyExc_Not ... ImplementedError , "can't use PyCapsule_SetName with CObjects" ); return 1 ; } # ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 5398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... り多くのメモリが必要です。) The solution would be to use the low-level decoding interface to catch the case ... new_f = codecs . StreamRecoder ( f , # en/decoder: used by read() to encode its results and # by write() ... codecs . getdecoder ( 'utf-8' ), # reader/writer: used to read and write to the stream. codecs . getread ... -ASCII bytes as code points in the Unicode Private Use Area ranging from U+DC80 to U+DCFF. These private ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 5398
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ースコード: Lib/email/utils.py There are a couple of useful utilities provided in the email.utils module: e ... In this case, a positive or zero value for isdst causes localtime to presume initially that summer time ( ... r the specified time. A negative value for isdst causes the localtime to attempt to divine whether summer ... ID header. Optional idstring if given, is a string used to strengthen the uniqueness of the message id. O ...
https://man.plustar.jp/python/library/email.util.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT