MCPcopy
hub / github.com/InstaPy/InstaPy / profile_data_updated

Method profile_data_updated

instapy/event.py:33–39  ·  view source on GitHub ↗
(self, username, followers_count, following_count)

Source from the content-addressed store, hash-verified

31
32 # place custom events below
33 def profile_data_updated(self, username, followers_count, following_count):
34 self.fire_callbacks(
35 self.profile_data_updated.__name__,
36 username,
37 followers_count,
38 following_count,
39 )
40
41 def commented(self, username):
42 self.fire_callbacks(self.commented.__name__, username)

Callers 1

get_relationship_countsFunction · 0.80

Calls 1

fire_callbacksMethod · 0.95

Tested by

no test coverage detected