Changeset 56808 in vbox
- Timestamp:
- Jul 5, 2015 5:00:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/db.py
r56801 r56808 93 93 94 94 return tsValue; 95 96 def isDbInterval(oValue): 97 """ 98 Checks if oValue is a DB interval object. 99 """ 100 if isinstance(oValue, datetime.timedelta): 101 return True; 102 return False; 95 103 96 104
Note:
See TracChangeset
for help on using the changeset viewer.