You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MNT add annotation to several methods in computer vision functions
- add to imports: NamedTuple, Iterable and List
- add annotation to: add_image, get_image_from_map, find_multiple, find
find_until, find_all, find_text, find_process, get_last_element, screenshot
get_screenshot, screen_cut, get_element_coords, get_element_coords_centered
- updated the documentation from methods: find_multiple, find, find_until
find_all, find_text, find_process, get_element_coords
- removed the duplicity of (x,y) variables by setting a default value in the
function definition
Automatic linter changes:
I'm currently using pyright, black and flake8 to help with linting, formatting
and code style
- added double quotes as default logging
- updated the identation of some functions uses: functools.partial(), _replace()
locate_all_opencv(), locate_all_opencv(), find_all(), click(), click_relative()
mouse_click(), double_click_relative(), find_app_window(), find_app_element()
connect_to_app(), right_click_relative()
0 commit comments