Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 15 for recursive (0.039 sec.)
- 11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 14629
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ブジェクトを提供します。 glob. glob ( pathname , * , recursive=False ) ¶ pathname (パスの指定を含んだ文字列でなけ...
ェルと同じく) 壊れたシンボリックリンクも含まれます。 recursive が真の場合、パターン " ** " はあらゆるファイルや 0...
がサポートされました。 glob. iglob ( pathname , * , recursive=False ) ¶ 実際には一度にすべてを格納せずに、 glob(...
'?.gif' ) ['1.gif'] >>> glob . glob ( '**/*.txt' , recursive = True ) ['2.txt', 'sub/3.txt'] >>> glob . glob (...
- https://man.plustar.jp/python/library/glob.html - [similar]
- 9. コマンドリファレンス — Python 3.6.5 ドキュメント 10170
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
パターンのどれかにマッチする全てのファイルを除外する recursive-include dir pat1 pat2 ... dir 配下の、リストされた...
パターンのどれかにマッチする全てのファイルを含める recursive-exclude dir pat1 pat2 ... dir 配下の、リストされた...
- https://man.plustar.jp/python/distutils/commandref.html - [similar]
- 8.12. reprlib --- もう一つの repr() の実装 — Python 3.6.5 ドキュメント 9613
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
よる置換のためのデコレータを提供します。 @ reprlib. recursive_repr ( fillvalue="..." ) ¶ __repr__() メソッドに対...
行われます。例えば: >>> class MyList ( list ): ... @recursive_repr () ... def __repr__ ( self ): ... return '<'...
- https://man.plustar.jp/python/library/reprlib.html - [similar]
- 4. ソースコード配布物を作成する — Python 3.6.5 ドキュメント 9056
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの
...
ニフェストテンプレートに戻りましょう: include *.txt recursive-include examples *.txt *.py prune examples/sample?...
されることがあるので、マニフェストテンプレート内では recursive-include コマンドの後に prune コマンドを持ってくるこ...
- https://man.plustar.jp/python/distutils/sourcedist.html - [similar]
- 13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 8307
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
になりました。 TarFile. add ( name , arcname=None , recursive=True , exclude=None , * , filter=None ) ¶ ファイル...
ルトではディレクトリは再帰的に追加されます。これは、 recursive を False に設定することで抑止できます。 exclude を...
- https://man.plustar.jp/python/library/tarfile.html - [similar]
- 例外処理 — Python 3.6.5 ドキュメント 7941
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
します)、これらの関数が必要となります。 int Py_EnterRecursiveCall ( const char *where ) ¶ C レベルの再帰呼び出し...
ッセージに連結できるようにすべきです。 void Py_LeaveRecursiveCall ( ) ¶ Py_EnterRecursiveCall() を終了させます。...
Py_EnterRecursiveCall() の 成功した 呼び出しに対し 1 回呼ばなければな...
その機能を容易にします。実質的には、これらは reprlib.recursive_repr() と同等な C の実装です。 int Py_ReprEnter (...
- https://man.plustar.jp/python/c-api/exceptions.html - [similar]
- 20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 7941
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
見つかりました。 xml.parsers.expat.errors. XML_ERROR_RECURSIVE_ENTITY_REF ¶ エンティティ参照中に、同じエンティティ...
- https://man.plustar.jp/python/library/pyexpat.html - [similar]
- 11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 7941
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
dstname , str ( why ))) # catch the Error from the recursive copytree so that we can # continue with other file...
- https://man.plustar.jp/python/library/shutil.html - [similar]
- 29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7941
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
はガベージコレクタのオーバーヘッドを増やします。 See recursive sizeof recipe for an example of using getsizeof()...
- https://man.plustar.jp/python/library/sys.html - [similar]
- What's New in Python 2.1 — Python 3.6.5 ドキュメント 7941
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...
tty- printing 関数をセット出来ます: >>> # Create a recursive data structure ... L = [ 1 , 2 , 3 ] >>> L . appen...
- https://man.plustar.jp/python/whatsnew/2.1.html - [similar]