===== Summary of methods.tsv: Methods used: # A tibble: 2 x 2 used n 1 FALSE 327 2 TRUE 158 Methods by file (after filtering): # A tibble: 24 x 2 file n 1 Python-2.7.13/Modules/posixmodule.c 29 2 Python-2.7.13/Python/bltinmodule.c 21 3 Python-2.7.13/Modules/cStringIO.c 14 4 Python-2.7.13/Objects/stringobject.c 14 5 Python-2.7.13/Modules/readline.c 10 6 Python-2.7.13/Objects/dictobject.c 9 7 Python-2.7.13/Objects/fileobject.c 9 8 Python-2.7.13/Objects/listobject.c 9 9 native/fastlex.c 7 10 native/libc.c 7 11 Python-2.7.13/Modules/zipimport.c 7 12 Python-2.7.13/Python/sysmodule.c 4 13 Python-2.7.13/Modules/pwdmodule.c 3 14 Python-2.7.13/Modules/timemodule.c 3 15 Python-2.7.13/Modules/signalmodule.c 2 16 Python-2.7.13/Objects/setobject.c 2 17 Python-2.7.13/Modules/fcntlmodule.c 1 18 Python-2.7.13/Modules/resource.c 1 19 Python-2.7.13/Objects/enumobject.c 1 20 Python-2.7.13/Objects/iterobject.c 1 21 Python-2.7.13/Objects/rangeobject.c 1 22 Python-2.7.13/Objects/tupleobject.c 1 23 Python-2.7.13/Objects/typeobject.c 1 24 Python-2.7.13/Python/marshal.c 1 -- Kept 158 of 485 methods in 24 files Methods by flag # A tibble: 13 x 2 flags n 1 METH_VARARGS 248 2 METH_NOARGS 154 3 METH_O 57 4 METH_VARARGS | METH_KEYWORDS 13 5 METH_O | METH_COEXIST 4 6 METH_O|METH_CLASS 2 7 METH_CLASS | METH_VARARGS 1 8 "METH_NOARGS " 1 9 "METH_O " 1 10 METH_O|METH_COEXIST 1 11 METH_VARARGS|METH_CLASS 1 12 METH_VARARGS | METH_CLASS 1 13 METH_VARARGS|METH_KEYWORDS 1 Methods to reimplement: basename py_method_name 1 bltinmodule.c all 2 bltinmodule.c any 3 bltinmodule.c chr 4 bltinmodule.c dir 5 bltinmodule.c getattr 6 bltinmodule.c hasattr 7 bltinmodule.c hash 8 bltinmodule.c id 9 bltinmodule.c __import__ 10 bltinmodule.c intern 11 bltinmodule.c isinstance 12 bltinmodule.c len 13 bltinmodule.c max 14 bltinmodule.c open 15 bltinmodule.c ord 16 bltinmodule.c print 17 bltinmodule.c raw_input 18 bltinmodule.c repr 19 bltinmodule.c setattr 20 bltinmodule.c sorted 21 bltinmodule.c sum 22 cStringIO.c close 23 cStringIO.c close 24 cStringIO.c flush 25 cStringIO.c flush 26 cStringIO.c getvalue 27 cStringIO.c getvalue 28 cStringIO.c isatty 29 cStringIO.c isatty 30 cStringIO.c read 31 cStringIO.c read 32 cStringIO.c readline 33 cStringIO.c readline 34 cStringIO.c StringIO 35 cStringIO.c write 36 dictobject.c get 37 dictobject.c items 38 dictobject.c iteritems 39 dictobject.c itervalues 40 dictobject.c keys 41 dictobject.c pop 42 dictobject.c update 43 dictobject.c values 44 fcntlmodule.c fcntl 45 fileobject.c close 46 fileobject.c __enter__ 47 fileobject.c __exit__ 48 fileobject.c fileno 49 fileobject.c flush 50 fileobject.c isatty 51 fileobject.c read 52 fileobject.c readline 53 fileobject.c write 54 listobject.c append 55 listobject.c extend 56 listobject.c index 57 listobject.c pop 58 listobject.c remove 59 listobject.c reverse 60 listobject.c sort 61 marshal.c loads 62 posixmodule.c access 63 posixmodule.c chdir 64 posixmodule.c close 65 posixmodule.c dup2 66 posixmodule.c execv 67 posixmodule.c execve 68 posixmodule.c _exit 69 posixmodule.c fdopen 70 posixmodule.c fork 71 posixmodule.c getcwd 72 posixmodule.c geteuid 73 posixmodule.c getpid 74 posixmodule.c getuid 75 posixmodule.c isatty 76 posixmodule.c listdir 77 posixmodule.c lstat 78 posixmodule.c open 79 posixmodule.c pipe 80 posixmodule.c read 81 posixmodule.c readlink 82 posixmodule.c stat 83 posixmodule.c strerror 84 posixmodule.c umask 85 posixmodule.c uname 86 posixmodule.c wait 87 posixmodule.c WEXITSTATUS 88 posixmodule.c WIFEXITED 89 posixmodule.c WIFSIGNALED 90 posixmodule.c write 91 pwdmodule.c getpwall 92 pwdmodule.c getpwnam 93 pwdmodule.c getpwuid 94 readline.c get_begidx 95 readline.c get_current_history_length 96 readline.c get_endidx 97 readline.c get_history_item 98 readline.c get_line_buffer 99 readline.c parse_and_bind 100 readline.c read_history_file 101 readline.c set_completer 102 readline.c set_completer_delims 103 readline.c write_history_file 104 resource.c getrusage 105 signalmodule.c default_int_handler 106 signalmodule.c signal 107 stringobject.c endswith 108 stringobject.c find 109 stringobject.c index 110 stringobject.c isdigit 111 stringobject.c join 112 stringobject.c lower 113 stringobject.c replace 114 stringobject.c rfind 115 stringobject.c rstrip 116 stringobject.c split 117 stringobject.c splitlines 118 stringobject.c startswith 119 stringobject.c strip 120 stringobject.c upper 121 sysmodule.c displayhook 122 sysmodule.c excepthook 123 sysmodule.c exc_info 124 sysmodule.c exit 125 timemodule.c sleep 126 timemodule.c strftime 127 timemodule.c time 128 typeobject.c __new__ -- Total: 128 methods