Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 128 for format (0.056 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5860
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... Wouters.) The struct module now compiles structure format strings into an internal representation and caches ... in the datetime module now has a strptime(string, format) method for parsing date strings, contributed by J ... osh Spoerri. It uses the same format characters as time.strptime() and time.strftime() ... ributed by Raymond Hettinger.) locale モジュールの format() 関数が更新され、2 つの関数 format_string() と cu ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 5799
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... 列表現を計算するために、 str(object) と組み込み関数 format() , print() によって呼ばれます。戻り値は string オ ... これは bytes オブジェクトを返すべきです。 object. __format__ ( self , format_spec ) ¶ format() 組み込み関数、 ... さらには フォーマット済み文字列リテラル の評価、 str.format() メソッドによって呼び出され、オブジェクトの "フォ ... ーマット化された (formatted)" 文字列表現を作ります。 format_spec 引数は、 必 ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
Download — Python 3.6.5 ドキュメント 5738
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Download Python 3.6.5 Documentati ... ments for this version of Python in one of various formats, follow one of links in this table. The numbers i ... e are the size of the download files in megabytes. Format Packed as .zip Packed as .tar.bz2 PDF (US-Letter p ...
https://man.plustar.jp/python/download.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 5738
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... t PyArg_ParseTuple ( PyObject * arg , const char * format , ...); 引数 arg は C 関数から Python に渡される引 ... ストが入ったタプルオブジェクトでなければなりません。 format 引数は書式文字列で、 Python/C API リファレンスマニ ... PyObject * arg , PyObject * kwdict , const char * format , char * kwlist [], ...); arg と format パラメタは ... からなる、 NULL 終端されたリストです; 各パラメタ名は format 中の型情報に対して左から右の順に照合されます。成功 ...
https://man.plustar.jp/python/extending/extending.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 5738
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... dditional methods for accessing both specialized information from the headers, for accessing the payload, fo ... ython 3.2 version of the email package. For more information see the policy documentation. バージョン 3.3 で ... instance. This can be used to control some of the formatting produced by the method, since the specified po ... defaults need to be filled in to complete the transformation to a string (for example, MIME boundaries may b ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
24.3. shlex --- 単純な字句解析 — Python 3.6.5 ドキュメント 5738
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... = 'somefile; rm -rf ~' >>> command = 'ls -l {} ' . format ( filename ) >>> print ( command ) # executed by a ... ティホールをふさぎます: >>> command = 'ls -l {} ' . format ( quote ( filename )) >>> print ( command ) ls -l ... e; rm -rf ~' >>> remote_command = 'ssh home {} ' . format ( quote ( command )) >>> print ( remote_command ) ... See Improved Compatibility with Shells for more information. バージョン 3.6 で変更: The punctuation_chars p ...
https://man.plustar.jp/python/library/shlex.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 5738
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... for instr in bytecode : ... print ( ' {} ( {} )' . format ( instr . opname , instr . opcode )) LOAD_FAST (12 ... りに使われます。この拡張のエラー説明は error_message_format 属性を使ってフォーマットされて、エラーレスポンスの ... nt ¶ pprint モジュールの、 PrettyPrinter クラス、 pformat() 関数、 pprint() 関数に、新規オプション compact が ... ンの python-config が追加されました。 PyUnicode_FromFormat() が %s , %A , %U , %V , %S , %R についての幅と精度 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
28. ソフトウェア・パッケージと配布 — Python 3.6.5 ドキュメント 5677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Caveats 28.4.7. The Python Zip Application Archive Format 関連キーワード: ソフトウェア , 配布 , パッケージ , ...
https://man.plustar.jp/python/library/distribution.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 5677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ues, there are methods for accessing specialized information from the headers (for example the MIME content ... s the Python standard \n line endings). For more information see the policy documentation. as_string ( unixf ... instance. This can be used to control some of the formatting produced by the method, since the specified po ... defaults need to be filled in to complete the transformation to a string (for example, MIME boundaries may b ...
https://man.plustar.jp/python/library/email.message.html - [similar]
8.13. enum --- 列挙型のサポート — Python 3.6.5 ドキュメント 5677
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... str__ ( self ): ... return 'my custom str! {0} ' . format ( self . value ) ... ... @classmethod ... def favo ... して扱います。 フォーマット済み文字列リテラル 、 str.format() 、 format() では、複合されたデータ型の __format_ ...
https://man.plustar.jp/python/library/enum.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT