Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7400e9

Browse files
committed
Python: add qldoc
1 parent 4cd41c2 commit e7400e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/ql/lib/semmle/python/dataflow/new/internal/DataFlowDispatchPointsTo.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ class DataFlowCallable extends TDataFlowCallable {
328328
Location getLocation() { none() }
329329
}
330330

331+
/** A callable that is not synthesised. Either a CallableValue, a lambda or a module (only used to provide scopes for module variables). */
331332
abstract class NonLibraryDataFlowCallable extends DataFlowCallable {
332333
/** Gets a callable value for this callable, if one exists. */
333334
abstract CallableValue getCallableValue();

0 commit comments

Comments
 (0)