Skip to content

Commit 74eda08

Browse files
authored
Fix amaranth __all__ (#16)
1 parent 44336ae commit 74eda08

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

amaranth-stubs/__init__.pyi

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@ This type stub file was generated by pyright.
44

55
from .hdl import *
66

7-
__all__ = ["Shape", "unsigned", "signed", "Value", "Const", "C", "Mux", "Cat", "Array", "Signal", "ClockSignal", "ResetSignal", "Module", "ClockDomain", "Elaboratable", "Fragment", "Instance", "Memory", "Record", "DomainRenamer", "ResetInserter", "EnableInserter"]
7+
__all__ = [
8+
"Shape", "unsigned", "signed",
9+
"Value", "Const", "C", "Mux", "Cat", "Array", "Signal", "ClockSignal", "ResetSignal",
10+
"Format", "Print", "Assert",
11+
"Module",
12+
"ClockDomain",
13+
"Elaboratable", "Fragment", "Instance",
14+
"Memory",
15+
"Record",
16+
"DomainRenamer", "ResetInserter", "EnableInserter",
17+
]

0 commit comments

Comments
 (0)