Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 128 for FORMAT (0.105 sec.)
抽象オブジェクトレイヤ (abstract objects layer) — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... のタイプ リクエストに依存しないフィールド readonly, format shape, strides, suboffsets 隣接性のリクエスト 複合 ...
https://man.plustar.jp/python/c-api/abstract.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... AR_HEAD const char * tp_name ; /* For printing, in format "<module>.<name>" */ Py_ssize_t tp_basicsize , tp_ ... ( newdatatypeobject * obj ) { return PyUnicode_FromFormat ( "Repr-ified_newdatatype{{size:%d}}" , obj -> obj ... ( newdatatypeobject * obj ) { return PyUnicode_FromFormat ( "Stringified_newdatatype{{size:%d}}" , obj -> ob ... { return PyLong_FromLong ( obj -> data ); } PyErr_Format ( PyExc_AttributeError , "'%.50s' object has no at ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... " , & name )) return NULL ; result = PyUnicode_FromFormat ( "Hello, %S!" , name ); return result ; } /* just ... rt_ImportModule ( trace ); if ( ! object ) { PyErr_Format ( PyExc_ImportError , "PyCapsule_Import could not ... return_value = cobject -> cobject ; } else { PyErr_Format ( PyExc_AttributeError , "PyCapsule_Import \" %s \ ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... use these with the new API, since the parsing and formatting they provide is done automatically by the head ... 2 要素のタプル ('', '') を返します。 email.utils. formataddr ( pair , charset='utf-8' ) ¶ parseaddr() の逆で ... さい。 email.utils. parsedate_to_datetime ( date ) ¶ format_datetime() の逆です。 parsedate() と同様に機能しま ... て現地時間 (localtime) が仮定されます。 email.utils. formatdate ( timeval=None , localtime=False , usegmt=Fals ...
https://man.plustar.jp/python/library/email.util.html - [similar]
16.15. errno --- 標準の errno システムシンボル — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... errno. ENOEXEC ¶ 実行形式にエラーがあります (Exec format error) errno. EBADF ¶ ファイル番号が間違っています ... フォントファイル形式が間違っています (Bad font file format) errno. ENOSTR ¶ ストリーム型でないデバイスです (D ...
https://man.plustar.jp/python/library/errno.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . It should be a string in the OpenSSL cipher list format . do_handshake_on_connect 引数は、 socket.connect( ... ( cert , hostname ) ¶ Verify that cert (in decoded format as returned by SSLSocket.getpeercert() ) matches t ... irectory containing several CA certificates in PEM format, following an OpenSSL specific layout . cadata オブ ... . It should be a string in the OpenSSL cipher list format . If no cipher can be selected (because compile-ti ...
https://man.plustar.jp/python/library/ssl.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 5628
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rted ( self . __dict__ ) items = ( " {} = {!r} " . format ( k , self . __dict__ [ k ]) for k in keys ) retur ... n " {} ( {} )" . format ( type ( self ) . __name__ , ", " . join ( items ) ...
https://man.plustar.jp/python/library/types.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5567
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 示します: def greet ( name ): print "Hello, {0} !" . format ( name ) print "What's your name?" name = raw_inpu ... ります: def greet ( name ): print ( "Hello, {0} !" . format ( name )) print ( "What's your name?" ) name = inp ... his option. The -v option enables output of more information on the translation process. Since some print st ...
https://man.plustar.jp/python/library/2to3.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 5567
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... until Ctrl+C is pressed print ( 'Serving on {} ' . format ( server . sockets [ 0 ] . getsockname ())) try : ... P/1.0 \r\n ' 'Host: {hostname} \r\n ' ' \r\n ' ) . format ( path = url . path or '/' , hostname = url . host ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 5567
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rs. See Objects/lnotab_notes.txt for the co_lnotab format and how to decode it. バージョン 3.6 で変更: Line ... バイト引数を構成し、 ext はその最上位バイトです。 FORMAT_VALUE ( flags ) ¶ Used for implementing formatted ... eted as follows: (flags & 0x03) == 0x00 : value is formatted as-is. (flags & 0x03) == 0x01 : call str() on v ... alue before formatting it. (flags & 0x03) == 0x02 : call repr() on va ...
https://man.plustar.jp/python/library/dis.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT