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 be69ae4 commit fc54821Copy full SHA for fc54821
design/mvp/canonical-abi/definitions.py
@@ -285,7 +285,7 @@ class CanonicalOptions:
285
string_encoding: Optional[str] = None
286
realloc: Optional[Callable] = None
287
post_return: Optional[Callable] = None
288
- sync: bool = True
+ sync: bool = True # = !canonopt.async
289
callback: Optional[Callable] = None
290
291
class ComponentInstance:
0 commit comments