Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 36 for date (0.128 sec.)
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 7227
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... び出すと b.name を返します。 f = attrgetter('name', 'date') とした後で、 f(b) を呼び出すと (b.name, b.date) ...
https://man.plustar.jp/python/library/operator.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... の完全名を提供するようになりました。 importlib.invalidate_caches() 関数が sys.path_importer_cache 内にキャッ ... 755 .) (---訳注: 最初の2つはおそらく bpo-12567 --) datetime ¶ naive な datetime インスタンスと aware な da ... を返すようになりました。 ( bpo-15006 ). 新規メソッド datetime.datetime.timestamp() : datetime インスタンスに ... 対応する POSIX タイムスタンプを返します。 datetime.datetime.strftime() メソッドが 1000 年よりも前 ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
8. データ型 — Python 3.6.5 ドキュメント 7100
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... この章では以下のモジュールが記述されています: 8.1. datetime --- 基本的な日付型および時間型 8.1.1. 利用可能 ... なデータ型 8.1.2. timedelta オブジェクト 8.1.3. date オブジェクト 8.1.4. datetime オブジェクト 8.1.5. t ... ラス , メンバー , Enum , モジュール , 関数 , 基本 , datetime , 基底 , サポート 前のトピックへ 7.2. codecs - ... - codec レジストリと基底クラス 次のトピックへ 8.1. datetime --- 基本的な日付型および時間型 ナビゲーション ...
https://man.plustar.jp/python/library/datatypes.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 7100
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 与えられます。 class logging. Formatter ( fmt=None , datefmt=None , style='%' ) ¶ Returns a new instance of ... age as a whole, as well as a format string for the date/time portion of a message. If no fmt is specified, ... '%(message)s' is used. If no datefmt is specified, the ISO8601 date format is used. ... が例外情報の後に追加されます。 formatTime ( record , datefmt=None ) ¶ This method should be called from form ...
https://man.plustar.jp/python/library/logging.html - [similar]
31.1. zipimport --- Zip アーカイブからモジュールを import する — Python 3.6.5 ... 7100
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... $ unzip -l example.zip Archive: example.zip Length Date Time Name -------- ---- ---- ---- 8467 11-26-02 22 ...
https://man.plustar.jp/python/library/zipimport.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7100
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d library functions operating on paths have been updated to work with the new protocol. datetime モジュール ... ke object. The built-in open() function has been updated to accept os.PathLike objects, as have all releva ... s and relevant classes in pathlib have also been updated to implement os.PathLike . The hope is that updat ... いった状況では地域時計が表示する (あるいは Python の datetime インスタンスが格納する) 情報では、時間内の特定 ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7036
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... pad Emacs-like input editing in a curses window. d datetime Basic date and time types. dbm Interfaces to v ... e the JSON format. json.tool A command line to validate and pretty-print JSON. k keyword Test whether a st ... giref.util WSGI environment utilities. wsgiref.validate WSGI conformance checker. x xdrlib Encoders and de ...
https://man.plustar.jp/python/py-modindex.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 7036
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... e < 60 and 0 <= second < 60 : # Looks like a valid date return 1 バックスラッシュで終わる行にはコメントを入 ... n }} " # nested fields 'result: 12.35' >>> today = datetime ( year = 2017 , month = 1 , day = 27 ) >>> f " ... { today : %B %d, %Y } " # using date format specifier 'January 27, 2017' >>> number = 1 ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7036
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... c , 1 ) ) functools モジュールのもう一つの関数は update_wrapper(wrapper, wrapped) で、より良く振舞うデコレ ... ータを書くのに役立ちます。 update_wrapper() は包まれるほうの名前、モジュール、ドキュ ... ction' return f ( * args , ** kwds ) functools . update_wrapper ( wrapper , f ) return wrapper wraps() は、 ... ibuted by Skip Montanaro and Andrew McNamara.) The datetime class in the datetime module now has a strptim ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7036
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... >>> 'The {project_name} status is {status} as of {date} ' . format_map ( d ) 'The testing project status ... th an API review by Jeffrey Yasskin in bpo-8777 .) datetime と time ¶ datetime モジュールに新たに timezone ... これによりタイムゾーンを意識する (timezone-aware な) datetime オブジェクトを容易に作れます: >>> from datetim ... e import datetime , timezone >>> datetime . now ( timezone . utc ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 NEXT