Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for glob (0.072 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ettext Multilingual internationalization services. glob Unix shell style pathname pattern expansion. grp ( ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... he function can return None : >>> import tarfile , glob >>> def myfilter ( tarinfo ): ... if tarinfo . isf ... .gz' , mode = 'w:gz' ) as tf : ... for filename in glob . glob ( '*.txt' ): ... tf . add ( filename , filt ... スレッドの直列実行のメカニズム (一般に GIL あるいは Global Interpreter Lock として知られるもの) が書き換えら ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... xey Kachayev, and Serhiy Storchaka in bpo-14373 .) glob ¶ iglob() 関数と glob() 関数は、 "**" パターンを使 ... ctually needed, without having to carry the module globals around indefinitely. (Contributed by Robert Col ... set_coroutine_wrapper() function allows setting a global hook that will be called whenever a coroutine ob ... y Julian Gindi in bpo-18983 .) timeit() 関数に引数 globals が追加されました。 これによりコードが実行される ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... empfile --- 一時ファイルやディレクトリの作成 11.7. glob --- Unix 形式のパス名のパターン展開 11.8. fnmatch ...
https://man.plustar.jp/python/library/index.html - [similar]
11.2. os.path --- 共通のパス名操作 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... () といった関数を明示的に呼び出すことで行えます。( glob モジュールも参照してください) 参考 pathlib モジュー ...
https://man.plustar.jp/python/library/os.path.html - [similar]
11.6. tempfile --- 一時ファイルやディレクトリの作成 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ァイルおよびディレクトリの比較 次のトピックへ 11.7. glob --- Unix 形式のパス名のパターン展開 ナビゲーション ...
https://man.plustar.jp/python/library/tempfile.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... が出力されます。 (Contributed by Gregory P. Smith.) glob.glob() 関数が、Unicode パスが使われるかディレクトリ ... も提供しています。 ignore_patterns() は任意の数の glob スタイルのパターンを取り、これらパターンに合致する ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ます。(Contributed by Antoine Pitrou in bpo-16351 .) glob ¶ 新規関数 escape() は、glob 的な展開がなされないよ ... の後方互換性維持要件に従います。 新規のプロパティ is_global は、アドレスが routeable である場合に True を返し ... textlib dbm dis doctest email filecmp functools gc glob hashlib hmac html http idlelib と IDLE importlib i ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... thon 言語コアに小さな変更がいくつか行われました: A global or nonlocal statement must now textually appear ... uted by Serhiy Storchaka in bpo-27574 ). Optimized glob() and iglob() functions in the glob module; they a ... uted by Serhiy Storchaka in bpo-25596 ). Optimized globbing in pathlib by using os.scandir() ; it is now a ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
27.3. pdb --- Python デバッガ — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... った方法でデバッガに入ります: pdb. run ( statement , globals=None , locals=None ) ¶ デバッガーに制御された状 ... れらのコマンドはすべて下で説明します)。オプションの globals と locals 引数はコードを実行する環境を指定します ... 明を参照してください。) pdb. runeval ( expression , globals=None , locals=None ) ¶ デバッガーに制御された状 ... 解説を参照してください。 skip 引数が指定された場合、 glob スタイルのモジュール名パターンの iterable (イテレー ...
https://man.plustar.jp/python/library/pdb.html - [similar]
PREV 1 2 3 NEXT