feat(python): add interface file and other small changes
This commit is contained in:
parent
168e881884
commit
c42f892099
8 changed files with 373 additions and 31 deletions
30
pyargus/argus/__init__.pyi
Normal file
30
pyargus/argus/__init__.pyi
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
from argus._argus import *
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# Add
|
||||
# Always
|
||||
# And
|
||||
# BoolExpr
|
||||
# BoolSignal
|
||||
# Cmp
|
||||
# ConstBool
|
||||
# ConstFloat
|
||||
# ConstInt
|
||||
# ConstUInt
|
||||
# Div
|
||||
# Eventually
|
||||
# FloatSignal
|
||||
# IntSignal
|
||||
# Mul
|
||||
# Negate
|
||||
# Next
|
||||
# Not
|
||||
# NumExpr
|
||||
# Or
|
||||
# Signal
|
||||
# UnsignedIntSignal
|
||||
# Until
|
||||
# VarBool
|
||||
# VarFloat
|
||||
# VarInt
|
||||
# VarUInt
|
||||
Loading…
Add table
Add a link
Reference in a new issue