Searched refs:is_empty (Results 1 - 4 of 4) sorted by relevance

/pkg/src/tests/api/
H A Dt_variant.py109 self.assertTrue(not vc1_s.is_empty())
114 self.assertTrue(not vc1_ns.is_empty())
119 self.assertTrue(not vc1_ns.is_empty())
124 self.assertTrue(not vc1_ns.is_empty())
160 self.assertTrue(vc_empty.is_empty())
/pkg/src/modules/
H A Dvariant.py271 def is_empty(self): member in class:VariantCombinations
297 if self.is_empty() or vc.is_empty():
302 return not tmp.is_empty()
321 if self.is_empty() and vc.is_empty():
H A Dsearch_storage.py394 def add_entity(self, entity, is_empty):
399 if self._list_of_empties and not is_empty:
411 if not(is_empty):
/pkg/src/modules/publish/
H A Ddependencies.py221 if v.is_empty() or not v.sat_set:
738 assert(tmp_vars.is_empty() or not tmp_vars.is_satisfied())
786 not vc_intersection.is_empty():
882 assert(orig_dep_vars.is_empty() or
968 assert(orig_dep_vars.is_empty() or not orig_dep_vars.is_satisfied())
976 (res or errs or dep_vars.is_empty()))
988 assert(const_dep_vars.is_empty() or not const_dep_vars.is_satisfied())
1355 comp_vars.is_empty():
1438 if s_v.is_empty():
1442 if skip or (not v.is_empty() an
[all...]

Completed in 1393 milliseconds