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

Method __init__

suds/__init__.py:78–79  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

76 """
77
78 def __init__(self, name):
79 Exception.__init__(self, self.msg % name)
80
81
82def smart_str(s, encoding='utf-8', errors='strict'):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected