MCPcopy Index your code
hub / github.com/python/cpython / upper

Method upper

Lib/test/test_sqlite3/test_hooks.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 def test_create_collation_bad_upper(self):
52 class BadUpperStr(str):
53 def upper(self):
54 return None
55 mycoll = lambda x, y: -((x > y) - (x < y))
56 self.con.create_collation(BadUpperStr("mycoll"), mycoll)
57 result = self.con.execute("""

Callers 15

util.pyFile · 0.45
make_uppercaseMethod · 0.45
find_specMethod · 0.45
data_receivedMethod · 0.45
test_popenMethod · 0.45
binFunction · 0.45
testfuncMethod · 0.45
_block_builtin_hash_newFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected