Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __unicode__
Method
__unicode__
suds/sax/element.py:946–947 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
944
return
self.str()
945
946
def
__unicode__(self):
947
return
self.str()
948
949
def
__iter__(self):
950
return
NodeIterator(self)
Callers
nothing calls this directly
Calls
1
str
Method · 0.95
Tested by
no test coverage detected