Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Sep 15, 2023
1 parent 98ace1d commit 72807db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ def _missing_(cls, value):
@staticmethod
def is_table(entry):
"""
Deprecated, use is_row_table instead of this.
:param entry: A scheme entry to check
:return: True if scheme entry is a row table and False otherwise (same as is_row_table)
"""
Expand Down

0 comments on commit 72807db

Please sign in to comment.