Add module comment
This commit is contained in:
committed by
=Michael Hohn
parent
349d758c14
commit
5a95f0ea08
@@ -1,10 +1,6 @@
|
|||||||
#* Overview
|
""" This module supports the selection of CodeQL databases based on various
|
||||||
# - [ ] import the dbs from the filesystem. Include
|
criteria.
|
||||||
# 1. name
|
"""
|
||||||
# 2. owner
|
|
||||||
# 3. language
|
|
||||||
# 4. creation date
|
|
||||||
# 5. db size
|
|
||||||
#* Imports
|
#* Imports
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
@@ -52,7 +48,7 @@ class DBInfo:
|
|||||||
language : str = 'cpp'
|
language : str = 'cpp'
|
||||||
name : str = 'nanobind'
|
name : str = 'nanobind'
|
||||||
owner : str = 'wjakob'
|
owner : str = 'wjakob'
|
||||||
path : Path = Path('/Users/hohn/work-gh/mrva/mrva-open-source-download/repos/wjakob/nanobind/code-scanning/codeql/databases/cpp/db.zip')
|
path : Path = Path('/Users/.../db.zip')
|
||||||
size : int = 63083064
|
size : int = 63083064
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user