We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c71cc commit 7e08789Copy full SHA for 7e08789
tail_recursive/__init__.py
@@ -81,12 +81,6 @@ def factorial(n):
81
# "set_name",
82
# "init_subclass",
83
# "prepare",
84
- # "hash",
85
- # "bool",
86
- # "instancecheck",
87
- # "subclasscheck",
88
- # "class_getitem",
89
- # "call",
90
#
91
# getattr and delattr have custom overrides (see below).
92
"repr",
@@ -99,7 +93,13 @@ def factorial(n):
99
93
"ne",
100
94
"gt",
101
95
"ge",
96
+ "hash",
97
+ "bool",
102
98
"dir",
+ "instancecheck",
+ "subclasscheck",
+ "class_getitem",
+ "call",
103
"len",
104
"length_hint",
105
"getitem",
0 commit comments