Lines Matching +full:pylint +full:- +full:exit
9 # http://www.apache.org/licenses/LICENSE-2.0
35 # pylint: disable=too-many-instance-attributes,too-many-arguments
52 """ Exit JerryScript debugger """
64 print("Non-negative integer number expected, 0 turns off this function")
112 args -= 1
234 # pylint: disable=invalid-name
236 """ Exit JerryScript debugger """
246 debugger.src_offset -= debugger.src_offset_diff
255 print("Error: Non-negative integer number expected")
256 return -1
260 print("Error: Non-negative integer number expected: %s" % (val_errno))
261 return -1
263 # pylint: disable=too-many-branches,too-many-locals,too-many-statements
284 return -1
292 return -1
300 prompt.prompt = "(jerry-debugger) "
339 sys.exit("Failed to connect to the JerryScript debugger.")
341 sys.exit("Connection closed.")
343 sys.exit("Failed to connect to the JerryScript debugger.\nError: %s" % (MSG))