Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
wrap
/
WrapInStringLiteral.py
blob: 3eb432da3d31b2b4ab01597f98faa986498f3f9b [
file
] [
log
] [
blame
]
class
Test
:
def
execQueries
(
self
,
queries
):
pass
def
someFunction
(
self
):
self
.
execQueries
(
"SELECT field1, field2, field3 FROM %s WHERE 1=1<caret>"
)