Python: add qldoc

This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-06 17:29:27 +02:00
parent 4cd41c24c7
commit e7400e90e5

View File

@@ -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();