You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the Python source context reader is designed not to require explicit roles, they may be used. To classify identifiers explicitly, the role is given along with the identifier in either prefix or suffix form [...]
Only two roles are given in the example: :method: and :instance_attribute:. There is no spec for the roles anywhere (other than source code for tooling I imagine). It would really help to have a list of the available roles.
I'll gladly submit a PR if someone can point me to the "single source of truth" on those.
The text was updated successfully, but these errors were encountered:
Only two roles are given in the example:
:method:
and:instance_attribute:
. There is no spec for the roles anywhere (other than source code for tooling I imagine). It would really help to have a list of the available roles.I'll gladly submit a PR if someone can point me to the "single source of truth" on those.
The text was updated successfully, but these errors were encountered: