Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/csev/py4e
/ sash
Class
sash
code/wikigrade.py:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
# A slightly extended dictionary
19
class
sash(dict):
20
def
sortvalues(self,reverse=True):
21
return
sorted(self.items(),key=
lambda
x: (x[1], x[0]), reverse=reverse)
22
23
def
tinyTable(url):
24
global cur,conn
Callers
1
wikigrade.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected