Public Member Functions | |
| def | __init__ |
| def | __del__ (self) |
| def | add_sort (self, sort) |
| def | add_decl (self, decl) |
| def | from_string (self, s) |
Data Fields | |
| ctx | |
| pctx | |
| def __init__ | ( | self, | |
ctx = None |
|||
| ) |
| def __del__ | ( | self | ) |
| def add_decl | ( | self, | |
| decl | |||
| ) |
| def add_sort | ( | self, | |
| sort | |||
| ) |
| def from_string | ( | self, | |
| s | |||
| ) |
Definition at line 9645 of file z3py.py.
| ctx |
Definition at line 9630 of file z3py.py.
Referenced by ParserContext.from_string().
| pctx |
Definition at line 9631 of file z3py.py.
Referenced by ParserContext.__del__(), ParserContext.add_decl(), ParserContext.add_sort(), and ParserContext.from_string().
1.8.10