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
is
in
assert
int
str
foo(a, \n b)
__add__()
__sub__()
if a in list
if a in dict
super()
for k,v in d.items
exec()
dir()
getattr()
setattr()
obj_run()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Language
is
keyword #188in
keyword #189assert
keyword #190int
,str
#183foo(a, \n b)
#197__add__()
,__sub__()
magic method #198if a in list
andif a in dict
#208super()
#209for k,v in d.items
#213Library
exec()
builtin #193dir()
builtin #194getattr()
andsetattr()
builtin #195Bug Fix
obj_run()
#196The text was updated successfully, but these errors were encountered: