file def_name py_method_name c_symbol_name flags used Python-2.7.13/Modules/zipimport.c zipimporter_methods find_module zipimporter_find_module METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods load_module zipimporter_load_module METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods get_data zipimporter_get_data METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods get_code zipimporter_get_code METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods get_source zipimporter_get_source METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods get_filename zipimporter_get_filename METH_VARARGS T Python-2.7.13/Modules/zipimport.c zipimporter_methods is_package zipimporter_is_package METH_VARARGS T Python-2.7.13/Modules/pwdmodule.c pwd_methods getpwuid pwd_getpwuid METH_VARARGS T Python-2.7.13/Modules/pwdmodule.c pwd_methods getpwnam pwd_getpwnam METH_VARARGS T Python-2.7.13/Modules/pwdmodule.c pwd_methods getpwall (PyCFunction)pwd_getpwall METH_NOARGS T Python-2.7.13/Modules/cStringIO.c O_methods flush (PyCFunction)IO_flush METH_NOARGS T Python-2.7.13/Modules/cStringIO.c O_methods getvalue (PyCFunction)IO_getval METH_VARARGS T Python-2.7.13/Modules/cStringIO.c O_methods isatty (PyCFunction)IO_isatty METH_NOARGS T Python-2.7.13/Modules/cStringIO.c O_methods read (PyCFunction)IO_read METH_VARARGS T Python-2.7.13/Modules/cStringIO.c O_methods readline (PyCFunction)IO_readline METH_VARARGS T Python-2.7.13/Modules/cStringIO.c O_methods readlines (PyCFunction)IO_readlines METH_VARARGS F Python-2.7.13/Modules/cStringIO.c O_methods reset (PyCFunction)IO_reset METH_NOARGS F Python-2.7.13/Modules/cStringIO.c O_methods seek (PyCFunction)IO_seek METH_VARARGS F Python-2.7.13/Modules/cStringIO.c O_methods tell (PyCFunction)IO_tell METH_NOARGS F Python-2.7.13/Modules/cStringIO.c O_methods truncate (PyCFunction)IO_truncate METH_VARARGS F Python-2.7.13/Modules/cStringIO.c O_methods close (PyCFunction)O_close METH_NOARGS T Python-2.7.13/Modules/cStringIO.c O_methods write (PyCFunction)O_write METH_VARARGS T Python-2.7.13/Modules/cStringIO.c O_methods writelines (PyCFunction)O_writelines METH_O F Python-2.7.13/Modules/cStringIO.c I_methods flush (PyCFunction)IO_flush METH_NOARGS T Python-2.7.13/Modules/cStringIO.c I_methods getvalue (PyCFunction)IO_getval METH_VARARGS T Python-2.7.13/Modules/cStringIO.c I_methods isatty (PyCFunction)IO_isatty METH_NOARGS T Python-2.7.13/Modules/cStringIO.c I_methods read (PyCFunction)IO_read METH_VARARGS T Python-2.7.13/Modules/cStringIO.c I_methods readline (PyCFunction)IO_readline METH_VARARGS T Python-2.7.13/Modules/cStringIO.c I_methods readlines (PyCFunction)IO_readlines METH_VARARGS F Python-2.7.13/Modules/cStringIO.c I_methods reset (PyCFunction)IO_reset METH_NOARGS F Python-2.7.13/Modules/cStringIO.c I_methods seek (PyCFunction)IO_seek METH_VARARGS F Python-2.7.13/Modules/cStringIO.c I_methods tell (PyCFunction)IO_tell METH_NOARGS F Python-2.7.13/Modules/cStringIO.c I_methods truncate (PyCFunction)IO_truncate METH_VARARGS F Python-2.7.13/Modules/cStringIO.c I_methods close (PyCFunction)I_close METH_NOARGS T Python-2.7.13/Modules/cStringIO.c IO_methods StringIO (PyCFunction)IO_StringIO METH_VARARGS T Python-2.7.13/Modules/_weakref.c weakref_functions getweakrefcount weakref_getweakrefcount METH_O F Python-2.7.13/Modules/_weakref.c weakref_functions getweakrefs weakref_getweakrefs METH_O F Python-2.7.13/Modules/_weakref.c weakref_functions proxy weakref_proxy METH_VARARGS F Python-2.7.13/Modules/timemodule.c time_methods time time_time METH_NOARGS T Python-2.7.13/Modules/timemodule.c time_methods clock time_clock METH_NOARGS F Python-2.7.13/Modules/timemodule.c time_methods sleep time_sleep METH_VARARGS T Python-2.7.13/Modules/timemodule.c time_methods gmtime time_gmtime METH_VARARGS F Python-2.7.13/Modules/timemodule.c time_methods localtime time_localtime METH_VARARGS T Python-2.7.13/Modules/timemodule.c time_methods asctime time_asctime METH_VARARGS F Python-2.7.13/Modules/timemodule.c time_methods ctime time_ctime METH_VARARGS F Python-2.7.13/Modules/timemodule.c time_methods mktime time_mktime METH_O F Python-2.7.13/Modules/timemodule.c time_methods strftime time_strftime METH_VARARGS T Python-2.7.13/Modules/timemodule.c time_methods strptime time_strptime METH_VARARGS F Python-2.7.13/Modules/timemodule.c time_methods tzset time_tzset METH_NOARGS T Python-2.7.13/Modules/fcntlmodule.c fcntl_methods fcntl fcntl_fcntl METH_VARARGS T Python-2.7.13/Modules/fcntlmodule.c fcntl_methods ioctl fcntl_ioctl METH_VARARGS F Python-2.7.13/Modules/fcntlmodule.c fcntl_methods flock fcntl_flock METH_VARARGS F Python-2.7.13/Modules/fcntlmodule.c fcntl_methods lockf fcntl_lockf METH_VARARGS F Python-2.7.13/Modules/gcmodule.c GcMethods enable gc_enable METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods disable gc_disable METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods isenabled gc_isenabled METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods set_debug gc_set_debug METH_VARARGS F Python-2.7.13/Modules/gcmodule.c GcMethods get_debug gc_get_debug METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods get_count gc_get_count METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods set_threshold gc_set_thresh METH_VARARGS F Python-2.7.13/Modules/gcmodule.c GcMethods get_threshold gc_get_thresh METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods collect (PyCFunction)gc_collect METH_VARARGS | METH_KEYWORDS F Python-2.7.13/Modules/gcmodule.c GcMethods get_objects gc_get_objects METH_NOARGS F Python-2.7.13/Modules/gcmodule.c GcMethods is_tracked gc_is_tracked METH_O F Python-2.7.13/Modules/gcmodule.c GcMethods get_referrers gc_get_referrers METH_VARARGS F Python-2.7.13/Modules/gcmodule.c GcMethods get_referents gc_get_referents METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods alarm signal_alarm METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods setitimer signal_setitimer METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods getitimer signal_getitimer METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods signal signal_signal METH_VARARGS T Python-2.7.13/Modules/signalmodule.c signal_methods getsignal signal_getsignal METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods set_wakeup_fd signal_set_wakeup_fd METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods siginterrupt signal_siginterrupt METH_VARARGS F Python-2.7.13/Modules/signalmodule.c signal_methods pause (PyCFunction)signal_pause METH_NOARGS F Python-2.7.13/Modules/signalmodule.c signal_methods default_int_handler signal_default_int_handler METH_VARARGS T Python-2.7.13/Modules/selectmodule.c poll_methods register (PyCFunction)poll_register METH_VARARGS T Python-2.7.13/Modules/selectmodule.c poll_methods modify (PyCFunction)poll_modify METH_VARARGS T Python-2.7.13/Modules/selectmodule.c poll_methods unregister (PyCFunction)poll_unregister METH_O T Python-2.7.13/Modules/selectmodule.c poll_methods poll (PyCFunction)poll_poll METH_VARARGS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods fromfd (PyCFunction)pyepoll_fromfd METH_VARARGS | METH_CLASS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods close (PyCFunction)pyepoll_close METH_NOARGS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods fileno (PyCFunction)pyepoll_fileno METH_NOARGS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods modify (PyCFunction)pyepoll_modify METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods register (PyCFunction)pyepoll_register METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods unregister (PyCFunction)pyepoll_unregister METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Modules/selectmodule.c pyepoll_methods poll (PyCFunction)pyepoll_poll METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Modules/selectmodule.c kqueue_queue_methods fromfd (PyCFunction)kqueue_queue_fromfd METH_VARARGS | METH_CLASS T Python-2.7.13/Modules/selectmodule.c kqueue_queue_methods close (PyCFunction)kqueue_queue_close METH_NOARGS T Python-2.7.13/Modules/selectmodule.c kqueue_queue_methods fileno (PyCFunction)kqueue_queue_fileno METH_NOARGS T Python-2.7.13/Modules/selectmodule.c kqueue_queue_methods control (PyCFunction)kqueue_queue_control METH_VARARGS T Python-2.7.13/Modules/selectmodule.c select_methods select select_select METH_VARARGS T Python-2.7.13/Modules/selectmodule.c select_methods poll select_poll METH_NOARGS T Python-2.7.13/Modules/resource.c resource_methods getrusage resource_getrusage METH_VARARGS T Python-2.7.13/Modules/resource.c resource_methods getrlimit resource_getrlimit METH_VARARGS T Python-2.7.13/Modules/resource.c resource_methods setrlimit resource_setrlimit METH_VARARGS T Python-2.7.13/Modules/resource.c resource_methods getpagesize resource_getpagesize METH_NOARGS F Python-2.7.13/Modules/mathmodule.c math_methods acos math_acos METH_O F Python-2.7.13/Modules/mathmodule.c math_methods acosh math_acosh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods asin math_asin METH_O F Python-2.7.13/Modules/mathmodule.c math_methods asinh math_asinh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods atan math_atan METH_O F Python-2.7.13/Modules/mathmodule.c math_methods atan2 math_atan2 METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods atanh math_atanh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods ceil math_ceil METH_O F Python-2.7.13/Modules/mathmodule.c math_methods copysign math_copysign METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods cos math_cos METH_O F Python-2.7.13/Modules/mathmodule.c math_methods cosh math_cosh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods degrees math_degrees METH_O F Python-2.7.13/Modules/mathmodule.c math_methods erf math_erf METH_O F Python-2.7.13/Modules/mathmodule.c math_methods erfc math_erfc METH_O F Python-2.7.13/Modules/mathmodule.c math_methods exp math_exp METH_O F Python-2.7.13/Modules/mathmodule.c math_methods expm1 math_expm1 METH_O F Python-2.7.13/Modules/mathmodule.c math_methods fabs math_fabs METH_O F Python-2.7.13/Modules/mathmodule.c math_methods factorial math_factorial METH_O F Python-2.7.13/Modules/mathmodule.c math_methods floor math_floor METH_O F Python-2.7.13/Modules/mathmodule.c math_methods fmod math_fmod METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods frexp math_frexp METH_O F Python-2.7.13/Modules/mathmodule.c math_methods fsum math_fsum METH_O F Python-2.7.13/Modules/mathmodule.c math_methods gamma math_gamma METH_O F Python-2.7.13/Modules/mathmodule.c math_methods hypot math_hypot METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods isinf math_isinf METH_O T Python-2.7.13/Modules/mathmodule.c math_methods isnan math_isnan METH_O T Python-2.7.13/Modules/mathmodule.c math_methods ldexp math_ldexp METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods lgamma math_lgamma METH_O F Python-2.7.13/Modules/mathmodule.c math_methods log math_log METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods log1p math_log1p METH_O F Python-2.7.13/Modules/mathmodule.c math_methods log10 math_log10 METH_O F Python-2.7.13/Modules/mathmodule.c math_methods modf math_modf METH_O F Python-2.7.13/Modules/mathmodule.c math_methods pow math_pow METH_VARARGS F Python-2.7.13/Modules/mathmodule.c math_methods radians math_radians METH_O F Python-2.7.13/Modules/mathmodule.c math_methods sin math_sin METH_O F Python-2.7.13/Modules/mathmodule.c math_methods sinh math_sinh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods sqrt math_sqrt METH_O F Python-2.7.13/Modules/mathmodule.c math_methods tan math_tan METH_O F Python-2.7.13/Modules/mathmodule.c math_methods tanh math_tanh METH_O F Python-2.7.13/Modules/mathmodule.c math_methods trunc math_trunc METH_O F Python-2.7.13/Modules/termios.c termios_methods tcgetattr termios_tcgetattr METH_VARARGS T Python-2.7.13/Modules/termios.c termios_methods tcsetattr termios_tcsetattr METH_VARARGS T Python-2.7.13/Modules/termios.c termios_methods tcsendbreak termios_tcsendbreak METH_VARARGS F Python-2.7.13/Modules/termios.c termios_methods tcdrain termios_tcdrain METH_VARARGS F Python-2.7.13/Modules/termios.c termios_methods tcflush termios_tcflush METH_VARARGS F Python-2.7.13/Modules/termios.c termios_methods tcflow termios_tcflow METH_VARARGS F Python-2.7.13/Objects/longobject.c long_methods conjugate (PyCFunction)long_long METH_NOARGS F Python-2.7.13/Objects/longobject.c long_methods bit_length (PyCFunction)long_bit_length METH_NOARGS F Python-2.7.13/Objects/longobject.c long_methods __trunc__ (PyCFunction)long_long METH_NOARGS F Python-2.7.13/Objects/longobject.c long_methods __getnewargs__ (PyCFunction)long_getnewargs METH_NOARGS F Python-2.7.13/Objects/longobject.c long_methods __sizeof__ (PyCFunction)long_sizeof METH_NOARGS F Python-2.7.13/Objects/intobject.c int_methods conjugate (PyCFunction)int_int METH_NOARGS F Python-2.7.13/Objects/intobject.c int_methods bit_length (PyCFunction)int_bit_length METH_NOARGS F Python-2.7.13/Objects/intobject.c int_methods __trunc__ (PyCFunction)int_int METH_NOARGS F Python-2.7.13/Objects/intobject.c int_methods __getnewargs__ (PyCFunction)int_getnewargs METH_NOARGS F Python-2.7.13/Objects/frameobject.c frame_methods __sizeof__ (PyCFunction)frame_sizeof METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods __contains__ (PyCFunction)dict_contains METH_O | METH_COEXIST F Python-2.7.13/Objects/dictobject.c mapp_methods __getitem__ (PyCFunction)dict_subscript METH_O | METH_COEXIST T Python-2.7.13/Objects/dictobject.c mapp_methods __sizeof__ (PyCFunction)dict_sizeof METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods has_key (PyCFunction)dict_has_key METH_O F Python-2.7.13/Objects/dictobject.c mapp_methods get (PyCFunction)dict_get METH_VARARGS T Python-2.7.13/Objects/dictobject.c mapp_methods setdefault (PyCFunction)dict_setdefault METH_VARARGS F Python-2.7.13/Objects/dictobject.c mapp_methods pop (PyCFunction)dict_pop METH_VARARGS T Python-2.7.13/Objects/dictobject.c mapp_methods popitem (PyCFunction)dict_popitem METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods keys (PyCFunction)dict_keys METH_NOARGS T Python-2.7.13/Objects/dictobject.c mapp_methods items (PyCFunction)dict_items METH_NOARGS T Python-2.7.13/Objects/dictobject.c mapp_methods values (PyCFunction)dict_values METH_NOARGS T Python-2.7.13/Objects/dictobject.c mapp_methods update (PyCFunction)dict_update METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Objects/dictobject.c mapp_methods fromkeys (PyCFunction)dict_fromkeys METH_VARARGS | METH_CLASS F Python-2.7.13/Objects/dictobject.c mapp_methods clear (PyCFunction)dict_clear METH_NOARGS T Python-2.7.13/Objects/dictobject.c mapp_methods copy (PyCFunction)dict_copy METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods iterkeys (PyCFunction)dict_iterkeys METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods itervalues (PyCFunction)dict_itervalues METH_NOARGS F Python-2.7.13/Objects/dictobject.c mapp_methods iteritems (PyCFunction)dict_iteritems METH_NOARGS T Python-2.7.13/Objects/dictobject.c dictiter_methods __length_hint__ (PyCFunction)dictiter_len METH_NOARGS T Python-2.7.13/Objects/enumobject.c reversediter_methods __length_hint__ (PyCFunction)reversed_len METH_NOARGS T Python-2.7.13/Objects/fileobject.c file_methods readline (PyCFunction)file_readline METH_VARARGS T Python-2.7.13/Objects/fileobject.c file_methods read (PyCFunction)file_read METH_VARARGS T Python-2.7.13/Objects/fileobject.c file_methods write (PyCFunction)file_write METH_VARARGS T Python-2.7.13/Objects/fileobject.c file_methods fileno (PyCFunction)file_fileno METH_NOARGS F Python-2.7.13/Objects/fileobject.c file_methods seek (PyCFunction)file_seek METH_VARARGS F Python-2.7.13/Objects/fileobject.c file_methods truncate (PyCFunction)file_truncate METH_VARARGS F Python-2.7.13/Objects/fileobject.c file_methods tell (PyCFunction)file_tell METH_NOARGS F Python-2.7.13/Objects/fileobject.c file_methods readinto (PyCFunction)file_readinto METH_VARARGS F Python-2.7.13/Objects/fileobject.c file_methods readlines (PyCFunction)file_readlines METH_VARARGS F Python-2.7.13/Objects/fileobject.c file_methods xreadlines (PyCFunction)file_xreadlines METH_NOARGS F Python-2.7.13/Objects/fileobject.c file_methods writelines (PyCFunction)file_writelines METH_O F Python-2.7.13/Objects/fileobject.c file_methods flush (PyCFunction)file_flush METH_NOARGS T Python-2.7.13/Objects/fileobject.c file_methods close (PyCFunction)file_close METH_NOARGS T Python-2.7.13/Objects/fileobject.c file_methods isatty (PyCFunction)file_isatty METH_NOARGS T Python-2.7.13/Objects/fileobject.c file_methods __enter__ (PyCFunction)file_self METH_NOARGS T Python-2.7.13/Objects/fileobject.c file_methods __exit__ (PyCFunction)file_exit METH_VARARGS T Python-2.7.13/Objects/sliceobject.c slice_methods indices (PyCFunction)slice_indices METH_O F Python-2.7.13/Objects/sliceobject.c slice_methods __reduce__ (PyCFunction)slice_reduce METH_NOARGS F Python-2.7.13/Objects/typeobject.c type_methods mro (PyCFunction)mro_external METH_NOARGS F Python-2.7.13/Objects/typeobject.c type_methods __subclasses__ (PyCFunction)type_subclasses METH_NOARGS F Python-2.7.13/Objects/typeobject.c type_methods __instancecheck__ type___instancecheck__ METH_O F Python-2.7.13/Objects/typeobject.c type_methods __subclasscheck__ type___subclasscheck__ METH_O F Python-2.7.13/Objects/typeobject.c object_methods __reduce_ex__ object_reduce_ex METH_VARARGS F Python-2.7.13/Objects/typeobject.c object_methods __reduce__ object_reduce METH_VARARGS F Python-2.7.13/Objects/typeobject.c object_methods __subclasshook__ object_subclasshook METH_CLASS | METH_VARARGS F Python-2.7.13/Objects/typeobject.c object_methods __format__ object_format METH_VARARGS F Python-2.7.13/Objects/typeobject.c object_methods __sizeof__ object_sizeof METH_NOARGS F Python-2.7.13/Objects/typeobject.c tp_new_methoddef __new__ (PyCFunction)tp_new_wrapper METH_VARARGS|METH_KEYWORDS T Python-2.7.13/Objects/tupleobject.c tuple_methods __getnewargs__ (PyCFunction)tuple_getnewargs METH_NOARGS F Python-2.7.13/Objects/tupleobject.c tuple_methods index (PyCFunction)tupleindex METH_VARARGS F Python-2.7.13/Objects/tupleobject.c tuple_methods count (PyCFunction)tuplecount METH_O F Python-2.7.13/Objects/tupleobject.c tupleiter_methods __length_hint__ (PyCFunction)tupleiter_len METH_NOARGS T Python-2.7.13/Objects/weakrefobject.c proxy_methods __unicode__ (PyCFunction)proxy_unicode METH_NOARGS F Python-2.7.13/Objects/exceptions.c BaseException_methods __reduce__ (PyCFunction)BaseException_reduce METH_NOARGS F Python-2.7.13/Objects/exceptions.c BaseException_methods __setstate__ (PyCFunction)BaseException_setstate METH_O F Python-2.7.13/Objects/exceptions.c EnvironmentError_methods __reduce__ (PyCFunction)EnvironmentError_reduce METH_NOARGS F Python-2.7.13/Objects/genobject.c gen_methods send (PyCFunction)gen_send METH_O F Python-2.7.13/Objects/genobject.c gen_methods throw (PyCFunction)gen_throw METH_VARARGS F Python-2.7.13/Objects/genobject.c gen_methods close (PyCFunction)gen_close METH_NOARGS F Python-2.7.13/Objects/rangeobject.c range_methods __reversed__ (PyCFunction)range_reverse METH_NOARGS T Python-2.7.13/Objects/rangeobject.c range_methods __reduce__ (PyCFunction)range_reduce METH_VARARGS F Python-2.7.13/Objects/rangeobject.c rangeiter_methods __length_hint__ (PyCFunction)rangeiter_len METH_NOARGS T Python-2.7.13/Objects/iterobject.c seqiter_methods __length_hint__ (PyCFunction)iter_len METH_NOARGS T Python-2.7.13/Objects/descrobject.c proxy_methods has_key (PyCFunction)proxy_has_key METH_O F Python-2.7.13/Objects/descrobject.c proxy_methods get (PyCFunction)proxy_get METH_VARARGS F Python-2.7.13/Objects/descrobject.c proxy_methods keys (PyCFunction)proxy_keys METH_NOARGS T Python-2.7.13/Objects/descrobject.c proxy_methods values (PyCFunction)proxy_values METH_NOARGS F Python-2.7.13/Objects/descrobject.c proxy_methods items (PyCFunction)proxy_items METH_NOARGS F Python-2.7.13/Objects/descrobject.c proxy_methods iterkeys (PyCFunction)proxy_iterkeys METH_NOARGS F Python-2.7.13/Objects/descrobject.c proxy_methods itervalues (PyCFunction)proxy_itervalues METH_NOARGS F Python-2.7.13/Objects/descrobject.c proxy_methods iteritems (PyCFunction)proxy_iteritems METH_NOARGS F Python-2.7.13/Objects/descrobject.c proxy_methods copy (PyCFunction)proxy_copy METH_NOARGS F Python-2.7.13/Objects/descrobject.c property_methods getter property_getter METH_O F Python-2.7.13/Objects/descrobject.c property_methods setter property_setter METH_O F Python-2.7.13/Objects/descrobject.c property_methods deleter property_deleter METH_O F Python-2.7.13/Objects/stringobject.c string_methods join (PyCFunction)string_join METH_O T Python-2.7.13/Objects/stringobject.c string_methods split (PyCFunction)string_split METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods rsplit (PyCFunction)string_rsplit METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods lower (PyCFunction)string_lower METH_NOARGS T Python-2.7.13/Objects/stringobject.c string_methods upper (PyCFunction)string_upper METH_NOARGS T Python-2.7.13/Objects/stringobject.c string_methods islower (PyCFunction)string_islower METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods isupper (PyCFunction)string_isupper METH_NOARGS T Python-2.7.13/Objects/stringobject.c string_methods isspace (PyCFunction)string_isspace METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods isdigit (PyCFunction)string_isdigit METH_NOARGS T Python-2.7.13/Objects/stringobject.c string_methods istitle (PyCFunction)string_istitle METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods isalpha (PyCFunction)string_isalpha METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods isalnum (PyCFunction)string_isalnum METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods capitalize (PyCFunction)string_capitalize METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods count (PyCFunction)string_count METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods endswith (PyCFunction)string_endswith METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods partition (PyCFunction)string_partition METH_O F Python-2.7.13/Objects/stringobject.c string_methods find (PyCFunction)string_find METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods index (PyCFunction)string_index METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods lstrip (PyCFunction)string_lstrip METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods replace (PyCFunction)string_replace METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods rfind (PyCFunction)string_rfind METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods rindex (PyCFunction)string_rindex METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods rstrip (PyCFunction)string_rstrip METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods rpartition (PyCFunction)string_rpartition METH_O F Python-2.7.13/Objects/stringobject.c string_methods startswith (PyCFunction)string_startswith METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods strip (PyCFunction)string_strip METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods swapcase (PyCFunction)string_swapcase METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods translate (PyCFunction)string_translate METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods title (PyCFunction)string_title METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods ljust (PyCFunction)string_ljust METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods rjust (PyCFunction)string_rjust METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods center (PyCFunction)string_center METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods zfill (PyCFunction)string_zfill METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods expandtabs (PyCFunction)string_expandtabs METH_VARARGS F Python-2.7.13/Objects/stringobject.c string_methods splitlines (PyCFunction)string_splitlines METH_VARARGS T Python-2.7.13/Objects/stringobject.c string_methods __sizeof__ (PyCFunction)string_sizeof METH_NOARGS F Python-2.7.13/Objects/stringobject.c string_methods __getnewargs__ (PyCFunction)string_getnewargs METH_NOARGS F Python-2.7.13/Objects/setobject.c setiter_methods __length_hint__ (PyCFunction)setiter_len METH_NOARGS T Python-2.7.13/Objects/setobject.c set_methods add (PyCFunction)set_add METH_O F Python-2.7.13/Objects/setobject.c set_methods clear (PyCFunction)set_clear METH_NOARGS F Python-2.7.13/Objects/setobject.c set_methods __contains__ (PyCFunction)set_direct_contains METH_O | METH_COEXIST F Python-2.7.13/Objects/setobject.c set_methods copy (PyCFunction)set_copy METH_NOARGS F Python-2.7.13/Objects/setobject.c set_methods discard (PyCFunction)set_discard METH_O F Python-2.7.13/Objects/setobject.c set_methods difference (PyCFunction)set_difference_multi METH_VARARGS F Python-2.7.13/Objects/setobject.c set_methods difference_update (PyCFunction)set_difference_update METH_VARARGS F Python-2.7.13/Objects/setobject.c set_methods intersection (PyCFunction)set_intersection_multi METH_VARARGS F Python-2.7.13/Objects/setobject.c set_methods intersection_update (PyCFunction)set_intersection_update_multi METH_VARARGS F Python-2.7.13/Objects/setobject.c set_methods isdisjoint (PyCFunction)set_isdisjoint METH_O F Python-2.7.13/Objects/setobject.c set_methods issubset (PyCFunction)set_issubset METH_O F Python-2.7.13/Objects/setobject.c set_methods issuperset (PyCFunction)set_issuperset METH_O F Python-2.7.13/Objects/setobject.c set_methods pop (PyCFunction)set_pop METH_NOARGS F Python-2.7.13/Objects/setobject.c set_methods __reduce__ (PyCFunction)set_reduce METH_NOARGS F Python-2.7.13/Objects/setobject.c set_methods remove (PyCFunction)set_remove METH_O F Python-2.7.13/Objects/setobject.c set_methods __sizeof__ (PyCFunction)set_sizeof METH_NOARGS F Python-2.7.13/Objects/setobject.c set_methods symmetric_difference (PyCFunction)set_symmetric_difference METH_O F Python-2.7.13/Objects/setobject.c set_methods symmetric_difference_update (PyCFunction)set_symmetric_difference_update METH_O F Python-2.7.13/Objects/setobject.c set_methods union (PyCFunction)set_union METH_VARARGS F Python-2.7.13/Objects/setobject.c set_methods update (PyCFunction)set_update METH_VARARGS T Python-2.7.13/Objects/setobject.c frozenset_methods __contains__ (PyCFunction)set_direct_contains METH_O | METH_COEXIST F Python-2.7.13/Objects/setobject.c frozenset_methods copy (PyCFunction)frozenset_copy METH_NOARGS F Python-2.7.13/Objects/setobject.c frozenset_methods difference (PyCFunction)set_difference_multi METH_VARARGS F Python-2.7.13/Objects/setobject.c frozenset_methods intersection (PyCFunction)set_intersection_multi METH_VARARGS F Python-2.7.13/Objects/setobject.c frozenset_methods isdisjoint (PyCFunction)set_isdisjoint METH_O F Python-2.7.13/Objects/setobject.c frozenset_methods issubset (PyCFunction)set_issubset METH_O F Python-2.7.13/Objects/setobject.c frozenset_methods issuperset (PyCFunction)set_issuperset METH_O F Python-2.7.13/Objects/setobject.c frozenset_methods __reduce__ (PyCFunction)set_reduce METH_NOARGS F Python-2.7.13/Objects/setobject.c frozenset_methods __sizeof__ (PyCFunction)set_sizeof METH_NOARGS F Python-2.7.13/Objects/setobject.c frozenset_methods symmetric_difference (PyCFunction)set_symmetric_difference METH_O F Python-2.7.13/Objects/setobject.c frozenset_methods union (PyCFunction)set_union METH_VARARGS F Python-2.7.13/Objects/structseq.c structseq_methods __reduce__ (PyCFunction)structseq_reduce METH_NOARGS F Python-2.7.13/Objects/listobject.c list_methods __getitem__ (PyCFunction)list_subscript METH_O|METH_COEXIST T Python-2.7.13/Objects/listobject.c list_methods __reversed__ (PyCFunction)list_reversed METH_NOARGS T Python-2.7.13/Objects/listobject.c list_methods __sizeof__ (PyCFunction)list_sizeof METH_NOARGS F Python-2.7.13/Objects/listobject.c list_methods append (PyCFunction)listappend METH_O T Python-2.7.13/Objects/listobject.c list_methods insert (PyCFunction)listinsert METH_VARARGS F Python-2.7.13/Objects/listobject.c list_methods extend (PyCFunction)listextend METH_O T Python-2.7.13/Objects/listobject.c list_methods pop (PyCFunction)listpop METH_VARARGS T Python-2.7.13/Objects/listobject.c list_methods remove (PyCFunction)listremove METH_O T Python-2.7.13/Objects/listobject.c list_methods index (PyCFunction)listindex METH_VARARGS T Python-2.7.13/Objects/listobject.c list_methods count (PyCFunction)listcount METH_O F Python-2.7.13/Objects/listobject.c list_methods reverse (PyCFunction)listreverse METH_NOARGS T Python-2.7.13/Objects/listobject.c list_methods sort (PyCFunction)listsort METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Objects/listobject.c listiter_methods __length_hint__ (PyCFunction)listiter_len METH_NOARGS T Python-2.7.13/Objects/listobject.c listreviter_methods __length_hint__ (PyCFunction)listreviter_len METH_NOARGS T Python-2.7.13/Objects/floatobject.c float_methods conjugate (PyCFunction)float_float METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods __trunc__ (PyCFunction)float_trunc METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods as_integer_ratio (PyCFunction)float_as_integer_ratio METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods fromhex (PyCFunction)float_fromhex METH_O|METH_CLASS F Python-2.7.13/Objects/floatobject.c float_methods hex (PyCFunction)float_hex METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods is_integer (PyCFunction)float_is_integer METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods __getnewargs__ (PyCFunction)float_getnewargs METH_NOARGS F Python-2.7.13/Objects/floatobject.c float_methods __getformat__ (PyCFunction)float_getformat METH_O|METH_CLASS F Python-2.7.13/Objects/floatobject.c float_methods __setformat__ (PyCFunction)float_setformat METH_VARARGS|METH_CLASS F Python-2.7.13/Python/sysmodule.c sys_methods callstats (PyCFunction)PyEval_GetCallStats METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods _clear_type_cache sys_clear_type_cache METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods _current_frames sys_current_frames METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods displayhook sys_displayhook METH_O T Python-2.7.13/Python/sysmodule.c sys_methods exc_info sys_exc_info METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods exc_clear sys_exc_clear METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods excepthook sys_excepthook METH_VARARGS T Python-2.7.13/Python/sysmodule.c sys_methods exit sys_exit METH_VARARGS T Python-2.7.13/Python/sysmodule.c sys_methods getdlopenflags (PyCFunction)sys_getdlopenflags METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods getrefcount (PyCFunction)sys_getrefcount METH_O F Python-2.7.13/Python/sysmodule.c sys_methods getrecursionlimit (PyCFunction)sys_getrecursionlimit METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods getsizeof (PyCFunction)sys_getsizeof METH_VARARGS | METH_KEYWORDS F Python-2.7.13/Python/sysmodule.c sys_methods _getframe sys_getframe METH_VARARGS F Python-2.7.13/Python/sysmodule.c sys_methods setcheckinterval sys_setcheckinterval METH_VARARGS F Python-2.7.13/Python/sysmodule.c sys_methods getcheckinterval sys_getcheckinterval METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods setdlopenflags sys_setdlopenflags METH_VARARGS F Python-2.7.13/Python/sysmodule.c sys_methods setprofile sys_setprofile METH_O F Python-2.7.13/Python/sysmodule.c sys_methods getprofile sys_getprofile METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods setrecursionlimit sys_setrecursionlimit METH_VARARGS F Python-2.7.13/Python/sysmodule.c sys_methods settrace sys_settrace METH_O F Python-2.7.13/Python/sysmodule.c sys_methods gettrace sys_gettrace METH_NOARGS F Python-2.7.13/Python/sysmodule.c sys_methods call_tracing sys_call_tracing METH_VARARGS F Python-2.7.13/Python/import.c imp_methods reload imp_reload METH_O F Python-2.7.13/Python/import.c imp_methods find_module imp_find_module METH_VARARGS F Python-2.7.13/Python/import.c imp_methods get_magic imp_get_magic METH_NOARGS F Python-2.7.13/Python/import.c imp_methods get_suffixes imp_get_suffixes METH_NOARGS F Python-2.7.13/Python/import.c imp_methods load_module imp_load_module METH_VARARGS F Python-2.7.13/Python/import.c imp_methods new_module imp_new_module METH_VARARGS F Python-2.7.13/Python/import.c imp_methods lock_held imp_lock_held METH_NOARGS F Python-2.7.13/Python/import.c imp_methods acquire_lock imp_acquire_lock METH_NOARGS F Python-2.7.13/Python/import.c imp_methods release_lock imp_release_lock METH_NOARGS F Python-2.7.13/Python/import.c imp_methods init_builtin imp_init_builtin METH_VARARGS F Python-2.7.13/Python/import.c imp_methods is_builtin imp_is_builtin METH_VARARGS F Python-2.7.13/Python/import.c imp_methods load_compiled imp_load_compiled METH_VARARGS F Python-2.7.13/Python/import.c imp_methods load_package imp_load_package METH_VARARGS F Python-2.7.13/Python/import.c imp_methods load_source imp_load_source METH_VARARGS F Python-2.7.13/Python/import.c NullImporter_methods find_module (PyCFunction)NullImporter_find_module METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods __import__ (PyCFunction)builtin___import__ METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods abs builtin_abs METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods all builtin_all METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods any builtin_any METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods apply builtin_apply METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods bin builtin_bin METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods callable builtin_callable METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods chr builtin_chr METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods cmp builtin_cmp METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods coerce builtin_coerce METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods compile (PyCFunction)builtin_compile METH_VARARGS | METH_KEYWORDS F Python-2.7.13/Python/bltinmodule.c builtin_methods delattr builtin_delattr METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods dir builtin_dir METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods divmod builtin_divmod METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods eval builtin_eval METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods execfile builtin_execfile METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods filter builtin_filter METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods format builtin_format METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods getattr builtin_getattr METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods globals (PyCFunction)builtin_globals METH_NOARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods hasattr builtin_hasattr METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods hash builtin_hash METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods hex builtin_hex METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods id builtin_id METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods input builtin_input METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods intern builtin_intern METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods isinstance builtin_isinstance METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods issubclass builtin_issubclass METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods iter builtin_iter METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods len builtin_len METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods locals (PyCFunction)builtin_locals METH_NOARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods map builtin_map METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods max (PyCFunction)builtin_max METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods min (PyCFunction)builtin_min METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods next builtin_next METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods oct builtin_oct METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods open (PyCFunction)builtin_open METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods ord builtin_ord METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods pow builtin_pow METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods print (PyCFunction)builtin_print METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods range builtin_range METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods raw_input builtin_raw_input METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods reduce builtin_reduce METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods reload builtin_reload METH_O F Python-2.7.13/Python/bltinmodule.c builtin_methods repr builtin_repr METH_O T Python-2.7.13/Python/bltinmodule.c builtin_methods setattr builtin_setattr METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods sorted (PyCFunction)builtin_sorted METH_VARARGS | METH_KEYWORDS T Python-2.7.13/Python/bltinmodule.c builtin_methods sum builtin_sum METH_VARARGS T Python-2.7.13/Python/bltinmodule.c builtin_methods vars builtin_vars METH_VARARGS F Python-2.7.13/Python/bltinmodule.c builtin_methods zip builtin_zip METH_VARARGS F Python-2.7.13/Python/marshal.c marshal_methods dump marshal_dump METH_VARARGS F Python-2.7.13/Python/marshal.c marshal_methods load marshal_load METH_O F Python-2.7.13/Python/marshal.c marshal_methods dumps marshal_dumps METH_VARARGS F Python-2.7.13/Python/marshal.c marshal_methods loads marshal_loads METH_VARARGS T Python-2.7.13/Python/_warnings.c warnings_functions warn (PyCFunction)warnings_warn METH_VARARGS | METH_KEYWORDS F Python-2.7.13/Python/_warnings.c warnings_functions warn_explicit (PyCFunction)warnings_warn_explicit METH_VARARGS | METH_KEYWORDS F pyext/fastlex.c methods MatchOshToken fastlex_MatchOshToken METH_VARARGS T pyext/fastlex.c methods MatchEchoToken fastlex_MatchEchoToken METH_VARARGS T pyext/fastlex.c methods MatchGlobToken fastlex_MatchGlobToken METH_VARARGS T pyext/fastlex.c methods MatchPS1Token fastlex_MatchPS1Token METH_VARARGS T pyext/fastlex.c methods MatchHistoryToken fastlex_MatchHistoryToken METH_VARARGS T pyext/fastlex.c methods MatchBraceRangeToken fastlex_MatchBraceRangeToken METH_VARARGS T pyext/fastlex.c methods MatchJ8Token fastlex_MatchJ8Token METH_VARARGS T pyext/fastlex.c methods MatchJ8LinesToken fastlex_MatchJ8LinesToken METH_VARARGS T pyext/fastlex.c methods MatchJ8StrToken fastlex_MatchJ8StrToken METH_VARARGS T pyext/fastlex.c methods MatchJsonStrToken fastlex_MatchJsonStrToken METH_VARARGS T pyext/fastlex.c methods IsValidVarName fastlex_IsValidVarName METH_VARARGS T pyext/fastlex.c methods ShouldHijack fastlex_ShouldHijack METH_VARARGS T pyext/fastlex.c methods LooksLikeInteger fastlex_LooksLikeInteger METH_VARARGS T pyext/fastlex.c methods LooksLikeFloat fastlex_LooksLikeFloat METH_VARARGS T pyext/line_input.c readline_methods parse_and_bind parse_and_bind METH_VARARGS T pyext/line_input.c readline_methods get_line_buffer get_line_buffer METH_NOARGS T pyext/line_input.c readline_methods insert_text insert_text METH_VARARGS F pyext/line_input.c readline_methods redisplay redisplay METH_NOARGS F pyext/line_input.c readline_methods read_init_file read_init_file METH_VARARGS F pyext/line_input.c readline_methods read_history_file read_history_file METH_VARARGS T pyext/line_input.c readline_methods write_history_file write_history_file METH_VARARGS T pyext/line_input.c readline_methods get_history_item get_history_item METH_VARARGS T pyext/line_input.c readline_methods get_current_history_length (PyCFunction)get_current_history_length METH_NOARGS T pyext/line_input.c readline_methods set_history_length set_history_length METH_VARARGS F pyext/line_input.c readline_methods get_history_length get_history_length METH_NOARGS F pyext/line_input.c readline_methods set_completer set_completer METH_VARARGS T pyext/line_input.c readline_methods get_completer get_completer METH_NOARGS F pyext/line_input.c readline_methods get_completion_type get_completion_type METH_NOARGS F pyext/line_input.c readline_methods get_begidx get_begidx METH_NOARGS T pyext/line_input.c readline_methods get_endidx get_endidx METH_NOARGS T pyext/line_input.c readline_methods set_completer_delims set_completer_delims METH_VARARGS T pyext/line_input.c readline_methods add_history py_add_history METH_VARARGS T pyext/line_input.c readline_methods remove_history_item py_remove_history METH_VARARGS T pyext/line_input.c readline_methods replace_history_item py_replace_history METH_VARARGS F pyext/line_input.c readline_methods get_completer_delims get_completer_delims METH_NOARGS F pyext/line_input.c readline_methods set_completion_display_matches_hook set_completion_display_matches_hook METH_VARARGS T pyext/line_input.c readline_methods set_startup_hook set_startup_hook METH_VARARGS F pyext/line_input.c readline_methods set_pre_input_hook set_pre_input_hook METH_VARARGS F pyext/line_input.c readline_methods clear_history py_clear_history METH_NOARGS T pyext/line_input.c readline_methods resize_terminal py_resize_terminal METH_NOARGS T pyext/libc.c methods realpath func_realpath METH_VARARGS T pyext/libc.c methods fnmatch func_fnmatch METH_VARARGS T pyext/libc.c methods glob func_glob METH_VARARGS T pyext/libc.c methods regex_search func_regex_search METH_VARARGS T pyext/libc.c methods regex_first_group_match func_regex_first_group_match METH_VARARGS T pyext/libc.c methods print_time func_print_time METH_VARARGS T pyext/libc.c methods gethostname socket_gethostname METH_NOARGS T pyext/libc.c methods get_terminal_width func_get_terminal_width METH_NOARGS T pyext/libc.c methods wcswidth func_wcswidth METH_VARARGS T pyext/libc.c methods cpython_reset_locale func_cpython_reset_locale METH_NOARGS T pyext/fanos.c methods recv func_recv METH_VARARGS T pyext/fanos.c methods send func_send METH_VARARGS T pyext/fastfunc.c methods J8EncodeString func_J8EncodeString METH_VARARGS T pyext/fastfunc.c methods ShellEncodeString func_ShellEncodeString METH_VARARGS T pyext/fastfunc.c methods PartIsUtf8 func_PartIsUtf8 METH_VARARGS T pyext/fastfunc.c methods Utf8DecodeOne func_Utf8DecodeOne METH_VARARGS T pyext/fastfunc.c methods CanOmitQuotes func_CanOmitQuotes METH_VARARGS T