mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
@@ -195,14 +195,14 @@ class GithubObject(object):
|
||||
@property
|
||||
def etag(self):
|
||||
'''
|
||||
:type str
|
||||
:type: str
|
||||
'''
|
||||
return self._headers.get(Consts.RES_ETAG)
|
||||
|
||||
@property
|
||||
def last_modified(self):
|
||||
'''
|
||||
:type str
|
||||
:type: str
|
||||
'''
|
||||
return self._headers.get(Consts.RES_LAST_MODIFED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user