Ggit.TransferProgress

Fields

None

Details

class Ggit.TransferProgress

Represents transfering progress.

copy()
Returns:a newly allocated Ggit.TransferProgress or None.
Return type:Ggit.TransferProgress or 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.

get_received_objects()
Returns:the received objects of the transfer.
Return type:int

Gets the received objects of the transfer.

get_total_objects()
Returns:the total objects of the transfer.
Return type:int

Gets the total objects of the transfer.