MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / controleren_ware

Method controleren_ware

seleniumbase/translate/dutch.py:132–134  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

130 return self.get_title(*args, **kwargs)
131
132 def controleren_ware(self, *args, **kwargs):
133 # assert_true(expr)
134 return self.assert_true(*args, **kwargs)
135
136 def controleren_valse(self, *args, **kwargs):
137 # assert_false(expr)

Callers

nothing calls this directly

Calls 1

assert_trueMethod · 0.45

Tested by

no test coverage detected