Skip to content

Commit 26acbb2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent e7c7bc4 commit 26acbb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

stubs/gdb/gdb/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,12 @@ class Value:
111111
def __ge__(self, other: _ValueOrNative, /) -> bool: ...
112112
def __getitem__(self, key: int | str | Field, /) -> Value: ...
113113
def __call__(self, *args: _ValueOrNative) -> Value: ...
114+
114115
@overload
115116
def __init__(self, val: _ValueOrNative, type: None = None) -> None: ...
116117
@overload
117118
def __init__(self, val: _BufferType, type: Type) -> None: ...
119+
118120
def cast(self, type: Type) -> Value: ...
119121
def dereference(self) -> Value: ...
120122
def referenced_value(self) -> Value: ...

0 commit comments

Comments
 (0)