TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
How to verify that a snippet of Python code doesn't access protected members
2 points
by
tslmy
over 1 year ago
1 comment
sargstuff
over 1 year ago
Use pylint.<p>Note: Still need to do a string search for "pylint: disable=protected-access" to find instances of disabled pylint warnings. There are valid reasons/instances for disabling associated protected-access messages.