Ggit.TransferProgress¶
Fields¶
None
Methods¶
|
|
|
|
Details¶
- class Ggit.TransferProgress¶
Represents transfering progress.
- copy()¶
- Returns:
a newly allocated
Ggit.TransferProgress
orNone
.- Return type:
Copies self into a newly allocated
Ggit.TransferProgress
.
- free()¶
Frees self.
- get_indexed_objects()¶
- Returns:
the indexed objects of the transfer.
- Return type:
Gets the indexed objects of the transfer.
- get_received_bytes()¶
- Returns:
the received bytes of the transfer.
- Return type:
Gets the received bytes of the transfer.
- get_received_objects()¶
- Returns:
the received objects of the transfer.
- Return type:
Gets the received objects of the transfer.