Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InstaPy/InstaPy
/ unfollowed
Method
unfollowed
instapy/event.py:50–51 ·
view source on GitHub ↗
(self, username)
Source
from the content-addressed store, hash-verified
48
self.fire_callbacks(self.followed.__name__, username)
49
50
def
unfollowed(self, username):
51
self.fire_callbacks(self.unfollowed.__name__, username)
Callers
1
unfollow_user
Function · 0.80
Calls
1
fire_callbacks
Method · 0.95
Tested by
no test coverage detected