Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 128 for FORMAT (0.112 sec.)
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pec() API. inspect. getargvalues ( frame ) ¶ Get information about arguments passed into a particular frame. ... ently marked as deprecated in Python 3.5. inspect. formatargspec ( args [ , varargs , varkw , defaults , kwo ... nlyargs , kwonlydefaults , annotations [ , formatarg , formatvarargs , formatvarkw , formatvalue , f ... ormatreturns , formatannotations ] ] ) ¶ Format a pretty argument spec f ...
https://man.plustar.jp/python/library/inspect.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... hould be the name of a package, in standard module format ( foo.bar ). The resource argument should be in th ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ontents of the e-mail (which should be in RFC 5321 format). decode_data コンストラクタ引数が True の場合、 d ... す。 kwargs is a dictionary containing additional information. It is empty if decode_data=True was given as a ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 9' # decimal string with 15 significant digits >>> format ( float ( s ), '.15g' ) # convert to float and bac ... 11234567' # 16 significant digits is too many! >>> format ( float ( s ), '.16g' ) # conversion changes value ... or implementation cannot reasonably compute this information, getallocatedblocks() is allowed to return 0 in ... 29 and _enablelegacywindowsfsencoding() for more information. sys. getfilesystemencodeerrors ( ) ¶ Return th ...
https://man.plustar.jp/python/library/sys.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 1.3e-5')*-Decimal ('.1234')/Decimal ('81.7'))" The format of the exponent is inherited from the platform C l ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
26.4. unittest --- ユニットテストフレームワーク — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... "not supported in this library version" ) def test_format ( self ): # Tests that work for only a certain ver ... 冗長モードで実行すると以下のように出力されます: test_format ( __main__ . MyTestCase ) ... skipped 'not support ... urn unittest . skip ( " {!r} doesn't have {!r} " . format ( obj , attr )) 以下のデコレータはテストのスキップ ... back) です。 デフォルトの実装では、タプル、 (test, formatted_err) をインスタンスの errors 属性に追加します。 ...
https://man.plustar.jp/python/library/unittest.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 5396
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ('@' プレフィクスが付いていても良いです)。 (訳注: format 参照。) いくつかの制限はありますが、 cast() メソッ ... の変更内容参照) ものです。 新しいユーティリティ関数: format_datetime() : datetime を与えると email ヘッダで使わ ... ール、関数、メソッド ¶ object 型そのものの object.__format__() に空でない文字列が渡すことは非推奨となりました ... : PyUnicode_CopyCharacters() または PyUnicode_FromFormat() を使用してください Py_UNICODE_strcpy , Py_UNICOD ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
型オブジェクト — Python 3.6.5 ドキュメント 5335
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... AR_HEAD const char * tp_name ; /* For printing, in format "<module>.<name>" */ Py_ssize_t tp_basicsize , tp_ ... ンシューマがいなくなるまで有効でなくてはなりません。 format 、 shape 、 strides 、 suboffsets 、 internal はコ ...
https://man.plustar.jp/python/c-api/typeobj.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5335
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... distutils.archive_util. make_archive ( base_name , format [ , root_dir=None , base_dir=None , verbose=0 , dr ... ファイル名からフォーマットの拡張子を除いたものです。 format はアーカイブのフォーマットで zip , tar , gztar , b ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
拡張と埋め込み FAQ — Python 3.6.5 ドキュメント 5335
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... ject , const char * method_name , const char * arg_format , ...); これはメソッドを持ついかなるオブジェクトに ...
https://man.plustar.jp/python/faq/extending.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT