김준환 <xncb...@gmail.com> added the comment:

Sorry, Can't edit comments
Please see the code example below

```
Class A:
    def get_something_string():
        return textwrap.dedent("""\
    test text2
    test text3
    test text4""")


textwrap.dedent(f"""\
    test text1
    {A.get_something_string()}
    test text5
    test text6""")
```

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46992>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to