suds-py3 icon indicating copy to clipboard operation
suds-py3 copied to clipboard

nosend attribute for Client is documented, but doesn't appear to be implemented

Open robert-b-clarke opened this issue 2 years ago • 1 comments

Attempt to initialise a client with

Client(MY_WSSL,  nosend=True)

results in the following error

AttributeError: nosend

Documentation suggests nosend should be supported, either the docs should be updated or the attribute implemented. I'm not sure which is most desirable

robert-b-clarke avatar Apr 18 '22 10:04 robert-b-clarke