Skip to content

Commit 45080e7

Browse files
committed
PY: add missing qldoc
1 parent acac891 commit 45080e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/lib/semmle/python/objects/Modules.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ class PackageObjectInternal extends ModuleObjectInternal, TPackageObject {
136136
/** Gets the init module of this package */
137137
PythonModuleObjectInternal getInitModule() { result = TPythonModule(this.getSourceModule()) }
138138

139+
/** Holds if the folder for this package has no init module. */
139140
predicate hasNoInitModule() {
140141
exists(Folder f |
141142
f = this.getFolder() and

0 commit comments

Comments
 (0)