Lines Matching defs:fields
35 # which can override display template and/or fields. Iterating
94 def fields(self, bitset=None):
104 if self.name in case.fields:
105 field = case.fields[self.name]
106 # For bitset fields, the bitset type could reference
107 # fields in this (the containing) bitset, in addition
113 # For derived fields, we want to consider any other
114 # fields that are referenced by the expr
125 yield from self.fields(isa.bitsets[bitset.extends])
139 # Handle fields which don't appear in display template but have
149 # fields that need resolving:
151 # a) a derived field which maps to one or more other concrete fields
171 for name, field in case.fields.items():
197 # used to pass "parameters" to bitset fields:
204 for f in df.fields():
239 for name, field in case.fields.items():
297 if name in case.fields:
298 field = case.fields[name]
427 ## derived fields.. which probably also need to be in the context of the
624 % for f in df.fields():