* I have added new methods to existing objects, and the lint doesn't detect that they are missing from the `.pyi`. * I have also added brand new objects, and the lint doesn't detect those either. * The top-level documentation on a class itself seems to be ignored entirely. * Getters don't seem to count, is that expected?