We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0544e19 commit 06fe732Copy full SHA for 06fe732
pyEDAA/ProjectModel/__init__.py
@@ -643,6 +643,7 @@ class FileSet(metaclass=ExtendedType, slots=True):
643
_parent: Nullable['FileSet']
644
_fileSets: Dict[str, 'FileSet']
645
_files: List[File]
646
+ _set: Set
647
_attributes: Dict[Type[Attribute], typing_Any]
648
_vhdlLibraries: Dict[str, 'VHDLLibrary']
649
_vhdlLibrary: 'VHDLLibrary'
0 commit comments