Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37398937
en ru br
ALT Linux repos
S:2.2.11-alt2

Group :: Development/Python3
RPM: python3-module-nulltype

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.2.11-alt2
Build date: 9 september 2020, 08:33 ( 188.2 weeks ago )
Size: 12.04 Kb

Home page:   https://pypi.python.org/pypi/nulltype

License: Apache-2.0
Summary: Null values and sentinels like, but not, None
Description:

Helps define "null" values and sentinels parallel to, but different
from, None.

None is a great sentinel value and a classic implementation of the null
object pattern.

But there are times that you need more than one nullish value to
represent different aspects of emptiness. "Nothing there" is logically
different from "undefined," "prohibited," "end of data" and other kinds
of null.

The core function of nulltype is representing emptiness and falsity in a
way that doesn't overload None (or False, 0, {}, [], "", or any of the
other possible "there's nothing here!" values). It helps create
designated identifiers with specific meanings such as Passthrough,
Prohibited, and Undefined.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-nulltype
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin