原文:How to reimplement Python s __qualname__ in Python 3.7? (with some minor adjustments)
The __qualname__ attribute is useful to me because it contextualizes functions; however, it s difficult for me to use for my use case because: __qualname__ returns a string. For my usecase, I need ...