Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 57 for directory (0.052 sec.)
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 16256
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ] #!/usr/bin/env python3 """Send the contents of a directory as a MIME message.""" import os import smtplib # F ... arser ( description = """ \ Send the contents of a directory as a MIME message. Unless the -o option is given, ... TP server. """ ) parser . add_argument ( '-d' , '--directory' , help = """Mail the contents of the specified di ... rectory, otherwise use the current directory. Only the regular files in the directory are sent, ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 10088
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... イルと対応付けます。 If the request was mapped to a directory, the directory is checked for a file named index.h ... und, the file's contents are returned; otherwise a directory listing is generated by calling the list_directory ... method. This method uses os.listdir() to scan the directory, and returns a 404 error response if the listdir() ... ic webserver serving files relative to the current directory: import http.server import socketserver PORT = 800 ...
https://man.plustar.jp/python/library/http.server.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 9281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... arget directories. positional arguments: ENV_DIR A directory to create the environment in. optional arguments: ... rm. --clear Delete the contents of the environment directory if it already exists, before environment creation. ... --upgrade Upgrade the environment directory to use this version of Python, assuming Python has ... it, e.g. by sourcing an activate script in its bin directory. バージョン 3.4 で変更: デフォルトで pip をインスト ...
https://man.plustar.jp/python/library/venv.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 9178
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... th .py , a RuntimeError will be raised. If it is a directory, and the directory is not a package directory, the ... the files *.pyc are added at the top level. If the directory is a package directory, then all *.pyc are added u ... c # Top level name test / __init__ . pyc # Package directory test / testall . pyc # Module test.testall test / ... bogus / __init__ . pyc # Subpackage directory test / bogus / myfile . pyc # Submodule test.bogus ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
索引 — Python 3.6.5 ドキュメント 8708
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » 索引 – 記号 ! (pdb command) != 演 ... etup=S timeit コマンドラインオプション -s, --start-directory directory unittest-discover コマンドラインオプショ ... me timeit コマンドラインオプション -t, --top-level-directory directory unittest-discover コマンドラインオプショ ...
https://man.plustar.jp/python/genindex-%E8%A8%98%E5%8F%B7.html - [similar]
3. setup 設定ファイル (setup configuration file) を書く — Python 3.6.5 ドキュメ... 8605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... Options for 'build_ext' command: --build-lib (-b) directory for compiled extension modules --build-temp (-t) d ... ld-lib and put compiled extensions into the source directory alongside your pure Python modules --include-dirs ... ext.so on Unix, say) to be put in the same source directory as your pure Python modules pkg.mod1 and pkg.mod2 ...
https://man.plustar.jp/python/distutils/configfile.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 8488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... >>> ftp . cwd ( 'debian' ) # change into "debian" directory >>> ftp . retrlines ( 'LIST' ) # list directory co ... drwxr-xr-x 3 1176 1176 4096 Oct 10 2012 tools '226 Directory send OK.' >>> ftp . retrbinary ( 'RETR README' , o ... lines ( cmd , callback=None ) ¶ Retrieve a file or directory listing in ASCII transfer mode. cmd should be an a ... 同じです。 FTP. mlsd ( path="" , facts=[] ) ¶ List a directory in a standardized format by using MLSD command ( R ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 8488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 34.1.7. ディレクトリオブジェクト ¶ class msilib. Directory ( database , cab , basedir , physical , logical , ... ault [ , componentflags ] ) ¶ 新しいディレクトリを Directory テーブルに作成します。ディレクトリには各時点で現在 ... ove_pyc ( ) ¶ Remove .pyc files on uninstall. 参考 Directory Table File Table Component Table FeatureComponents ... , title , desc , display , level=1 , parent=None , directory=None , attributes=0 ) ¶ id , parent.id , title , d ...
https://man.plustar.jp/python/library/msilib.html - [similar]
26.8. test --- Python 用回帰テストパッケージ — Python 3.6.5 ドキュメント 8370
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ストマネージャです。 If path is None , the temporary directory is created using tempfile.mkdtemp() . If quiet is ... トリを作成し、カレントディレクトリ (current working directory, CWD) を変更するコンテキストマネージャです。 The c ... ontext manager creates a temporary directory in the current directory with name name before tem ... porarily changing the current working directory. If name is None , the temporary directory is crea ...
https://man.plustar.jp/python/library/test.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 8150
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... chive are as follows: Create your application in a directory as normal, so you have a myapp directory containin ... of your application's dependencies into the myapp directory, using pip: $ python -m pip install -r requirement ... .dist-info directories created by pip in the myapp directory. These hold metadata for pip to manage the package ... le and add code to your __main__.py to include the directory containing the unzipped module in sys.path . In th ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
PREV 1 2 3 4 5 6 NEXT