-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
I'm trying to create
[a.b.c]
d = 10but I get
[a]
[a.b]
[a.b.c]
d = 10Looking around, somethings I see that might be useful
tomlkit.items.Table(..., is_super_table)but am unclear where I apply it and what problems I need to avoid vs what is enforced for metomlkit.items.Keysupports a type and dotted but it is unclear what should be done.- Even if I pass
dotted=True, it looks like it'll still get aBasictype and be quoted. So I need to specify bothBareanddotted?
- Even if I pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels