Skip to content

Instantly share code, notes, and snippets.

@me21
Created February 27, 2018 21:55
Show Gist options
  • Save me21/1cf99f77abee9ed8bb9107f5cb16474a to your computer and use it in GitHub Desktop.
Save me21/1cf99f77abee9ed8bb9107f5cb16474a to your computer and use it in GitHub Desktop.
Eventlet crash dump
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
!!!!! {'__name__': 'eventlet.hubs', '__doc__': None, '__package__': 'eventlet.hubs', '__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, '__spec__': ModuleSpec(name='eventlet.hubs', loader=<_frozen_importlib_external.SourceFileLoader object at 0x000001609231F9E8>, origin='C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', submodule_search_locations=['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs']), '__path__': ['C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs'], '__file__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__init__.py', '__cached__': 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\__pycache__\\__init__.cpython-36.pyc', '__builtins__': {'__name__': 'builtins', '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", '__package__': '', '__loader__': <class '_frozen_importlib.BuiltinImporter'>, '__spec__': ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>), '__build_class__': <built-in function __build_class__>, '__import__': <built-in function __import__>, 'abs': <built-in function abs>, 'all': <built-in function all>, 'any': <built-in function any>, 'ascii': <built-in function ascii>, 'bin': <built-in function bin>, 'callable': <built-in function callable>, 'chr': <built-in function chr>, 'compile': <built-in function compile>, 'delattr': <built-in function delattr>, 'dir': <built-in function dir>, 'divmod': <built-in function divmod>, 'eval': <built-in function eval>, 'exec': <built-in function exec>, 'format': <built-in function format>, 'getattr': <built-in function getattr>, 'globals': <built-in function globals>, 'hasattr': <built-in function hasattr>, 'hash': <built-in function hash>, 'hex': <built-in function hex>, 'id': <built-in function id>, 'input': <built-in function input>, 'isinstance': <built-in function isinstance>, 'issubclass': <built-in function issubclass>, 'iter': <built-in function iter>, 'len': <built-in function len>, 'locals': <built-in function locals>, 'max': <built-in function max>, 'min': <built-in function min>, 'next': <built-in function next>, 'oct': <built-in function oct>, 'ord': <built-in function ord>, 'pow': <built-in function pow>, 'print': <built-in function print>, 'repr': <built-in function repr>, 'round': <built-in function round>, 'setattr': <built-in function setattr>, 'sorted': <built-in function sorted>, 'sum': <built-in function sum>, 'vars': <built-in function vars>, 'None': None, 'Ellipsis': Ellipsis, 'NotImplemented': NotImplemented, 'False': False, 'True': True, 'bool': <class 'bool'>, 'memoryview': <class 'memoryview'>, 'bytearray': <class 'bytearray'>, 'bytes': <class 'bytes'>, 'classmethod': <class 'classmethod'>, 'complex': <class 'complex'>, 'dict': <class 'dict'>, 'enumerate': <class 'enumerate'>, 'filter': <class 'filter'>, 'float': <class 'float'>, 'frozenset': <class 'frozenset'>, 'property': <class 'property'>, 'int': <class 'int'>, 'list': <class 'list'>, 'map': <class 'map'>, 'object': <class 'object'>, 'range': <class 'range'>, 'reversed': <class 'reversed'>, 'set': <class 'set'>, 'slice': <class 'slice'>, 'staticmethod': <class 'staticmethod'>, 'str': <class 'str'>, 'super': <class 'super'>, 'tuple': <class 'tuple'>, 'type': <class 'type'>, 'zip': <class 'zip'>, '__debug__': True, 'BaseException': <class 'BaseException'>, 'Exception': <class 'Exception'>, 'TypeError': <class 'TypeError'>, 'StopAsyncIteration': <class 'StopAsyncIteration'>, 'StopIteration': <class 'StopIteration'>, 'GeneratorExit': <class 'GeneratorExit'>, 'SystemExit': <class 'SystemExit'>, 'KeyboardInterrupt': <class 'KeyboardInterrupt'>, 'ImportError': <class 'ImportError'>, 'ModuleNotFoundError': <class 'ModuleNotFoundError'>, 'OSError': <class 'OSError'>, 'EnvironmentError': <class 'OSError'>, 'IOError': <class 'OSError'>, 'WindowsError': <class 'OSError'>, 'EOFError': <class 'EOFError'>, 'RuntimeError': <class 'RuntimeError'>, 'RecursionError': <class 'RecursionError'>, 'NotImplementedError': <class 'NotImplementedError'>, 'NameError': <class 'NameError'>, 'UnboundLocalError': <class 'UnboundLocalError'>, 'AttributeError': <class 'AttributeError'>, 'SyntaxError': <class 'SyntaxError'>, 'IndentationError': <class 'IndentationError'>, 'TabError': <class 'TabError'>, 'LookupError': <class 'LookupError'>, 'IndexError': <class 'IndexError'>, 'KeyError': <class 'KeyError'>, 'ValueError': <class 'ValueError'>, 'UnicodeError': <class 'UnicodeError'>, 'UnicodeEncodeError': <class 'UnicodeEncodeError'>, 'UnicodeDecodeError': <class 'UnicodeDecodeError'>, 'UnicodeTranslateError': <class 'UnicodeTranslateError'>, 'AssertionError': <class 'AssertionError'>, 'ArithmeticError': <class 'ArithmeticError'>, 'FloatingPointError': <class 'FloatingPointError'>, 'OverflowError': <class 'OverflowError'>, 'ZeroDivisionError': <class 'ZeroDivisionError'>, 'SystemError': <class 'SystemError'>, 'ReferenceError': <class 'ReferenceError'>, 'BufferError': <class 'BufferError'>, 'MemoryError': <class 'MemoryError'>, 'Warning': <class 'Warning'>, 'UserWarning': <class 'UserWarning'>, 'DeprecationWarning': <class 'DeprecationWarning'>, 'PendingDeprecationWarning': <class 'PendingDeprecationWarning'>, 'SyntaxWarning': <class 'SyntaxWarning'>, 'RuntimeWarning': <class 'RuntimeWarning'>, 'FutureWarning': <class 'FutureWarning'>, 'ImportWarning': <class 'ImportWarning'>, 'UnicodeWarning': <class 'UnicodeWarning'>, 'BytesWarning': <class 'BytesWarning'>, 'ResourceWarning': <class 'ResourceWarning'>, 'ConnectionError': <class 'ConnectionError'>, 'BlockingIOError': <class 'BlockingIOError'>, 'BrokenPipeError': <class 'BrokenPipeError'>, 'ChildProcessError': <class 'ChildProcessError'>, 'ConnectionAbortedError': <class 'ConnectionAbortedError'>, 'ConnectionRefusedError': <class 'ConnectionRefusedError'>, 'ConnectionResetError': <class 'ConnectionResetError'>, 'FileExistsError': <class 'FileExistsError'>, 'FileNotFoundError': <class 'FileNotFoundError'>, 'IsADirectoryError': <class 'IsADirectoryError'>, 'NotADirectoryError': <class 'NotADirectoryError'>, 'InterruptedError': <class 'InterruptedError'>, 'PermissionError': <class 'PermissionError'>, 'ProcessLookupError': <class 'ProcessLookupError'>, 'TimeoutError': <class 'TimeoutError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-Z plus Return to exit, 'exit': Use exit() or Ctrl-Z plus Return to exit, 'copyright': Copyright (c) 2001-2017 Python Software Foundation.
All Rights Reserved.
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'license': See http://www.python.org/3.6/license.html, 'help': Type help() for interactive help, or help(object) for help about object.}, 'os': <module 'os' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\os.py'>, 'patcher': <module 'eventlet.patcher' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\patcher.py'>, 'greenlet': <module 'eventlet.support.greenlets' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\greenlets.py'>, 'six': <module 'eventlet.support.six' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\support\\six.py'>, '__all__': ['use_hub', 'get_hub', 'get_default_hub', 'trampoline'], 'threading': <module 'threading' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\Lib\\threading.py'>, '_threadlocal': <_thread._local object at 0x00000160924DF518>, 'get_default_hub': <function get_default_hub at 0x00000160920EF9D8>, 'use_hub': <function use_hub at 0x00000160924EABF8>, 'get_hub': <function get_hub at 0x00000160924EAC80>, 'timeout': <module 'eventlet.timeout' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\timeout.py'>, 'trampoline': <function trampoline at 0x00000160924EAD08>, 'notify_close': <function notify_close at 0x00000160924EAD90>, 'notify_opened': <function notify_opened at 0x0000016092502510>, 'IOClosed': <class 'eventlet.hubs.IOClosed'>, 'timer': <module 'eventlet.hubs.timer' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\timer.py'>, 'hub': <module 'eventlet.hubs.hub' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\hub.py'>, 'selects': <module 'eventlet.hubs.selects' from 'C:\\Users\\Зарубкин\\Documents\\Python Projects\\waves\\venv\\lib\\site-packages\\eventlet\\hubs\\selects.py'>}
Traceback (most recent call last):
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\hubs\__init__.py", line 112, in get_hub
hub = _threadlocal.hub
AttributeError: '_thread._local' object has no attribute 'hub'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\hubs\__init__.py", line 115, in get_hub
_threadlocal.Hub
AttributeError: '_thread._local' object has no attribute 'Hub'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/Зарубкин/Documents/Python Projects/waves/wavesdex.py", line 52, in <module>
do_every(60, launch_main, dict())
File "C:/Users/Зарубкин/Documents/Python Projects/waves/wavesdex.py", line 33, in do_every
f(*args)
File "C:/Users/Зарубкин/Documents/Python Projects/waves/wavesdex.py", line 37, in launch_main
result, newBalancePerAsset = main(balancePerAsset)
File "C:/Users/Зарубкин/Documents/Python Projects/waves/wavesdex.py", line 16, in main
result = ac.loopOnce(previousBalancePerAsset)
File "C:\Users\Зарубкин\Documents\Python Projects\waves\calculator.py", line 127, in loopOnce
self.__orderBooks = self.exchange.pullOrderBooks(balance)
File "C:\Users\Зарубкин\Documents\Python Projects\waves\engine.py", line 244, in pullOrderBooks
orderBooks = WavesDexEngine.__loadOrderBooks(assetPairs)
File "C:\Users\Зарубкин\Documents\Python Projects\waves\engine.py", line 190, in __loadOrderBooks
timeout=ORDERBOOKS_LOAD_TIMEOUT_SECONDS)
File "C:\Users\Зарубкин\Documents\Python Projects\waves\engine.py", line 187, in <listcomp>
orderBooks = dict([orderBook
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\concurrent\futures\_base.py", line 588, in result_iterator
yield fs.pop().result(end_time - time.time())
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\concurrent\futures\_base.py", line 425, in result
return self.__get_result()
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\concurrent\futures\_base.py", line 384, in __get_result
raise self._exception
File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\Lib\concurrent\futures\thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\Зарубкин\Documents\Python Projects\waves\engine.py", line 188, in <lambda>
for orderBook in executor.map(lambda assetPair: [assetPair, orderBooks.get(assetPair) or WavesDexEngine.__loadOrderBook(assetPair)],
File "C:\Users\Зарубкин\Documents\Python Projects\waves\utils.py", line 24, in inner
with eventlet.Timeout(DATA_LOAD_TIMEOUT_SECONDS):
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\timeout.py", line 55, in __init__
self.start()
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\timeout.py", line 66, in start
self.timer = get_hub().schedule_call_global(
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\hubs\__init__.py", line 117, in get_hub
use_hub()
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\hubs\__init__.py", line 71, in use_hub
mod = get_default_hub()
File "C:\Users\Зарубкин\Documents\Python Projects\waves\venv\lib\site-packages\eventlet\hubs\__init__.py", line 40, in get_default_hub
return eventlet.hubs.epolls
AttributeError: module 'eventlet.hubs' has no attribute 'epolls'
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment