MCPcopy Index your code
hub / github.com/InstaPy/InstaPy / select_profile_by_username

Function select_profile_by_username

instapy/database_engine.py:181–185  ·  view source on GitHub ↗
(cursor, name)

Source from the content-addressed store, hash-verified

179
180
181def select_profile_by_username(cursor, name):
182 cursor.execute(SELECT_FROM_PROFILE_WHERE_NAME, {"name": name})
183 profile = cursor.fetchone()
184
185 return profile

Callers 1

get_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected