示例#1
0
def bookmarks_t_erase(*args):
    """
  bookmarks_t_erase(e, index, ud) -> bool
  """
    return _ida_moves.bookmarks_t_erase(*args)
示例#2
0
 def erase(*args) -> "bool":
     r"""
     erase(e, index, ud) -> bool
     """
     return _ida_moves.bookmarks_t_erase(*args)