We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8cd86 commit 9eda6ccCopy full SHA for 9eda6cc
src/blocks/utils/python_json_types.ts
@@ -59,6 +59,8 @@ export class FunctionData {
59
returnType: string = '';
60
args: ArgData[] = [];
61
declaringClassName?: string = '';
62
+ // TODO: Make this less hacky...
63
+ expectedPortType?: string = '';
64
}
65
66
export class ArgData {
0 commit comments