MCPcopy Create free account
hub / github.com/MacPaw/macapptree / __init__

Method __init__

macapptree/dock_utils.py:100–103  ·  view source on GitHub ↗
(self, orientation: str = None, reveal: bool = None, dwell: float = 0.8)

Source from the content-addressed store, hash-verified

98
99class DockCapture:
100 def __init__(self, orientation: str = None, reveal: bool = None, dwell: float = 0.8):
101 self.orientation = orientation or get_dock_orientation()
102 self.reveal = reveal if reveal is not None else get_dock_autohide()
103 self.dwell = dwell
104
105 def capture(self, max_depth=None, output_screenshot_dir=None):
106 store_screen_scaling_factor()

Callers

nothing calls this directly

Calls 2

get_dock_orientationFunction · 0.85
get_dock_autohideFunction · 0.85

Tested by

no test coverage detected