معرفی شرکت ها


datetype-2022.6.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetimes into separate, mutually-incompatible types.
ویژگی مقدار
سیستم عامل -
نام فایل datetype-2022.6.6
نام datetype
نسخه کتابخانه 2022.6.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Glyph <glyph@twistedmatrix.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/datetype/
مجوز -
# DateType ## A Workaround DateType is a [workaround for this bug](https://github.com/python/mypy/issues/9015) to demonstrate that we could have a type-checking-time wrapper for `datetime` that doesn't change (or almost doesn't change) the implementation, but fixes up two very annoying behaviors of the stdlib `datetime` module: 1. a `datetime` now won't type-check as a `date` - it still inherits at runtime (the implementation is, after all, not changed) but it doesn't inherit at type-time. 2. there are separate types for naive and aware `datetime`s. There's a very small bit of implementation glue (concrete `@classmethod`s for construction on the `Naive` and `Aware` types, and a few functions that do runtime checks to convert to/from stdlib types).


زبان مورد نیاز

مقدار نام
>=3.10 Python


نحوه نصب


نصب پکیج whl datetype-2022.6.6:

    pip install datetype-2022.6.6.whl


نصب پکیج tar.gz datetype-2022.6.6:

    pip install datetype-2022.6.6.tar.gz