VirtualMailManager/transport.py
branchv0.7.x
changeset 670 f374ef062c94
parent 643 df1e3b67882a
child 676 2bc11dada296
equal deleted inserted replaced
669:d765a878f0fc 670:f374ef062c94
    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