feat/stubgen: add preliminary $Cxx.name support

This commit is contained in:
2026-07-09 20:07:37 +08:00
parent efaae42603
commit e1dbd2dca9
5 changed files with 29 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ _HERE = Path(__file__).parent
if str(_HERE) not in sys.path:
sys.path.insert(0, str(_HERE))
import capnp # pyright: ignore[reportMissingTypeStubs, reportUnusedImport] # activates import hook
import capnp # pyright: ignore[reportMissingTypeStubs] # activates import hook
import test_generics_capnp
import test_interface_capnp
import test_nested_capnp