===== Summary of methods.tsv: Methods used: # A tibble: 2 x 2 used n 1 FALSE 254 2 TRUE 152 Methods by file (after filtering): # A tibble: 26 x 2 file n 1 Python-2.7.13/Python/bltinmodule.c 24 2 Python-2.7.13/Objects/stringobject.c 17 3 Python-2.7.13/Modules/cStringIO.c 14 4 native/line_input.c 12 5 Python-2.7.13/Objects/dictobject.c 11 6 Python-2.7.13/Objects/listobject.c 10 7 native/fastlex.c 9 8 native/libc.c 9 9 Python-2.7.13/Objects/fileobject.c 9 10 Python-2.7.13/Modules/zipimport.c 7 11 Python-2.7.13/Python/sysmodule.c 4 12 py-yajl/yajl.c 4 13 Python-2.7.13/Modules/pwdmodule.c 3 14 Python-2.7.13/Modules/signalmodule.c 3 15 Python-2.7.13/Modules/timemodule.c 3 16 Python-2.7.13/Modules/termios.c 2 17 Python-2.7.13/Objects/setobject.c 2 18 Python-2.7.13/Modules/fcntlmodule.c 1 19 Python-2.7.13/Modules/resource.c 1 20 Python-2.7.13/Objects/descrobject.c 1 21 Python-2.7.13/Objects/enumobject.c 1 22 Python-2.7.13/Objects/iterobject.c 1 23 Python-2.7.13/Objects/rangeobject.c 1 24 Python-2.7.13/Objects/tupleobject.c 1 25 Python-2.7.13/Objects/typeobject.c 1 26 Python-2.7.13/Python/marshal.c 1 -- Kept 152 of 406 methods in 26 files Methods by flag # A tibble: 13 x 2 flags n 1 METH_VARARGS 186 2 METH_NOARGS 138 3 METH_O 54 4 METH_VARARGS | METH_KEYWORDS 15 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 abs 2 bltinmodule.c all 3 bltinmodule.c any 4 bltinmodule.c callable 5 bltinmodule.c chr 6 bltinmodule.c dir 7 bltinmodule.c getattr 8 bltinmodule.c hasattr 9 bltinmodule.c hash 10 bltinmodule.c id 11 bltinmodule.c __import__ 12 bltinmodule.c isinstance 13 bltinmodule.c len 14 bltinmodule.c max 15 bltinmodule.c min 16 bltinmodule.c open 17 bltinmodule.c ord 18 bltinmodule.c print 19 bltinmodule.c raw_input 20 bltinmodule.c repr 21 bltinmodule.c setattr 22 bltinmodule.c sorted 23 bltinmodule.c sum 24 bltinmodule.c zip 25 cStringIO.c close 26 cStringIO.c close 27 cStringIO.c flush 28 cStringIO.c flush 29 cStringIO.c getvalue 30 cStringIO.c getvalue 31 cStringIO.c isatty 32 cStringIO.c isatty 33 cStringIO.c read 34 cStringIO.c read 35 cStringIO.c readline 36 cStringIO.c readline 37 cStringIO.c StringIO 38 cStringIO.c write 39 descrobject.c keys 40 dictobject.c clear 41 dictobject.c get 42 dictobject.c __getitem__ 43 dictobject.c items 44 dictobject.c iteritems 45 dictobject.c itervalues 46 dictobject.c keys 47 dictobject.c pop 48 dictobject.c update 49 dictobject.c values 50 fcntlmodule.c fcntl 51 fileobject.c close 52 fileobject.c __enter__ 53 fileobject.c __exit__ 54 fileobject.c fileno 55 fileobject.c flush 56 fileobject.c isatty 57 fileobject.c read 58 fileobject.c readline 59 fileobject.c write 60 line_input.c add_history 61 line_input.c get_begidx 62 line_input.c get_current_history_length 63 line_input.c get_endidx 64 line_input.c get_history_item 65 line_input.c get_line_buffer 66 line_input.c parse_and_bind 67 line_input.c read_history_file 68 line_input.c set_completer 69 line_input.c set_completer_delims 70 line_input.c set_completion_display_matches_hook 71 line_input.c write_history_file 72 listobject.c append 73 listobject.c extend 74 listobject.c __getitem__ 75 listobject.c index 76 listobject.c pop 77 listobject.c remove 78 listobject.c reverse 79 listobject.c sort 80 marshal.c loads 81 pwdmodule.c getpwall 82 pwdmodule.c getpwnam 83 pwdmodule.c getpwuid 84 resource.c getrusage 85 signalmodule.c default_int_handler 86 signalmodule.c getsignal 87 signalmodule.c signal 88 stringobject.c endswith 89 stringobject.c find 90 stringobject.c index 91 stringobject.c isdigit 92 stringobject.c isupper 93 stringobject.c join 94 stringobject.c ljust 95 stringobject.c lower 96 stringobject.c replace 97 stringobject.c rfind 98 stringobject.c rjust 99 stringobject.c rstrip 100 stringobject.c split 101 stringobject.c splitlines 102 stringobject.c startswith 103 stringobject.c strip 104 stringobject.c upper 105 sysmodule.c displayhook 106 sysmodule.c excepthook 107 sysmodule.c exc_info 108 sysmodule.c exit 109 termios.c tcgetattr 110 termios.c tcsetattr 111 timemodule.c sleep 112 timemodule.c strftime 113 timemodule.c time 114 typeobject.c __new__ 115 yajl.c dump 116 yajl.c dumps 117 yajl.c load 118 yajl.c loads -- Total: 118 methods