MCPcopy Create free account
hub / github.com/apache/storm / updated_at

Method updated_at

dev-tools/github/__init__.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 return git_time(self.data["created_at"])
75
76 def updated_at(self):
77 return git_time(self.data["updated_at"])
78
79 def merged_at(self):
80 return git_time(self.data["merged_at"])

Callers 2

_row_tupleMethod · 0.80
_row_tupleMethod · 0.80

Calls 1

git_timeFunction · 0.85

Tested by

no test coverage detected