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