Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for stat (0.048 sec.)
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 7668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... os.path --- 共通のパス名操作 次のトピックへ 11.4. stat --- stat() の結果を解釈する ナビゲーション 索引 モ ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7668
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... r | s | t | u | v | w | x | z _ __future__ Future statement definitions __main__ The environment where th ... uration file parser. contextlib Utilities for with-statement contexts. copy Shallow and deep copy operatio ... e parser that can handle HTML and XHTML. http HTTP status codes and messages http.client HTTP and HTTPS pr ... ing of HTTP cookies. http.cookies Support for HTTP state management (cookies). http.server HTTP server and ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ッドを使った新インターフェイスが追加されました: __getstate__() , __setstate__() , __getnewargs__() 。これらメ ... Jansen, and Denis S. Otkidach.) os モジュール内の *stat() 系関数が、タイムスタンプの秒の端数を報告するよう ... ンが破壊されることがわかっています。互換性のために、 stat_result タイムスタンプのタプルインターフェイスは整数 ... 用いる場合にもタイムスタンプは今でも整数ですが、 os.stat_float_times() を呼び出すことで浮動小数点数で返却す ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- 有理数 9.6. random --- 擬似乱数を生成する 9.7. statistics --- 数理統計関数 10. 関数型プログラミング用モ ... リームをまたいだ行の繰り返し処理をサポートする 11.4. stat --- stat() の結果を解釈する 11.5. filecmp --- ファ ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... class C ( object ): def f ( arg1 , arg2 ): ... f = staticmethod ( f ) def g ( cls , arg1 , arg2 ): ... g = ... classmethod ( g ) staticmethod() 関数は関数 f() を引数に取り、デスクリプタ ... メソッドを作る何か特別な文法を期待するでしょう( def static f , defstatic f() みたいな、あるいはそんななにか ... mpute something based on the size and set internal state appropriately ... # Define a property. The 'delet ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 0 から 10 までの値を返すイテレータです。 yield 文 (statement) に出会うと、そのイテレータは準備された値を返 ... 文の次から再開します。 Python 2.3 では yield は文 (statement) でした。しかるにそれでは値を返しません。Pyth ... 追加する必要があります: from __future__ import with_statement Python 2.6 ではこれは常に有効になります。 いく ... not so that the interpreter makes fewer open() and stat() calls on startup. (Contributed by Martin von Löw ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 7554
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ットフォームで使えるわけではありません。詳しくは copystat() を参照してください。シンボリックリンクの変更をし ... follow_symlinks 引数が追加されました。 shutil. copystat ( src , dst , * , follow_symlinks=True ) ¶ パーミッ ... グを src から dst にコピーします。 Linux では、 copystat() は可能なら "拡張属性" もコピーします。ファイルの ... rc と dst の両方がシンボリックリンクであれば、 copystat() はリンク先ではなくてシンボリックリンク自体を操作 ...
https://man.plustar.jp/python/library/shutil.html - [similar]
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 7506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プを使用します。形式は、 time.time() の返り値や、 os.stat() が返すオブジェクトの st_mtime 属性と同一です。 バ ...
https://man.plustar.jp/python/library/gzip.html - [similar]
21.14. poplib --- POP3 プロトコルクライアント — Python 3.6.5 ドキュメント 7506
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Xのr-コマンドと同様の)RPOP認証を使用します。 POP3. stat ( ) ¶ メールボックスの状態を得ます。結果は2つのint ...
https://man.plustar.jp/python/library/poplib.html - [similar]
31.5. importlib --- import の実装 — Python 3.6.5 ドキュメント 7457
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ementedError の代わりに ImportError を送出します。 static source_to_code ( data , path='<string>' ) ¶ Pyth ... 、バイトコード特有の API は公開されていません。 path_stats ( path ) ¶ 指定されたパスについてのメタデータを含 ... ージョン 3.3 で非推奨: このメソッドは廃止され、 path_stats() が推奨されます。このモジュールを実装する必要はあ ... 期待されます。 ファインダーはモジュール検索のたびに stat を呼び出し、必要に応じてディレクトリの内容をキャッ ...
https://man.plustar.jp/python/library/importlib.html - [similar]
PREV 1 2 3 4 NEXT