args icon indicating copy to clipboard operation
args copied to clipboard

rename `start_with` func to `starts_with`

Open kracekumar opened this issue 12 years ago • 0 comments

def start_with(self, x):

I would suggest this func to be renamed as def starts_with(self, x):, this will be better appealing since python strings already have func named startswith

kracekumar avatar May 09 '12 16:05 kracekumar