Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for pathname (0.026 sec.)
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 12901
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... スコード: Lib/glob.py The glob module finds all the pathnames matching a specified pattern according to the rul ... 高水準のパスオブジェクトを提供します。 glob. glob ( pathname , * , recursive=False ) ¶ pathname (パスの指定を含 ... ッチする、空の可能性のあるパス名のリストを返します。 pathname は ( /usr/src/Python-1.5/Makefile のように) 絶対パ ... た再帰的な glob がサポートされました。 glob. iglob ( pathname , * , recursive=False ) ¶ 実際には一度にすべてを格 ...
https://man.plustar.jp/python/library/glob.html - [similar]
モジュールのインポート — Python 3.6.5 ドキュメント 11255
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... t_ExecCodeModuleEx() と PyImport_ExecCodeModuleWithPathnames() も参照してください。 PyObject * PyImport_ExecCo ... Ex ( const char *name , PyObject *co , const char *pathname ) ¶ Return value: New reference. PyImport_ExecCode ... Module() と似ていますが、 pathname が NULL でない場合にモジュールオブジェクトの __fil ... e__ 属性に pathname が設定される点が異なります。 PyImport_ExecCodeModu ...
https://man.plustar.jp/python/c-api/import.html - [similar]
36.2. imp --- import 内部へのアクセス — Python 3.6.5 ドキュメント 10748
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... )。 検索が成功すれば、戻り値は3要素のタプル (file, pathname, description) です: file は先頭に位置合わせされたオ ... ープン ファイルオブジェクト で、 pathname は見つかったファイルのパス名です。そして、 descrip ... として存在していなければ、返された file は None で、 pathname は空文字列、 description タプルはその拡張子とモード ... 。 モジュールがパッケージならば、 file は None で、 pathname はパッケージのパスで description タプルの最後の項目 ...
https://man.plustar.jp/python/library/imp.html - [similar]
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 9750
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ach regular file''' for f in os . listdir ( top ): pathname = os . path . join ( top , f ) mode = os . stat ( ... ): # It's a directory, recurse into it walktree ( pathname , callback ) elif S_ISREG ( mode ): # It's a file, ... call the callback function callback ( pathname ) else : # Unknown file type, print a message prin ... t ( 'Skipping %s ' % pathname ) def visitfile ( file ): print ( 'visiting' , fil ...
https://man.plustar.jp/python/library/stat.html - [similar]
31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 8752
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... がないように見える場合にも報告します。 run_script ( pathname ) ¶ pathname に指定したファイルの内容を解析します。 ...
https://man.plustar.jp/python/library/modulefinder.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8594
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... l macosx-10.6-intel distutils.util. convert_path ( pathname ) ¶ 'pathname' をファイルシステムで利用できる名前に ... 換する必要があるため、この関数が必要になります。もし pathname の最初または最後がスラッシュの場合、Unix的でないシ ... 起きます。 distutils.util. change_root ( new_root , pathname ) ¶ pathname の前に new_root を追加したものを返しま ... す。もし pathname が相対パスなら、 os.path.join(new_root,pathname) と ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 8419
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ッドの他に、追加のメソッドを 1 個持ちます: writepy ( pathname , basename='' , filterfunc=None ) ¶ *.py ファイルを ... に応じてコンパイルされアーカイブに追加されます。 If pathname is a file, the filename must end with .py , and ju ... s added at the top level (no path information). If pathname is a file that does not end with .py , a RuntimeEr ... lterfunc パラメータ。 バージョン 3.6.2 で変更: The pathname parameter accepts a path-like object . 13.5.3. Zip ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 8262
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... い場合には ZipImportError を送出します。 get_data ( pathname ) ¶ pathname に関連付けられたデータを返します。該当 ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 8087
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 出来ます。 class logging. LogRecord ( name , level , pathname , lineno , msg , args , exc_info , func=None , sin ... 。数値 levelno と、対応するレベル名 levelname です。 pathname -- ロギングの呼び出しが発せられたファイルの完全なパ ... 起こっていない場合は None 。 ファイル名 %(filename)s pathname のファイル名部分。 funcName %(funcName)s ロギングの ... )。 名前 %(name)s ロギングに使われたロガーの名前。 pathname %(pathname)s ロギングの呼び出しが発せられたファイル ...
https://man.plustar.jp/python/library/logging.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 7597
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、他のエラーでは error_reply を返します。 FTP. cwd ( pathname ) ¶ サーバのカレントディレクトリを設定します。 FTP ... . mkd ( pathname ) ¶ サーバ上に新たにディレクトリを作ります。 FTP. ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
PREV 1 2 NEXT