We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bf761 commit d291007Copy full SHA for d291007
1 file changed
tests/basics/builtin_dir.py
@@ -7,6 +7,9 @@
7
import sys
8
print('platform' in dir(sys))
9
10
+# dir of type
11
+print('append' in dir(list))
12
+
13
class Foo:
14
def __init__(self):
15
self.x = 1
0 commit comments