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