Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 171 for new (0.067 sec.)
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... t * PyOS_FSPath ( PyObject *path ) ¶ Return value: New reference. Return the file system representation f ... encoding ( LC_CTYPE locale). Return a pointer to a newly allocated wide character string, use PyMem_RawFr ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... a StreamRecoder to return bytes encoded in UTF-8: new_f = codecs . StreamRecoder ( f , # en/decoder: use ... changes to the string 'data' with open ( fname + '.new' , 'w' , encoding = "ascii" , errors = "surrogatee ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
17.9. _thread --- 低水準の スレッド API — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... れはロックオブジェクトのタイプです。 _thread. start_new_thread ( function , args [ , kwargs ] ) ¶ 新しいス ...
https://man.plustar.jp/python/library/_thread.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ne ( date , time , tzinfo=self.tzinfo ) ¶ Return a new datetime object whose date components are equal to ... etime instance will be set to an instance of timezone with the zone name and offset obtained from the OS. ... return self # Convert self to UTC, and attach the new time zone object. utc = ( self - self . utcoffset ... C", "-500", "-5:00", "EDT", "US/Eastern", "America/New York" は全て有効な応答となります。文字列名が未知の ...
https://man.plustar.jp/python/library/datetime.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... et を作り出します。 BUILD_MAP ( count ) ¶ Pushes a new dictionary object onto the stack. Pops 2 * count i ... ジョン 3.6 で追加. MAKE_FUNCTION ( argc ) ¶ Pushes a new function object on the stack. From bottom to top, ...
https://man.plustar.jp/python/library/dis.html - [similar]
19.1.12. email.charset: 文字集合の表現 — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... part of the legacy ( Compat32 ) email API. In the new API only the aliases table is used. The remaining ...
https://man.plustar.jp/python/library/email.charset.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he original text message as the first part and the new html # message as the second part. asparagus_cid = ... e sent the message from the last example, here is one way we could process it: import os import sys impor ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an parse un-encoded header values. BaseHeader 's __new__ then creates the header instance, and calls its ... e, that the following code is valid and does what one would expect: msg [ 'Date' ] = datetime ( 2011 , 7 ... ress header. Group objects whose display_name is None will be interpreted as single addresses, which allo ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... factory from the policy . Call _factory whenever a new message object is needed. If policy is specified u ... of the three common line endings: carriage return, newline, or carriage return and newline (they can even ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 4932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e メニュー (Shell ウィンドウ、Editor ウィンドウ) ¶ New File [新規ファイル] 新しいファイル編集ウィンドウを ... 使うかタブを使うかを切り替えるダイアログを開きます。 New Indent Width [新しいインデント幅] インデント幅を変 ...
https://man.plustar.jp/python/library/idle.html - [similar]
PREV 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT