format tree
This commit is contained in:
parent
e81a23856e
commit
46281b8640
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ class Storage:
|
||||||
@overload
|
@overload
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _cursor_method(
|
def _cursor_method(
|
||||||
fun: CurMethod[StorageSelf, P, T]
|
fun: CurMethod[StorageSelf, P, T],
|
||||||
) -> WrappedCurMethod[StorageSelf, P, T]:
|
) -> WrappedCurMethod[StorageSelf, P, T]:
|
||||||
...
|
...
|
||||||
|
|
||||||
|
@ -160,7 +160,7 @@ class Storage:
|
||||||
| Callable[[CurMethod[StorageSelf, P, T]], WrappedCurMethod[StorageSelf, P, T]]
|
| Callable[[CurMethod[StorageSelf, P, T]], WrappedCurMethod[StorageSelf, P, T]]
|
||||||
):
|
):
|
||||||
def decorator(
|
def decorator(
|
||||||
fun: CurMethod[StorageSelf, P, T]
|
fun: CurMethod[StorageSelf, P, T],
|
||||||
) -> WrappedCurMethod[StorageSelf, P, T]:
|
) -> WrappedCurMethod[StorageSelf, P, T]:
|
||||||
if transaction:
|
if transaction:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue