Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 7 of about 7 for dst (0.010 sec.)
8.1. datetime --- 基本的な日付型および時間型 — Python 3.6.5 ドキュメント 12050
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... (1) t1 = t2 - t3 Difference of t2 and t3 . Afterwards t1 == t2 - t3 and t2 == t1 + t3 are true. (1) t1 = ... struct_time を返します。時間、分、および秒は 0 で、DST フラグは -1 になります。 d.timetuple() は次の値と同 ... ecify a format string for a date object in formatted string literals and when using str.format() . For a ... ance of a tzinfo subclass, and its utcoffset() and dst() methods must not return None . If self is naive ...
https://man.plustar.jp/python/library/datetime.html - [similar]
11.10. shutil --- 高水準のファイル操作 — Python 3.6.5 ドキュメント 11523
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トリとファイルの操作 ¶ shutil. copyfileobj ( fsrc , fdst [ , length ] ) ¶ ファイル形式のオブジェクト fsrc の ... 内容を fdst へコピーします。整数値 length は与えられた場合バッ ... ることに注意してください。 shutil. copyfile ( src , dst , * , follow_symlinks=True ) ¶ src という名前のファ ... イルの内容 (メタデータを含まない) を dst という名前のファイルにコピーし、 dst を返します。 ...
https://man.plustar.jp/python/library/shutil.html - [similar]
16.3. time --- 時刻データへのアクセスと変換 — Python 3.6.5 ドキュメント 8978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 文字の並びは誤りではなく、英仏の妥協によるものです。 DST は夏時間 (Daylight Saving Time) のことで、一年のう ... ちの一定期間に 1 時間タイムゾーンを修正することです。DST のルールは不可思議で (地域ごとに法律で定められてい ... た時刻を、UTC で struct_time に変換します。このとき dst フラグは常にゼロとして扱われます。 secs を指定しな ... 場合、 time() が返す値を現在の時刻として使用します。DST が適用されている場合は dst フラグには 1 が設定され ...
https://man.plustar.jp/python/library/time.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 8415
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます : stat.UF_NODUMP stat.UF_IMMUTABLE stat.UF_APPEND stat.UF_OPAQUE stat.UF_NOUNLINK stat.UF_COMPRESSED s ... tat.UF_HIDDEN stat.SF_ARCHIVED stat.SF_IMMUTABLE stat.SF_APPEND stat.SF_NOUNLINK st ... 位の論理和で組み合わせた値を取り得ます : stat.S_ISUID stat.S_ISGID stat.S_ENFMT stat.S_ISVTX stat.S_IREAD ... ct を受け入れるようになりました。 os. link ( src , dst , * , src_dir_fd=None , dst_dir_fd=None , follow_s ...
https://man.plustar.jp/python/library/os.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 8160
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ている親ディレクトリを作成します。 move_file ( src , dst ) ¶ distutils.file_util.move_file() を実行します。 ... src を dst に名前変更します。 announce ( msg [ , level=1 ] ) ... と同じです。 distutils.dir_util. copy_tree ( src , dst [ , preserve_mode=1 , preserve_times=1 , preserve_ ... e=0 , dry_run=0 ] ) ¶ src ディレクトリツリー全体を dst にコピーします。 src と dst はどちらもディレクトリ ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
16.16. ctypes --- Pythonのための外部関数ライブラリ — Python 3.6.5 ドキュメント 7361
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... llo" ) # create a buffer containing a NUL terminated string >>> print ( sizeof ( p ), repr ( p . raw )) 6 ... ルなプライベートコピーを返します。 ctypes. memmove ( dst , src , count ) ¶ 標準 C の memmove ライブラリ関数 ... と同じものです。: count バイトを src から dst へコピーします。 dst と src はポインタへ変換可能な ... インスタンスでなければなりません。 ctypes. memset ( dst , c , count ) ¶ 標準 C の memset ライブラリ関数と同 ...
https://man.plustar.jp/python/library/ctypes.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7070
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... str() )、それ以外の場合はバイト列用関数 (例えば waddstr() ) を呼び出すようにしました。 Unicode 文字列をエ ... by Jonathan Niehof in bpo-9993 .) また、 move() は dst 引数を戻り値として返すようになりました。 os.open() ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 NEXT