Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 123 for path (0.114 sec.)
Argument Clinic How-To — Python 3.6.5 ドキュメント 5663
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... ame of the function, and should be the full dotted path to the function—it should start with the name of t ... mple just to illustrate that you must use the full path to both functions.) Sorry, there's no syntax for p ... ame and extension were assigned the output from os.path.splitext() run on the current file. (Example: the ... ly that will be replaced by bits of the filename: {path} The full path to the file, including directory an ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
14.2. configparser --- 設定ファイルのパーサー — Python 3.6.5 ドキュメント 5663
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 加のデフォルト値を初期化時に提供できます。 例えば: [Paths] home_dir: /Users my_dir: %(home_dir)s/lumberjack ... ended interpolation を使うと下記のようになります: [Paths] home_dir: /Users my_dir: ${home_dir}/lumberjack ... macports_dir: /opt/local [Frameworks] Python: 3.2 path: ${Common:system_dir}/Library/Frameworks/ [Arthur] ... tures: ${my_dir}/Pictures python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 14.2.6. マッ ...
https://man.plustar.jp/python/library/configparser.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5663
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... st は transfercmd() のものと同じです。 FTP. mlsd ( path="" , facts=[] ) ¶ List a directory in a standardiz ... ed format by using MLSD command ( RFC 3659 ). If path is omitted the current directory is assumed. facts ... ng a tuple of two elements for every file found in path. First element is the file name, the second one is ... 、他のエラーでは error_reply を返します。 FTP. cwd ( pathname ) ¶ サーバのカレントディレクトリを設定します。 ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Error ( PyObject *msg , PyObject *name , PyObject *path ) ¶ ImportError を簡単に送出するための関数です。 m ... 例外のメッセージ文字列としてセットされます。 name と path はどちらも NULL にしてよく、それぞれ ImportError の ... name 属性と path 属性としてセットされます。 バージョン 3.3 で追加. ... class ( PyObject *msg , PyObject *name , PyObject *path ) ¶ PyErr_SetImportError() とよく似ていますが、この ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
はじめに — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... r : /* Cleanup code, shared by success and failure path */ /* Use Py_XDECREF() to ignore NULL references * ... び sys を作成します。また、モジュール検索パス ( sys.path ) の初期化も行います。 Py_Initialize() の中では、 ... tialize() の後で PySys_SetArgvEx(argc, argv, updatepath) を呼び出して明示的に設定しなければなりません。 ほ ... りわけこの検索では、シェルコマンド検索パス (環境変数 PATH ) 上に見つかった python という名前の実行ファイルの ...
https://man.plustar.jp/python/c-api/intro.html - [similar]
2. setup スクリプトを書く — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... を使ってファイル群を指定するのなら、パス区切り文字 (path separator) をハードコーディングせず、以下のように可 ... るコードを書くよう注意すべきです: glob . glob ( os . path . join ( 'mydir' , 'subdir' , '*.html' )) os . lis ... tdir ( os . path . join ( 'mydir' , 'subdir' )) 2.1. パッケージを全 ... tils.sysconfig import get_python_inc incdir = os . path . join ( get_python_inc ( plat_specific = 1 ), 'Nu ...
https://man.plustar.jp/python/distutils/setupscript.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... erable program or batch file. Adding Python to DOS Path Python はデフォルトでは DOS パスに加えられていませ ... ndows がプログラムを探すディレクトリのリストである PATH という設定を変更しなければなりません。 コマンドウィ ... まるごとに Python がインストールされたディレクトリが PATH に加えられるように設定するといいでしょう。あなたが ... 拡張子なしで 'foo' とだけタイプして実行したいのなら、PATHEXT 環境変数に .py を加えてください。 Python の起動 ...
https://man.plustar.jp/python/faq/windows.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ならばメールボックスが存在しないときには作成します。 path ではなく dirname と命名される歴史的な理由のためです ... れています。 19.4.1.2. mbox ¶ class mailbox. mbox ( path , factory=None , create=True ) ¶ mbox 形式のメール ... ーションの歴史。 19.4.1.3. MH ¶ class mailbox. MH ( path , factory=None , create=True ) ¶ MH 形式のメールボ ... あります。 19.4.1.4. Babyl ¶ class mailbox. Babyl ( path , factory=None , create=True ) ¶ Babyl 形式のメール ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
2. Python インタプリタを使う — Python 3.6.5 ドキュメント 5626
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... コマンドをコマンドプロンプトで実行してください。 set path =% path % ; C : \ python36 ファイル終端文字 (Unixで ...
https://man.plustar.jp/python/tutorial/interpreter.html - [similar]
7. 使用例 — Python 3.6.5 ドキュメント 5589
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... することもできることに注意してください: >>> pkg_info_path = 'distribute-0.6.8-py2.7.egg-info' >>> Distributi ... onMetadata ( pkg_info_path ) . name 'distribute' 関連キーワード: setup , モジ ...
https://man.plustar.jp/python/distutils/examples.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT