Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 177 for string (0.017 sec.)
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 6499
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ime() . This makes it possible to specify a format string for a date object in formatted string literals and ... 加されました。 classmethod datetime. strptime ( date_string , format ) ¶ date_string に対応した datetime を返し ... 解析されます。これは、 datetime(*(time.strptime(date_string, format)[0:6])) と等価です。 date_stringとformatが ... ime() . This makes it possible to specify a format string for a datetime object in formatted string literals ...
https://man.plustar.jp/python/library/datetime.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 6499
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... この値は input_charset と同じです。 header_encode ( string ) ¶ 文字列 string をヘッダ用にエンコードします。 エ ... _encoding 属性に基づきます。 header_encode_lines ( string , maxlengths ) ¶ string を最初にバイト列に変換し、 ... が返す要素は次の行の最大長を表します。 body_encode ( string ) ¶ 文字列 string をメッセージ本体用にエンコードし ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... be ASCII values. The values of the dictionary are strings that are supposed to contain only ASCII character ... eader or the From_ header. The payload is either a string or bytes, in the case of simple message objects, o ... で変更: キーワード引数 policy が追加されました。 as_string ( unixfrom=False , maxheaderlen=0 , policy=None ) ... ¶ Return the entire message flattened as a string. When optional unixfrom is true, the envelope head ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o-8859-1' ) >>> msg [ 'Subject' ] = h >>> msg . as_string () 'Subject: =?iso-8859-1?q?p=F6stal?=\n\n' Subjec ... errors argument to the decode call if s is a byte string. encode ( splitchars='; , \t' , maxlinelen=None , ... ( ) ¶ Returns an approximation of the Header as a string, using an unlimited line length. All pieces are co ... ッダのそれぞれのデコードされた部分ごとに、 (decoded_string, charset) という形式の 2要素タプルからなるリストを ...
https://man.plustar.jp/python/library/email.header.html - [similar]
21.28. ipaddress --- IPv4/IPv6 操作ライブラリ — Python 3.6.5 ドキュメント 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。 以下のものが正しい IPv4 アドレスを構築します: A string in decimal-dot notation, consisting of four decima ... ween the decimal and octal interpretations of such strings). 32bit に収まる整数。 大きさ4の bytes オブジェク ... ワーク定義を構築します。 address は以下の1つです: A string consisting of an IP address and an optional mask, ... a single number, which means it's a prefix , or a string representation of an IPv4 address. If it's the lat ...
https://man.plustar.jp/python/library/ipaddress.html - [similar]
14.4. xdrlib --- XDR データのエンコードおよびデコード — Python 3.6.5 ドキュメン... 6432
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... data) のパック処理をサポートします: Packer. pack_fstring ( n , s ) ¶ 固定長の文字列、 s をパックします。 n ... されます。 Packer. pack_fopaque ( n , data ) ¶ pack_fstring() と同じく、固定長の不透明データストリームをパック ... します。 Packer. pack_string ( s ) ¶ 可変長の文字列 s をパックします。文字列の長 ... さが最初に符号なし整数でパックされ、続いて pack_fstring() を使って文字列データがパックされます。 Packer. p ...
https://man.plustar.jp/python/library/xdrlib.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 6354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... to display text, erase it, allow the user to input strings, and so forth. The stdscr object returned by the ... 節で説明します。 The addstr() method takes a Python string or bytestring as the value to be displayed. The co ... ntents of bytestrings are sent to the terminal as-is. Strings are encod ... () methods take a character, which can be either a string of length 1, a bytestring of length 1, or an integ ...
https://man.plustar.jp/python/howto/curses.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 6354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジョン 3.2 で変更: The level parameter now accepts a string representation of the level such as 'INFO' as an a ... ジョン 3.2 で変更: The level parameter now accepts a string representation of the level such as 'INFO' as an a ... r class. The instance is initialized with a format string for the message as a whole, as well as a format st ... ージされるかを決めます: %-format 、 str.format() 、 string.Template のうちのどれかが使用されます。ログメッセー ...
https://man.plustar.jp/python/library/logging.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 6354
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ょう。 Python ソースコード内では Unicode 文字列は u"string" のように書きます。任意の Unicode 文字は新しく追加 ... で表現される U+01FF までの文字に使えます。 Unicode strings, just like regular strings, are an immutable sequ ... xed and sliced, but not modified in place. Unicode strings have an encode( [encoding] ) method that returns ... an 8-bit string in the desired encoding. Encodings are named by st ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
bytearray オブジェクト — Python 3.6.5 ドキュメント 6276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クトを作成し、返します。 PyObject * PyByteArray_FromStringAndSize ( const char *string , Py_ssize_t len ) ¶ s ... bytearray のサイズを返します。 char* PyByteArray_AsString ( PyObject *bytearray ) ¶ NULL ポインタチェックの後 ... してスピードを優先しています。 char* PyByteArray_AS_STRING ( PyObject *bytearray ) ¶ PyByteArray_AsString() の ...
https://man.plustar.jp/python/c-api/bytearray.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT