MCPcopy Index your code
hub / github.com/plotly/dash / _is_windows

Method _is_windows

dash/testing/browser.py:563–564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

561
562 @staticmethod
563 def _is_windows():
564 return sys.platform == "win32"
565
566 def multiple_click(self, elem_or_selector, clicks, delay=None):
567 """multiple_click click the element with number of `clicks`."""

Callers 1

take_snapshotMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected