Skip to content

Tags: ericvsmith/dataclasses

Tags

0.8

Toggle 0.8's commit message
New tag.

0.7

Toggle 0.7's commit message
Tag 0.7.

0.6

Toggle 0.6's commit message
Tag 0.6.

0.5

Toggle 0.5's commit message
Matches 3.7.0b3.

0.4

Toggle 0.4's commit message
Matches 3.7 beta 1.

0.1

Toggle 0.1's commit message
Tag 0.1.

v1

Toggle v1's commit message
Added dynfield class, use it for make_class.

v0

Toggle v0's commit message
Added a repr test for an overridden field in a sub-class.

last-version-with-ast

Toggle last-version-with-ast's commit message
Rough working proof of concept. It currently just uses (but ignores) …

…type

annotations.

I'm implementing functions two different ways here, just to show what's
involved. __init__() is written by building an AST, __repr__() is built
up from a string.  I need to decide which one I'm going to stick with.

Many features remain to be decided on and implemented.