Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 70 for long (0.065 sec.)
ソケットプログラミング HOWTO — Python 3.6.5 ドキュメント 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソケ ... 、 "h" は host を意味する。 "s" は short で "l" は long だ。これらのコールは、「ネットワーク並び = ホスト並 ... SCII 表現のほうが小さくなることが多い。というのも、long なのに値が 0 ばっかりでたまに 1 だとかいうことは驚 ...
https://man.plustar.jp/python/howto/sockets.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... ges; entries have the # form {code: (shortmessage, longmessage)}. responses = { 100 : ( 'Continue' , 'Requ ... , 'Request conflict.' ), 410 : ( 'Gone' , 'URI no longer exists and has been permanently removed.' ), 411 ... 'Entity is too large.' ), 414 : ( 'Request-URI Too Long' , 'URI is too long.' ), 415 : ( 'Unsupported Medi ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
16.5. getopt --- C 言語スタイルのコマンドラインオプションパーサ — Python 3.6.5 ... 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 提供しています: getopt. getopt ( args , shortopts , longopts=[] ) ¶ コマンドラインオプションとパラメータのリ ... れは GNUでない、Unix システムの挙動に近いものです。 longopts は長形式のオプションの名前を示す文字列のリスト ... きる長さまで入力されていれば認識されます。たとえば、 longopts が ['foo', 'frob'] の場合、 --fo は --foo にマ ... ' )、長形式の時はハイフン2つで始まる文字列 (例: '--long-option' ) となり、引数が2番目の要素になります。引数 ...
https://man.plustar.jp/python/library/getopt.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... /1.1 RFC 7231 , Section 6.5.11 414 REQUEST_URI_TOO_LONG HTTP/1.1 RFC 7231 , Section 6.5.12 415 UNSUPPORTED ...
https://man.plustar.jp/python/library/http.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6611
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 。 array ¶ array モジュールに型コード q と Q による long long 型サポートが追加されました。 (Contributed by ... り返しし直す (refold) かどうかを制御します。 none , long , all のいずれかを指定します。デフォルトは long...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Next ( self -> dict , & pos , & key , & value )) { long i = PyLong_AsLong ( value ); if ( i == -1 && PyErr ... _Occurred ()) { return -1 ; } PyObject * o = PyLong_FromLong ( i + 1 ); if ( o == NULL ) return -1 ; i ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... hon の文 o1 |= o2 と同じです。 PyObject * PyNumber_Long ( PyObject *o ) ¶ Return value: New reference. 成功 ...
https://man.plustar.jp/python/c-api/number.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... thLike interface, then __fspath__() is returned as long as it is a str or bytes object. Otherwise TypeErro ... バージョン 3.6 で変更: Errors from finalization no longer ignored. int Py_AtExit ( void ( *func )() ) ¶ Re ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... tion パッケージについての簡潔な概要説明 短い文字列 long_description パッケージについての詳細な説明 長い文字 ... ebsite . パッケージを PyPI に 登録 する際、PyPI は long_description フィールドの値を使って パッケージのホー ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
4. C および C++ 拡張のビルド — Python 3.6.5 ドキュメント 6541
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... l = 'https://docs.python.org/extending/building' , long_description = ''' This is really just a demo packa ...
https://man.plustar.jp/python/extending/building.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT