Skip to content

Builder calls from module class #128

Discussion options

You must be logged in to vote

I think you're just running into an oddity with how the __str__() method on the builder.aIn (and other record types) is stringifying the object. If you do print(repr(d.device.pvs['Test'])) you'll see that you do still have the created instance.

When you call builder.LoadDatabase(), under the covers we set some attributes to None to indicate that no more records can be created. This is what appears to be being printed at the moment.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlexanderWells-diamond
Comment options

@jdmax
Comment options

Answer selected by jdmax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants