Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 13 for finder (0.024 sec.)
- 31.2. pkgutil --- パッケージ拡張ユーティリティ — Python 3.6.5 ドキュメント 11701
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ティリティです。 class pkgutil. ModuleInfo ( module_finder , name , ispkg ) ¶ モジュールの概要情報を格納する...
ンポートアルゴリズムをラップする、 PEP 302 に基づく Finder です。 If dirname is a string, a PEP 302 finder is...
hes that directory. If dirname is None , a PEP 302 finder is created that searches the current sys.path , pl...
。 pkgutil. get_importer ( path_item ) ¶ Retrieve a finder for the given path_item . The returned finder is c...
- https://man.plustar.jp/python/library/pkgutil.html - [similar]
- 31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 11050
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
か提供されています。 抽象基底クラス階層: object +-- Finder ( deprecated ) | +-- MetaPathFinder | +-- PathEntr...
yFinder +-- Loader +-- ResourceLoader --------+ +-- Inspec...
- FileLoader +-- SourceLoader class importlib.abc. Finder ¶ finder を表す抽象基底クラスです。 バージョン 3.3...
で非推奨: 代わりに MetaPathFinder または PathEntryFinder を使ってください。 abstract...
- https://man.plustar.jp/python/library/importlib.html - [similar]
- 用語集 — Python 3.6.5 ドキュメント 10786
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ
...
ことです。 file-like object file object と同義です。 finder (ファインダ) インポートされているモジュールの load...
ダがあります。 sys.meta_path で使用される meta path finder と、 sys.path_hooks で使用される path entry finder...
す。辞書のキーがその例です。 import path path based finder が import するモジュールを検索する場所 (または pat...
mporter モジュールを探してロードするオブジェクト。 finder と loader のどちらでもあるオブジェクト。 interacti...
- https://man.plustar.jp/python/glossary.html - [similar]
- 31.3. modulefinder --- スクリプト中で使われているモジュールを検索する — Python ... 10662
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 31. モジュールのインポート » 31.3. modulefinder --- スクリプト中で使われているモジュールを検索する...
¶ ソースコード: Lib/modulefinder.py このモジュールでは、スクリプト中で import されて...
いるモジュールセットを調べるために使える ModuleFinder クラスを提供しています。 modulefinder.py はまた、P...
ジュールのレポートを出力させることもできます。 modulefinder. AddPackagePath ( pkg_name , path ) ¶ pkg_name とい...
- https://man.plustar.jp/python/library/modulefinder.html - [similar]
- 4. Macintosh で Python を使う — Python 3.6.5 ドキュメント 10011
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ
...
ch handles double-clicking Python scripts from the Finder; and the "Build Applet" tool, which allows you to...
もし Python スクリプトをターミナルのコマンドラインや Finder から実行したい場合は最初にエディタでスクリプトを作...
がシェルのパスに含まれていることを確認してください。 Finder からスクリプトを実行するのには 2 つの方法があります...
: PythonLauncher へドラッグする Finder の情報ウィンドウから PythonLauncher をそのスクリプ...
- https://man.plustar.jp/python/using/mac.html - [similar]
- 29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 8832
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
っていました。 sys. meta_path ¶ A list of meta path finder objects that have their find_spec() methods called...
module cannot be found. 参考 importlib.abc.MetaPathFinder The abstract base class defining the interface of...
th_hooks ¶ path を引数にとって、その path に対する finder の作成を試みる呼び出し可能オブジェクトのリスト。 f...
r の作成に成功したら、その呼出可能オブジェクトのは finder を返します。失敗した場合は、 ImportError を発生させ...
- https://man.plustar.jp/python/library/sys.html - [similar]
- 8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 8586
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
pq = [] # list of entries arranged in a heap entry_finder = {} # mapping of tasks to entries REMOVED = '<rem...
the priority of an existing task' if task in entry_finder : remove_task ( task ) count = next ( counter ) en...
try = [ priority , count , task ] entry_finder [ task ] = entry heappush ( pq , entry ) def remov...
MOVED. Raise KeyError if not found.' entry = entry_finder . pop ( task ) entry [ - 1 ] = REMOVED def pop_tas...
- https://man.plustar.jp/python/library/heapq.html - [similar]
- 5. インポートシステム — Python 3.6.5 ドキュメント 7671
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ
...
ための戦略は任意のものを使って構いません。 meta path finder が指定されたモジュールの扱い方を知っている場合は、...
す。そのうちの 1 つは パスベース・ファインダー ( PathFinder ) と呼ばれ、 パスエントリ のリストである インポート...
に対して適切な パスエントリ・ファインダー ( PathEntryFinder ) を探します。これは時間のかかる処理 (例えば、この...
entry がキャッシュの中に無かった場合、 path based finder は sys.path_hooks の中の呼び出し可能オブジェクトを...
- https://man.plustar.jp/python/reference/import.html - [similar]
- What's New In Python 3.3 — Python 3.6.5 ドキュメント 7548
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
portlib.abc で定義される抽象基底クラスは meta path finder と path entry finder の差異を正確に表現するように拡...
張されて、それぞれ順に importlib.abc.MetaPathFinder と importlib.abc.PathEntryFinder が導入されました。...
古い ABC である importlib.abc.Finder は後方互換性のためだけに残されますが、何かのメソッ...
ドの必要性を強制したりはしません。 ファインダ (finder) の側面からは、 importlib.machinery.FileFinder がモ...
- https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
- モジュールのインポート — Python 3.6.5 ドキュメント 6897
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
ない場合は None を返します; これにより、 path based finder がこの path 要素を見付けるためのオブジェクトが得ら...
- https://man.plustar.jp/python/c-api/import.html - [similar]