Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 18 of about 18 for environ (0.025 sec.)
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 7858
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oo == {} >>> import os >>> with patch . dict ( 'os.environ' , { 'newkey' : 'newvalue' }): ... print ( os . en ... y' ]) ... newvalue >>> assert 'newkey' not in os . environ patch.dict() を呼び出すときにキーワード引数を使って ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7772
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます: python3 - m venv / path / to / new / virtual / environment このコマンドを実行すると、ターゲットディレクト ... n Packaging User Guide: Creating and using virtual environments Windows では、 venv コマンドは次のように実行し ... -pip] ENV_DIR [ENV_DIR ...] Creates virtual Python environments in one or more target directories. positional ... arguments: ENV_DIR A directory to create the environment in. optional arguments: -h, --help show this h ...
https://man.plustar.jp/python/library/venv.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... v } combined = ChainMap ( command_line_args , os . environ , defaults ) print ( combined [ 'color' ]) print ( ...
https://man.plustar.jp/python/library/collections.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 7686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ことを確認します。 path が指定されなかった場合、 os.environ() が利用され、 "PATH" の値を返すか os.defpath にフ ... 考: The Single UNIX Specification, Version 2, Other Environment Variables . バージョン 3.3 で追加. 関連キーワー ...
https://man.plustar.jp/python/library/shutil.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 7686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e running simultaneously, especially in a buildbot environment. This method raises an exception if the sock.f ... ourceDenied 例外が発生します。 class test.support. EnvironmentVarGuard ¶ 一時的に環境変数をセット・アンセット ... ンテキストマネージャーとして利用されます。また、 os.environ に対する参照・更新を行う完全な辞書のインタフェース ... ン 3.1 で変更: 辞書のインタフェースを追加しました。 EnvironmentVarGuard. set ( envvar , value ) ¶ 一時的に、 e ...
https://man.plustar.jp/python/library/test.html - [similar]
1. コマンドラインと環境 — Python 3.6.5 ドキュメント 7686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... 定するのと等価です。 この変数は Python コードから os.environ を使って変更して、プログラム終了時のインスペクトモ ... down. This variable is ignored if the PYTHONMALLOC environment variable is used to force the malloc() allocat ...
https://man.plustar.jp/python/using/cmdline.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7686
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... rror とはせずに無視されることにご注意ください。 os.environ や sys.argv のようないくつかのシステム API にも問題 ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7601
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... す。 (Contributed by Georg Brandl; bpo-1663329 .) os.environ オブジェクトの clear() メソッドが、オブジェクトのキ ... 利な多くのコンテキストマネージャが追加されています。 EnvironmentVarGuard() は環境変数を一時的に変更して自動的に ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 2 NEXT