mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: add qldoc
This commit is contained in:
@@ -328,6 +328,7 @@ class DataFlowCallable extends TDataFlowCallable {
|
||||
Location getLocation() { none() }
|
||||
}
|
||||
|
||||
/** A callable that is not synthesised. Either a CallableValue, a lambda or a module (only used to provide scopes for module variables). */
|
||||
abstract class NonLibraryDataFlowCallable extends DataFlowCallable {
|
||||
/** Gets a callable value for this callable, if one exists. */
|
||||
abstract CallableValue getCallableValue();
|
||||
|
||||
Reference in New Issue
Block a user