MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / close

Method close

lib/sqlalchemy/dialects/postgresql/pg8000.py:381–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

379 return self.cursor.fetchall()
380
381 def close(self):
382 self.cursor.execute("CLOSE " + self.ident)
383 self.cursor.close()
384
385 def setinputsizes(self, *sizes):
386 self.cursor.setinputsizes(*sizes)

Callers 10

set_isolation_levelMethod · 0.45
set_readonlyMethod · 0.45
get_readonlyMethod · 0.45
set_deferrableMethod · 0.45
get_deferrableMethod · 0.45
_set_client_encodingMethod · 0.45
set_isolation_levelMethod · 0.45
get_isolation_levelMethod · 0.45
do_pingMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected