Home
last modified time | relevance | path

Searched refs:class_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
H A DComInterface.py113 def __init__(self, class_string): argument
115 super(DTE, self).__init__(com.DispatchEx(class_string))
119 '{} [{}]'.format(msg, class_string), orig_exception=exc)