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

Function use_assets

instapy/file_manager.py:23–27  ·  view source on GitHub ↗

Get asset folder

()

Source from the content-addressed store, hash-verified

21
22
23def use_assets():
24 """Get asset folder"""
25 assets_path = "{}{}assets".format(use_workspace(), native_slash)
26 validate_path(assets_path)
27 return assets_path
28
29
30def get_workspace():

Callers 2

get_geckodriverFunction · 0.85
create_firefox_extensionFunction · 0.85

Calls 2

use_workspaceFunction · 0.85
validate_pathFunction · 0.85

Tested by

no test coverage detected