We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isinstance(x, str)
Exception
\
range
xrange
None
+
str
__setattr__
__getattribute__
setattr
getattr
This should remove the connection reset by peer testing error and I thought I would perform a little housekeeping while I was at it.
The text was updated successfully, but these errors were encountered:
I see that you moved #4002 to 0.12, this too?
Sorry, something went wrong.
yep thanks
this is getting a heaping helping of DRY
cpcloud
Successfully merging a pull request may close this issue.
isinstance(x, str)
checksException
and use appropriate exception types\
style line joinsrange
->xrange
None
they should raise an exception+
style concats into format stringsstr
__setattr__
and__getattribute__
withsetattr
andgetattr
This should remove the connection reset by peer testing error and I thought I would perform a little housekeeping while I was at it.
The text was updated successfully, but these errors were encountered: