Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ _s2bytes
Function
_s2bytes
pattern/web/feed/feedparser.py:116–117 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
114
except
NameError:
115
# Python 2
116
def
_s2bytes(s):
117
return
s
118
def
_l2bytes(l):
119
return
''
.join(map(chr, l))
120
else
:
Callers
2
_getCharacterEncoding
Function · 0.85
_stripDoctype
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…