python-traits
The traits package developed by Enthought provides a special type
definition called a trait. Although they can be used as normal Python object
attributes, traits also have several additional characteristics:
* Initialization: A trait can be assigned a default value.
* Validation: A trait attribute's type can be explicitly declared.
* Delegation: The value of a trait attribute can be contained either
in another object.
* Notification: Setting the value of a trait attribute can trigger
notification of other parts of the program.
* Visualization: User interfaces that permit the interactive
modification of a trait's value can be automatically constructed
using the trait's definition.
- Developed at devel:languages:python:numeric
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-traits && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-traits.changes | 0000008267 8.07 KB | |
python-traits.spec | 0000003550 3.47 KB | |
traits-5.1.2.tar.gz | 0000437698 427 KB |
Revision 5 (latest revision is 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 717484
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
- Update to 5.1.2: * Traits documenter no longer generates bad reST for traits whose definition spans multiple source lines. (#494)
Comments 0