nac3artiq: clarify comment about virtual class

escape-analysis
Sebastien Bourdeauducq 2021-12-01 22:49:20 +08:00
parent 142f82f987
commit c683958e4a
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ T = TypeVar('T')
class KernelInvariant(Generic[T]):
pass
# place the `virtual` class infront of the construct of NAC3 object to ensure the
# virtual class is known during the initializing of NAC3 object
# The virtual class must exist before nac3artiq.NAC3 is created.
class virtual(Generic[T]):
pass