I have dot graph string like
I know I can use node.get_name() or node.get_label() to read name/label.
what methods in the library can I use to read the custom properties like 'schema' or 'page' in the above case?
Posted in pydot github page. No response
"Graph_ID_1" [label="My graph" schema="my_schema" page=2];
}```