Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 128 for FORMAT (0.074 sec.)
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... module has cached 940 KiB of Python source code to format tracebacks, all of it since the previous snapshot. ... at . size / 1024 )) for line in stat . traceback . format (): print ( line ) Python テストスイートの出力例で ... ck attribute is an instance of Traceback instance. format ( limit=None ) ¶ Format the traceback as a list of ... lines from the source code. If limit is set, only format the limit most recent frames. Similar to the trace ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 6385
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... preter. 28.4.7. The Python Zip Application Archive Format ¶ Python has been able to execute zip files which ... es can be imported from the zip file. The zip file format allows arbitrary data to be prepended to a zip fil ... e. The zip application format uses this ability to prepend a standard POSIX "she ... nterpreter ). Formally, the Python zip application format is therefore: An optional shebang line, containing ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 6324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ては PEP 475 を参照してください)。 time. strftime ( format [ , t ] ) ¶ gmtime() や localtime() が返す時刻値タ ... プルまたは struct_time を、 format で指定した文字列形式に変換します。 t が与えられてい ... localtime() が返す値を現在の時刻として使用します。 format は文字列でなくてはなりません。 t のいずれかのフィー ... 正な値であれば、正しい値に強制的に置き換えられます。 format 文字列には以下のディレクティブ (指示語) を埋め込む ...
https://man.plustar.jp/python/library/time.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6324
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... タ表現形式のデータベースにアクセスします。 locale の format() 関数の grouping 属性を使えば、数値を適切な桁区切 ... ping of conventions >>> x = 1234567.8 >>> locale . format ( " %d " , x , grouping = True ) '1,234,567' >>> l ... ocale . format_string ( " %s%.*f " , ( conv [ 'currency_symbol' ] ... put ( 'Enter rename style ( %d -date %n-seqnum %f -format): ' ) Enter rename style (%d-date %n-seqnum %f-for ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 6263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 中身は初期化されていません。 PyObject * PyBytes_FromFormat ( const char *format , ... ) ¶ C 関数の printf() ス ... タイルの format 文字列と可変長の引数を取り、結果のPython バイトオブ ... ます。可変長の引数は C のデータ型でなければならず、 format 文字列中のフォーマット文字と厳密に関連付けられてい ... 、残りの引数は無視されます。 PyObject * PyBytes_FromFormatV ( const char *format , va_list vargs ) ¶ ちょうど ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 6263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ct_CallFunction ( PyObject *callable , const char *format , ... ) ¶ Return value: New reference. 呼び出し可能 ... lue() 形式のフォーマット文字列を使って記述します。 format は NULL にしてもよく、与える引数がないことを表しま ... ことを覚えておいてください。 バージョン 3.4 で変更: format の型が char * から変更されました。 PyObject * PyOb ... d ( PyObject *o , const char *method , const char *format , ... ) ¶ Return value: New reference. オブジェクト ...
https://man.plustar.jp/python/c-api/object.html - [similar]
22.9. ossaudiodev --- OSS互換オーディオデバイスへのアクセス — Python 3.6.5 ドキ... 6263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 形式は AFMT_S16_LE です。 oss_audio_device. setfmt ( format ) ¶ 現在のオーディオ形式を format に設定しようと試 ... みます --- format については getfmts() のリストを参照してください。実 ... 宜用メソッドです。 oss_audio_device. setparameters ( format , nchannels , samplerate [ , strict=False ] ) ¶ 主 ... サンプルレートを一つのメソッド呼び出しで設定します。 format 、 nchannels および samplerate には、それぞれ setf ...
https://man.plustar.jp/python/library/ossaudiodev.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6263
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... e , lock ): print ( 'coro {} : waiting for lock' . format ( name )) async with lock : print ( 'coro {} : hol ... ding the lock' . format ( name )) await asyncio . sleep ( 1 ) print ( 'cor ... o {} : releasing the lock' . format ( name )) loop = asyncio . get_event_loop () lock ... s the __getnewargs__() , __rmod__() , casefold() , format_map() , isprintable() , and maketrans() methods to ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 6202
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... て下さい。 7.1.2.2. 書式指定文字 ¶ フォーマット文字 (format character) は以下の意味を持っています; C と Python ... いことは Wikipedia の half-precision floating-point format のページを参照してください。 フォーマット文字の前に ... ジュールは次の型を定義します: class struct. Struct ( format ) ¶ フォーマット文字列 format に従ってバイナリデー ... の倍数でなければなりません)。 バージョン 3.4 で追加. format ¶ この Struct オブジェクトを作成する時に利用された ...
https://man.plustar.jp/python/library/struct.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6202
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... いた文字列リテラルはフォーマット済み文字列リテラル( formatted string literal )です。詳細については フォーマッ ... ジョン 3.6 で追加. フォーマット済み文字列リテラル( formatted string literal )または f-string は、接頭辞 'f' ... _field ::= "{" f_expression ["!" conversion ] [":" format_spec ] "}" f_expression ::= ( conditional_expressi ... | yield_expression conversion ::= "s" | "r" | "a" format_spec ::= ( literal_char | NULL | replacement_field ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT