Ggit.Blob¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class Ggit.Blob(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Represents a blob object.
- get_raw_content()¶
 - 
Gets a read-only buffer with the raw contents of self.
A pointer to the raw contents of self is returned. This pointer is owned internally by object and must not be free’d. The pointer may be invalidated at a later time.