Skip to content

Conversation

@slaroche
Copy link
Contributor

Add type str to ColumnOperators.startswith's parameter other

Copy link
Contributor

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM! Could you please sign the CLA? (link at the bottom of README) Let me know when you will sign it so I can merge this.

@isra17
Copy link
Contributor

isra17 commented Oct 2, 2019

Hi @ilevkivskyi , @slaroche is contributing as part of Flare Systems team, I did sign the Corporation CLA.

def is_(self, other): ...
def isnot(self, other): ...
def startswith(self, other, **kwargs): ...
def startswith(self, other: str, **kwargs): ...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be useful to add other: str to the following string methods in this PR?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better to make a separate PR, I will merge this one now.

@ilevkivskyi ilevkivskyi merged commit 71bb32a into dropbox:master Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants