Thanks to visit codestin.com
Credit goes to github.com

Skip to content

'str' has no attribute 'find'" (and similar errors) #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexec opened this issue Feb 19, 2021 · 4 comments
Closed

'str' has no attribute 'find'" (and similar errors) #139

alexec opened this issue Feb 19, 2021 · 4 comments

Comments

@alexec
Copy link

alexec commented Feb 19, 2021

I'm importing the builtin package, but I often get errors like this.

What have I done wrong please?

@sbinet
Copy link
Member

sbinet commented Feb 22, 2021

AFAICT, you've done nothing wrong.
having full Python compliance (even on builtin types), is still a WIP.

sbinet added a commit to sbinet-gonum/gpython that referenced this issue May 24, 2022
Updates go-python#139.

Signed-off-by: Sebastien Binet <[email protected]>
@sbinet
Copy link
Member

sbinet commented May 25, 2022

I've collect #188 that added str.find.
what are the other methods you'd need?

@dankox
Copy link

dankox commented Feb 7, 2024

I know this is older issue and should be probably closed, but as it's still open, I would just drop by and say that join would be nice to have. I can open a new issue if necessary.

@sbinet
Copy link
Member

sbinet commented Feb 7, 2024

yes, please open another issue.

@sbinet sbinet closed this as completed Feb 7, 2024
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

No branches or pull requests

3 participants