Github objects

class github.GithubObject.GithubObject

Base class for all classes representing objects returned by the API.

property raw_data
Type

dict

property raw_headers
Type

dict

property etag
Type

str

property last_modified
Type

str

property last_modified_datetime
Type

datetime

get__repr__(params: Dict[str, Any]) → str

Converts the object to a nicely printable string.