MCPcopy Create free account
hub / github.com/RustPython/RustPython / has_meaningful_duration

Method has_meaningful_duration

Lib/test/libregrtest/result.py:175–176  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

173 )
174
175 def has_meaningful_duration(self):
176 return State.has_meaningful_duration(self.state)
177
178 def set_env_changed(self):
179 if self.state is None or self.state == State.PASSED:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected