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 1dd3c63 commit 7d272feCopy full SHA for 7d272fe
src/code_generator.py
@@ -3,7 +3,7 @@
3
4
def create_communication_map(code_block: dict) -> dict:
5
"""
6
- Creates a map of variable names to their index and type for communication.
+ Creates a map of variable names to their index and type for communication
7
(This function is platform-independent)
8
9
comm_map = {}
0 commit comments