Skip to content

FileSet

File Set.

LibPath

Bases: LightObject

Library and File Path.

Attributes:

Name Type Description
libname str

Library Name

path Path

Path

FileSet

Bases: Object

Module File List.

Attributes:

Name Type Description
target str | None

Target

filepaths tuple[LibPath, ...]

Source Files

inc_dirs tuple[Path, ...]

Include Directories

from_mod staticmethod

from_mod(topmod, name, target=None, filelistparser=None)

Create FileSet` formod``.