equal
deleted
inserted
replaced
21 |
21 |
22 Either tid or transport must be specified. When both arguments |
22 Either tid or transport must be specified. When both arguments |
23 are given, tid will be used. |
23 are given, tid will be used. |
24 |
24 |
25 Keyword arguments: |
25 Keyword arguments: |
26 dbh -- a pyPgSQL.PgSQL.connection |
26 dbh -- a psycopg2._psycopg.connection |
27 tid -- the id of a transport (int) |
27 tid -- the id of a transport (int) |
28 transport -- the value of the transport (str) |
28 transport -- the value of the transport (str) |
29 |
29 |
30 """ |
30 """ |
31 self._dbh = dbh |
31 self._dbh = dbh |