use lower_case_with_underscores instead of mixedCase for methods (PEP 8)
This commit is contained in:
parent
e4846ff2a4
commit
d699e307dd
21 changed files with 177 additions and 185 deletions
|
|
@ -43,8 +43,8 @@ class ProfilesListBase(PageBase):
|
|||
m and (self.SHOW_WITHOUT_PHOTO or m.group(1) != self.WITHOUT_PHOTO):
|
||||
self.id_list.append(url)
|
||||
|
||||
def getProfilesIDs(self):
|
||||
def get_profiles_ids(self):
|
||||
return set(self.id_list)
|
||||
|
||||
def getProfilesIDsList(self):
|
||||
def get_profiles_ids_list(self):
|
||||
return self.id_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue