Searched refs:is_copy_constructor (Results 1 – 2 of 2) sorted by relevance
146 assert not cs[0].is_copy_constructor()147 assert cs[1].is_copy_constructor()148 assert not cs[2].is_copy_constructor()
1202 def is_copy_constructor(self): member in Cursor