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