all() function

Asked by Alex Lunyov

I have just tryed to run this:

print all()

and got the line "S(-1)[0,0 1920x1080] E:Y, T:3,0".

What does it mean? I have not found the documentation. Will it be bad for Sikuli working if I delete this function so that I was able to use standard Python function all()?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Lunyov
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Uuuups, did not realize, that there is a Python builtin all() function.

SikuliX's all() means the union of all attached screens as one large region, what you apparently do not need with only one screen.

... and yes, it is safe, to delete this function.

I take this as a bug and will fix it.

Revision history for this message
Alex Lunyov (lunyov-av) said :
#2

OK, and please add some explanation to the docs. Thanks!

Revision history for this message
RaiMan (raimund-hocke) said :
#3

Yes Sir ;-)

Revision history for this message
Alex Lunyov (lunyov-av) said :
#4

(-;