equal
deleted
inserted
replaced
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 pyPgSQL.PgSQL.connection |
27 tid -- the id of a transport (int/long) |
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 |
32 self._tid = 0 |
32 self._tid = 0 |