Python 3.6.5 ドキュメント 検索
Results of 1 - 5 of about 5 for mm (0.017 sec.)
- 8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 12317
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
3.2 で追加. これらの型のオブジェクトは変更不可能 (immutable) です。 date 型のオブジェクトは常に naive で...
ときには - t となります。(2) str(t) [D day[s], ][H]H:MM:SS[.UUUUUU] という形式の文字列を返します。 t が負の...
ります。 date. isoformat ( ) ¶ ISO 8601 形式、 'YYYY-MM-DD' の日付を表す文字列を返します。例えば、 date(20...
uto' ) ¶ 日付と時刻を ISO 8601 形式、すなわち YYYY-MM-DDTHH:MM:SS.mmmmmm か、 microsecond が 0 の場合には...
- https://man.plustar.jp/python/library/datetime.html - [similar]
- 18.9. mmap --- メモリマップファイル — Python 3.6.5 ドキュメント 10277
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
リ » 18. プロセス間通信とネットワーク » 18.9. mmap --- メモリマップファイル ¶ メモリにマップされたフ...
は可変です。 bytearray が期待されるほとんどの場所で mmap オブジェクトを利用できます。例えば、メモリマップ...
メモリマップドファイルは Unix と Windows で異なる mmap コンストラクタで生成されます。どちらの場合も、更...
ができます。 access が指定されない場合、 Windows の mmap は書き込み可能マップを返します。 3つのアクセス型...
- https://man.plustar.jp/python/library/mmap.html - [similar]
- 21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7831
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
statement. When used like this, the IMAP4 LOGOUT command is issued automatically when the with statement...
る場合に使用します: class imaplib. IMAP4_stream ( command ) ¶ IMAP4 から派生したサブクラスで、 command を...
ion. The return value is a string in the form: "DD-Mmm-YYYY HH:MM:SS +HHMM" (including double-quotes). T...
ACCEPT capability was enabled using the enable() command. 以下はプログラム例です: # M is a connected IMA...
- https://man.plustar.jp/python/library/imaplib.html - [similar]
- 16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 7776
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
ゾーンと UTC/GMT との時差を表す正または負の時間を +HHMM、-HHMM で表します。H は時間の、M は分の 10 進表記に...
tzname になります。 offset オフセットは形式: ± hh[:mm[:ss]] をとります。この表現は、UTC 時刻にするために...
含められるため、2 月 29 日を参照することができます。 M m . n . d m 月の週 n における d 番目の日 (0 <= d <=...
may be incorrect for times in the past. It is recommended to use the tm_gmtoff and tm_zone results from...
- https://man.plustar.jp/python/library/time.html - [similar]
- Python モジュールのインストール (旧版) — Python 3.6.5 ドキュメント 7740
- ナビゲーション 索引 モジュール | 前へ | Python » 3.6.5 ドキュメント » Python モジュールのインスト
...
替として使えるでしょう。もっと詳しい情報は quick recommendations section にある Python パッケージングユーザ...
thon in interactive mode and typing a few simple commands. Under Unix, just type python at the shell pro...
, choose Start ‣ Programs ‣ Python X.Y ‣ Python (command line) . Once the interpreter is started, you ty...
g is a complete config file that just forces all commands to run quietly by default: [global] verbose =...
- https://man.plustar.jp/python/install/index.html - [similar]
PREV
1
NEXT