It looks like VertrouwelijkheidsAanduiding does not implement a get_choice method, even though parts of the codebase seem to assume its existence.
>>> from vng_api_common.constants import *
>>> VertrouwelijkheidsAanduiding.get_choice
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: type object 'VertrouwelijkheidsAanduiding' has no attribute 'get_choice'
This suggests the method may be untested or unused.
See also: #149 (comment)
It looks like VertrouwelijkheidsAanduiding does not implement a get_choice method, even though parts of the codebase seem to assume its existence.
This suggests the method may be untested or unused.
See also: #149 (comment)