Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37478997
en ru br
ALT Linux repositórios
S:2.2.11-alt2

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.2.11-alt2
Data da compilação: 9 setembro 2020, 08:33 ( 188.9 weeks ago )
Tamanho:: 12.04 Kb

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

Licença: Apache-2.0
Sumário: Null values and sentinels like, but not, None
Descrição:

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.

Mantenedor currente: Stanislav Levin

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-nulltype
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009