Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 171 for new (0.045 sec.)
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 5134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... tics of the pymalloc memory allocator every time a new pymalloc object arena is created, and on shutdown. ... 'mbcs' and 'replace', respectively. Otherwise, the new defaults 'utf-8' and 'surrogatepass' are used. Thi ... O ¶ If set to a non-empty string, does not use the new console reader and writer. This means that Unicode ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... するようになりました。 例外クラス ¶ PyObject * PyErr_NewException ( const char *name , PyObject *base , PyO ... bject *dict ) ¶ Return value: New reference. このユーティリティ関数は新しい例外クラス ... ドの辞書を指定するために使えます。 PyObject * PyErr_NewExceptionWithDoc ( const char *name , const char *d ... PyObject *base , PyObject *dict ) ¶ Return value: New reference. PyErr_NewException() とほぼ同じですが、 ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... して参照の所有権を渡すと、呼び出し側は 新たな 参照 (new reference) を得る、と言います。所有権が渡されない場 ... い書き方を後で示します): PyObject * t ; t = PyTuple_New ( 3 ); PyTuple_SetItem ( t , 0 , PyLong_FromLong ( ... せん。 同じく、リストに値を入れていくコードは PyList_New() と PyList_SetItem() で書けます。 しかし実際には、 ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... s.name と sys.platform です。 distutils.ccompiler. new_compiler ( plat=None , compiler=None , verbose=0 , ... ス化したくない場合には、かわりに distutils.CCompiler.new_compiler() ファクトリ関数を利用してください。 以下 ... 解析を元にした関数を提供します。 distutils.dep_util. newer ( source , target ) ¶ source が存在して、 target ... tutilsFileError を起こします。 distutils.dep_util. newer_pairwise ( sources , targets ) ¶ ふたつのファイル ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 5078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... . write ( 'Warning, log file not found starting a new one \n ' ) Warning, log file not found starting a ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
ファイルオブジェクト — Python 3.6.5 ドキュメント 5033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... char *encoding , const char *errors , const char *newline , int closefd ) ¶ 既に開かれているファイル fd ... クトを作成します。引数 name 、 encoding 、 errors 、 newline には NULL を指定してデフォルトの値を使うことが ... le_GetLine ( PyObject *p , int n ) ¶ Return value: New reference. p.readline([n]) と同じで、この関数はオブ ...
https://man.plustar.jp/python/c-api/file.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 5033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... , in order to redraw or clear them separately. The newwin() function creates a new window of a given size ... , returning the new window object. begin_x = 20 ; begin_y = 7 height = ... 5 ; width = 40 win = curses . newwin ( height , width , begin_y , begin_x ) Note tha ... ction of the pad will be displayed. pad = curses . newpad ( 100 , 100 ) # These loops fill the pad with l ...
https://man.plustar.jp/python/howto/curses.html - [similar]
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 5033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... part of the legacy ( Compat32 ) email API. In the new API the functionality is provided by the cte param ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 5033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... onnection object will be ready to reconnect when a new request is sent. HTTPConnection. set_debuglevel ( ... printed to stdout. The debuglevel is passed to any new HTTPResponse objects that are created. バージョン ...
https://man.plustar.jp/python/library/http.client.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 5033
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 実行することを勧めます。 IMAP4. copy ( message_set , new_mailbox ) ¶ message_set で指定したメッセージ群を n ... 応答の値になります。 IMAP4. rename ( oldmailbox , newmailbox ) ¶ oldmailbox という名前のメールボックスを ... newmailbox に名称変更します。 IMAP4. response ( code ) ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 NEXT