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

Method created_at

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

Source from the content-addressed store, hash-verified

71 return self.data
72
73 def created_at(self):
74 return git_time(self.data["created_at"])
75
76 def updated_at(self):
77 return git_time(self.data["updated_at"])

Callers 2

_row_tupleMethod · 0.80
_row_tupleMethod · 0.80

Calls 1

git_timeFunction · 0.85

Tested by

no test coverage detected