We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac003c1 commit be69ae4Copy full SHA for be69ae4
design/mvp/CanonicalABI.md
@@ -243,7 +243,7 @@ class CanonicalOptions:
243
string_encoding: Optional[str] = None
244
realloc: Optional[Callable] = None
245
post_return: Optional[Callable] = None
246
- sync: bool = True
+ sync: bool = True # = !canonopt.async
247
callback: Optional[Callable] = None
248
```
249
0 commit comments