mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
PY-73432 Refactoring: generalize type parameter
GitOrigin-RevId: a0e6af2cba15f20c01f307f0873b97b79a105136
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3fb01b657c
commit
128109aa98
@@ -30,7 +30,7 @@ public interface IPyDebugProcess extends PyFrameAccessor {
|
||||
|
||||
void showConsole(PyThreadInfo thread);
|
||||
|
||||
void loadReferrers(PyReferringObjectsValue var, PyDebugCallback<XValueChildrenList> callback);
|
||||
void loadReferrers(PyReferringObjectsValue var, PyDebugCallback<? super XValueChildrenList> callback);
|
||||
|
||||
void suspendAllOtherThreads(PyThreadInfo thread);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user