File tree Expand file tree Collapse file tree
python/ql/src/semmle/python/objects Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ class PythonFunctionValue extends FunctionValue {
723723 ControlFlowNode getAReturnedNode ( ) { result = this .getScope ( ) .getAReturnValueFlowNode ( ) }
724724
725725 override ClassValue getARaisedType ( ) { scope_raises ( result , this .getScope ( ) ) }
726-
726+
727727 override ClassValue getAnInferredReturnType ( ) {
728728 /* We have to do a special version of this because builtin functions have no
729729 * explicit return nodes that we can query and get the class of.
@@ -779,7 +779,7 @@ class BuiltinMethodValue extends FunctionValue {
779779 /* Information is unavailable for C code in general */
780780 none ( )
781781 }
782-
782+
783783 override ClassValue getAnInferredReturnType ( ) {
784784 result = TBuiltinClassObject ( this .( BuiltinMethodObjectInternal ) .getReturnType ( ) )
785785 }
You can’t perform that action at this time.
0 commit comments