Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for stat (0.082 sec.)
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... れは主に、ディレクトリツリーを走査するのに必要な os.stat() の呼び出し回数をかなり減らしたことによるものです ... 数: fchdir() , fchmod() , fchown() , fdatasync() , fstat() , fstatvfs() , fsync() , ftruncate() , mkfifo() ... aymond Hettinger in bpo-13742 .) http ¶ 新しい HTTPStatus のenum は、HTTPステータスコードのセットで、その理 ... abc.InspectLoader.source_to_code() method is now a static method. This makes it easier to initialize a mod ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... ilename , 'w' ) as f : f . write ( 'blah \n ' ) os.stat() のような os モジュールの関数も Unicode のファイル ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
6.3. difflib --- 差分の計算を助ける — Python 3.6.5 ドキュメント 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... time ( path ): t = datetime . fromtimestamp ( os . stat ( path ) . st_mtime , timezone . utc ) return t . ...
https://man.plustar.jp/python/library/difflib.html - [similar]
16.2. io --- ストリームを扱うコアツール — Python 3.6.5 ドキュメント 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... です。可能であれば、 open() は file の blksize ( os.stat() で取得される) を利用します。 io. open ( file , m ...
https://man.plustar.jp/python/library/io.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... らに、 Windows では ST_INO がサポートされていません; stat() はこの値として常に 0 を返します。 class logging. ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... o ( name=None , arcname=None , fileobj=None ) ¶ os.stat() の結果か、既存のファイルに相当するものから、 Tar ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... せん。 失敗すると CompileError を起こします。 create_static_lib ( objects , output_libname [ , output_dir=No ... で意味があるようです。) debug は compile() や create_static_lib() と同じですが、少しだけ違いがあり、( create ... _static_lib() では debug フラグは形式をあわせるために存在 ... 返ります。 library_filename ( libname [ , lib_type='static' , strip_dir=0 , output_dir='' ] ) ¶ 現在のプラッ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
用語集 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... nds processing, remembering the location execution state (including local variables and pending try-statem ... す。デコレータの一般的な利用例は、 classmethod() と staticmethod() です。 デコレータの文法はシンタックスシュ ... 数定義は意味的に同じものです: def f ( ... ): ... f = staticmethod ( f ) @staticmethod def f ( ... ): ... 同じ ... ではありません。 if のように、式としては使えない文 ( statement ) もあります。代入も式ではなく文です。 extens ...
https://man.plustar.jp/python/glossary.html - [similar]
5. インポートシステム — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... す。これは時間のかかる処理 (例えば、この検索のための stat() 呼び出しのオーバーヘッド) になり得るので、パスベ ...
https://man.plustar.jp/python/reference/import.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 5 では、 ' with ' 文が from __future__ import with_statement ディレクティブで有効に出来るオプションの機能と ... ルのフラグを変更します。そのフラグ値についての定数が stat モジュールに定義されています; いくつかの取りうる値 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
PREV 1 2 3 4 NEXT