uri_elem
This class represents a single element of the src_uri
list.
- class pms_utils.ebuild.uri_elem(self, expr: str)
Constructs a new uri_elem object from the input expression.
- Raises:
ValueError – The expression is invalid.
- property filename: pathlib.Path | None
(self) -> pathlib.Path | None
- property uri: pms_utils.ebuild.URI | pathlib.Path
(self) -> pms_utils.ebuild.URI | pathlib.Path