Skip to content

Commit

Permalink
add stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 3, 2024
1 parent 0957bee commit 0e28d71
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions aerospike-stubs/aerospike.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,16 @@ UDF_TYPE_LUA: Literal[0]
QUERY_DURATION_LONG: Literal[0]
QUERY_DURATION_SHORT: Literal[1]
QUERY_DURATION_LONG_RELAX_AP: Literal[2]
MRT_COMMIT_OK: Literal[0]
MRT_COMMIT_ALREADY_ATTEMPTED: Literal[1]
MRT_COMMIT_VERIFY_FAILED: Literal[2]
MRT_COMMIT_MARK_ROLL_FORWARD_ABANDONED: Literal[3]
MRT_COMMIT_ROLL_FORWARD_ABANDONED: Literal[4]
MRT_COMMIT_CLOSE_ABANDONED: Literal[5]
MRT_ABORT_OK: Literal[0]
MRT_ABORT_ALREADY_ATTEMPTED: Literal[1]
MRT_ABORT_ROLL_BACK_ABANDONED: Literal[2]
MRT_ABORT_CLOSE_ABANDONED: Literal[3]

@final
class CDTInfinite:
Expand Down

0 comments on commit 0e28d71

Please sign in to comment.