MCPcopy
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
15class sash(dict):
16 def sortvalues(self,reverse=True):
17 return sorted(self.items(),key=lambda x: (x[1], x[0]), reverse=reverse)
18
19def tinyTable(url):
20 global cur,conn

Callers 1

wikigrade.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected