Lines Matching full:best
4 Annotations Best Practices
11 This document is designed to encapsulate the best practices
17 best practices for accessing the annotations of an object
19 best practices for accessing the annotations of an object
21 other best practices
37 and newer, calling this function is the best practice for
44 ``__annotations__`` data member manually. Best practice
56 object, best practice in Python versions 3.10 and
69 Best practice for accessing the annotations dict of other
71 as best practice for 3.10, assuming you aren't calling
76 Unfortunately, this isn't best practice for classes. The problem
97 In that case, best practice relies on an implementation detail
100 the class may or may not have annotations defined, best practice
127 Python values they represent, it really is best to
171 Best Practices For ``__annotations__`` In Any Python Version