Пример #1
0
def is_client_connected():
    return pydevd._is_attached()
Пример #2
0
def is_attached():
    return pydevd._is_attached()