Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ bytes
Class
bytes
tests/test_wsgi.py:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
urls = (
"/"
,
"bytes"
)
33
34
class
bytes:
35
def
GET(self):
36
return
b
"abcdef"
37
38
app = web.application(urls, locals())
39
Callers
1
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected