OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CountCursorsConnection
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Doc/includes/sqlite3/
countcursors.py
3
class
CountCursorsConnection
(sqlite3.Connection):
12
con = sqlite3.connect(":memory:", factory=
CountCursorsConnection
)
/external/python/cpython3/Doc/includes/sqlite3/
countcursors.py
3
class
CountCursorsConnection
(sqlite3.Connection):
12
con = sqlite3.connect(":memory:", factory=
CountCursorsConnection
)
Completed in 80 milliseconds