assert task._cancel_stack[:len(old_stack)] == old_stack
def spaces_types(a: int = 1, b: tuple = (), c: list = [], d: dict = {}, e: bool = True, f: int = -1, g: int = 1 if False else 2, h: str = "", i: str = r''): ...
def spaces2(result= _core.Value(None)):
- ...
+ assert fut is self._read_fut, (fut, self._read_fut)
# EMPTY LINE WITH WHITESPACE (this comment will be removed)
def example(session):
result = session.query(models.Customer.id).filter(
typedargslist.extend(
gen_annotated_params(ast_args.kwonlyargs, ast_args.kw_defaults, parameters, implicit_default=True)
)
+ typedargslist.extend(
+ gen_annotated_params(
+ ast_args.kwonlyargs, ast_args.kw_defaults, parameters, implicit_default=True,
+ # trailing standalone comment
+ )
+ )
_type_comment_re = re.compile(
r"""
^
$
""", re.MULTILINE | re.VERBOSE
)
+def trailing_comma():
+ mapping = {
+ A: 0.25 * (10.0 / 12),
+ B: 0.1 * (10.0 / 12),
+ C: 0.1 * (10.0 / 12),
+ D: 0.1 * (10.0 / 12),
+}
# output
def spaces2(result=_core.Value(None)):
- ...
+ assert fut is self._read_fut, (fut, self._read_fut)
def example(session):
implicit_default=True,
)
)
+ typedargslist.extend(
+ gen_annotated_params(
+ ast_args.kwonlyargs,
+ ast_args.kw_defaults,
+ parameters,
+ implicit_default=True,
+ # trailing standalone comment
+ )
+ )
_type_comment_re = re.compile(
r"""
^
""",
re.MULTILINE | re.VERBOSE,
)
+
+
+def trailing_comma():
+ mapping = {
+ A: 0.25 * (10.0 / 12),
+ B: 0.1 * (10.0 / 12),
+ C: 0.1 * (10.0 / 12),
+ D: 0.1 * (10.0 / 12),
+ }