Home
last modified time | relevance | path

Searched refs:compare_attrs (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/util/
H A D__init__.py150 compare_attrs = () variable in ComparableMixin
156 compare_attrs = []
158 self.__class__, 'compare_attrs', compare_attrs)
161 [getattr(self, name, self._None) for name in compare_attrs]
171 compare_attrs = []
173 self.__class__, 'compare_attrs', compare_attrs)
176 for name in compare_attrs]
178 for name in compare_attrs]
229 compare_attrs = []
231 self.__class__, 'compare_attrs', compare_attrs)
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dmanhole.py212 compare_attrs = ("port", "username", "password") variable in TelnetManhole
226 compare_attrs = ("port", "username", "password", "ssh_hostkey_dir") variable in PasswordManhole
243 compare_attrs = ("port", "keyfile", "ssh_hostkey_dir") variable in AuthorizedKeysManhole
261 compare_attrs = ("port", "checker") variable in ArbitraryCheckerManhole
H A Dlocks.py346 compare_attrs = ('lockid', 'mode', 'count') variable in LockAccess
406 compare_attrs = ('name', 'maxCount') variable in MasterLock
435 compare_attrs = ('name', 'maxCount', '_maxCountForWorkerList') variable in WorkerLock
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/process/
H A Dproperties.py50 compare_attrs = ('properties',) variable in Properties
321 compare_attrs = ('fn',) variable in _OperatorRenderer
418 compare_attrs = ('fmtstring', 'args', 'lambda_subs') variable in WithProperties
454 compare_attrs = () variable in _NotHasKey
465 compare_attrs = ( variable in _Lookup
579 compare_attrs = ('codebase',) variable in _SourceStampDict
594 compare_attrs = ('value',) variable in _Lazy
614 compare_attrs = ('fmtstring', 'args', 'kwargs') variable in Interpolate
807 compare_attrs = ('key', 'default', 'defaultWhenFalse') variable in Property
847 compare_attrs = ('nestedlist') variable in FlattenList
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/schedulers/
H A Dtriggerable.py29 compare_attrs = base.BaseScheduler.compare_attrs + ('reason',) variable in Triggerable
H A Dcanceller_buildset.py53 compare_attrs = BuildbotService.compare_attrs + ('filters',) variable in FailingBuildsetCanceller
H A Dtimed.py40 compare_attrs = ('reason', 'createAbsoluteSourceStamps', 'onlyIfChanged', variable in Timed
261 compare_attrs = ('periodicBuildTimer',) variable in Periodic
278 compare_attrs = ('minute', 'hour', 'dayOfMonth', 'month', 'dayOfWeek') variable in NightlyBase
H A Dcanceller.py162 compare_attrs = BuildbotService.compare_attrs + ('filters',) variable in OldBuildCanceller
H A Dbase.py34 compare_attrs = ClusteredBuildbotService.compare_attrs + \ variable in BaseScheduler
H A Ddependent.py29 compare_attrs = ('upstream_name',) variable in Dependent
/dports/www/firefox-esr/firefox-91.8.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/www/firefox/firefox-99.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py32 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
49 self_list = [getattr(self, attr) for attr in self.compare_attrs]
50 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py72 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
96 self_list = [getattr(self, attr) for attr in self.compare_attrs]
97 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozrelease/mozrelease/
H A Dupdate_verify.py34 compare_attrs = global_keys + ("releases",) variable in UpdateVerifyConfig
51 self_list = [getattr(self, attr) for attr in self.compare_attrs]
52 other_list = [getattr(other, attr) for attr in self.compare_attrs]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/generators/
H A Dbuild.py34 compare_attrs = ['formatter'] variable in BuildStatusGenerator
84 compare_attrs = ['start_formatter', 'end_formatter'] variable in BuildStartEndStatusGenerator
H A Dworker.py30 compare_attrs = ['workers', 'formatter'] variable in WorkerMissingGenerator
H A Dbuildrequest.py36 compare_attrs = ['formatter'] variable in BuildRequestGenerator
H A Dbuildset.py34 compare_attrs = ['formatter'] variable in BuildSetStatusGenerator
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dsearch_tests_common.py24 def compare_attrs(self, obj_a, obj_b, attrs): member in SearchTestBaseClass
58 self.compare_attrs(obj_a, obj_b, list(obj_a.__dict__))
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/reporters/
H A Dbase.py33 compare_attrs = ['generators'] variable in ReporterBase
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/changes/
H A Dfilter.py27 compare_attrs = ('filter_fn', 'checks') variable in ChangeFilter
H A Dmail.py44 compare_attrs = ("basedir", "pollinterval", "prefix") variable in MaildirSource
413 compare_attrs = ("branchMap", "defaultBranch") variable in BzrLaunchpadEmailMaildirSource
/dports/devel/py-buildbot/buildbot-3.4.1/docs/developer/
H A Dschedulers.rst64 See the documentation for class for an explanation of the ``compare_attrs`` attribute.
68 …reconfiguration as reconfigurable services, and will no longer require ``compare_attrs`` to be set.
/dports/astro/py-astropy/astropy-5.0/astropy/io/misc/tests/
H A Dtest_parquet.py375 compare_attrs = { variable
428 attrs = compare_attrs[name]
488 assert_objects_equal(t[colname], t2[colname], compare_attrs[colname])

123