MCPcopy Index your code
hub / github.com/PyMySQL/PyMySQL / Foo

Class Foo

pymysql/tests/test_connection.py:896–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894
895# A custom type and function to escape it
896class Foo:
897 value = "bar"
898
899
900def escape_foo(x, d):

Calls

no outgoing calls

Tested by 3

test_escape_list_itemMethod · 0.68