Lines Matching defs:fields
35 # which can override display template and/or fields. Iterating
86 def fields(self, bitset=None):
96 if self.name in case.fields:
97 field = case.fields[self.name]
98 # For bitset fields, the bitset type could reference
99 # fields in this (the containing) bitset, in addition
105 # For derived fields, we want to consider any other
106 # fields that are referenced by the expr
117 yield from self.fields(isa.bitsets[bitset.extends])
131 # Handle fields which don't appear in display template but have
141 # fields that need resolving:
143 # a) a derived field which maps to one or more other concrete fields
163 for name, field in case.fields.items():
189 # used to pass "parameters" to bitset fields:
196 for f in df.fields():
224 for name, field in case.fields.items():
282 if name in case.fields:
283 field = case.fields[name]
401 ## derived fields.. which probably also need to be in the context of the
560 % for f in df.fields():