Closed ahal closed 2 months ago
I keep tripping up over the fact that graph_config isn't a dict and trying to use things like get. Maybe we should make it subclass a dict, but for now simply implementing .get() will solve most of my problems.
graph_config
get
.get()
I keep tripping up over the fact that
graph_config
isn't a dict and trying to use things likeget
. Maybe we should make it subclass a dict, but for now simply implementing.get()
will solve most of my problems.