Skip to content

Introspection

Latest
Compare
Choose a tag to compare
@sethbrite sethbrite released this 13 Apr 20:18
· 221 commits to master since this release

Introduction

Introspection functionality has been added to fields.

Change overview

  • The Field interface now has introspect() method that returns a dictionary describing the field.
  • Conformity is now Python 3 compatible.