How To Implement (Python) Containers #369
maximiliankaul
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python supports types like
list
,tuple
,set
,dict
...How should this be represented in CPG? One approach is to simply implement them as literals. Then
would just be represented as a list literal. However, it would be nice to have access to the elements, too.
Beta Was this translation helpful? Give feedback.
All reactions