py3traits
  • Python Traits
    • About Traits
    • Motivation
    • Basics
    • Effective use
    • Vertical and Horizontal program architecture
  • Installation
  • Usage
    • Composing traits
    • Combining classes
    • Adding properties dynamically
  • Reference
    • pytraits
  • Contributing
    • Bug reports
    • Documentation improvements
    • Feature requests and feedback
    • Development
      • Pull Request Guidelines
      • Tips
  • Authors
  • Changelog
    • 1.2.1 (2015-07-08)
    • 1.2.0 (2015-07-08)
    • 1.1.0 (2015-06-13)
    • 1.0.1 (2015-06-12)
    • 1.0.0 (2015-05-25)
    • 0.15.0 (2015-05-23)
    • 0.14.0 (2015-05-19)
    • 0.13.0 (2015-04-25)
    • 0.12.0 (2015-04-22)
    • 0.11.0 (2015-04-18)
    • 0.10.0 (2015-03-30)
    • 0.9.0 Bringing back compatibility to Python 2.x
    • 0.8.0 Adding support to private class and instance attributes
    • 0.7.0 Improving usability of the library
    • 0.6.0 Restructuring into library
    • 0.5.0 Instances can now be extended with traits in Python 3.x
    • 0.4.0 Completed function binding with examples in Python 2.x
    • 0.3.0 Trait extension support without conflicts for Python 2.x
    • 0.2.0 Apache License Updated
    • 0.1.0 Initial Version
 
py3traits
  • Docs »
  • Edit on GitHub

Index

_ | A | B | C | E | F | I | O | P | R | S | T

_

__call__() (pytraits.type_safe method)
__get__() (pytraits.type_safe method)
__getitem__() (pytraits.Factory method)

A

add_traits (in module pytraits)

B

boolean_conversion() (pytraits.type_converted method)

C

combine_class() (in module pytraits)
convert() (pytraits.type_converted method)

E

exists() (pytraits.Factory method)
extendable() (in module pytraits)

F

Factory (class in pytraits)

I

iter_positional_args() (pytraits.type_safe method)

O

original_class() (pytraits.Factory method)

P

pytraits (module)

R

register() (pytraits.Factory class method)
reset() (pytraits.Factory class method)

S

setproperty() (in module pytraits)
Singleton (class in pytraits)

T

type_converted (class in pytraits)
type_safe (class in pytraits)

© Copyright 2015, Teppo Perä. Last updated on Sep 12, 2015.

Built with Sphinx using a theme provided by Read the Docs.