Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 59 for remove (0.078 sec.)
5. ビルド済み配布物を作成する — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ンストール時には、ファイルを削除する前に argv[1] を -remove に設定して実行します。 Windows インストーラでは、イ ...
https://man.plustar.jp/python/distutils/builtdist.html - [similar]
9.4. decimal --- 十進固定及び浮動小数点数の算術演算 — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 忘れ、しかし値を変えずにおくことは容易です: >>> def remove_exponent ( d ): ... return d . quantize ( Decimal ... d == d . to_integral () else d . normalize () >>> remove_exponent ( Decimal ( '5E+3' )) Decimal('5000') Q. ...
https://man.plustar.jp/python/library/decimal.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d must be non-blocking. It is up to the library to remove any bytes from fd before calling poll or select ag ... l set sigset . The function accepts the signal and removes it from the pending list of signals. If one of th ...
https://man.plustar.jp/python/library/signal.html - [similar]
25.2. tkinter.ttk --- Tk のテーマ付きウィジェット — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 従って動作します。 (訳注: selop には "set", "add", "remove", "toggle" のうち 1 つが指定できます。 items にはそ ... 指定します。) Deprecated since version 3.6, will be removed in version 3.8: selection() を使った選択状態の変更 ... てだけでなく、別々の引数としても渡せます。 selection_remove ( *items ) ¶ 選択状態の要素から items を取り除きま ...
https://man.plustar.jp/python/library/tkinter.ttk.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... xecutable as it stands. You can rename the file to remove the .pyz extension if you prefer a "plain" command ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
3. 形式ばらない Python の紹介 — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ters ['a', 'b', 'C', 'D', 'E', 'f', 'g'] >>> # now remove them >>> letters [ 2 : 5 ] = [] >>> letters ['a', ...
https://man.plustar.jp/python/tutorial/introduction.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 6696
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... tch the object if it is still alive 10 >>> del a # remove the one reference >>> gc . collect () # run garbag ... ay 0 >>> d [ 'primary' ] # entry was automatically removed Traceback (most recent call last): File "<stdin>" ... <module> d [ 'primary' ] # entry was automatically removed File "C:/python36/lib/weakref.py" , line 46 , in ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... どうしますか? (その他、ファイルに関する質問...) ¶ os.remove(filename) または os.unlink(filename) を使ってくださ ... 間のディレクトリの、存在しないものを作成します。 os.removedirs(path) は中間のディレクトリが空である限り、それ ...
https://man.plustar.jp/python/faq/library.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 6360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... mmand works like this: destination <name> clear It removes all the accumulated text up to this point in the ... (...) { ... } #endif /* HAVE_FUNCTIONNAME */ Then, remove those three lines from the PyMethodDef structure, ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 6360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... は print("Future:", fut, flush=True) を呼びます。 remove_done_callback ( fn ) ¶ "終了時に呼び出す" リストか ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
PREV 1 2 3 4 5 6 NEXT