MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / __init__

Method __init__

suds/transport/options.py:47–56  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

45 - default: None
46 """
47 def __init__(self, **kwargs):
48 domain = __name__
49 definitions = [
50 Definition('proxy', dict, {}),
51 Definition('timeout', (int, float), 90),
52 Definition('headers', dict, {}),
53 Definition('username', str, None),
54 Definition('password', str, None),
55 ]
56 Skin.__init__(self, domain, definitions, kwargs)

Callers

nothing calls this directly

Calls 1

DefinitionClass · 0.90

Tested by

no test coverage detected