pms-utils
Index
Modules
atom
depend
ebuild
profile
repo
vdb
Obj
Dir
Sym
Sym
Sym.dest
Sym.size
Sym.src
Content
Package
Entry
Vdb
Category
Examples
Parsing an Atom expression
Iterating over a DEPEND expression
Iterating over and accessing an ebuild repository
Implementing equery hasuse
pms-utils
vdb
Sym
View page source
Sym
This class represents a symlink entry in the CONTENTS file in the VDB.
This includes the links sorce, destination, md5sum and size.
class
pms_utils.vdb.
Sym
property
dest
:
pathlib.Path
(self) -> pathlib.Path
property
size
:
int
(self) -> int
property
src
:
pathlib.Path
(self) -> pathlib.Path