Skip to content

mecfs_bio.build_system.meta.read_spec.read_path

Functions:

read_file_asset_path

read_file_asset_path(asset: Asset) -> Path
Source code in mecfs_bio/build_system/meta/read_spec/read_path.py
7
8
9
def read_file_asset_path(asset: Asset) -> Path:
    assert isinstance(asset, FileAsset)
    return asset.path