Replies: 1 comment 3 replies
|
Hi, they show up for me, if i'm seeing this right print("\nnames", Db.DatabaseOpenMode.names)
print("\nname",Db.DatabaseOpenMode.kTryForReadShare.name)
print("\nnames", Ed.PromptStatus.names)
print("\nname",Ed.PromptStatus.eNormal.name) |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Db.DatabaseOpenMode.kForReadAndAllShare.nameis'kForReadAndAllShare', but theEd.PromptStatusmembers do not have anameattribute. Is this intentional?All reactions