MCPcopy Index your code
hub / github.com/RustPython/RustPython / upper

Method upper

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

Source from the content-addressed store, hash-verified

47 def test_create_collation_bad_upper(self):
48 class BadUpperStr(str):
49 def upper(self):
50 return None
51 mycoll = lambda x, y: -((x > y) - (x < y))
52 self.con.create_collation(BadUpperStr("mycoll"), mycoll)
53 result = self.con.execute("""

Callers 15

util.pyFile · 0.45
make_uppercaseMethod · 0.45
make_uppercaseMethod · 0.45
find_specMethod · 0.45
data_receivedMethod · 0.45
test_popenMethod · 0.45
binFunction · 0.45
_platform_specificMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected