Searched refs:synthetic (Results 1 – 5 of 5) sorted by relevance
92 % if prop.synthetic:93 synthetic="true"
66 % if entry.synthetic:
281 % if prop.synthetic:282 <span class="entry_type_synthetic">[synthetic] </span>
1054 return (e for e in entries if not e.synthetic)
1140 def synthetic(self): member in Entry