Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 194 for プログラム (0.164 sec.)
11.4. stat --- stat() の結果を解釈する — Python 3.6.5 ドキュメント 4588
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... できないファイルの情報を調べる際にも便利です。 以下はプログラム例です: import os , sys from stat import * def walkt ...
https://man.plustar.jp/python/library/stat.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 4556
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... メカニズム同様、このコンテキストマネージャは、黙ってプログラム実行を続けることが正しいことであるとわかっている、非 ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 4556
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... の相対関係を把握するのに足る情報が含まれません。あるプログラム内の数字がメートルを表わしているのか、マイルなのか、 ... それとも質量なのかがプログラムによって異なるように、naive オブジェクトが協定世界時 ... 現地時間なのか、それとも他のタイムゾーンなのかはそのプログラムに依存します。Naive オブジェクトはいくつかの現実的な ...
https://man.plustar.jp/python/library/datetime.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 二つの別個の型として実装されています: 一方は Python プログラムに対して公開されている Python のオブジェクトで、他方 ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
Function オブジェクト — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... タンスで、 Python の関数型を表します。これは Python プログラムに types.FunctionType として公開されています。 int P ...
https://man.plustar.jp/python/c-api/function.html - [similar]
29.10. __future__ --- future 文の定義 — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 、 __future__ をインポートしてその中身を調べることでプログラムから調査することができます。 __future__.py のそれぞれ ...
https://man.plustar.jp/python/library/__future__.html - [similar]
8.2. calendar --- 一般的なカレンダーに関する関数群 — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コード: Lib/calendar.py このモジュールは Unix の cal プログラムのようなカレンダー出力を行い、それに加えてカレンダー ...
https://man.plustar.jp/python/library/calendar.html - [similar]
3. 組み込み定数 — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... す。それらは対話的インタープリタシェルで有用ですが、プログラム中では使うべきではありません。 quit ( code=None ) ¶ ...
https://man.plustar.jp/python/library/constants.html - [similar]
35.10. pipes --- シェルパイプラインへのインタフェース — Python 3.6.5 ドキュメン... 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Template ¶ パイプラインを抽象化したクラス。 以下はプログラム例です: >>> import pipes >>> t = pipes . Template () ...
https://man.plustar.jp/python/library/pipes.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 4534
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ept that format() does not include newlines. 以下はプログラム例です: print ( "Traceback (most recent call first): ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]