Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InstaPy/InstaPy
/ commented
Method
commented
instapy/event.py:41–42 ·
view source on GitHub ↗
(self, username)
Source
from the content-addressed store, hash-verified
39
)
40
41
def
commented(self, username):
42
self.fire_callbacks(self.commented.__name__, username)
43
44
def
liked(self, username):
45
self.fire_callbacks(self.liked.__name__, username)
Callers
1
comment_image
Function · 0.80
Calls
1
fire_callbacks
Method · 0.95
Tested by
no test coverage detected