Language

Package: python-atpublic @ 1.0

Synopsis

@public decorator for populating __all__

Description

This Python module adds a @public decorator and function which populates a module's __all__ and optionally the module globals. With it, the declaration of a name's public export semantics are not separated from the implementation of that name.

Home page
https://public.readthedocs.io/
Location
gnu/packages/python-check.scm (line: 1225, column: 2)
Licenses

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?