Files
openide/python/helpers/pydev/pydevd_pycharm.py
2018-12-04 15:18:32 +03:00

7 lines
171 B
Python

# make settrace() function available for `pydevd_pycharm`
from pydevd import settrace
from _pydevd_bundle.pydevd_comm import VERSION_STRING
__version__ = VERSION_STRING