Skip to content

Commit

Permalink
Update dbase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Feb 15, 2024
1 parent f7913c7 commit 47fa88a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ostap/io/dbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,20 +293,20 @@ def __init__ ( self ,

@property
def tmp_name ( self ) :
"""``tmp_name'' : get the generated temporary file nale
"""``tmp_name'' : get the generated temporary file name
"""
return self.__tmp_name

@property
def remove ( self ) :
"""``remove'': remove the temporary file immediately (just after``clonse''),
"""``remove'': remove the temporary file immediately (just after``close''),
otherwise remove it at the shutdown
"""
return self.__remove

@property
def keep ( self ) :
"""``keep'' keep the file and not delete it
"""``keep'' keep the file and do not delete it
"""
return self.__keep

Expand Down

0 comments on commit 47fa88a

Please sign in to comment.