|
|
|||
File indexing completed on 2026-04-09 07:58:23
0001 #!/usr/bin/env python 0002 # 0003 # Licensed under the Apache License, Version 2.0 (the "License"); 0004 # You may not use this file except in compliance with the License. 0005 # You may obtain a copy of the License at 0006 # http://www.apache.org/licenses/LICENSE-2.0OA 0007 # 0008 # Authors: 0009 # - Wen Guan, <wen.guan@cern.ch>, 2019 0010 0011 0012 """ 0013 destory the database. 0014 """ 0015 0016 0017 from idds.orm.base.utils import destory_everything 0018 0019 if __name__ == '__main__': 0020 0021 destory_everything()
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|