Field#
- class baskerville.Field#
Represents a field and its valid data types.
- valid_types#
List of valid types for this field
Note
This will clone the entire list and its elements when retrieved. Consider memoizing.
- baskerville.display_fields(fields)#
Displays a list of fields in a table view with their types.
- Parameters:
fields (list[baskerville.Field]) -- List of
Fields.