suds-py3
suds-py3 copied to clipboard
nosend attribute for Client is documented, but doesn't appear to be implemented
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