Lines Matching refs:Field
19 class Field:
62 Return a dict with all properties and values stored for this Field.
82 """Utility method for converting a Field to a string for the
103 return "<Field %s (%s)>" % (self.getName(), self.type)
106 class TestEnvironment(Field):
107 #class TestSpec(Field):
112 _properties = Field._properties.copy()
123 class RepeatField(Field):
127 _properties = Field._properties.copy()
159 class InputField(Field):
165 _properties = Field._properties.copy()
241 return 1 for a Field ``field`` to be returned as part of the result.