Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 130 for No (0.118 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 5653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 下 2 つの例を考えてみてください: # First version -- no parens level = 1 if logging else 0 # Second versio ... om/pypackage/dist/pkg- %s .tar.gz' % VERSION ), ) Another new enhancement to the Python package index at ... のです。ふつうの next() メソッドを呼ぶと、 yield は None を返します。 以下は前のと同じ例ですが、内部カウン ... i ) # If value provided, change counter if val is not None : i = val else : i += 1 そしてカウンタ変更の ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
6. Python Package Index (PyPI) — Python 3.6.5 ドキュメント 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... なプロンプトを出します: running register We need to know who you are , so please choose either : 1. use yo ... 場合はこの方法を利用できます。 You can use the --sign option to tell upload to sign each uploaded file us ... rd). The gpg program must be available for execution on the system PATH . You can also specify which key ... なときに入力を求められます。 If you want to define another server a new section can be created and listed ...
https://man.plustar.jp/python/distutils/packageindex.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ducer indicates exhaustion ( i.e. that it contains no more data) by having its more() method return the ... ucer queue is empty the handle_write() method does nothing. You use the channel object's set_terminator( ... します。 async_chat. close_when_done ( ) ¶ Pushes a None on to the producer queue. When this producer is ... ずオーバライドする必要があり、デフォルトの実装では、 NotImplementedError 例外を送出します。 async_chat. di ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ace and other whitespace characters after the last non-whitespace character of a line by applying str.rs ... GUI process, it displays a Tk error box with a 'cannot connect' message that directs the user here. It t ... rectory as a file that is about to be run, IDLE cannot import the stdlib file. The current fix is to ren ... program may stop the connection. If the program cannot be taught to allow the connection, then it must b ...
https://man.plustar.jp/python/library/idle.html - [similar]
36.1. optparse --- コマンドラインオプション解析器 — Python 3.6.5 ドキュメント 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イル名になります。オプションを指定しなかった場合には None になります オプションの解析後に残った位置引数から ... ?デフォルトは全く与えていないため、これらの値は全て None になります。たいていはこれで十分ですが、もっとき ... "verbose" , default = True , help = "make lots of noise [default]" ) parser . add_option ( "-q" , "--qu ... fault = "intermediate" , help = "interaction mode: novice, intermediate, " "or expert [default: %d efaul ...
https://man.plustar.jp/python/library/optparse.html - [similar]
31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 性があります。 class pkgutil. ImpImporter ( dirname=None ) ¶ Python の「旧式の」インポートアルゴリズムをラ ... reated that searches that directory. If dirname is None , a PEP 302 finder is created that searches the ... current sys.path , plus any modules that are frozen or built-in. ImpImporter は現在のところ sys.meta_pa ... モジュールが見つからなかったり import できない場合は None を返します。その名前のモジュールがまだ import さ ...
https://man.plustar.jp/python/library/pkgutil.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... PATH_INFO にパスセグメントが何も残っていなければ、 None が返されます。 典型的なこのルーチンの使い方はリク ... エラーを発生しません。単に、存在しないヘッダの取得は None を返し、存在しないヘッダの削除は何もしません。 H ... を使うことができます。それぞれのパラメータは文字列か None でなければいけません。パラメータ中のアンダースコ ... ータに name="value" の形で追加されます。この値がもし None の場合、パラメータ名だけが追加されます。(これは ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
20.6. xml.dom --- 文書オブジェクトモデル (DOM) API — Python 3.6.5 ドキュメント 5544
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... とが出来ます。 xml.dom. getDOMImplementation ( name=None , features=() ) ¶ 適切な DOM 実装を返します。 na ... me は、よく知られた DOM 実装のモジュール名か、 None になります。 None でない場合、対応するモジュール ... 名前空間 URI です。 加えて、 xml.dom には基底となる Node クラスと DOM 例外クラスが収められています。このモ ... ジュールで提供されている Node クラスは DOM 仕様で定義されているメソッドや属性は ...
https://man.plustar.jp/python/library/xml.dom.html - [similar]
メモリ管理 — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ed by the interpreter itself and that the user has no control over it, even if she regularly manipulates ... rs to memory blocks inside that heap. The allocation of heap space for Python objects and other internal ... Z ); /* for I/O */ if ( buf == NULL ) return PyErr_NoMemory (); ... Do some I / O operation involving bu ... 返します。 Requesting zero bytes returns a distinct non- NULL pointer if possible, as if PyObject_Malloc( ...
https://man.plustar.jp/python/c-api/memory.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 5434
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 3.3 で追加. バージョン 3.6.5 で変更: The function now also uses the current locale encoding for the sur ... 3.3 で追加. バージョン 3.6.5 で変更: The function now also uses the current locale encoding for the sur ... a PyBytesObject* which must be released when it is no longer used. バージョン 3.1 で追加. バージョン 3.6 ... PyUnicodeObject* which must be released when it is no longer used. バージョン 3.2 で追加. バージョン 3.6 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT