Searched refs:has_location (Results 1 – 6 of 6) sorted by relevance
86 self.assertFalse(spec.has_location)97 self.assertFalse(spec.has_location)109 self.assertFalse(spec.has_location)121 self.assertFalse(spec.has_location)126 self.assertFalse(spec.has_location)127 spec.has_location = True128 self.assertTrue(spec.has_location)135 has_location=False,146 has_location=True,157 has_location=False,[all …]
104 spec.has_location = True111 spec.has_location = True
385 self.has_location == other.has_location)411 def has_location(self): member in ModuleSpec414 @has_location.setter415 def has_location(self, value): member in ModuleSpec537 if spec.has_location:580 if spec.has_location:
1099 .. attribute:: has_location
658 "has_location" attributes are consulted.
3085 - Issue #18864: Added a setter for ModuleSpec.has_location.