MCPcopy Create free account
hub / github.com/csev/py4e / __str__

Method __str__

code/BeautifulSoup.py:453–457  ·  view source on GitHub ↗
(self, encoding=DEFAULT_OUTPUT_ENCODING)

Source from the content-addressed store, hash-verified

451 return str(self).decode(DEFAULT_OUTPUT_ENCODING)
452
453 def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):
454 if encoding:
455 return self.encode(encoding)
456 else:
457 return self
458
459class CData(NavigableString):
460

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected