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)
|
Beta Was this translation helpful? Give feedback.
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.name
is'kForReadAndAllShare'
, but theEd.PromptStatus
members do not have aname
attribute. Is this intentional?Beta Was this translation helpful? Give feedback.
All reactions