SYMBOL INDEX (83552 symbols across 4156 files) FILE: psycopg2/__init__.py function _param_escape (line 85) | def _param_escape(s, function connect (line 102) | def connect(dsn=None, FILE: psycopg2/_json.py class Json (line 50) | class Json(object): method __init__ (line 62) | def __init__(self, adapted, dumps=None): method __conform__ (line 72) | def __conform__(self, proto): method dumps (line 76) | def dumps(self, obj): method getquoted (line 91) | def getquoted(self): function register_json (line 96) | def register_json(conn_or_curs=None, globally=False, loads=None, function register_default_json (line 132) | def register_default_json(conn_or_curs=None, globally=False, loads=None): function _create_json_typecasters (line 144) | def _create_json_typecasters(oid, array_oid, loads=None): function _get_json_oids (line 165) | def _get_json_oids(conn_or_curs): FILE: psycopg2/_range.py class Range (line 33) | class Range(object): method __init__ (line 45) | def __init__(self, lower=None, upper=None, bounds='[)', empty=False): method __repr__ (line 56) | def __repr__(self): method lower (line 64) | def lower(self): method upper (line 69) | def upper(self): method isempty (line 74) | def isempty(self): method lower_inf (line 79) | def lower_inf(self): method upper_inf (line 85) | def upper_inf(self): method lower_inc (line 91) | def lower_inc(self): method upper_inc (line 98) | def upper_inc(self): method __contains__ (line 104) | def __contains__(self, x): method __bool__ (line 120) | def __bool__(self): method __eq__ (line 123) | def __eq__(self, other): method __ne__ (line 130) | def __ne__(self, other): method __hash__ (line 133) | def __hash__(self): method __lt__ (line 140) | def __lt__(self, other): method __le__ (line 156) | def __le__(self, other): method __gt__ (line 162) | def __gt__(self, other): method __ge__ (line 168) | def __ge__(self, other): function register_range (line 175) | def register_range(pgrange, pyrange, conn_or_curs, globally=False): class RangeAdapter (line 206) | class RangeAdapter(object): method __init__ (line 214) | def __init__(self, adapted): method __conform__ (line 217) | def __conform__(self, proto): method prepare (line 221) | def prepare(self, conn): method getquoted (line 224) | def getquoted(self): class RangeCaster (line 254) | class RangeCaster(object): method __init__ (line 261) | def __init__(self, pgrange, pyrange, oid, subtype_oid, array_oid=None): method _create_ranges (line 275) | def _create_ranges(self, pgrange, pyrange): method _from_db (line 310) | def _from_db(self, name, pyrange, conn_or_curs): method parse (line 381) | def parse(self, s, cur=None): method _register (line 412) | def _register(self, scope=None): class NumericRange (line 420) | class NumericRange(Range): class DateRange (line 428) | class DateRange(Range): class DateTimeRange (line 432) | class DateTimeRange(Range): class DateTimeTZRange (line 436) | class DateTimeTZRange(Range): class NumberRangeAdapter (line 446) | class NumberRangeAdapter(RangeAdapter): method getquoted (line 448) | def getquoted(self): FILE: psycopg2/errorcodes.py function lookup (line 32) | def lookup(code, _cache={}): FILE: psycopg2/extensions.py function b (line 105) | def b(s): function b (line 108) | def b(s): function register_adapter (line 111) | def register_adapter(typ, callable): class SQL_IN (line 117) | class SQL_IN(object): method __init__ (line 119) | def __init__(self, seq): method prepare (line 123) | def prepare(self, conn): method getquoted (line 126) | def getquoted(self): method __str__ (line 137) | def __str__(self): class NoneAdapter (line 141) | class NoneAdapter(object): method __init__ (line 147) | def __init__(self, obj): method getquoted (line 150) | def getquoted(self, _null=b"NULL"): FILE: psycopg2/extras.py class DictCursorBase (line 46) | class DictCursorBase(_cursor): method __init__ (line 49) | def __init__(self, *args, **kwargs): method fetchone (line 61) | def fetchone(self): method fetchmany (line 70) | def fetchmany(self, size=None): method fetchall (line 79) | def fetchall(self): method __iter__ (line 88) | def __iter__(self): class DictConnection (line 103) | class DictConnection(_connection): method cursor (line 105) | def cursor(self, *args, **kwargs): class DictCursor (line 109) | class DictCursor(DictCursorBase): method __init__ (line 112) | def __init__(self, *args, **kwargs): method execute (line 117) | def execute(self, query, vars=None): method callproc (line 122) | def callproc(self, procname, vars=None): method _build_index (line 127) | def _build_index(self): class DictRow (line 133) | class DictRow(list): method __init__ (line 138) | def __init__(self, cursor): method __getitem__ (line 142) | def __getitem__(self, x): method __setitem__ (line 147) | def __setitem__(self, x, v): method items (line 152) | def items(self): method keys (line 155) | def keys(self): method values (line 158) | def values(self): method has_key (line 161) | def has_key(self, x): method get (line 164) | def get(self, x, default=None): method iteritems (line 170) | def iteritems(self): method iterkeys (line 174) | def iterkeys(self): method itervalues (line 177) | def itervalues(self): method copy (line 180) | def copy(self): method __contains__ (line 183) | def __contains__(self, x): method __getstate__ (line 186) | def __getstate__(self): method __setstate__ (line 189) | def __setstate__(self, data): class RealDictConnection (line 201) | class RealDictConnection(_connection): method cursor (line 203) | def cursor(self, *args, **kwargs): class RealDictCursor (line 207) | class RealDictCursor(DictCursorBase): method __init__ (line 215) | def __init__(self, *args, **kwargs): method execute (line 220) | def execute(self, query, vars=None): method callproc (line 225) | def callproc(self, procname, vars=None): method _build_index (line 230) | def _build_index(self): class RealDictRow (line 236) | class RealDictRow(dict): method __init__ (line 241) | def __init__(self, cursor): method __setitem__ (line 249) | def __setitem__(self, name, value): method __getstate__ (line 254) | def __getstate__(self): method __setstate__ (line 257) | def __setstate__(self, data): class NamedTupleConnection (line 262) | class NamedTupleConnection(_connection): method cursor (line 264) | def cursor(self, *args, **kwargs): class NamedTupleCursor (line 268) | class NamedTupleCursor(_cursor): method execute (line 286) | def execute(self, query, vars=None): method executemany (line 290) | def executemany(self, query, vars): method callproc (line 294) | def callproc(self, procname, vars=None): method fetchone (line 298) | def fetchone(self): method fetchmany (line 306) | def fetchmany(self, size=None): method fetchall (line 313) | def fetchall(self): method __iter__ (line 320) | def __iter__(self): method _make_nt (line 336) | def _make_nt(self): method _make_nt (line 339) | def _make_nt(self, namedtuple=namedtuple): class LoggingConnection (line 343) | class LoggingConnection(_connection): method initialize (line 349) | def initialize(self, logobj): method filter (line 361) | def filter(self, msg, curs): method _logtofile (line 370) | def _logtofile(self, msg, curs): method _logtologger (line 374) | def _logtologger(self, msg, curs): method _check (line 378) | def _check(self): method cursor (line 383) | def cursor(self, *args, **kwargs): class LoggingCursor (line 388) | class LoggingCursor(_cursor): method execute (line 391) | def execute(self, query, vars=None): method callproc (line 397) | def callproc(self, procname, vars=None): class MinTimeLoggingConnection (line 404) | class MinTimeLoggingConnection(LoggingConnection): method initialize (line 415) | def initialize(self, logobj, mintime=0): method filter (line 419) | def filter(self, msg, curs): method cursor (line 424) | def cursor(self, *args, **kwargs): class MinTimeLoggingCursor (line 428) | class MinTimeLoggingCursor(LoggingCursor): method execute (line 431) | def execute(self, query, vars=None): method callproc (line 435) | def callproc(self, procname, vars=None): class UUID_adapter (line 442) | class UUID_adapter(object): method __init__ (line 449) | def __init__(self, uuid): method __conform__ (line 452) | def __conform__(self, proto): method getquoted (line 456) | def getquoted(self): method __str__ (line 459) | def __str__(self): function register_uuid (line 462) | def register_uuid(oids=None, conn_or_curs=None): class Inet (line 496) | class Inet(object): method __init__ (line 504) | def __init__(self, addr): method __repr__ (line 507) | def __repr__(self): method prepare (line 510) | def prepare(self, conn): method getquoted (line 513) | def getquoted(self): method __conform__ (line 519) | def __conform__(self, proto): method __str__ (line 523) | def __str__(self): function register_inet (line 526) | def register_inet(oid=None, conn_or_curs=None): function register_tstz_w_secs (line 554) | def register_tstz_w_secs(oids=None, conn_or_curs=None): function wait_select (line 566) | def wait_select(conn): function _solve_conn_curs (line 589) | def _solve_conn_curs(conn_or_curs): class HstoreAdapter (line 604) | class HstoreAdapter(object): method __init__ (line 606) | def __init__(self, wrapped): method prepare (line 609) | def prepare(self, conn): method _getquoted_8 (line 616) | def _getquoted_8(self): method _getquoted_9 (line 640) | def _getquoted_9(self): method parse (line 667) | def parse(self, s, cur, _bsdec=_re.compile(r"\\(.)")): method parse_unicode (line 700) | def parse_unicode(self, s, cur): method get_oids (line 709) | def get_oids(self, conn_or_curs): function register_hstore (line 740) | def register_hstore(conn_or_curs, globally=False, str=False, class CompositeCaster (line 805) | class CompositeCaster(object): method __init__ (line 814) | def __init__(self, name, oid, attrs, array_oid=None, schema=None): method parse (line 830) | def parse(self, s, curs): method make (line 845) | def make(self, values): method tokenize (line 866) | def tokenize(self, s): method _create_type (line 880) | def _create_type(self, name, attnames): method _from_db (line 891) | def _from_db(self, name, conn_or_curs): function register_composite (line 940) | def register_composite(name, conn_or_curs, globally=False, factory=None): FILE: psycopg2/pool.py class PoolError (line 31) | class PoolError(psycopg2.Error): class AbstractConnectionPool (line 35) | class AbstractConnectionPool(object): method __init__ (line 38) | def __init__(self, minconn, maxconn, *args, **kwargs): method _connect (line 60) | def _connect(self, key=None): method _getkey (line 70) | def _getkey(self): method _getconn (line 75) | def _getconn(self, key=None): method _putconn (line 92) | def _putconn(self, conn, key=None, close=False): method _closeall (line 125) | def _closeall(self): class SimpleConnectionPool (line 141) | class SimpleConnectionPool(AbstractConnectionPool): class ThreadedConnectionPool (line 149) | class ThreadedConnectionPool(AbstractConnectionPool): method __init__ (line 152) | def __init__(self, minconn, maxconn, *args, **kwargs): method getconn (line 159) | def getconn(self, key=None): method putconn (line 167) | def putconn(self, conn=None, key=None, close=False): method closeall (line 175) | def closeall(self): class PersistentConnectionPool (line 184) | class PersistentConnectionPool(AbstractConnectionPool): method __init__ (line 194) | def __init__(self, minconn, maxconn, *args, **kwargs): method getconn (line 210) | def getconn(self): method putconn (line 219) | def putconn(self, conn=None, close=False): method closeall (line 229) | def closeall(self): FILE: psycopg2/psycopg1.py function connect (line 39) | def connect(*args, **kwargs): class connection (line 46) | class connection(_2connection): method cursor (line 49) | def cursor(self): method autocommit (line 53) | def autocommit(self, on_off=1): class cursor (line 61) | class cursor(_2cursor): method __build_dict (line 69) | def __build_dict(self, row): method dictfetchone (line 75) | def dictfetchone(self): method dictfetchmany (line 82) | def dictfetchmany(self, size): method dictfetchall (line 89) | def dictfetchall(self): FILE: psycopg2/tests/__init__.py function test_suite (line 53) | def test_suite(): FILE: psycopg2/tests/dbapi20.py function str2bytes (line 74) | def str2bytes(sval): class DatabaseAPI20Test (line 79) | class DatabaseAPI20Test(unittest.TestCase): method executeDDL1 (line 117) | def executeDDL1(self,cursor): method executeDDL2 (line 120) | def executeDDL2(self,cursor): method setUp (line 123) | def setUp(self): method tearDown (line 129) | def tearDown(self): method _connect (line 148) | def _connect(self): method test_connect (line 156) | def test_connect(self): method test_apilevel (line 160) | def test_apilevel(self): method test_threadsafety (line 169) | def test_threadsafety(self): method test_paramstyle (line 178) | def test_paramstyle(self): method test_Exceptions (line 189) | def test_Exceptions(self): method test_ExceptionsAsConnectionAttributes (line 221) | def test_ExceptionsAsConnectionAttributes(self): method test_commit (line 241) | def test_commit(self): method test_rollback (line 249) | def test_rollback(self): method test_cursor (line 259) | def test_cursor(self): method test_cursor_isolation (line 266) | def test_cursor_isolation(self): method test_description (line 285) | def test_description(self): method test_rowcount (line 318) | def test_rowcount(self): method test_callproc (line 348) | def test_callproc(self): method test_close (line 367) | def test_close(self): method test_execute (line 387) | def test_execute(self): method _paraminsert (line 395) | def _paraminsert(self,cur): method test_executemany (line 445) | def test_executemany(self): method test_fetchone (line 497) | def test_fetchone(self): method _populate (line 549) | def _populate(self): method test_fetchmany (line 559) | def test_fetchmany(self): method test_fetchall (line 641) | def test_fetchall(self): method test_mixedfetch (line 690) | def test_mixedfetch(self): method help_nextset_setUp (line 723) | def help_nextset_setUp(self,cur): method help_nextset_tearDown (line 738) | def help_nextset_tearDown(self,cur): method test_nextset (line 743) | def test_nextset(self): method test_nextset (line 772) | def test_nextset(self): method test_arraysize (line 775) | def test_arraysize(self): method test_setinputsizes (line 786) | def test_setinputsizes(self): method test_setoutputsize_basic (line 795) | def test_setoutputsize_basic(self): method test_setoutputsize (line 806) | def test_setoutputsize(self): method test_None (line 810) | def test_None(self): method test_Date (line 824) | def test_Date(self): method test_Time (line 830) | def test_Time(self): method test_Timestamp (line 836) | def test_Timestamp(self): method test_Binary (line 844) | def test_Binary(self): method test_STRING (line 848) | def test_STRING(self): method test_BINARY (line 853) | def test_BINARY(self): method test_NUMBER (line 858) | def test_NUMBER(self): method test_DATETIME (line 863) | def test_DATETIME(self): method test_ROWID (line 868) | def test_ROWID(self): FILE: psycopg2/tests/dbapi20_tpc.py class TwoPhaseCommitTests (line 8) | class TwoPhaseCommitTests(unittest.TestCase): method connect (line 12) | def connect(self): method make_xid (line 19) | def make_xid(self, con): method test_xid (line 24) | def test_xid(self): method test_tpc_begin (line 41) | def test_tpc_begin(self): method test_tpc_commit_without_prepare (line 52) | def test_tpc_commit_without_prepare(self): method test_tpc_rollback_without_prepare (line 63) | def test_tpc_rollback_without_prepare(self): method test_tpc_commit_with_prepare (line 74) | def test_tpc_commit_with_prepare(self): method test_tpc_rollback_with_prepare (line 86) | def test_tpc_rollback_with_prepare(self): method test_tpc_begin_in_transaction_fails (line 98) | def test_tpc_begin_in_transaction_fails(self): method test_tpc_begin_in_tpc_transaction_fails (line 110) | def test_tpc_begin_in_tpc_transaction_fails(self): method test_commit_in_tpc_fails (line 122) | def test_commit_in_tpc_fails(self): method test_rollback_in_tpc_fails (line 134) | def test_rollback_in_tpc_fails(self): FILE: psycopg2/tests/test_async.py class PollableStub (line 37) | class PollableStub(object): method __init__ (line 39) | def __init__(self, pollable): method fileno (line 43) | def fileno(self): method poll (line 46) | def poll(self): class AsyncTests (line 52) | class AsyncTests(ConnectingTestCase): method setUp (line 54) | def setUp(self): method wait (line 69) | def wait(self, cur_or_conn): method test_connection_setup (line 84) | def test_connection_setup(self): method test_async_named_cursor (line 99) | def test_async_named_cursor(self): method test_async_select (line 103) | def test_async_select(self): method test_async_callproc (line 115) | def test_async_callproc(self): method test_async_after_async (line 124) | def test_async_after_async(self): method test_fetch_after_async (line 151) | def test_fetch_after_async(self): method test_rollback_while_async (line 162) | def test_rollback_while_async(self): method test_commit_while_async (line 170) | def test_commit_while_async(self): method test_set_parameters_while_async (line 198) | def test_set_parameters_while_async(self): method test_reset_while_async (line 217) | def test_reset_while_async(self): method test_async_iter (line 225) | def test_async_iter(self): method test_copy_while_async (line 246) | def test_copy_while_async(self): method test_lobject_while_async (line 255) | def test_lobject_while_async(self): method test_async_executemany (line 260) | def test_async_executemany(self): method test_async_scroll (line 266) | def test_async_scroll(self): method test_scroll (line 301) | def test_scroll(self): method test_async_dont_read_all (line 314) | def test_async_dont_read_all(self): method test_async_subclass (line 324) | def test_async_subclass(self): method test_flush_on_write (line 334) | def test_flush_on_write(self): method test_sync_poll (line 353) | def test_sync_poll(self): method test_notify (line 360) | def test_notify(self): method test_async_fetch_wrong_cursor (line 383) | def test_async_fetch_wrong_cursor(self): method test_error (line 395) | def test_error(self): method test_error_two_cursors (line 418) | def test_error_two_cursors(self): method test_notices (line 427) | def test_notices(self): method test_async_cursor_gone (line 438) | def test_async_cursor_gone(self): method test_async_connection_error_message (line 452) | def test_async_connection_error_message(self): function test_suite (line 463) | def test_suite(): FILE: psycopg2/tests/test_bugX000.py class DateTimeAllocationBugTestCase (line 29) | class DateTimeAllocationBugTestCase(unittest.TestCase): method test_date_time_allocation_bug (line 30) | def test_date_time_allocation_bug(self): function test_suite (line 40) | def test_suite(): FILE: psycopg2/tests/test_bug_gc.py class StolenReferenceTestCase (line 32) | class StolenReferenceTestCase(ConnectingTestCase): method test_stolen_reference_bug (line 34) | def test_stolen_reference_bug(self): function test_suite (line 44) | def test_suite(): FILE: psycopg2/tests/test_cancel.py class CancelTests (line 35) | class CancelTests(ConnectingTestCase): method setUp (line 37) | def setUp(self): method test_empty_cancel (line 47) | def test_empty_cancel(self): method test_cancel (line 51) | def test_cancel(self): method test_async_cancel (line 87) | def test_async_cancel(self): method test_async_connection_cancel (line 101) | def test_async_connection_cancel(self): function test_suite (line 107) | def test_suite(): FILE: psycopg2/tests/test_connection.py class ConnectionTests (line 40) | class ConnectionTests(ConnectingTestCase): method test_closed_attribute (line 41) | def test_closed_attribute(self): method test_close_idempotent (line 47) | def test_close_idempotent(self): method test_cursor_closed_attribute (line 53) | def test_cursor_closed_attribute(self): method test_cleanup_on_badconn_close (line 67) | def test_cleanup_on_badconn_close(self): method test_reset (line 86) | def test_reset(self): method test_notices (line 96) | def test_notices(self): method test_notices_consistent_order (line 105) | def test_notices_consistent_order(self): method test_notices_limited (line 118) | def test_notices_limited(self): method test_server_version (line 133) | def test_server_version(self): method test_protocol_version (line 136) | def test_protocol_version(self): method test_tpc_unsupported (line 140) | def test_tpc_unsupported(self): method test_concurrent_execution (line 149) | def test_concurrent_execution(self): method test_encoding_name (line 167) | def test_encoding_name(self): method test_connect_nonnormal_envvar (line 175) | def test_connect_nonnormal_envvar(self): method test_weakref (line 188) | def test_weakref(self): method test_commit_concurrency (line 198) | def test_commit_concurrency(self): method test_connect_cursor_factory (line 227) | def test_connect_cursor_factory(self): method test_cursor_factory (line 234) | def test_cursor_factory(self): method test_cursor_factory_none (line 252) | def test_cursor_factory_none(self): method test_failed_init_status (line 262) | def test_failed_init_status(self): class IsolationLevelsTestCase (line 275) | class IsolationLevelsTestCase(ConnectingTestCase): method setUp (line 277) | def setUp(self): method test_isolation_level (line 290) | def test_isolation_level(self): method test_encoding (line 296) | def test_encoding(self): method test_set_isolation_level (line 300) | def test_set_isolation_level(self): method test_set_isolation_level_abort (line 336) | def test_set_isolation_level_abort(self): method test_isolation_level_autocommit (line 373) | def test_isolation_level_autocommit(self): method test_isolation_level_read_committed (line 389) | def test_isolation_level_read_committed(self): method test_isolation_level_serializable (line 415) | def test_isolation_level_serializable(self): method test_isolation_level_closed (line 444) | def test_isolation_level_closed(self): class ConnectionTwoPhaseTests (line 455) | class ConnectionTwoPhaseTests(ConnectingTestCase): method setUp (line 456) | def setUp(self): method tearDown (line 462) | def tearDown(self): method clear_test_xacts (line 466) | def clear_test_xacts(self): method make_test_table (line 485) | def make_test_table(self): method count_xacts (line 496) | def count_xacts(self): method count_test_records (line 508) | def count_test_records(self): method test_tpc_commit (line 517) | def test_tpc_commit(self): method test_tpc_commit_one_phase (line 540) | def test_tpc_commit_one_phase(self): method test_tpc_commit_recovered (line 558) | def test_tpc_commit_recovered(self): method test_tpc_rollback (line 584) | def test_tpc_rollback(self): method test_tpc_rollback_one_phase (line 607) | def test_tpc_rollback_one_phase(self): method test_tpc_rollback_recovered (line 625) | def test_tpc_rollback_recovered(self): method test_status_after_recover (line 651) | def test_status_after_recover(self): method test_recovered_xids (line 663) | def test_recovered_xids(self): method test_xid_encoding (line 693) | def test_xid_encoding(self): method test_xid_roundtrip (line 705) | def test_xid_roundtrip(self): method test_unparsed_roundtrip (line 728) | def test_unparsed_roundtrip(self): method test_xid_construction (line 750) | def test_xid_construction(self): method test_xid_from_string (line 758) | def test_xid_from_string(self): method test_xid_to_string (line 771) | def test_xid_to_string(self): method test_xid_unicode (line 780) | def test_xid_unicode(self): method test_xid_unicode_unparsed (line 792) | def test_xid_unicode_unparsed(self): method test_cancel_fails_prepared (line 808) | def test_cancel_fails_prepared(self): method test_tpc_recover_non_dbapi_connection (line 814) | def test_tpc_recover_non_dbapi_connection(self): class TransactionControlTests (line 831) | class TransactionControlTests(ConnectingTestCase): method test_closed (line 832) | def test_closed(self): method test_not_in_transaction (line 838) | def test_not_in_transaction(self): method test_set_isolation_level (line 845) | def test_set_isolation_level(self): method test_set_isolation_level_str (line 877) | def test_set_isolation_level_str(self): method test_bad_isolation_level (line 905) | def test_bad_isolation_level(self): method test_set_read_only (line 910) | def test_set_read_only(self): method test_set_default (line 931) | def test_set_default(self): method test_set_deferrable (line 948) | def test_set_deferrable(self): method test_set_deferrable_error (line 968) | def test_set_deferrable_error(self): class AutocommitTests (line 973) | class AutocommitTests(ConnectingTestCase): method test_closed (line 974) | def test_closed(self): method test_default_no_autocommit (line 987) | def test_default_no_autocommit(self): method test_set_autocommit (line 1004) | def test_set_autocommit(self): method test_set_intrans_error (line 1028) | def test_set_intrans_error(self): method test_set_session_autocommit (line 1034) | def test_set_session_autocommit(self): function test_suite (line 1071) | def test_suite(): FILE: psycopg2/tests/test_copy.py class MinimalRead (line 41) | class MinimalRead(_base): method __init__ (line 43) | def __init__(self, f): method read (line 46) | def read(self, size): method readline (line 49) | def readline(self): class MinimalWrite (line 52) | class MinimalWrite(_base): method __init__ (line 54) | def __init__(self, f): method write (line 57) | def write(self, data): class CopyTests (line 61) | class CopyTests(ConnectingTestCase): method setUp (line 63) | def setUp(self): method _create_temp_table (line 67) | def _create_temp_table(self): method test_copy_from (line 75) | def test_copy_from(self): method test_copy_from_insane_size (line 82) | def test_copy_from_insane_size(self): method test_copy_from_cols (line 91) | def test_copy_from_cols(self): method test_copy_from_cols_err (line 103) | def test_copy_from_cols_err(self): method test_copy_to (line 117) | def test_copy_to(self): method test_copy_text (line 126) | def test_copy_text(self): method test_copy_bytes (line 149) | def test_copy_bytes(self): method test_copy_expert_textiobase (line 171) | def test_copy_expert_textiobase(self): method _copy_from (line 217) | def _copy_from(self, curs, nrecs, srec, copykw): method _copy_to (line 234) | def _copy_to(self, curs, srec): method test_copy_expert_file_refcount (line 248) | def test_copy_expert_file_refcount(self): method test_copy_no_column_limit (line 257) | def test_copy_no_column_limit(self): method test_copy_rowcount (line 276) | def test_copy_rowcount(self): method test_copy_rowcount_error (line 294) | def test_copy_rowcount_error(self): function test_suite (line 308) | def test_suite(): FILE: psycopg2/tests/test_cursor.py class CursorTests (line 32) | class CursorTests(ConnectingTestCase): method test_close_idempotent (line 34) | def test_close_idempotent(self): method test_empty_query (line 40) | def test_empty_query(self): method test_executemany_propagate_exceptions (line 46) | def test_executemany_propagate_exceptions(self): method test_mogrify_unicode (line 56) | def test_mogrify_unicode(self): method test_mogrify_decimal_explodes (line 88) | def test_mogrify_decimal_explodes(self): method test_mogrify_leak_on_multiple_reference (line 101) | def test_mogrify_leak_on_multiple_reference(self): method test_bad_placeholder (line 113) | def test_bad_placeholder(self): method test_cast (line 124) | def test_cast(self): method test_cast_specificity (line 141) | def test_cast_specificity(self): method test_weakref (line 156) | def test_weakref(self): method test_null_name (line 164) | def test_null_name(self): method test_invalid_name (line 168) | def test_invalid_name(self): method test_withhold (line 179) | def test_withhold(self): method test_scrollable (line 212) | def test_scrollable(self): method test_not_scrollable (line 251) | def test_not_scrollable(self): method test_iter_named_cursor_efficient (line 278) | def test_iter_named_cursor_efficient(self): method test_iter_named_cursor_default_itersize (line 292) | def test_iter_named_cursor_default_itersize(self): method test_iter_named_cursor_itersize (line 300) | def test_iter_named_cursor_itersize(self): method test_iter_named_cursor_rownumber (line 309) | def test_iter_named_cursor_rownumber(self): method test_namedtuple_description (line 320) | def test_namedtuple_description(self): method test_named_cursor_stealing (line 356) | def test_named_cursor_stealing(self): method test_scroll (line 370) | def test_scroll(self): method test_scroll_named (line 404) | def test_scroll_named(self): method test_bad_subclass (line 416) | def test_bad_subclass(self): function test_suite (line 431) | def test_suite(): FILE: psycopg2/tests/test_dates.py class CommonDatetimeTestsMixin (line 30) | class CommonDatetimeTestsMixin: method execute (line 32) | def execute(self, *args): method test_parse_date (line 36) | def test_parse_date(self): method test_parse_null_date (line 43) | def test_parse_null_date(self): method test_parse_incomplete_date (line 47) | def test_parse_incomplete_date(self): method test_parse_time (line 51) | def test_parse_time(self): method test_parse_null_time (line 58) | def test_parse_null_time(self): method test_parse_incomplete_time (line 62) | def test_parse_incomplete_time(self): method test_parse_datetime (line 66) | def test_parse_datetime(self): method test_parse_null_datetime (line 76) | def test_parse_null_datetime(self): method test_parse_incomplete_datetime (line 80) | def test_parse_incomplete_datetime(self): method test_parse_null_interval (line 90) | def test_parse_null_interval(self): class DatetimeTests (line 95) | class DatetimeTests(ConnectingTestCase, CommonDatetimeTestsMixin): method setUp (line 98) | def setUp(self): method test_parse_bc_date (line 106) | def test_parse_bc_date(self): method test_parse_bc_datetime (line 110) | def test_parse_bc_datetime(self): method test_parse_time_microseconds (line 115) | def test_parse_time_microseconds(self): method test_parse_datetime_microseconds (line 120) | def test_parse_datetime_microseconds(self): method check_time_tz (line 125) | def check_time_tz(self, str_offset, offset): method test_parse_time_timezone (line 139) | def test_parse_time_timezone(self): method check_datetime_tz (line 156) | def check_datetime_tz(self, str_offset, offset): method test_parse_datetime_timezone (line 175) | def test_parse_datetime_timezone(self): method test_parse_time_no_timezone (line 192) | def test_parse_time_no_timezone(self): method test_parse_datetime_no_timezone (line 196) | def test_parse_datetime_no_timezone(self): method test_parse_interval (line 202) | def test_parse_interval(self): method test_parse_negative_interval (line 209) | def test_parse_negative_interval(self): method test_parse_infinity (line 216) | def test_parse_infinity(self): method test_adapt_date (line 224) | def test_adapt_date(self): method test_adapt_time (line 230) | def test_adapt_time(self): method test_adapt_datetime (line 236) | def test_adapt_datetime(self): method test_adapt_timedelta (line 242) | def test_adapt_timedelta(self): method test_adapt_negative_timedelta (line 251) | def test_adapt_negative_timedelta(self): method _test_type_roundtrip (line 260) | def _test_type_roundtrip(self, o1): method _test_type_roundtrip_array (line 265) | def _test_type_roundtrip_array(self, o1): method test_type_roundtrip_date (line 270) | def test_type_roundtrip_date(self): method test_type_roundtrip_datetime (line 274) | def test_type_roundtrip_datetime(self): method test_type_roundtrip_datetimetz (line 279) | def test_type_roundtrip_datetimetz(self): method test_type_roundtrip_time (line 288) | def test_type_roundtrip_time(self): method test_type_roundtrip_interval (line 292) | def test_type_roundtrip_interval(self): method test_type_roundtrip_date_array (line 296) | def test_type_roundtrip_date_array(self): method test_type_roundtrip_datetime_array (line 300) | def test_type_roundtrip_datetime_array(self): method test_type_roundtrip_time_array (line 304) | def test_type_roundtrip_time_array(self): method test_type_roundtrip_interval_array (line 308) | def test_type_roundtrip_interval_array(self): class mxDateTimeTests (line 318) | class mxDateTimeTests(ConnectingTestCase, CommonDatetimeTestsMixin): method setUp (line 321) | def setUp(self): method tearDown (line 338) | def tearDown(self): method test_parse_bc_date (line 341) | def test_parse_bc_date(self): method test_parse_bc_datetime (line 349) | def test_parse_bc_datetime(self): method test_parse_time_microseconds (line 360) | def test_parse_time_microseconds(self): method test_parse_datetime_microseconds (line 366) | def test_parse_datetime_microseconds(self): method test_parse_time_timezone (line 372) | def test_parse_time_timezone(self): method test_parse_datetime_timezone (line 383) | def test_parse_datetime_timezone(self): method test_parse_interval (line 400) | def test_parse_interval(self): method test_adapt_time (line 408) | def test_adapt_time(self): method test_adapt_datetime (line 414) | def test_adapt_datetime(self): method test_adapt_bc_datetime (line 420) | def test_adapt_bc_datetime(self): method test_adapt_timedelta (line 430) | def test_adapt_timedelta(self): method test_adapt_negative_timedelta (line 439) | def test_adapt_negative_timedelta(self): method _test_type_roundtrip (line 448) | def _test_type_roundtrip(self, o1): method _test_type_roundtrip_array (line 452) | def _test_type_roundtrip_array(self, o1): method test_type_roundtrip_date (line 457) | def test_type_roundtrip_date(self): method test_type_roundtrip_datetime (line 461) | def test_type_roundtrip_datetime(self): method test_type_roundtrip_time (line 465) | def test_type_roundtrip_time(self): method test_type_roundtrip_interval (line 469) | def test_type_roundtrip_interval(self): method test_type_roundtrip_date_array (line 473) | def test_type_roundtrip_date_array(self): method test_type_roundtrip_datetime_array (line 477) | def test_type_roundtrip_datetime_array(self): method test_type_roundtrip_time_array (line 481) | def test_type_roundtrip_time_array(self): method test_type_roundtrip_interval_array (line 485) | def test_type_roundtrip_interval_array(self): class FromTicksTestCase (line 498) | class FromTicksTestCase(unittest.TestCase): method test_timestamp_value_error_sec_59_99 (line 501) | def test_timestamp_value_error_sec_59_99(self): method test_date_value_error_sec_59_99 (line 508) | def test_date_value_error_sec_59_99(self): method test_time_value_error_sec_59_99 (line 513) | def test_time_value_error_sec_59_99(self): class FixedOffsetTimezoneTests (line 520) | class FixedOffsetTimezoneTests(unittest.TestCase): method test_init_with_no_args (line 522) | def test_init_with_no_args(self): method test_repr_with_positive_offset (line 527) | def test_repr_with_positive_offset(self): method test_repr_with_negative_offset (line 531) | def test_repr_with_negative_offset(self): method test_repr_with_name (line 535) | def test_repr_with_name(self): method test_instance_caching (line 539) | def test_instance_caching(self): method test_pickle (line 546) | def test_pickle(self): function test_suite (line 565) | def test_suite(): FILE: psycopg2/tests/test_extras_dictcursor.py class ExtrasDictCursorTests (line 25) | class ExtrasDictCursorTests(ConnectingTestCase): method setUp (line 28) | def setUp(self): method testDictConnCursorArgs (line 35) | def testDictConnCursorArgs(self): method testDictCursorWithPlainCursorFetchOne (line 46) | def testDictCursorWithPlainCursorFetchOne(self): method testDictCursorWithPlainCursorFetchMany (line 49) | def testDictCursorWithPlainCursorFetchMany(self): method testDictCursorWithPlainCursorFetchManyNoarg (line 52) | def testDictCursorWithPlainCursorFetchManyNoarg(self): method testDictCursorWithPlainCursorFetchAll (line 55) | def testDictCursorWithPlainCursorFetchAll(self): method testDictCursorWithPlainCursorIter (line 58) | def testDictCursorWithPlainCursorIter(self): method testUpdateRow (line 64) | def testUpdateRow(self): method testDictCursorWithPlainCursorIterRowNumber (line 71) | def testDictCursorWithPlainCursorIterRowNumber(self): method _testWithPlainCursor (line 75) | def _testWithPlainCursor(self, getter): method testDictCursorWithPlainCursorRealFetchOne (line 84) | def testDictCursorWithPlainCursorRealFetchOne(self): method testDictCursorWithPlainCursorRealFetchMany (line 87) | def testDictCursorWithPlainCursorRealFetchMany(self): method testDictCursorWithPlainCursorRealFetchManyNoarg (line 90) | def testDictCursorWithPlainCursorRealFetchManyNoarg(self): method testDictCursorWithPlainCursorRealFetchAll (line 93) | def testDictCursorWithPlainCursorRealFetchAll(self): method testDictCursorWithPlainCursorRealIter (line 96) | def testDictCursorWithPlainCursorRealIter(self): method testDictCursorWithPlainCursorRealIterRowNumber (line 103) | def testDictCursorWithPlainCursorRealIterRowNumber(self): method _testWithPlainCursorReal (line 107) | def _testWithPlainCursorReal(self, getter): method testDictCursorWithNamedCursorFetchOne (line 114) | def testDictCursorWithNamedCursorFetchOne(self): method testDictCursorWithNamedCursorFetchMany (line 117) | def testDictCursorWithNamedCursorFetchMany(self): method testDictCursorWithNamedCursorFetchManyNoarg (line 120) | def testDictCursorWithNamedCursorFetchManyNoarg(self): method testDictCursorWithNamedCursorFetchAll (line 123) | def testDictCursorWithNamedCursorFetchAll(self): method testDictCursorWithNamedCursorIter (line 126) | def testDictCursorWithNamedCursorIter(self): method testDictCursorWithNamedCursorNotGreedy (line 133) | def testDictCursorWithNamedCursorNotGreedy(self): method testDictCursorWithNamedCursorIterRowNumber (line 138) | def testDictCursorWithNamedCursorIterRowNumber(self): method _testWithNamedCursor (line 142) | def _testWithNamedCursor(self, getter): method testDictCursorRealWithNamedCursorFetchOne (line 150) | def testDictCursorRealWithNamedCursorFetchOne(self): method testDictCursorRealWithNamedCursorFetchMany (line 153) | def testDictCursorRealWithNamedCursorFetchMany(self): method testDictCursorRealWithNamedCursorFetchManyNoarg (line 156) | def testDictCursorRealWithNamedCursorFetchManyNoarg(self): method testDictCursorRealWithNamedCursorFetchAll (line 159) | def testDictCursorRealWithNamedCursorFetchAll(self): method testDictCursorRealWithNamedCursorIter (line 162) | def testDictCursorRealWithNamedCursorIter(self): method testDictCursorRealWithNamedCursorNotGreedy (line 169) | def testDictCursorRealWithNamedCursorNotGreedy(self): method testDictCursorRealWithNamedCursorIterRowNumber (line 174) | def testDictCursorRealWithNamedCursorIterRowNumber(self): method _testWithNamedCursorReal (line 178) | def _testWithNamedCursorReal(self, getter): method _testNamedCursorNotGreedy (line 185) | def _testNamedCursorNotGreedy(self, curs): method _testIterRowNumber (line 197) | def _testIterRowNumber(self, curs): method testPickleDictRow (line 205) | def testPickleDictRow(self): method testPickleRealDictRow (line 219) | def testPickleRealDictRow(self): class NamedTupleCursorTest (line 232) | class NamedTupleCursorTest(ConnectingTestCase): method setUp (line 233) | def setUp(self): method test_cursor_args (line 251) | def test_cursor_args(self): method test_fetchone (line 257) | def test_fetchone(self): method test_fetchmany_noarg (line 269) | def test_fetchmany_noarg(self): method test_fetchmany (line 283) | def test_fetchmany(self): method test_fetchall (line 296) | def test_fetchall(self): method test_executemany (line 311) | def test_executemany(self): method test_iter (line 322) | def test_iter(self): method test_error_message (line 347) | def test_error_message(self): method test_record_updated (line 367) | def test_record_updated(self): method test_no_result_no_surprise (line 379) | def test_no_result_no_surprise(self): method test_minimal_generation (line 388) | def test_minimal_generation(self): method test_named (line 422) | def test_named(self): method test_named_fetchone (line 432) | def test_named_fetchone(self): method test_named_fetchmany (line 439) | def test_named_fetchmany(self): method test_named_fetchall (line 446) | def test_named_fetchall(self): method test_not_greedy (line 454) | def test_not_greedy(self): method test_named_rownumber (line 469) | def test_named_rownumber(self): function test_suite (line 479) | def test_suite(): FILE: psycopg2/tests/test_green.py class ConnectionStub (line 32) | class ConnectionStub(object): method __init__ (line 34) | def __init__(self, conn): method fileno (line 38) | def fileno(self): method poll (line 41) | def poll(self): class GreenTestCase (line 46) | class GreenTestCase(ConnectingTestCase): method setUp (line 47) | def setUp(self): method tearDown (line 52) | def tearDown(self): method set_stub_wait_callback (line 56) | def set_stub_wait_callback(self, conn): method test_flush_on_write (line 62) | def test_flush_on_write(self): method test_error_in_callback (line 82) | def test_error_in_callback(self): method test_dont_freak_out (line 97) | def test_dont_freak_out(self): function test_suite (line 112) | def test_suite(): FILE: psycopg2/tests/test_lobject.py function skip_if_no_lo (line 36) | def skip_if_no_lo(f): class LargeObjectTestCase (line 49) | class LargeObjectTestCase(ConnectingTestCase): method setUp (line 50) | def setUp(self): method tearDown (line 55) | def tearDown(self): class LargeObjectTests (line 74) | class LargeObjectTests(LargeObjectTestCase): method test_create (line 75) | def test_create(self): method test_connection_needed (line 80) | def test_connection_needed(self): method test_open_non_existent (line 84) | def test_open_non_existent(self): method test_open_existing (line 91) | def test_open_existing(self): method test_open_for_write (line 98) | def test_open_for_write(self): method test_open_mode_n (line 104) | def test_open_mode_n(self): method test_close_connection_gone (line 113) | def test_close_connection_gone(self): method test_create_with_oid (line 118) | def test_create_with_oid(self): method test_create_with_existing_oid (line 127) | def test_create_with_existing_oid(self): method test_import (line 135) | def test_import(self): method test_close (line 145) | def test_close(self): method test_write (line 151) | def test_write(self): method test_write_large (line 155) | def test_write_large(self): method test_read (line 160) | def test_read(self): method test_read_binary (line 171) | def test_read_binary(self): method test_read_text (line 182) | def test_read_text(self): method test_read_large (line 194) | def test_read_large(self): method test_seek_tell (line 207) | def test_seek_tell(self): method test_unlink (line 228) | def test_unlink(self): method test_export (line 237) | def test_export(self): method test_close_twice (line 251) | def test_close_twice(self): method test_write_after_close (line 256) | def test_write_after_close(self): method test_read_after_close (line 261) | def test_read_after_close(self): method test_seek_after_close (line 266) | def test_seek_after_close(self): method test_tell_after_close (line 271) | def test_tell_after_close(self): method test_unlink_after_close (line 276) | def test_unlink_after_close(self): method test_export_after_close (line 282) | def test_export_after_close(self): method test_close_after_commit (line 297) | def test_close_after_commit(self): method test_write_after_commit (line 305) | def test_write_after_commit(self): method test_read_after_commit (line 312) | def test_read_after_commit(self): method test_seek_after_commit (line 319) | def test_seek_after_commit(self): method test_tell_after_commit (line 326) | def test_tell_after_commit(self): method test_unlink_after_commit (line 333) | def test_unlink_after_commit(self): method test_export_after_commit (line 341) | def test_export_after_commit(self): method test_read_after_tpc_commit (line 357) | def test_read_after_tpc_commit(self): method test_read_after_tpc_prepare (line 366) | def test_read_after_tpc_prepare(self): method test_large_oid (line 377) | def test_large_oid(self): function skip_if_no_truncate (line 387) | def skip_if_no_truncate(f): class LargeObjectTruncateTests (line 403) | class LargeObjectTruncateTests(LargeObjectTestCase): method test_truncate (line 404) | def test_truncate(self): method test_truncate_after_close (line 427) | def test_truncate_after_close(self): method test_truncate_after_commit (line 432) | def test_truncate_after_commit(self): function test_suite (line 443) | def test_suite(): FILE: psycopg2/tests/test_module.py class ConnectTestCase (line 30) | class ConnectTestCase(unittest.TestCase): method setUp (line 31) | def setUp(self): method tearDown (line 39) | def tearDown(self): method test_there_has_to_be_something (line 42) | def test_there_has_to_be_something(self): method test_no_keywords (line 49) | def test_no_keywords(self): method test_dsn (line 55) | def test_dsn(self): method test_supported_keywords (line 61) | def test_supported_keywords(self): method test_generic_keywords (line 81) | def test_generic_keywords(self): method test_factory (line 85) | def test_factory(self): method test_async (line 99) | def test_async(self): method test_empty_param (line 110) | def test_empty_param(self): method test_escape (line 114) | def test_escape(self): method test_no_kwargs_swallow (line 130) | def test_no_kwargs_swallow(self): class ExceptionsTestCase (line 139) | class ExceptionsTestCase(ConnectingTestCase): method test_attributes (line 140) | def test_attributes(self): method test_diagnostics_attributes (line 151) | def test_diagnostics_attributes(self): method test_diagnostics_values (line 170) | def test_diagnostics_values(self): method test_diagnostics_life (line 180) | def test_diagnostics_life(self): method test_diagnostics_copy (line 206) | def test_diagnostics_copy(self): method test_diagnostics_independent (line 217) | def test_diagnostics_independent(self): method test_diagnostics_from_commit (line 234) | def test_diagnostics_from_commit(self): method test_9_3_diagnostics (line 250) | def test_9_3_diagnostics(self): method test_pickle (line 268) | def test_pickle(self): method test_pickle_connection_error (line 283) | def test_pickle_connection_error(self): function test_suite (line 298) | def test_suite(): FILE: psycopg2/tests/test_notify.py class NotifiesTests (line 38) | class NotifiesTests(ConnectingTestCase): method autocommit (line 40) | def autocommit(self, conn): method listen (line 44) | def listen(self, name): method notify (line 50) | def notify(self, name, sec=0, payload=None): method test_notifies_received_on_poll (line 74) | def test_notifies_received_on_poll(self): method test_many_notifies (line 92) | def test_many_notifies(self): method test_notifies_received_on_execute (line 111) | def test_notifies_received_on_execute(self): method test_notify_object (line 121) | def test_notify_object(self): method test_notify_attributes (line 130) | def test_notify_attributes(self): method test_notify_payload (line 142) | def test_notify_payload(self): method test_notify_init (line 157) | def test_notify_init(self): method test_compare (line 172) | def test_compare(self): method test_compare_tuple (line 181) | def test_compare_tuple(self): method test_hash (line 188) | def test_hash(self): function test_suite (line 194) | def test_suite(): FILE: psycopg2/tests/test_psycopg2_dbapi20.py class Psycopg2Tests (line 33) | class Psycopg2Tests(dbapi20.DatabaseAPI20Test): method test_setoutputsize (line 40) | def test_setoutputsize(self): method test_nextset (line 44) | def test_nextset(self): class Psycopg2TPCTests (line 49) | class Psycopg2TPCTests(dbapi20_tpc.TwoPhaseCommitTests, unittest.TestCase): method connect (line 52) | def connect(self): function test_suite (line 58) | def test_suite(): FILE: psycopg2/tests/test_quote.py class QuotingTestCase (line 32) | class QuotingTestCase(ConnectingTestCase): method test_string (line 50) | def test_string(self): method test_binary (line 63) | def test_binary(self): method test_unicode (line 86) | def test_unicode(self): method test_latin1 (line 109) | def test_latin1(self): method test_koi8 (line 133) | def test_koi8(self): class TestQuotedString (line 158) | class TestQuotedString(ConnectingTestCase): method test_encoding (line 159) | def test_encoding(self): function test_suite (line 168) | def test_suite(): FILE: psycopg2/tests/test_transaction.py class TransactionTests (line 32) | class TransactionTests(ConnectingTestCase): method setUp (line 34) | def setUp(self): method test_rollback (line 53) | def test_rollback(self): method test_commit (line 64) | def test_commit(self): method test_failed_commit (line 77) | def test_failed_commit(self): class DeadlockSerializationTests (line 92) | class DeadlockSerializationTests(ConnectingTestCase): method connect (line 95) | def connect(self): method setUp (line 100) | def setUp(self): method tearDown (line 125) | def tearDown(self): method test_deadlock (line 133) | def test_deadlock(self): method test_serialisation_failure (line 179) | def test_serialisation_failure(self): class QueryCancellationTests (line 227) | class QueryCancellationTests(ConnectingTestCase): method setUp (line 230) | def setUp(self): method test_statement_timeout (line 235) | def test_statement_timeout(self): function test_suite (line 243) | def test_suite(): FILE: psycopg2/tests/test_types_basic.py class TypesBasicTests (line 36) | class TypesBasicTests(ConnectingTestCase): method execute (line 39) | def execute(self, *args): method testQuoting (line 44) | def testQuoting(self): method testUnicode (line 49) | def testUnicode(self): method testNumber (line 54) | def testNumber(self): method testBoolean (line 60) | def testBoolean(self): method testDecimal (line 66) | def testDecimal(self): method testFloatNan (line 80) | def testFloatNan(self): method testFloatInf (line 90) | def testFloatInf(self): method testBinary (line 104) | def testBinary(self): method testBinaryNone (line 116) | def testBinaryNone(self): method testBinaryEmptyString (line 121) | def testBinaryEmptyString(self): method testBinaryRoundTrip (line 130) | def testBinaryRoundTrip(self): method testArray (line 144) | def testArray(self): method testEmptyArrayRegression (line 150) | def testEmptyArrayRegression(self): method testEmptyArray (line 164) | def testEmptyArray(self): method testArrayEscape (line 177) | def testArrayEscape(self): method testArrayMalformed (line 188) | def testArrayMalformed(self): method testTypeRoundtripBuffer (line 196) | def testTypeRoundtripBuffer(self): method testTypeRoundtripBufferArray (line 208) | def testTypeRoundtripBufferArray(self): method testTypeRoundtripBytes (line 216) | def testTypeRoundtripBytes(self): method testTypeRoundtripBytesArray (line 227) | def testTypeRoundtripBytesArray(self): method testAdaptBytearray (line 234) | def testAdaptBytearray(self): method testAdaptMemoryview (line 258) | def testAdaptMemoryview(self): method testByteaHexCheckFalsePositive (line 274) | def testByteaHexCheckFalsePositive(self): method testNegNumber (line 281) | def testNegNumber(self): method testGenericArray (line 291) | def testGenericArray(self): method testGenericArrayNull (line 298) | def testGenericArrayNull(self): class AdaptSubclassTest (line 312) | class AdaptSubclassTest(unittest.TestCase): method test_adapt_subtype (line 313) | def test_adapt_subtype(self): method test_adapt_most_specific (line 320) | def test_adapt_most_specific(self): method test_no_mro_no_joy (line 336) | def test_no_mro_no_joy(self): method test_adapt_subtype_3 (line 350) | def test_adapt_subtype_3(self): class ByteaParserTest (line 363) | class ByteaParserTest(unittest.TestCase): method setUp (line 365) | def setUp(self): method _import_cast (line 372) | def _import_cast(self): method cast (line 385) | def cast(self, buffer): method test_null (line 398) | def test_null(self): method test_blank (line 402) | def test_blank(self): method test_blank_hex (line 406) | def test_blank_hex(self): method test_full_hex (line 411) | def test_full_hex(self, upper=False): method test_full_hex_upper (line 421) | def test_full_hex_upper(self): method test_full_escaped_octal (line 424) | def test_full_escaped_octal(self): method test_escaped_mixed (line 432) | def test_escaped_mixed(self): function skip_if_cant_cast (line 448) | def skip_if_cant_cast(f): function test_suite (line 462) | def test_suite(): FILE: psycopg2/tests/test_types_extras.py function filter_scs (line 33) | def filter_scs(conn, s): class TypesExtrasTests (line 39) | class TypesExtrasTests(ConnectingTestCase): method execute (line 42) | def execute(self, *args): method testUUID (line 48) | def testUUID(self): method testUUIDARRAY (line 59) | def testUUIDARRAY(self): method testINET (line 76) | def testINET(self): method testINETARRAY (line 85) | def testINETARRAY(self): method test_inet_conform (line 94) | def test_inet_conform(self): method test_adapt_fail (line 111) | def test_adapt_fail(self): function skip_if_no_hstore (line 121) | def skip_if_no_hstore(f): class HstoreTestCase (line 132) | class HstoreTestCase(ConnectingTestCase): method test_adapt_8 (line 133) | def test_adapt_8(self): method test_adapt_9 (line 159) | def test_adapt_9(self): method test_parse (line 192) | def test_parse(self): method test_register_conn (line 223) | def test_register_conn(self): method test_register_curs (line 235) | def test_register_curs(self): method test_register_unicode (line 247) | def test_register_unicode(self): method test_register_globally (line 261) | def test_register_globally(self): method test_roundtrip (line 285) | def test_roundtrip(self): method test_roundtrip_unicode (line 315) | def test_roundtrip_unicode(self): method test_oid (line 338) | def test_oid(self): method test_roundtrip_array (line 359) | def test_roundtrip_array(self): method test_array_cast (line 387) | def test_array_cast(self): method test_array_cast_oid (line 396) | def test_array_cast_oid(self): method test_non_dbapi_connection (line 416) | def test_non_dbapi_connection(self): function skip_if_no_composite (line 439) | def skip_if_no_composite(f): class AdaptTypeTestCase (line 451) | class AdaptTypeTestCase(ConnectingTestCase): method test_none_in_record (line 453) | def test_none_in_record(self): method test_none_fast_path (line 461) | def test_none_fast_path(self): method test_tokenization (line 482) | def test_tokenization(self): method test_cast_composite (line 512) | def test_cast_composite(self): method test_empty_string (line 544) | def test_empty_string(self): method test_cast_nested (line 564) | def test_cast_nested(self): method test_register_on_cursor (line 591) | def test_register_on_cursor(self): method test_register_on_connection (line 603) | def test_register_on_connection(self): method test_register_globally (line 621) | def test_register_globally(self): method test_composite_namespace (line 648) | def test_composite_namespace(self): method test_composite_array (line 668) | def test_composite_array(self): method test_wrong_schema (line 690) | def test_wrong_schema(self): method test_from_tables (line 701) | def test_from_tables(self): method test_non_dbapi_connection (line 745) | def test_non_dbapi_connection(self): method test_subclass (line 769) | def test_subclass(self): method _create_type (line 793) | def _create_type(self, name, fields): function skip_if_json_module (line 817) | def skip_if_json_module(f): function skip_if_no_json_module (line 828) | def skip_if_no_json_module(f): function skip_if_no_json_type (line 839) | def skip_if_no_json_type(f): class JsonTestCase (line 852) | class JsonTestCase(ConnectingTestCase): method test_module_not_available (line 854) | def test_module_not_available(self): method test_customizable_with_module_not_available (line 859) | def test_customizable_with_module_not_available(self): method test_adapt (line 869) | def test_adapt(self): method test_adapt_dumps (line 881) | def test_adapt_dumps(self): method test_adapt_subclass (line 897) | def test_adapt_subclass(self): method test_register_on_dict (line 916) | def test_register_on_dict(self): method test_type_not_available (line 929) | def test_type_not_available(self): method test_default_cast (line 940) | def test_default_cast(self): method test_register_on_connection (line 951) | def test_register_on_connection(self): method test_register_on_cursor (line 959) | def test_register_on_cursor(self): method test_register_globally (line 967) | def test_register_globally(self): method test_loads (line 985) | def test_loads(self): method test_no_conn_curs (line 997) | def test_no_conn_curs(self): method test_register_default (line 1022) | def test_register_default(self): method test_null (line 1040) | def test_null(self): method test_no_array_oid (line 1049) | def test_no_array_oid(self): class RangeTestCase (line 1061) | class RangeTestCase(unittest.TestCase): method test_noparam (line 1062) | def test_noparam(self): method test_empty (line 1074) | def test_empty(self): method test_nobounds (line 1086) | def test_nobounds(self): method test_bounds (line 1097) | def test_bounds(self): method test_keywords (line 1113) | def test_keywords(self): method test_bad_bounds (line 1133) | def test_bad_bounds(self): method test_in (line 1138) | def test_in(self): method test_nonzero (line 1190) | def test_nonzero(self): method test_eq_hash (line 1196) | def test_eq_hash(self): method test_eq_wrong_type (line 1217) | def test_eq_wrong_type(self): method test_eq_subclass (line 1221) | def test_eq_subclass(self): method test_lt_ordering (line 1234) | def test_lt_ordering(self): method test_gt_ordering (line 1250) | def test_gt_ordering(self): method test_le_ordering (line 1266) | def test_le_ordering(self): method test_ge_ordering (line 1282) | def test_ge_ordering(self): function skip_if_no_range (line 1299) | def skip_if_no_range(f): class RangeCasterTestCase (line 1312) | class RangeCasterTestCase(ConnectingTestCase): method test_cast_null (line 1317) | def test_cast_null(self): method test_cast_empty (line 1324) | def test_cast_empty(self): method test_cast_inf (line 1333) | def test_cast_inf(self): method test_cast_numbers (line 1344) | def test_cast_numbers(self): method test_cast_date (line 1370) | def test_cast_date(self): method test_cast_timestamp (line 1384) | def test_cast_timestamp(self): method test_cast_timestamptz (line 1400) | def test_cast_timestamptz(self): method test_adapt_number_range (line 1417) | def test_adapt_number_range(self): method test_adapt_numeric_range (line 1445) | def test_adapt_numeric_range(self): method test_adapt_date_range (line 1473) | def test_adapt_date_range(self): method test_register_range_adapter (line 1506) | def test_register_range_adapter(self): method test_range_escaping (line 1533) | def test_range_escaping(self): method test_range_not_found (line 1584) | def test_range_not_found(self): method test_schema_range (line 1590) | def test_schema_range(self): function test_suite (line 1620) | def test_suite(): FILE: psycopg2/tests/test_with.py class WithTestCase (line 33) | class WithTestCase(ConnectingTestCase): method setUp (line 34) | def setUp(self): class WithConnectionTestCase (line 47) | class WithConnectionTestCase(WithTestCase): method test_with_ok (line 48) | def test_with_ok(self): method test_with_connect_idiom (line 63) | def test_with_connect_idiom(self): method test_with_error_db (line 77) | def test_with_error_db(self): method test_with_error_python (line 91) | def test_with_error_python(self): method test_with_closed (line 106) | def test_with_closed(self): method test_subclass_commit (line 114) | def test_subclass_commit(self): method test_subclass_rollback (line 132) | def test_subclass_rollback(self): class WithCursorTestCase (line 157) | class WithCursorTestCase(WithTestCase): method test_with_ok (line 158) | def test_with_ok(self): method test_with_error (line 173) | def test_with_error(self): method test_subclass (line 190) | def test_subclass(self): function test_suite (line 204) | def test_suite(): FILE: psycopg2/tests/testutils.py function skipIf (line 46) | def skipIf(cond, msg): function skip (line 58) | def skip(msg): function skipTest (line 61) | def skipTest(self, msg): class ConnectingTestCase (line 78) | class ConnectingTestCase(unittest.TestCase): method setUp (line 87) | def setUp(self): method tearDown (line 90) | def tearDown(self): method connect (line 96) | def connect(self, **kwargs): method _get_conn (line 109) | def _get_conn(self): method _set_conn (line 115) | def _set_conn(self, conn): function decorate_all_tests (line 121) | def decorate_all_tests(cls, *decorators): function skip_if_no_uuid (line 131) | def skip_if_no_uuid(f): function skip_if_tpc_disabled (line 155) | def skip_if_tpc_disabled(f): function skip_if_no_namedtuple (line 180) | def skip_if_no_namedtuple(f): function skip_if_no_iobase (line 193) | def skip_if_no_iobase(f): function skip_before_postgres (line 207) | def skip_before_postgres(*ver): function skip_after_postgres (line 222) | def skip_after_postgres(*ver): function skip_before_python (line 237) | def skip_before_python(*ver): function skip_from_python (line 251) | def skip_from_python(*ver): function skip_if_no_superuser (line 265) | def skip_if_no_superuser(f): function skip_if_green (line 281) | def skip_if_green(reason): function skip_if_no_getrefcount (line 296) | def skip_if_no_getrefcount(f): function script_to_py3 (line 305) | def script_to_py3(script): class py3_raises_typeerror (line 332) | class py3_raises_typeerror(object): method __enter__ (line 334) | def __enter__(self): method __exit__ (line 337) | def __exit__(self, type, exc, tb): FILE: psycopg2/tz.py class FixedOffsetTimezone (line 34) | class FixedOffsetTimezone(datetime.tzinfo): method __init__ (line 53) | def __init__(self, offset=None, name=None): method __new__ (line 59) | def __new__(cls, offset=None, name=None): method __repr__ (line 70) | def __repr__(self): method __getinitargs__ (line 75) | def __getinitargs__(self): method utcoffset (line 79) | def utcoffset(self, dt): method tzname (line 82) | def tzname(self, dt): method dst (line 94) | def dst(self, dt): class LocalTimezone (line 105) | class LocalTimezone(datetime.tzinfo): method utcoffset (line 110) | def utcoffset(self, dt): method dst (line 116) | def dst(self, dt): method tzname (line 122) | def tzname(self, dt): method _isdst (line 125) | def _isdst(self, dt): FILE: tests/pythons/win32-py27/Lib/BaseHTTPServer.py function _quote_html (line 99) | def _quote_html(html): class HTTPServer (line 102) | class HTTPServer(SocketServer.TCPServer): method server_bind (line 106) | def server_bind(self): class BaseHTTPRequestHandler (line 114) | class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler): method parse_request (line 232) | def parse_request(self): method handle_one_request (line 301) | def handle_one_request(self): method handle (line 336) | def handle(self): method send_error (line 344) | def send_error(self, code, message=None): method send_response (line 378) | def send_response(self, code, message=None): method send_header (line 398) | def send_header(self, keyword, value): method end_headers (line 409) | def end_headers(self): method log_request (line 414) | def log_request(self, code='-', size='-'): method log_error (line 424) | def log_error(self, format, *args): method log_message (line 438) | def log_message(self, format, *args): method version_string (line 460) | def version_string(self): method date_time_string (line 464) | def date_time_string(self, timestamp=None): method log_date_time_string (line 475) | def log_date_time_string(self): method address_string (line 489) | def address_string(self): function test (line 579) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win32-py27/Lib/Bastion.py class BastionClass (line 37) | class BastionClass: method __init__ (line 47) | def __init__(self, get, name): method __repr__ (line 60) | def __repr__(self): method __getattr__ (line 70) | def __getattr__(self, name): function Bastion (line 87) | def Bastion(object, filter = lambda name: name[:1] != '_', function _test (line 134) | def _test(): FILE: tests/pythons/win32-py27/Lib/CGIHTTPServer.py class CGIHTTPRequestHandler (line 35) | class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): method do_POST (line 54) | def do_POST(self): method send_head (line 66) | def send_head(self): method is_cgi (line 73) | def is_cgi(self): method is_executable (line 97) | def is_executable(self, path): method is_python (line 101) | def is_python(self, path): method run_cgi (line 106) | def run_cgi(self): function _url_collapse_path (line 302) | def _url_collapse_path(path): function nobody_uid (line 346) | def nobody_uid(): function executable (line 362) | def executable(path): function test (line 371) | def test(HandlerClass = CGIHTTPRequestHandler, FILE: tests/pythons/win32-py27/Lib/ConfigParser.py class Error (line 112) | class Error(Exception): method _get_message (line 115) | def _get_message(self): method _set_message (line 120) | def _set_message(self, value): method __init__ (line 130) | def __init__(self, msg=''): method __repr__ (line 134) | def __repr__(self): class NoSectionError (line 139) | class NoSectionError(Error): method __init__ (line 142) | def __init__(self, section): class DuplicateSectionError (line 147) | class DuplicateSectionError(Error): method __init__ (line 150) | def __init__(self, section): class NoOptionError (line 155) | class NoOptionError(Error): method __init__ (line 158) | def __init__(self, option, section): class InterpolationError (line 165) | class InterpolationError(Error): method __init__ (line 168) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 174) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 177) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 188) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 192) | class InterpolationDepthError(InterpolationError): method __init__ (line 195) | def __init__(self, option, section, rawval): class ParsingError (line 204) | class ParsingError(Error): method __init__ (line 207) | def __init__(self, filename): method append (line 213) | def append(self, lineno, line): class MissingSectionHeaderError (line 217) | class MissingSectionHeaderError(ParsingError): method __init__ (line 220) | def __init__(self, filename, lineno, line): class RawConfigParser (line 231) | class RawConfigParser: method __init__ (line 232) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 245) | def defaults(self): method sections (line 248) | def sections(self): method add_section (line 253) | def add_section(self, section): method has_section (line 267) | def has_section(self, section): method options (line 274) | def options(self, section): method read (line 285) | def read(self, filenames): method readfp (line 310) | def readfp(self, fp, filename=None): method get (line 326) | def get(self, section, option): method items (line 342) | def items(self, section): method _get (line 355) | def _get(self, section, conv, option): method getint (line 358) | def getint(self, section, option): method getfloat (line 361) | def getfloat(self, section, option): method getboolean (line 367) | def getboolean(self, section, option): method optionxform (line 373) | def optionxform(self, optionstr): method has_option (line 376) | def has_option(self, section, option): method set (line 388) | def set(self, section, option, value=None): method write (line 399) | def write(self, fp): method remove_option (line 416) | def remove_option(self, section, option): method remove_section (line 431) | def remove_section(self, section): method _read (line 464) | def _read(self, fp, fpname): class _Chainmap (line 558) | class _Chainmap(_UserDict.DictMixin): method __init__ (line 567) | def __init__(self, *maps): method __getitem__ (line 570) | def __getitem__(self, key): method keys (line 578) | def keys(self): class ConfigParser (line 588) | class ConfigParser(RawConfigParser): method get (line 590) | def get(self, section, option, raw=False, vars=None): method items (line 625) | def items(self, section, raw=False, vars=None): method _interpolate (line 657) | def _interpolate(self, section, option, rawval, vars): method _interpolation_replace (line 678) | def _interpolation_replace(self, match): class SafeConfigParser (line 686) | class SafeConfigParser(ConfigParser): method _interpolate (line 688) | def _interpolate(self, section, option, rawval, vars): method _interpolate_some (line 696) | def _interpolate_some(self, option, accum, rest, section, map, depth): method set (line 734) | def set(self, section, option, value=None): FILE: tests/pythons/win32-py27/Lib/Cookie.py class CookieError (line 232) | class CookieError(Exception): function _quote (line 315) | def _quote(str, LegalChars=_LegalChars, function _unquote (line 333) | def _unquote(str): function _getdate (line 389) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 408) | class Morsel(dict): method __init__ (line 432) | def __init__(self): method __setitem__ (line 441) | def __setitem__(self, K, V): method isReservedKey (line 448) | def isReservedKey(self, K): method set (line 452) | def set(self, key, val, coded_val, method output (line 468) | def output(self, attrs=None, header = "Set-Cookie:"): method __repr__ (line 473) | def __repr__(self): method js_output (line 477) | def js_output(self, attrs=None): method OutputString (line 488) | def OutputString(self, attrs=None): class BaseCookie (line 554) | class BaseCookie(dict): method value_decode (line 558) | def value_decode(self, val): method value_encode (line 568) | def value_encode(self, val): method __init__ (line 578) | def __init__(self, input=None): method __set (line 582) | def __set(self, key, real_value, coded_value): method __setitem__ (line 589) | def __setitem__(self, key, value): method output (line 595) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 607) | def __repr__(self): method js_output (line 615) | def js_output(self, attrs=None): method load (line 625) | def load(self, rawdata): method __ParseString (line 640) | def __ParseString(self, str, patt=_CookiePattern): class SimpleCookie (line 670) | class SimpleCookie(BaseCookie): method value_decode (line 677) | def value_decode(self, val): method value_encode (line 679) | def value_encode(self, val): class SerialCookie (line 684) | class SerialCookie(BaseCookie): method __init__ (line 698) | def __init__(self, input=None): method value_decode (line 703) | def value_decode(self, val): method value_encode (line 706) | def value_encode(self, val): class SmartCookie (line 710) | class SmartCookie(BaseCookie): method __init__ (line 723) | def __init__(self, input=None): method value_decode (line 728) | def value_decode(self, val): method value_encode (line 734) | def value_encode(self, val): function _test (line 751) | def _test(): FILE: tests/pythons/win32-py27/Lib/DocXMLRPCServer.py class ServerHTMLDoc (line 23) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 26) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 67) | def docroutine(self, object, name, mod=None, method docserver (line 109) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 134) | class XMLRPCDocGenerator: method __init__ (line 141) | def __init__(self): method set_server_title (line 149) | def set_server_title(self, server_title): method set_server_name (line 154) | def set_server_name(self, server_name): method set_server_documentation (line 159) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 164) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 215) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 225) | def do_GET(self): class DocXMLRPCServer (line 243) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 251) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 258) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 263) | def handle_get(self): method __init__ (line 277) | def __init__(self): FILE: tests/pythons/win32-py27/Lib/HTMLParser.py class HTMLParseError (line 54) | class HTMLParseError(Exception): method __init__ (line 57) | def __init__(self, msg, position=(None, None)): method __str__ (line 63) | def __str__(self): class HTMLParser (line 72) | class HTMLParser(markupbase.ParserBase): method __init__ (line 95) | def __init__(self): method reset (line 99) | def reset(self): method feed (line 107) | def feed(self, data): method close (line 116) | def close(self): method error (line 120) | def error(self, message): method get_starttag_text (line 125) | def get_starttag_text(self): method set_cdata_mode (line 129) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 133) | def clear_cdata_mode(self): method goahead (line 140) | def goahead(self, end): method parse_html_declaration (line 234) | def parse_html_declaration(self, i): method parse_bogus_comment (line 255) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 267) | def parse_pi(self, i): method parse_starttag (line 279) | def parse_starttag(self, i): method check_for_whole_start_tag (line 331) | def check_for_whole_start_tag(self, i): method parse_endtag (line 363) | def parse_endtag(self, i): method handle_startendtag (line 403) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 408) | def handle_starttag(self, tag, attrs): method handle_endtag (line 412) | def handle_endtag(self, tag): method handle_charref (line 416) | def handle_charref(self, name): method handle_entityref (line 420) | def handle_entityref(self, name): method handle_data (line 424) | def handle_data(self, data): method handle_comment (line 428) | def handle_comment(self, data): method handle_decl (line 432) | def handle_decl(self, decl): method handle_pi (line 436) | def handle_pi(self, data): method unknown_decl (line 439) | def unknown_decl(self, data): method unescape (line 444) | def unescape(self, s): FILE: tests/pythons/win32-py27/Lib/MimeWriter.py class MimeWriter (line 22) | class MimeWriter: method __init__ (line 92) | def __init__(self, fp): method addheader (line 96) | def addheader(self, key, value, prefix=0): method flushheaders (line 117) | def flushheaders(self): method startbody (line 128) | def startbody(self, ctype, plist=[], prefix=1): method startmultipartbody (line 145) | def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): method nextpart (line 163) | def nextpart(self): method lastpart (line 176) | def lastpart(self): FILE: tests/pythons/win32-py27/Lib/Queue.py class Empty (line 13) | class Empty(Exception): class Full (line 17) | class Full(Exception): class Queue (line 21) | class Queue: method __init__ (line 26) | def __init__(self, maxsize=0): method task_done (line 45) | def task_done(self): method join (line 70) | def join(self): method qsize (line 86) | def qsize(self): method empty (line 93) | def empty(self): method full (line 100) | def full(self): method put (line 107) | def put(self, item, block=True, timeout=None): method put_nowait (line 142) | def put_nowait(self, item): method get (line 150) | def get(self, block=True, timeout=None): method get_nowait (line 184) | def get_nowait(self): method _init (line 197) | def _init(self, maxsize): method _qsize (line 200) | def _qsize(self, len=len): method _put (line 204) | def _put(self, item): method _get (line 208) | def _get(self): class PriorityQueue (line 212) | class PriorityQueue(Queue): method _init (line 218) | def _init(self, maxsize): method _qsize (line 221) | def _qsize(self, len=len): method _put (line 224) | def _put(self, item, heappush=heapq.heappush): method _get (line 227) | def _get(self, heappop=heapq.heappop): class LifoQueue (line 231) | class LifoQueue(Queue): method _init (line 234) | def _init(self, maxsize): method _qsize (line 237) | def _qsize(self, len=len): method _put (line 240) | def _put(self, item): method _get (line 243) | def _get(self): FILE: tests/pythons/win32-py27/Lib/SimpleHTTPServer.py class SimpleHTTPRequestHandler (line 27) | class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): method do_GET (line 42) | def do_GET(self): method do_HEAD (line 49) | def do_HEAD(self): method send_head (line 55) | def send_head(self): method list_directory (line 99) | def list_directory(self, path): method translate_path (line 141) | def translate_path(self, path): method copyfile (line 167) | def copyfile(self, source, outputfile): method guess_type (line 183) | def guess_type(self, path): function test (line 218) | def test(HandlerClass = SimpleHTTPRequestHandler, FILE: tests/pythons/win32-py27/Lib/SimpleXMLRPCServer.py function resolve_dotted_attribute (line 115) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 139) | def list_public_methods(obj): function remove_duplicates (line 147) | def remove_duplicates(lst): class SimpleXMLRPCDispatcher (line 160) | class SimpleXMLRPCDispatcher: method __init__ (line 169) | def __init__(self, allow_none=False, encoding=None): method register_instance (line 175) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 211) | def register_function(self, function, name = None): method register_introspection_functions (line 222) | def register_introspection_functions(self): method register_multicall_functions (line 233) | def register_multicall_functions(self): method _marshaled_dispatch (line 241) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 278) | def system_listMethods(self): method system_methodSignature (line 301) | def system_methodSignature(self, method_name): method system_methodHelp (line 314) | def system_methodHelp(self, method_name): method system_multicall (line 346) | def system_multicall(self, call_list): method _dispatch (line 378) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 424) | class SimpleXMLRPCRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): method accept_encodings (line 449) | def accept_encodings(self): method is_rpc_path_valid (line 460) | def is_rpc_path_valid(self): method do_POST (line 467) | def do_POST(self): method decode_request_content (line 537) | def decode_request_content(self, data): method report_404 (line 554) | def report_404 (self): method log_request (line 563) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 569) | class SimpleXMLRPCServer(SocketServer.TCPServer, method __init__ (line 588) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 603) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 611) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 620) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 624) | def get_dispatcher(self, path): method _marshaled_dispatch (line 627) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 641) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 644) | def __init__(self, allow_none=False, encoding=None): method handle_xmlrpc (line 647) | def handle_xmlrpc(self, request_text): method handle_get (line 657) | def handle_get(self): method handle_request (line 680) | def handle_request(self, request_text = None): FILE: tests/pythons/win32-py27/Lib/SocketServer.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 206) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 213) | def server_activate(self): method serve_forever (line 221) | def serve_forever(self, poll_interval=0.5): method shutdown (line 243) | def shutdown(self): method handle_request (line 264) | def handle_request(self): method _handle_request_noblock (line 282) | def _handle_request_noblock(self): method handle_timeout (line 300) | def handle_timeout(self): method verify_request (line 307) | def verify_request(self, request, client_address): method process_request (line 315) | def process_request(self, request, client_address): method server_close (line 324) | def server_close(self): method finish_request (line 332) | def finish_request(self, request, client_address): method shutdown_request (line 336) | def shutdown_request(self, request): method close_request (line 340) | def close_request(self, request): method handle_error (line 344) | def handle_error(self, request, client_address): class TCPServer (line 358) | class TCPServer(BaseServer): method __init__ (line 413) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 422) | def server_bind(self): method server_activate (line 433) | def server_activate(self): method server_close (line 441) | def server_close(self): method fileno (line 449) | def fileno(self): method get_request (line 457) | def get_request(self): method shutdown_request (line 465) | def shutdown_request(self, request): method close_request (line 475) | def close_request(self, request): class UDPServer (line 480) | class UDPServer(TCPServer): method get_request (line 490) | def get_request(self): method server_activate (line 494) | def server_activate(self): method shutdown_request (line 498) | def shutdown_request(self, request): method close_request (line 502) | def close_request(self, request): class ForkingMixIn (line 506) | class ForkingMixIn: method collect_children (line 514) | def collect_children(self): method handle_timeout (line 546) | def handle_timeout(self): method process_request (line 553) | def process_request(self, request, client_address): class ThreadingMixIn (line 579) | class ThreadingMixIn: method process_request_thread (line 586) | def process_request_thread(self, request, client_address): method process_request (line 599) | def process_request(self, request, client_address): class ForkingUDPServer (line 607) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 608) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 610) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 611) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 615) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 618) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 621) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 623) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 625) | class BaseRequestHandler: method __init__ (line 643) | def __init__(self, request, client_address, server): method setup (line 653) | def setup(self): method handle (line 656) | def handle(self): method finish (line 659) | def finish(self): class StreamRequestHandler (line 671) | class StreamRequestHandler(BaseRequestHandler): method setup (line 692) | def setup(self): method finish (line 702) | def finish(self): class DatagramRequestHandler (line 714) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 721) | def setup(self): method finish (line 730) | def finish(self): FILE: tests/pythons/win32-py27/Lib/StringIO.py function _complain_ifclosed (line 38) | def _complain_ifclosed(closed): class StringIO (line 42) | class StringIO: method __init__ (line 54) | def __init__(self, buf = ''): method __iter__ (line 65) | def __iter__(self): method next (line 68) | def next(self): method close (line 81) | def close(self): method isatty (line 88) | def isatty(self): method seek (line 95) | def seek(self, pos, mode = 0): method tell (line 114) | def tell(self): method read (line 119) | def read(self, n = -1): method readline (line 139) | def readline(self, length=None): method readlines (line 168) | def readlines(self, sizehint = 0): method truncate (line 187) | def truncate(self, size=None): method write (line 208) | def write(self, s): method writelines (line 241) | def writelines(self, iterable): method flush (line 253) | def flush(self): method getvalue (line 258) | def getvalue(self): function test (line 278) | def test(): FILE: tests/pythons/win32-py27/Lib/UserDict.py class UserDict (line 3) | class UserDict: method __init__ (line 4) | def __init__(self, dict=None, **kwargs): method __repr__ (line 10) | def __repr__(self): return repr(self.data) method __cmp__ (line 11) | def __cmp__(self, dict): method __len__ (line 17) | def __len__(self): return len(self.data) method __getitem__ (line 18) | def __getitem__(self, key): method __setitem__ (line 24) | def __setitem__(self, key, item): self.data[key] = item method __delitem__ (line 25) | def __delitem__(self, key): del self.data[key] method clear (line 26) | def clear(self): self.data.clear() method copy (line 27) | def copy(self): method keys (line 39) | def keys(self): return self.data.keys() method items (line 40) | def items(self): return self.data.items() method iteritems (line 41) | def iteritems(self): return self.data.iteritems() method iterkeys (line 42) | def iterkeys(self): return self.data.iterkeys() method itervalues (line 43) | def itervalues(self): return self.data.itervalues() method values (line 44) | def values(self): return self.data.values() method has_key (line 45) | def has_key(self, key): return key in self.data method update (line 46) | def update(self, dict=None, **kwargs): method get (line 58) | def get(self, key, failobj=None): method setdefault (line 62) | def setdefault(self, key, failobj=None): method pop (line 66) | def pop(self, key, *args): method popitem (line 68) | def popitem(self): method __contains__ (line 70) | def __contains__(self, key): method fromkeys (line 73) | def fromkeys(cls, iterable, value=None): class IterableUserDict (line 79) | class IterableUserDict(UserDict): method __iter__ (line 80) | def __iter__(self): class DictMixin (line 87) | class DictMixin: method __iter__ (line 96) | def __iter__(self): method has_key (line 99) | def has_key(self, key): method __contains__ (line 105) | def __contains__(self, key): method iteritems (line 109) | def iteritems(self): method iterkeys (line 112) | def iterkeys(self): method itervalues (line 116) | def itervalues(self): method values (line 119) | def values(self): method items (line 121) | def items(self): method clear (line 123) | def clear(self): method setdefault (line 126) | def setdefault(self, key, default=None): method pop (line 132) | def pop(self, key, *args): method popitem (line 144) | def popitem(self): method update (line 151) | def update(self, other=None, **kwargs): method get (line 166) | def get(self, key, default=None): method __repr__ (line 171) | def __repr__(self): method __cmp__ (line 173) | def __cmp__(self, other): method __len__ (line 179) | def __len__(self): FILE: tests/pythons/win32-py27/Lib/UserList.py class UserList (line 5) | class UserList(collections.MutableSequence): method __init__ (line 6) | def __init__(self, initlist=None): method __repr__ (line 16) | def __repr__(self): return repr(self.data) method __lt__ (line 17) | def __lt__(self, other): return self.data < self.__cast(other) method __le__ (line 18) | def __le__(self, other): return self.data <= self.__cast(other) method __eq__ (line 19) | def __eq__(self, other): return self.data == self.__cast(other) method __ne__ (line 20) | def __ne__(self, other): return self.data != self.__cast(other) method __gt__ (line 21) | def __gt__(self, other): return self.data > self.__cast(other) method __ge__ (line 22) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 23) | def __cast(self, other): method __cmp__ (line 26) | def __cmp__(self, other): method __contains__ (line 29) | def __contains__(self, item): return item in self.data method __len__ (line 30) | def __len__(self): return len(self.data) method __getitem__ (line 31) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 32) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 33) | def __delitem__(self, i): del self.data[i] method __getslice__ (line 34) | def __getslice__(self, i, j): method __setslice__ (line 37) | def __setslice__(self, i, j, other): method __delslice__ (line 45) | def __delslice__(self, i, j): method __add__ (line 48) | def __add__(self, other): method __radd__ (line 55) | def __radd__(self, other): method __iadd__ (line 62) | def __iadd__(self, other): method __mul__ (line 70) | def __mul__(self, n): method __imul__ (line 73) | def __imul__(self, n): method append (line 76) | def append(self, item): self.data.append(item) method insert (line 77) | def insert(self, i, item): self.data.insert(i, item) method pop (line 78) | def pop(self, i=-1): return self.data.pop(i) method remove (line 79) | def remove(self, item): self.data.remove(item) method count (line 80) | def count(self, item): return self.data.count(item) method index (line 81) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 82) | def reverse(self): self.data.reverse() method sort (line 83) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 84) | def extend(self, other): FILE: tests/pythons/win32-py27/Lib/UserString.py class UserString (line 13) | class UserString(collections.Sequence): method __init__ (line 14) | def __init__(self, seq): method __str__ (line 21) | def __str__(self): return str(self.data) method __repr__ (line 22) | def __repr__(self): return repr(self.data) method __int__ (line 23) | def __int__(self): return int(self.data) method __long__ (line 24) | def __long__(self): return long(self.data) method __float__ (line 25) | def __float__(self): return float(self.data) method __complex__ (line 26) | def __complex__(self): return complex(self.data) method __hash__ (line 27) | def __hash__(self): return hash(self.data) method __cmp__ (line 29) | def __cmp__(self, string): method __contains__ (line 34) | def __contains__(self, char): method __len__ (line 37) | def __len__(self): return len(self.data) method __getitem__ (line 38) | def __getitem__(self, index): return self.__class__(self.data[index]) method __getslice__ (line 39) | def __getslice__(self, start, end): method __add__ (line 43) | def __add__(self, other): method __radd__ (line 50) | def __radd__(self, other): method __mul__ (line 55) | def __mul__(self, n): method __mod__ (line 58) | def __mod__(self, args): method capitalize (line 62) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 63) | def center(self, width, *args): method count (line 65) | def count(self, sub, start=0, end=sys.maxint): method decode (line 67) | def decode(self, encoding=None, errors=None): # XXX improve this? method encode (line 75) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 83) | def endswith(self, suffix, start=0, end=sys.maxint): method expandtabs (line 85) | def expandtabs(self, tabsize=8): method find (line 87) | def find(self, sub, start=0, end=sys.maxint): method index (line 89) | def index(self, sub, start=0, end=sys.maxint): method isalpha (line 91) | def isalpha(self): return self.data.isalpha() method isalnum (line 92) | def isalnum(self): return self.data.isalnum() method isdecimal (line 93) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 94) | def isdigit(self): return self.data.isdigit() method islower (line 95) | def islower(self): return self.data.islower() method isnumeric (line 96) | def isnumeric(self): return self.data.isnumeric() method isspace (line 97) | def isspace(self): return self.data.isspace() method istitle (line 98) | def istitle(self): return self.data.istitle() method isupper (line 99) | def isupper(self): return self.data.isupper() method join (line 100) | def join(self, seq): return self.data.join(seq) method ljust (line 101) | def ljust(self, width, *args): method lower (line 103) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 104) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 105) | def partition(self, sep): method replace (line 107) | def replace(self, old, new, maxsplit=-1): method rfind (line 109) | def rfind(self, sub, start=0, end=sys.maxint): method rindex (line 111) | def rindex(self, sub, start=0, end=sys.maxint): method rjust (line 113) | def rjust(self, width, *args): method rpartition (line 115) | def rpartition(self, sep): method rstrip (line 117) | def rstrip(self, chars=None): return self.__class__(self.data.rstrip(c... method split (line 118) | def split(self, sep=None, maxsplit=-1): method rsplit (line 120) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 122) | def splitlines(self, keepends=0): return self.data.splitlines(keepends) method startswith (line 123) | def startswith(self, prefix, start=0, end=sys.maxint): method strip (line 125) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 126) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 127) | def title(self): return self.__class__(self.data.title()) method translate (line 128) | def translate(self, *args): method upper (line 130) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 131) | def zfill(self, width): return self.__class__(self.data.zfill(width)) class MutableString (line 133) | class MutableString(UserString, collections.MutableSequence): method __init__ (line 148) | def __init__(self, string=""): method __setitem__ (line 157) | def __setitem__(self, index, sub): method __delitem__ (line 178) | def __delitem__(self, index): method __setslice__ (line 193) | def __setslice__(self, start, end, sub): method __delslice__ (line 201) | def __delslice__(self, start, end): method immutable (line 204) | def immutable(self): method __iadd__ (line 206) | def __iadd__(self, other): method __imul__ (line 214) | def __imul__(self, n): method insert (line 217) | def insert(self, index, value): FILE: tests/pythons/win32-py27/Lib/_LWPCookieJar.py function lwp_cookie_str (line 20) | def lwp_cookie_str(cookie): class LWPCookieJar (line 49) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 62) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 78) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 93) | def _really_load(self, f, filename, ignore_discard, ignore_expires): FILE: tests/pythons/win32-py27/Lib/_MozillaCookieJar.py class MozillaCookieJar (line 8) | class MozillaCookieJar(FileCookieJar): method _really_load (line 47) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 113) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win32-py27/Lib/__future__.py class _Feature (line 74) | class _Feature: method __init__ (line 75) | def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): method getOptionalRelease (line 80) | def getOptionalRelease(self): method getMandatoryRelease (line 88) | def getMandatoryRelease(self): method __repr__ (line 97) | def __repr__(self): FILE: tests/pythons/win32-py27/Lib/_abcoll.py function _hasattr (line 24) | def _hasattr(C, attr): class Hashable (line 32) | class Hashable: method __hash__ (line 36) | def __hash__(self): method __subclasshook__ (line 40) | def __subclasshook__(cls, C): class Iterable (line 55) | class Iterable: method __iter__ (line 59) | def __iter__(self): method __subclasshook__ (line 64) | def __subclasshook__(cls, C): class Iterator (line 73) | class Iterator(Iterable): method next (line 76) | def next(self): method __iter__ (line 80) | def __iter__(self): method __subclasshook__ (line 84) | def __subclasshook__(cls, C): class Sized (line 91) | class Sized: method __len__ (line 95) | def __len__(self): method __subclasshook__ (line 99) | def __subclasshook__(cls, C): class Container (line 106) | class Container: method __contains__ (line 110) | def __contains__(self, x): method __subclasshook__ (line 114) | def __subclasshook__(cls, C): class Callable (line 121) | class Callable: method __call__ (line 125) | def __call__(self, *args, **kwds): method __subclasshook__ (line 129) | def __subclasshook__(cls, C): class Set (line 139) | class Set(Sized, Iterable, Container): method __le__ (line 150) | def __le__(self, other): method __lt__ (line 160) | def __lt__(self, other): method __gt__ (line 165) | def __gt__(self, other): method __ge__ (line 170) | def __ge__(self, other): method __eq__ (line 175) | def __eq__(self, other): method __ne__ (line 180) | def __ne__(self, other): method _from_iterable (line 184) | def _from_iterable(cls, it): method __and__ (line 192) | def __and__(self, other): method isdisjoint (line 197) | def isdisjoint(self, other): method __or__ (line 204) | def __or__(self, other): method __sub__ (line 210) | def __sub__(self, other): method __xor__ (line 218) | def __xor__(self, other): method _hash (line 228) | def _hash(self): class MutableSet (line 263) | class MutableSet(Set): method add (line 276) | def add(self, value): method discard (line 281) | def discard(self, value): method remove (line 285) | def remove(self, value): method pop (line 291) | def pop(self): method clear (line 301) | def clear(self): method __ior__ (line 309) | def __ior__(self, it): method __iand__ (line 314) | def __iand__(self, it): method __ixor__ (line 319) | def __ixor__(self, it): method __isub__ (line 332) | def __isub__(self, it): class Mapping (line 346) | class Mapping(Sized, Iterable, Container): method __getitem__ (line 357) | def __getitem__(self, key): method get (line 360) | def get(self, key, default=None): method __contains__ (line 367) | def __contains__(self, key): method iterkeys (line 375) | def iterkeys(self): method itervalues (line 379) | def itervalues(self): method iteritems (line 384) | def iteritems(self): method keys (line 389) | def keys(self): method items (line 393) | def items(self): method values (line 397) | def values(self): method __eq__ (line 404) | def __eq__(self, other): method __ne__ (line 409) | def __ne__(self, other): class MappingView (line 412) | class MappingView(Sized): method __init__ (line 414) | def __init__(self, mapping): method __len__ (line 417) | def __len__(self): method __repr__ (line 420) | def __repr__(self): class KeysView (line 424) | class KeysView(MappingView, Set): method _from_iterable (line 427) | def _from_iterable(self, it): method __contains__ (line 430) | def __contains__(self, key): method __iter__ (line 433) | def __iter__(self): class ItemsView (line 438) | class ItemsView(MappingView, Set): method _from_iterable (line 441) | def _from_iterable(self, it): method __contains__ (line 444) | def __contains__(self, item): method __iter__ (line 453) | def __iter__(self): class ValuesView (line 458) | class ValuesView(MappingView): method __contains__ (line 460) | def __contains__(self, value): method __iter__ (line 466) | def __iter__(self): class MutableMapping (line 471) | class MutableMapping(Mapping): method __setitem__ (line 483) | def __setitem__(self, key, value): method __delitem__ (line 487) | def __delitem__(self, key): method pop (line 492) | def pop(self, key, default=__marker): method popitem (line 506) | def popitem(self): method clear (line 518) | def clear(self): method update (line 526) | def update(*args, **kwds): method setdefault (line 552) | def setdefault(self, key, default=None): class Sequence (line 566) | class Sequence(Sized, Iterable, Container): method __getitem__ (line 574) | def __getitem__(self, index): method __iter__ (line 577) | def __iter__(self): method __contains__ (line 587) | def __contains__(self, value): method __reversed__ (line 593) | def __reversed__(self): method index (line 597) | def index(self, value): method count (line 606) | def count(self, value): class MutableSequence (line 616) | class MutableSequence(Sequence): method __setitem__ (line 626) | def __setitem__(self, index, value): method __delitem__ (line 630) | def __delitem__(self, index): method insert (line 634) | def insert(self, index, value): method append (line 638) | def append(self, value): method reverse (line 642) | def reverse(self): method extend (line 648) | def extend(self, values): method pop (line 653) | def pop(self, index=-1): method remove (line 661) | def remove(self, value): method __iadd__ (line 667) | def __iadd__(self, values): FILE: tests/pythons/win32-py27/Lib/_osx_support.py function _find_executable (line 29) | def _find_executable(executable, path=None): function _read_output (line 55) | def _read_output(commandstring): function _find_build_tool (line 74) | def _find_build_tool(toolname): function _get_system_version (line 83) | def _get_system_version(): function _remove_original_values (line 113) | def _remove_original_values(_config_vars): function _save_modified_value (line 120) | def _save_modified_value(_config_vars, cv, newvalue): function _supports_universal_builds (line 128) | def _supports_universal_builds(): function _find_appropriate_compiler (line 144) | def _find_appropriate_compiler(_config_vars): function _remove_universal_flags (line 206) | def _remove_universal_flags(_config_vars): function _remove_unsupported_archs (line 220) | def _remove_unsupported_archs(_config_vars): function _override_all_archs (line 260) | def _override_all_archs(_config_vars): function _check_for_unavailable_sdk (line 277) | def _check_for_unavailable_sdk(_config_vars): function compiler_fixup (line 304) | def compiler_fixup(compiler_so, cc_args): function customize_config_vars (line 368) | def customize_config_vars(_config_vars): function customize_compiler (line 409) | def customize_compiler(_config_vars): function get_platform_osx (line 429) | def get_platform_osx(_config_vars, osname, release, machine): FILE: tests/pythons/win32-py27/Lib/_pyio.py class BlockingIOError (line 32) | class BlockingIOError(IOError): method __init__ (line 36) | def __init__(self, errno, strerror, characters_written=0): function open (line 43) | def open(file, mode="r", buffering=-1, class DocDescriptor (line 229) | class DocDescriptor: method __get__ (line 232) | def __get__(self, obj, typ): class OpenWrapper (line 238) | class OpenWrapper: method __new__ (line 248) | def __new__(cls, *args, **kwargs): class UnsupportedOperation (line 252) | class UnsupportedOperation(ValueError, IOError): class IOBase (line 256) | class IOBase: method _unsupported (line 291) | def _unsupported(self, name): method seek (line 298) | def seek(self, pos, whence=0): method tell (line 313) | def tell(self): method truncate (line 317) | def truncate(self, pos=None): method flush (line 327) | def flush(self): method close (line 337) | def close(self): method __del__ (line 348) | def __del__(self): method seekable (line 362) | def seekable(self): method _checkSeekable (line 370) | def _checkSeekable(self, msg=None): method readable (line 378) | def readable(self): method _checkReadable (line 385) | def _checkReadable(self, msg=None): method writable (line 392) | def writable(self): method _checkWritable (line 399) | def _checkWritable(self, msg=None): method closed (line 407) | def closed(self): method _checkClosed (line 414) | def _checkClosed(self, msg=None): method __enter__ (line 423) | def __enter__(self): method __exit__ (line 428) | def __exit__(self, *args): method fileno (line 436) | def fileno(self): method isatty (line 443) | def isatty(self): method readline (line 453) | def readline(self, limit=-1): method __iter__ (line 489) | def __iter__(self): method next (line 493) | def next(self): method readlines (line 499) | def readlines(self, hint=None): method writelines (line 519) | def writelines(self, lines): class RawIOBase (line 527) | class RawIOBase(IOBase): method read (line 541) | def read(self, n=-1): method readall (line 558) | def readall(self): method readinto (line 572) | def readinto(self, b): method write (line 580) | def write(self, b): class BufferedIOBase (line 592) | class BufferedIOBase(IOBase): method read (line 609) | def read(self, n=None): method read1 (line 629) | def read1(self, n=None): method readinto (line 633) | def readinto(self, b): method write (line 656) | def write(self, b): method detach (line 667) | def detach(self): class _BufferedIOMixin (line 679) | class _BufferedIOMixin(BufferedIOBase): method __init__ (line 688) | def __init__(self, raw): method seek (line 693) | def seek(self, pos, whence=0): method tell (line 699) | def tell(self): method truncate (line 705) | def truncate(self, pos=None): method flush (line 719) | def flush(self): method close (line 724) | def close(self): method detach (line 732) | def detach(self): method seekable (line 742) | def seekable(self): method readable (line 745) | def readable(self): method writable (line 748) | def writable(self): method raw (line 752) | def raw(self): method closed (line 756) | def closed(self): method name (line 760) | def name(self): method mode (line 764) | def mode(self): method __repr__ (line 767) | def __repr__(self): method fileno (line 778) | def fileno(self): method isatty (line 781) | def isatty(self): class BytesIO (line 785) | class BytesIO(BufferedIOBase): method __init__ (line 789) | def __init__(self, initial_bytes=None): method __getstate__ (line 796) | def __getstate__(self): method getvalue (line 801) | def getvalue(self): method read (line 808) | def read(self, n=None): method read1 (line 825) | def read1(self, n): method write (line 830) | def write(self, b): method seek (line 848) | def seek(self, pos, whence=0): method tell (line 867) | def tell(self): method truncate (line 872) | def truncate(self, pos=None): method readable (line 887) | def readable(self): method writable (line 892) | def writable(self): method seekable (line 897) | def seekable(self): class BufferedReader (line 903) | class BufferedReader(_BufferedIOMixin): method __init__ (line 914) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method _reset_read_buf (line 927) | def _reset_read_buf(self): method read (line 931) | def read(self, n=None): method _read_unlocked (line 944) | def _read_unlocked(self, n=None): method peek (line 1000) | def peek(self, n=0): method _peek_unlocked (line 1010) | def _peek_unlocked(self, n=0): method read1 (line 1028) | def read1(self, n): method tell (line 1041) | def tell(self): method seek (line 1044) | def seek(self, pos, whence=0): class BufferedWriter (line 1054) | class BufferedWriter(_BufferedIOMixin): method __init__ (line 1065) | def __init__(self, raw, method write (line 1080) | def write(self, b): method truncate (line 1108) | def truncate(self, pos=None): method flush (line 1115) | def flush(self): method _flush_unlocked (line 1119) | def _flush_unlocked(self): method tell (line 1140) | def tell(self): method seek (line 1143) | def seek(self, pos, whence=0): class BufferedRWPair (line 1151) | class BufferedRWPair(BufferedIOBase): method __init__ (line 1167) | def __init__(self, reader, writer, method read (line 1185) | def read(self, n=None): method readinto (line 1190) | def readinto(self, b): method write (line 1193) | def write(self, b): method peek (line 1196) | def peek(self, n=0): method read1 (line 1199) | def read1(self, n): method readable (line 1202) | def readable(self): method writable (line 1205) | def writable(self): method flush (line 1208) | def flush(self): method close (line 1211) | def close(self): method isatty (line 1215) | def isatty(self): method closed (line 1219) | def closed(self): class BufferedRandom (line 1223) | class BufferedRandom(BufferedWriter, BufferedReader): method __init__ (line 1234) | def __init__(self, raw, method seek (line 1240) | def seek(self, pos, whence=0): method tell (line 1257) | def tell(self): method truncate (line 1263) | def truncate(self, pos=None): method read (line 1269) | def read(self, n=None): method readinto (line 1275) | def readinto(self, b): method peek (line 1279) | def peek(self, n=0): method read1 (line 1283) | def read1(self, n): method write (line 1287) | def write(self, b): class TextIOBase (line 1296) | class TextIOBase(IOBase): method read (line 1305) | def read(self, n=-1): method write (line 1313) | def write(self, s): method truncate (line 1317) | def truncate(self, pos=None): method readline (line 1321) | def readline(self): method detach (line 1328) | def detach(self): method encoding (line 1338) | def encoding(self): method newlines (line 1343) | def newlines(self): method errors (line 1353) | def errors(self): class IncrementalNewlineDecoder (line 1362) | class IncrementalNewlineDecoder(codecs.IncrementalDecoder): method __init__ (line 1369) | def __init__(self, decoder, translate, errors='strict'): method decode (line 1376) | def decode(self, input, final=False): method getstate (line 1407) | def getstate(self): method setstate (line 1418) | def setstate(self, state): method reset (line 1424) | def reset(self): method newlines (line 1435) | def newlines(self): class TextIOWrapper (line 1447) | class TextIOWrapper(TextIOBase): method __init__ (line 1473) | def __init__(self, buffer, encoding=None, errors=None, newline=None, method __repr__ (line 1531) | def __repr__(self): method encoding (line 1541) | def encoding(self): method errors (line 1545) | def errors(self): method line_buffering (line 1549) | def line_buffering(self): method buffer (line 1553) | def buffer(self): method seekable (line 1556) | def seekable(self): method readable (line 1561) | def readable(self): method writable (line 1564) | def writable(self): method flush (line 1567) | def flush(self): method close (line 1571) | def close(self): method closed (line 1579) | def closed(self): method name (line 1583) | def name(self): method fileno (line 1586) | def fileno(self): method isatty (line 1589) | def isatty(self): method write (line 1592) | def write(self, s): method _get_encoder (line 1613) | def _get_encoder(self): method _get_decoder (line 1618) | def _get_decoder(self): method _set_decoded_chars (line 1629) | def _set_decoded_chars(self, chars): method _get_decoded_chars (line 1634) | def _get_decoded_chars(self, n=None): method _rewind_decoded_chars (line 1644) | def _rewind_decoded_chars(self, n): method _read_chunk (line 1650) | def _read_chunk(self): method _pack_cookie (line 1684) | def _pack_cookie(self, position, dec_flags=0, method _unpack_cookie (line 1694) | def _unpack_cookie(self, bigint): method tell (line 1701) | def tell(self): method truncate (line 1763) | def truncate(self, pos=None): method detach (line 1769) | def detach(self): method seek (line 1777) | def seek(self, cookie, whence=0): method read (line 1849) | def read(self, n=None): method next (line 1874) | def next(self): method readline (line 1883) | def readline(self, limit=None): method newlines (line 1972) | def newlines(self): class StringIO (line 1976) | class StringIO(TextIOWrapper): method __init__ (line 1983) | def __init__(self, initial_value="", newline="\n"): method getvalue (line 1998) | def getvalue(self): method __repr__ (line 2002) | def __repr__(self): method errors (line 2008) | def errors(self): method encoding (line 2012) | def encoding(self): method detach (line 2015) | def detach(self): FILE: tests/pythons/win32-py27/Lib/_strptime.py function _getlang (line 27) | def _getlang(): class LocaleTime (line 31) | class LocaleTime(object): method __init__ (line 50) | def __init__(self): method __pad (line 79) | def __pad(self, seq, front): method __calc_weekday (line 88) | def __calc_weekday(self): method __calc_month (line 96) | def __calc_month(self): method __calc_am_pm (line 103) | def __calc_am_pm(self): method __calc_date_time (line 115) | def __calc_date_time(self): method __calc_timezone (line 160) | def __calc_timezone(self): class TimeRE (line 176) | class TimeRE(dict): method __init__ (line 179) | def __init__(self, locale_time=None): method __seqToRE (line 221) | def __seqToRE(self, to_convert, directive): method pattern (line 240) | def pattern(self, format): method compile (line 263) | def compile(self, format): function _calc_julian_from_U_or_W (line 274) | def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_start... function _strptime (line 295) | def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_time (line 466) | def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): FILE: tests/pythons/win32-py27/Lib/_threading_local.py class _localbase (line 148) | class _localbase(object): method __new__ (line 151) | def __new__(cls, *args, **kw): function _patch (line 169) | def _patch(self): class local (line 186) | class local(_localbase): method __getattribute__ (line 188) | def __getattribute__(self, name): method __setattr__ (line 197) | def __setattr__(self, name, value): method __delattr__ (line 210) | def __delattr__(self, name): method __del__ (line 223) | def __del__(self): FILE: tests/pythons/win32-py27/Lib/_weakrefset.py class _IterationGuard (line 10) | class _IterationGuard(object): method __init__ (line 16) | def __init__(self, weakcontainer): method __enter__ (line 20) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, e, t, b): class WeakSet (line 35) | class WeakSet(object): method __init__ (line 36) | def __init__(self, data=None): method _commit_removals (line 52) | def _commit_removals(self): method __iter__ (line 58) | def __iter__(self): method __len__ (line 65) | def __len__(self): method __contains__ (line 68) | def __contains__(self, item): method __reduce__ (line 75) | def __reduce__(self): method add (line 81) | def add(self, item): method clear (line 86) | def clear(self): method copy (line 91) | def copy(self): method pop (line 94) | def pop(self): method remove (line 106) | def remove(self, item): method discard (line 111) | def discard(self, item): method update (line 116) | def update(self, other): method __ior__ (line 122) | def __ior__(self, other): method difference (line 126) | def difference(self, other): method difference_update (line 132) | def difference_update(self, other): method __isub__ (line 134) | def __isub__(self, other): method intersection (line 143) | def intersection(self, other): method intersection_update (line 147) | def intersection_update(self, other): method __iand__ (line 149) | def __iand__(self, other): method issubset (line 155) | def issubset(self, other): method __lt__ (line 159) | def __lt__(self, other): method issuperset (line 162) | def issuperset(self, other): method __gt__ (line 166) | def __gt__(self, other): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): method symmetric_difference (line 180) | def symmetric_difference(self, other): method symmetric_difference_update (line 186) | def symmetric_difference_update(self, other): method __ixor__ (line 188) | def __ixor__(self, other): method union (line 197) | def union(self, other): method isdisjoint (line 201) | def isdisjoint(self, other): FILE: tests/pythons/win32-py27/Lib/abc.py class _C (line 11) | class _C: pass function abstractmethod (line 15) | def abstractmethod(funcobj): class abstractproperty (line 36) | class abstractproperty(property): class ABCMeta (line 65) | class ABCMeta(type): method __new__ (line 86) | def __new__(mcls, name, bases, namespace): method register (line 105) | def register(cls, subclass): method _dump_registry (line 119) | def _dump_registry(cls, file=None): method __instancecheck__ (line 128) | def __instancecheck__(cls, instance): method __subclasscheck__ (line 148) | def __subclasscheck__(cls, subclass): FILE: tests/pythons/win32-py27/Lib/aifc.py class Error (line 142) | class Error(Exception): function _read_long (line 147) | def _read_long(file): function _read_ulong (line 153) | def _read_ulong(file): function _read_short (line 159) | def _read_short(file): function _read_ushort (line 165) | def _read_ushort(file): function _read_string (line 171) | def _read_string(file): function _read_float (line 183) | def _read_float(f): # 10 bytes function _write_short (line 200) | def _write_short(f, x): function _write_ushort (line 203) | def _write_ushort(f, x): function _write_long (line 206) | def _write_long(f, x): function _write_ulong (line 209) | def _write_ulong(f, x): function _write_string (line 212) | def _write_string(f, s): function _write_float (line 220) | def _write_float(f, x): class Aifc_read (line 255) | class Aifc_read: method initfp (line 291) | def initfp(self, file): method __init__ (line 343) | def __init__(self, f): method getfp (line 352) | def getfp(self): method rewind (line 355) | def rewind(self): method close (line 359) | def close(self): method tell (line 365) | def tell(self): method getnchannels (line 368) | def getnchannels(self): method getnframes (line 371) | def getnframes(self): method getsampwidth (line 374) | def getsampwidth(self): method getframerate (line 377) | def getframerate(self): method getcomptype (line 380) | def getcomptype(self): method getcompname (line 383) | def getcompname(self): method getparams (line 389) | def getparams(self): method getmarkers (line 394) | def getmarkers(self): method getmark (line 399) | def getmark(self, id): method setpos (line 405) | def setpos(self, pos): method readframes (line 411) | def readframes(self, nframes): method _decomp_data (line 431) | def _decomp_data(self, data): method _ulaw2lin (line 438) | def _ulaw2lin(self, data): method _adpcm2lin (line 442) | def _adpcm2lin(self, data): method _read_comm_chunk (line 451) | def _read_comm_chunk(self, chunk): method _readmark (line 511) | def _readmark(self, chunk): class Aifc_write (line 532) | class Aifc_write: method __init__ (line 562) | def __init__(self, f): method initfp (line 575) | def initfp(self, file): method __del__ (line 593) | def __del__(self): method aiff (line 600) | def aiff(self): method aifc (line 605) | def aifc(self): method setnchannels (line 610) | def setnchannels(self, nchannels): method getnchannels (line 617) | def getnchannels(self): method setsampwidth (line 622) | def setsampwidth(self, sampwidth): method getsampwidth (line 629) | def getsampwidth(self): method setframerate (line 634) | def setframerate(self, framerate): method getframerate (line 641) | def getframerate(self): method setnframes (line 646) | def setnframes(self, nframes): method getnframes (line 651) | def getnframes(self): method setcomptype (line 654) | def setcomptype(self, comptype, compname): method getcomptype (line 662) | def getcomptype(self): method getcompname (line 665) | def getcompname(self): method setparams (line 673) | def setparams(self, info): method getparams (line 685) | def getparams(self): method setmark (line 691) | def setmark(self, id, pos, name): method getmark (line 704) | def getmark(self, id): method getmarkers (line 710) | def getmarkers(self): method tell (line 715) | def tell(self): method writeframesraw (line 718) | def writeframesraw(self, data): method writeframes (line 727) | def writeframes(self, data): method close (line 733) | def close(self): method _comp_data (line 761) | def _comp_data(self, data): method _lin2ulaw (line 767) | def _lin2ulaw(self, data): method _lin2adpcm (line 771) | def _lin2adpcm(self, data): method _ensure_header_written (line 779) | def _ensure_header_written(self, datasize): method _init_compression (line 799) | def _init_compression(self): method _write_header (line 837) | def _write_header(self, initlength): method _write_form_length (line 883) | def _write_form_length(self, datalength): method _patchheader (line 896) | def _patchheader(self): method _writemarkers (line 918) | def _writemarkers(self): function open (line 937) | def open(f, mode=None): FILE: tests/pythons/win32-py27/Lib/anydbm.py class error (line 36) | class error(Exception): function open (line 57) | def open(file, flag='r', mode=0666): FILE: tests/pythons/win32-py27/Lib/argparse.py function _callable (line 95) | def _callable(obj): class _AttributeHolder (line 112) | class _AttributeHolder(object): method __repr__ (line 121) | def __repr__(self): method _get_kwargs (line 130) | def _get_kwargs(self): method _get_args (line 133) | def _get_args(self): function _ensure_value (line 137) | def _ensure_value(namespace, name, value): class HelpFormatter (line 147) | class HelpFormatter(object): method __init__ (line 154) | def __init__(self, method _indent (line 186) | def _indent(self): method _dedent (line 190) | def _dedent(self): class _Section (line 195) | class _Section(object): method __init__ (line 197) | def __init__(self, formatter, parent, heading=None): method format_help (line 203) | def format_help(self): method _add_item (line 228) | def _add_item(self, func, args): method start_section (line 234) | def start_section(self, heading): method end_section (line 240) | def end_section(self): method add_text (line 244) | def add_text(self, text): method add_usage (line 248) | def add_usage(self, usage, actions, groups, prefix=None): method add_argument (line 253) | def add_argument(self, action): method add_arguments (line 271) | def add_arguments(self, actions): method format_help (line 278) | def format_help(self): method _join_parts (line 285) | def _join_parts(self, part_strings): method _format_usage (line 290) | def _format_usage(self, usage, actions, groups, prefix): method _format_actions_usage (line 382) | def _format_actions_usage(self, actions, groups): method _format_text (line 478) | def _format_text(self, text): method _format_action (line 485) | def _format_action(self, action): method _format_action_invocation (line 532) | def _format_action_invocation(self, action): method _metavar_formatter (line 555) | def _metavar_formatter(self, action, default_metavar): method _format_args (line 571) | def _format_args(self, action, default_metavar): method _expand_help (line 590) | def _expand_help(self, action): method _iter_indented_subactions (line 603) | def _iter_indented_subactions(self, action): method _split_lines (line 614) | def _split_lines(self, text, width): method _fill_text (line 618) | def _fill_text(self, text, width, indent): method _get_help_string (line 623) | def _get_help_string(self, action): class RawDescriptionHelpFormatter (line 627) | class RawDescriptionHelpFormatter(HelpFormatter): method _fill_text (line 634) | def _fill_text(self, text, width, indent): class RawTextHelpFormatter (line 638) | class RawTextHelpFormatter(RawDescriptionHelpFormatter): method _split_lines (line 645) | def _split_lines(self, text, width): class ArgumentDefaultsHelpFormatter (line 649) | class ArgumentDefaultsHelpFormatter(HelpFormatter): method _get_help_string (line 656) | def _get_help_string(self, action): function _get_action_name (line 670) | def _get_action_name(argument): class ArgumentError (line 683) | class ArgumentError(Exception): method __init__ (line 690) | def __init__(self, argument, message): method __str__ (line 694) | def __str__(self): class ArgumentTypeError (line 703) | class ArgumentTypeError(Exception): class Action (line 712) | class Action(_AttributeHolder): method __init__ (line 763) | def __init__(self, method _get_kwargs (line 785) | def _get_kwargs(self): method __call__ (line 799) | def __call__(self, parser, namespace, values, option_string=None): class _StoreAction (line 803) | class _StoreAction(Action): method __init__ (line 805) | def __init__(self, method __call__ (line 834) | def __call__(self, parser, namespace, values, option_string=None): class _StoreConstAction (line 838) | class _StoreConstAction(Action): method __init__ (line 840) | def __init__(self, method __call__ (line 857) | def __call__(self, parser, namespace, values, option_string=None): class _StoreTrueAction (line 861) | class _StoreTrueAction(_StoreConstAction): method __init__ (line 863) | def __init__(self, class _StoreFalseAction (line 878) | class _StoreFalseAction(_StoreConstAction): method __init__ (line 880) | def __init__(self, class _AppendAction (line 895) | class _AppendAction(Action): method __init__ (line 897) | def __init__(self, method __call__ (line 926) | def __call__(self, parser, namespace, values, option_string=None): class _AppendConstAction (line 932) | class _AppendConstAction(Action): method __init__ (line 934) | def __init__(self, method __call__ (line 952) | def __call__(self, parser, namespace, values, option_string=None): class _CountAction (line 958) | class _CountAction(Action): method __init__ (line 960) | def __init__(self, method __call__ (line 974) | def __call__(self, parser, namespace, values, option_string=None): class _HelpAction (line 979) | class _HelpAction(Action): method __init__ (line 981) | def __init__(self, method __call__ (line 993) | def __call__(self, parser, namespace, values, option_string=None): class _VersionAction (line 998) | class _VersionAction(Action): method __init__ (line 1000) | def __init__(self, method __call__ (line 1014) | def __call__(self, parser, namespace, values, option_string=None): class _SubParsersAction (line 1023) | class _SubParsersAction(Action): class _ChoicesPseudoAction (line 1025) | class _ChoicesPseudoAction(Action): method __init__ (line 1027) | def __init__(self, name, help): method __init__ (line 1031) | def __init__(self, method add_parser (line 1052) | def add_parser(self, name, **kwargs): method _get_subactions (line 1068) | def _get_subactions(self): method __call__ (line 1071) | def __call__(self, parser, namespace, values, option_string=None): class FileType (line 1100) | class FileType(object): method __init__ (line 1113) | def __init__(self, mode='r', bufsize=-1): method __call__ (line 1117) | def __call__(self, string): method __repr__ (line 1135) | def __repr__(self): class Namespace (line 1144) | class Namespace(_AttributeHolder): method __init__ (line 1151) | def __init__(self, **kwargs): method __eq__ (line 1157) | def __eq__(self, other): method __ne__ (line 1160) | def __ne__(self, other): method __contains__ (line 1163) | def __contains__(self, key): class _ActionsContainer (line 1167) | class _ActionsContainer(object): method __init__ (line 1169) | def __init__(self, method register (line 1221) | def register(self, registry_name, value, object): method _registry_get (line 1225) | def _registry_get(self, registry_name, value, default=None): method set_defaults (line 1231) | def set_defaults(self, **kwargs): method get_default (line 1240) | def get_default(self, dest): method add_argument (line 1250) | def add_argument(self, *args, **kwargs): method add_argument_group (line 1297) | def add_argument_group(self, *args, **kwargs): method add_mutually_exclusive_group (line 1302) | def add_mutually_exclusive_group(self, **kwargs): method _add_action (line 1307) | def _add_action(self, action): method _remove_action (line 1328) | def _remove_action(self, action): method _add_container_actions (line 1331) | def _add_container_actions(self, container): method _get_positional_kwargs (line 1371) | def _get_positional_kwargs(self, dest, **kwargs): method _get_optional_kwargs (line 1387) | def _get_optional_kwargs(self, *args, **kwargs): method _pop_action_class (line 1422) | def _pop_action_class(self, kwargs, default=None): method _get_handler (line 1426) | def _get_handler(self): method _check_conflict (line 1435) | def _check_conflict(self, action): method _handle_conflict_error (line 1449) | def _handle_conflict_error(self, action, conflicting_actions): method _handle_conflict_resolve (line 1456) | def _handle_conflict_resolve(self, action, conflicting_actions): class _ArgumentGroup (line 1471) | class _ArgumentGroup(_ActionsContainer): method __init__ (line 1473) | def __init__(self, container, title=None, description=None, **kwargs): method _add_action (line 1495) | def _add_action(self, action): method _remove_action (line 1500) | def _remove_action(self, action): class _MutuallyExclusiveGroup (line 1505) | class _MutuallyExclusiveGroup(_ArgumentGroup): method __init__ (line 1507) | def __init__(self, container, required=False): method _add_action (line 1512) | def _add_action(self, action): method _remove_action (line 1520) | def _remove_action(self, action): class ArgumentParser (line 1525) | class ArgumentParser(_AttributeHolder, _ActionsContainer): method __init__ (line 1543) | def __init__(self, method _get_kwargs (line 1621) | def _get_kwargs(self): method add_subparsers (line 1636) | def add_subparsers(self, **kwargs): method _add_action (line 1667) | def _add_action(self, action): method _get_optional_actions (line 1674) | def _get_optional_actions(self): method _get_positional_actions (line 1679) | def _get_positional_actions(self): method parse_args (line 1687) | def parse_args(self, args=None, namespace=None): method parse_known_args (line 1694) | def parse_known_args(self, args=None, namespace=None): method _parse_known_args (line 1729) | def _parse_known_args(self, arg_strings, namespace): method _read_args_from_files (line 1975) | def _read_args_from_files(self, arg_strings): method convert_arg_line_to_args (line 2004) | def convert_arg_line_to_args(self, arg_line): method _match_argument (line 2007) | def _match_argument(self, action, arg_strings_pattern): method _match_arguments_partial (line 2026) | def _match_arguments_partial(self, actions, arg_strings_pattern): method _parse_optional (line 2042) | def _parse_optional(self, arg_string): method _get_option_tuples (line 2099) | def _get_option_tuples(self, option_string): method _get_nargs_pattern (line 2143) | def _get_nargs_pattern(self, action): method _get_values (line 2187) | def _get_values(self, action, arg_strings): method _get_value (line 2239) | def _get_value(self, action, arg_string): method _check_value (line 2264) | def _check_value(self, action, value): method format_usage (line 2274) | def format_usage(self): method format_help (line 2280) | def format_help(self): method format_version (line 2303) | def format_version(self): method _get_formatter (line 2313) | def _get_formatter(self): method print_usage (line 2319) | def print_usage(self, file=None): method print_help (line 2324) | def print_help(self, file=None): method print_version (line 2329) | def print_version(self, file=None): method _print_message (line 2337) | def _print_message(self, message, file=None): method exit (line 2346) | def exit(self, status=0, message=None): method error (line 2351) | def error(self, message): FILE: tests/pythons/win32-py27/Lib/ast.py function parse (line 32) | def parse(source, filename='', mode='exec'): function literal_eval (line 40) | def literal_eval(node_or_string): function dump (line 83) | def dump(node, annotate_fields=True, include_attributes=False): function copy_location (line 113) | def copy_location(new_node, old_node): function fix_missing_locations (line 125) | def fix_missing_locations(node): function increment_lineno (line 150) | def increment_lineno(node, n=1): function iter_fields (line 161) | def iter_fields(node): function iter_child_nodes (line 173) | def iter_child_nodes(node): function get_docstring (line 187) | def get_docstring(node, clean=True): function walk (line 203) | def walk(node): class NodeVisitor (line 217) | class NodeVisitor(object): method visit (line 237) | def visit(self, node): method generic_visit (line 243) | def generic_visit(self, node): class NodeTransformer (line 254) | class NodeTransformer(NodeVisitor): method generic_visit (line 290) | def generic_visit(self, node): FILE: tests/pythons/win32-py27/Lib/asynchat.py class async_chat (line 55) | class async_chat (asyncore.dispatcher): method __init__ (line 64) | def __init__ (self, sock=None, map=None): method collect_incoming_data (line 81) | def collect_incoming_data(self, data): method _collect_incoming_data (line 84) | def _collect_incoming_data(self, data): method _get_data (line 87) | def _get_data(self): method found_terminator (line 92) | def found_terminator(self): method set_terminator (line 95) | def set_terminator (self, term): method get_terminator (line 99) | def get_terminator (self): method handle_read (line 107) | def handle_read (self): method handle_write (line 173) | def handle_write (self): method handle_close (line 176) | def handle_close (self): method push (line 179) | def push (self, data): method push_with_producer (line 188) | def push_with_producer (self, producer): method readable (line 192) | def readable (self): method writable (line 200) | def writable (self): method close_when_done (line 204) | def close_when_done (self): method initiate_send (line 208) | def initiate_send(self): method discard_buffers (line 248) | def discard_buffers (self): class simple_producer (line 254) | class simple_producer: method __init__ (line 256) | def __init__ (self, data, buffer_size=512): method more (line 260) | def more (self): class fifo (line 270) | class fifo: method __init__ (line 271) | def __init__ (self, list=None): method __len__ (line 277) | def __len__ (self): method is_empty (line 280) | def is_empty (self): method first (line 283) | def first (self): method push (line 286) | def push (self, data): method pop (line 289) | def pop (self): function find_prefix_at_end (line 310) | def find_prefix_at_end (haystack, needle): FILE: tests/pythons/win32-py27/Lib/asyncore.py function _strerror (line 68) | def _strerror(err): class ExitNow (line 76) | class ExitNow(Exception): function read (line 81) | def read(obj): function write (line 89) | def write(obj): function _exception (line 97) | def _exception(obj): function readwrite (line 105) | def readwrite(obj, flags): function poll (line 125) | def poll(timeout=0.0, map=None): function poll2 (line 170) | def poll2(timeout=0.0, map=None): function loop (line 205) | def loop(timeout=30.0, use_poll=False, map=None, count=None): class dispatcher (line 223) | class dispatcher: method __init__ (line 233) | def __init__(self, sock=None, map=None): method __repr__ (line 265) | def __repr__(self): method add_channel (line 280) | def add_channel(self, map=None): method del_channel (line 286) | def del_channel(self, map=None): method create_socket (line 295) | def create_socket(self, family, type): method set_socket (line 301) | def set_socket(self, sock, map=None): method set_reuse_addr (line 307) | def set_reuse_addr(self): method readable (line 324) | def readable(self): method writable (line 327) | def writable(self): method listen (line 334) | def listen(self, num): method bind (line 340) | def bind(self, addr): method connect (line 344) | def connect(self, address): method accept (line 358) | def accept(self): method send (line 372) | def send(self, data): method recv (line 385) | def recv(self, buffer_size): method close (line 403) | def close(self): method __getattr__ (line 416) | def __getattr__(self, attr): method log (line 432) | def log(self, message): method log_info (line 435) | def log_info(self, message, type='info'): method handle_read_event (line 439) | def handle_read_event(self): method handle_connect_event (line 451) | def handle_connect_event(self): method handle_write_event (line 459) | def handle_write_event(self): method handle_expt_event (line 470) | def handle_expt_event(self): method handle_error (line 485) | def handle_error(self): method handle_expt (line 505) | def handle_expt(self): method handle_read (line 508) | def handle_read(self): method handle_write (line 511) | def handle_write(self): method handle_connect (line 514) | def handle_connect(self): method handle_accept (line 517) | def handle_accept(self): method handle_close (line 520) | def handle_close(self): class dispatcher_with_send (line 529) | class dispatcher_with_send(dispatcher): method __init__ (line 531) | def __init__(self, sock=None, map=None): method initiate_send (line 535) | def initiate_send(self): method handle_write (line 540) | def handle_write(self): method writable (line 543) | def writable(self): method send (line 546) | def send(self, data): function compact_traceback (line 556) | def compact_traceback(): function close_all (line 576) | def close_all(map=None, ignore_all=False): class file_wrapper (line 610) | class file_wrapper: method __init__ (line 615) | def __init__(self, fd): method recv (line 618) | def recv(self, *args): method send (line 621) | def send(self, *args): method getsockopt (line 624) | def getsockopt(self, level, optname, buflen=None): method close (line 635) | def close(self): method fileno (line 638) | def fileno(self): class file_dispatcher (line 641) | class file_dispatcher(dispatcher): method __init__ (line 643) | def __init__(self, fd, map=None): method set_file (line 656) | def set_file(self, fd): FILE: tests/pythons/win32-py27/Lib/atexit.py function _run_exitfuncs (line 13) | def _run_exitfuncs(): function register (line 37) | def register(func, *targs, **kargs): function x1 (line 55) | def x1(): function x2 (line 57) | def x2(n): function x3 (line 59) | def x3(n, kwd=None): FILE: tests/pythons/win32-py27/Lib/audiodev.py class error (line 8) | class error(Exception): class Play_Audio_sgi (line 11) | class Play_Audio_sgi: method initclass (line 20) | def initclass(self): method __init__ (line 43) | def __init__(self): method __del__ (line 57) | def __del__(self): method wait (line 65) | def wait(self): method stop (line 73) | def stop(self): method setoutrate (line 82) | def setoutrate(self, rate): method setsampwidth (line 91) | def setsampwidth(self, width): method setnchannels (line 106) | def setnchannels(self, nchannels): method writeframes (line 115) | def writeframes(self, data): method getfilled (line 128) | def getfilled(self): method getfillable (line 134) | def getfillable(self): method ulaw2lin (line 143) | def ulaw2lin(self, data): class Play_Audio_sun (line 147) | class Play_Audio_sun: method __init__ (line 151) | def __init__(self): method __del__ (line 162) | def __del__(self): method setoutrate (line 165) | def setoutrate(self, rate): method setsampwidth (line 169) | def setsampwidth(self, width): method setnchannels (line 173) | def setnchannels(self, nchannels): method writeframes (line 177) | def writeframes(self, data): method wait (line 198) | def wait(self): method stop (line 204) | def stop(self): method getfilled (line 210) | def getfilled(self): function AudioDev (line 220) | def AudioDev(): function test (line 238) | def test(fn = None): FILE: tests/pythons/win32-py27/Lib/base64.py function _translate (line 32) | def _translate(s, altchars): function b64encode (line 42) | def b64encode(s, altchars=None): function b64decode (line 59) | def b64decode(s, altchars=None): function standard_b64encode (line 79) | def standard_b64encode(s): function standard_b64decode (line 86) | def standard_b64decode(s): function urlsafe_b64encode (line 95) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 103) | def urlsafe_b64decode(s): function b32encode (line 135) | def b32encode(s): function b32decode (line 177) | def b32decode(s, casefold=False, map01=None): function b16encode (line 251) | def b16encode(s): function b16decode (line 259) | def b16decode(s, casefold=False): function encode (line 285) | def encode(input, output): function decode (line 300) | def decode(input, output): function encodestring (line 310) | def encodestring(s): function decodestring (line 319) | def decodestring(s): function test (line 326) | def test(): function test1 (line 352) | def test1(): FILE: tests/pythons/win32-py27/Lib/bdb.py class BdbQuit (line 10) | class BdbQuit(Exception): class Bdb (line 14) | class Bdb: method __init__ (line 23) | def __init__(self, skip=None): method canonic (line 29) | def canonic(self, filename): method reset (line 39) | def reset(self): method trace_dispatch (line 45) | def trace_dispatch(self, frame, event, arg): method dispatch_line (line 65) | def dispatch_line(self, frame): method dispatch_call (line 71) | def dispatch_call(self, frame, arg): method dispatch_return (line 84) | def dispatch_return(self, frame, arg): method dispatch_exception (line 94) | def dispatch_exception(self, frame, arg): method is_skipped_module (line 104) | def is_skipped_module(self, module_name): method stop_here (line 110) | def stop_here(self, frame): method break_here (line 126) | def break_here(self, frame): method do_clear (line 148) | def do_clear(self, arg): method break_anywhere (line 151) | def break_anywhere(self, frame): method user_call (line 157) | def user_call(self, frame, argument_list): method user_line (line 162) | def user_line(self, frame): method user_return (line 166) | def user_return(self, frame, return_value): method user_exception (line 170) | def user_exception(self, frame, exc_info): method _set_stopinfo (line 176) | def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): method set_until (line 187) | def set_until(self, frame): #the name "until" is borrowed from gdb method set_step (line 192) | def set_step(self): method set_next (line 204) | def set_next(self, frame): method set_return (line 208) | def set_return(self, frame): method set_trace (line 212) | def set_trace(self, frame=None): method set_continue (line 227) | def set_continue(self): method set_quit (line 238) | def set_quit(self): method set_break (line 251) | def set_break(self, filename, lineno, temporary=0, cond = None, method _prune_breaks (line 266) | def _prune_breaks(self, filename, lineno): method clear_break (line 272) | def clear_break(self, filename, lineno): method clear_bpbynumber (line 285) | def clear_bpbynumber(self, arg): method clear_all_file_breaks (line 299) | def clear_all_file_breaks(self, filename): method clear_all_breaks (line 309) | def clear_all_breaks(self): method get_break (line 317) | def get_break(self, filename, lineno): method get_breaks (line 322) | def get_breaks(self, filename, lineno): method get_file_breaks (line 328) | def get_file_breaks(self, filename): method get_all_breaks (line 335) | def get_all_breaks(self): method get_stack (line 341) | def get_stack(self, f, t): method format_stack_entry (line 361) | def format_stack_entry(self, frame_lineno, lprefix=': '): method run (line 389) | def run(self, cmd, globals=None, locals=None): method runeval (line 407) | def runeval(self, expr, globals=None, locals=None): method runctx (line 425) | def runctx(self, cmd, globals, locals): method runcall (line 431) | def runcall(self, func, *args, **kwds): function set_trace (line 445) | def set_trace(): class Breakpoint (line 449) | class Breakpoint: method __init__ (line 473) | def __init__(self, file, line, temporary=0, cond=None, funcname=None): method deleteMe (line 494) | def deleteMe(self): method enable (line 502) | def enable(self): method disable (line 505) | def disable(self): method bpprint (line 508) | def bpprint(self, out=None): function checkfuncname (line 533) | def checkfuncname(b, frame): function effective (line 561) | def effective(file, line, frame): class Tdb (line 614) | class Tdb(Bdb): method user_call (line 615) | def user_call(self, frame, args): method user_line (line 619) | def user_line(self, frame): method user_return (line 626) | def user_return(self, frame, retval): method user_exception (line 628) | def user_exception(self, frame, exc_stuff): function foo (line 632) | def foo(n): function bar (line 637) | def bar(a): function test (line 641) | def test(): FILE: tests/pythons/win32-py27/Lib/binhex.py class Error (line 31) | class Error(Exception): function getfileinfo (line 51) | def getfileinfo(name): function openrsrc (line 63) | def openrsrc(name, *mode): method __init__ (line 99) | def __init__(self, *args): method read (line 102) | def read(self, *args): method write (line 105) | def write(self, *args): method close (line 108) | def close(self): class FInfo (line 75) | class FInfo: method __init__ (line 76) | def __init__(self): function getfileinfo (line 81) | def getfileinfo(name): class openrsrc (line 98) | class openrsrc: method __init__ (line 99) | def __init__(self, *args): method read (line 102) | def read(self, *args): method write (line 105) | def write(self, *args): method close (line 108) | def close(self): class _Hqxcoderengine (line 111) | class _Hqxcoderengine: method __init__ (line 114) | def __init__(self, ofp): method write (line 120) | def write(self, data): method _flush (line 131) | def _flush(self, force): method close (line 142) | def close(self): class _Rlecoderengine (line 150) | class _Rlecoderengine: method __init__ (line 153) | def __init__(self, ofp): method write (line 157) | def write(self, data): method close (line 165) | def close(self): class BinHex (line 172) | class BinHex: method __init__ (line 173) | def __init__(self, name_finfo_dlen_rlen, ofp): method _writeinfo (line 189) | def _writeinfo(self, name, finfo): method _write (line 203) | def _write(self, data): method _writecrc (line 207) | def _writecrc(self): method write (line 217) | def write(self, data): method close_data (line 223) | def close_data(self): method write_rsrc (line 229) | def write_rsrc(self, data): method close (line 237) | def close(self): function binhex (line 250) | def binhex(inp, out): class _Hqxdecoderengine (line 272) | class _Hqxdecoderengine: method __init__ (line 275) | def __init__(self, ifp): method read (line 279) | def read(self, totalwtd): method close (line 313) | def close(self): class _Rledecoderengine (line 316) | class _Rledecoderengine: method __init__ (line 319) | def __init__(self, ifp): method read (line 325) | def read(self, wtd): method _fill (line 332) | def _fill(self, wtd): method close (line 367) | def close(self): class HexBin (line 370) | class HexBin: method __init__ (line 371) | def __init__(self, ifp): method _read (line 395) | def _read(self, len): method _checkcrc (line 400) | def _checkcrc(self): method _readheader (line 410) | def _readheader(self): method read (line 430) | def read(self, *n): method close_data (line 444) | def close_data(self): method read_rsrc (line 452) | def read_rsrc(self, *n): method close (line 465) | def close(self): function hexbin (line 472) | def hexbin(inp, out): function _test (line 500) | def _test(): FILE: tests/pythons/win32-py27/Lib/bisect.py function insort_right (line 3) | def insort_right(a, x, lo=0, hi=None): function bisect_right (line 24) | def bisect_right(a, x, lo=0, hi=None): function insort_left (line 47) | def insort_left(a, x, lo=0, hi=None): function bisect_left (line 67) | def bisect_left(a, x, lo=0, hi=None): FILE: tests/pythons/win32-py27/Lib/bsddb/__init__.py class _iter_mixin (line 94) | class _iter_mixin(MutableMapping): method _make_iter_cursor (line 95) | def _make_iter_cursor(self): method _gen_cref_cleaner (line 101) | def _gen_cref_cleaner(self, key): method __iter__ (line 107) | def __iter__(self): method iteritems (line 148) | def iteritems(self): class _DBWithCursor (line 192) | class _DBWithCursor(_iter_mixin): method __init__ (line 197) | def __init__(self, db): method __del__ (line 221) | def __del__(self): method _checkCursor (line 224) | def _checkCursor(self): method _closeCursors (line 235) | def _closeCursors(self, save=1): method _checkOpen (line 251) | def _checkOpen(self): method isOpen (line 255) | def isOpen(self): method __len__ (line 258) | def __len__(self): method __repr__ (line 263) | def __repr__(self) : method __getitem__ (line 268) | def __getitem__(self, key): method __setitem__ (line 272) | def __setitem__(self, key, value): method __delitem__ (line 281) | def __delitem__(self, key): method close (line 290) | def close(self): method keys (line 301) | def keys(self): method has_key (line 305) | def has_key(self, key): method set_location (line 309) | def set_location(self, key): method next (line 314) | def next(self): # Renamed by "2to3" method previous (line 323) | def previous(self): method first (line 329) | def first(self): method last (line 337) | def last(self): method sync (line 345) | def sync(self): function hashopen (line 353) | def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem... function btopen (line 369) | def btopen(file, flag='c', mode=0666, function rnopen (line 387) | def rnopen(file, flag='c', mode=0666, function _openDBEnv (line 406) | def _openDBEnv(cachesize): function _checkflag (line 417) | def _checkflag(flag, file): FILE: tests/pythons/win32-py27/Lib/bsddb/dbobj.py class DBEnv (line 38) | class DBEnv: method __init__ (line 39) | def __init__(self, *args, **kwargs): method close (line 42) | def close(self, *args, **kwargs): method open (line 44) | def open(self, *args, **kwargs): method remove (line 46) | def remove(self, *args, **kwargs): method set_shm_key (line 48) | def set_shm_key(self, *args, **kwargs): method set_cachesize (line 50) | def set_cachesize(self, *args, **kwargs): method set_data_dir (line 52) | def set_data_dir(self, *args, **kwargs): method set_flags (line 54) | def set_flags(self, *args, **kwargs): method set_lg_bsize (line 56) | def set_lg_bsize(self, *args, **kwargs): method set_lg_dir (line 58) | def set_lg_dir(self, *args, **kwargs): method set_lg_max (line 60) | def set_lg_max(self, *args, **kwargs): method set_lk_detect (line 62) | def set_lk_detect(self, *args, **kwargs): method set_lk_max (line 65) | def set_lk_max(self, *args, **kwargs): method set_lk_max_locks (line 67) | def set_lk_max_locks(self, *args, **kwargs): method set_lk_max_lockers (line 69) | def set_lk_max_lockers(self, *args, **kwargs): method set_lk_max_objects (line 71) | def set_lk_max_objects(self, *args, **kwargs): method set_mp_mmapsize (line 73) | def set_mp_mmapsize(self, *args, **kwargs): method set_timeout (line 75) | def set_timeout(self, *args, **kwargs): method set_tmp_dir (line 77) | def set_tmp_dir(self, *args, **kwargs): method txn_begin (line 79) | def txn_begin(self, *args, **kwargs): method txn_checkpoint (line 81) | def txn_checkpoint(self, *args, **kwargs): method txn_stat (line 83) | def txn_stat(self, *args, **kwargs): method set_tx_max (line 85) | def set_tx_max(self, *args, **kwargs): method set_tx_timestamp (line 87) | def set_tx_timestamp(self, *args, **kwargs): method lock_detect (line 89) | def lock_detect(self, *args, **kwargs): method lock_get (line 91) | def lock_get(self, *args, **kwargs): method lock_id (line 93) | def lock_id(self, *args, **kwargs): method lock_put (line 95) | def lock_put(self, *args, **kwargs): method lock_stat (line 97) | def lock_stat(self, *args, **kwargs): method log_archive (line 99) | def log_archive(self, *args, **kwargs): method set_get_returns_none (line 102) | def set_get_returns_none(self, *args, **kwargs): method log_stat (line 105) | def log_stat(self, *args, **kwargs): method dbremove (line 108) | def dbremove(self, *args, **kwargs): method dbrename (line 110) | def dbrename(self, *args, **kwargs): method set_encrypt (line 112) | def set_encrypt(self, *args, **kwargs): method fileid_reset (line 116) | def fileid_reset(self, *args, **kwargs): method lsn_reset (line 119) | def lsn_reset(self, *args, **kwargs): class DB (line 123) | class DB(MutableMapping): method __init__ (line 124) | def __init__(self, dbenv, *args, **kwargs): method __len__ (line 129) | def __len__(self): method __getitem__ (line 131) | def __getitem__(self, arg): method __setitem__ (line 133) | def __setitem__(self, key, value): method __delitem__ (line 135) | def __delitem__(self, arg): method __iter__ (line 139) | def __iter__(self) : method append (line 142) | def append(self, *args, **kwargs): method associate (line 144) | def associate(self, *args, **kwargs): method close (line 146) | def close(self, *args, **kwargs): method consume (line 148) | def consume(self, *args, **kwargs): method consume_wait (line 150) | def consume_wait(self, *args, **kwargs): method cursor (line 152) | def cursor(self, *args, **kwargs): method delete (line 154) | def delete(self, *args, **kwargs): method fd (line 156) | def fd(self, *args, **kwargs): method get (line 158) | def get(self, *args, **kwargs): method pget (line 160) | def pget(self, *args, **kwargs): method get_both (line 162) | def get_both(self, *args, **kwargs): method get_byteswapped (line 164) | def get_byteswapped(self, *args, **kwargs): method get_size (line 166) | def get_size(self, *args, **kwargs): method get_type (line 168) | def get_type(self, *args, **kwargs): method join (line 170) | def join(self, *args, **kwargs): method key_range (line 172) | def key_range(self, *args, **kwargs): method has_key (line 174) | def has_key(self, *args, **kwargs): method items (line 176) | def items(self, *args, **kwargs): method keys (line 178) | def keys(self, *args, **kwargs): method open (line 180) | def open(self, *args, **kwargs): method put (line 182) | def put(self, *args, **kwargs): method remove (line 184) | def remove(self, *args, **kwargs): method rename (line 186) | def rename(self, *args, **kwargs): method set_bt_minkey (line 188) | def set_bt_minkey(self, *args, **kwargs): method set_bt_compare (line 190) | def set_bt_compare(self, *args, **kwargs): method set_cachesize (line 192) | def set_cachesize(self, *args, **kwargs): method set_dup_compare (line 194) | def set_dup_compare(self, *args, **kwargs) : method set_flags (line 196) | def set_flags(self, *args, **kwargs): method set_h_ffactor (line 198) | def set_h_ffactor(self, *args, **kwargs): method set_h_nelem (line 200) | def set_h_nelem(self, *args, **kwargs): method set_lorder (line 202) | def set_lorder(self, *args, **kwargs): method set_pagesize (line 204) | def set_pagesize(self, *args, **kwargs): method set_re_delim (line 206) | def set_re_delim(self, *args, **kwargs): method set_re_len (line 208) | def set_re_len(self, *args, **kwargs): method set_re_pad (line 210) | def set_re_pad(self, *args, **kwargs): method set_re_source (line 212) | def set_re_source(self, *args, **kwargs): method set_q_extentsize (line 214) | def set_q_extentsize(self, *args, **kwargs): method stat (line 216) | def stat(self, *args, **kwargs): method sync (line 218) | def sync(self, *args, **kwargs): method type (line 220) | def type(self, *args, **kwargs): method upgrade (line 222) | def upgrade(self, *args, **kwargs): method values (line 224) | def values(self, *args, **kwargs): method verify (line 226) | def verify(self, *args, **kwargs): method set_get_returns_none (line 228) | def set_get_returns_none(self, *args, **kwargs): method set_encrypt (line 231) | def set_encrypt(self, *args, **kwargs): class DBSequence (line 235) | class DBSequence: method __init__ (line 236) | def __init__(self, *args, **kwargs): method close (line 239) | def close(self, *args, **kwargs): method get (line 241) | def get(self, *args, **kwargs): method get_dbp (line 243) | def get_dbp(self, *args, **kwargs): method get_key (line 245) | def get_key(self, *args, **kwargs): method init_value (line 247) | def init_value(self, *args, **kwargs): method open (line 249) | def open(self, *args, **kwargs): method remove (line 251) | def remove(self, *args, **kwargs): method stat (line 253) | def stat(self, *args, **kwargs): method set_cachesize (line 255) | def set_cachesize(self, *args, **kwargs): method set_flags (line 257) | def set_flags(self, *args, **kwargs): method set_range (line 259) | def set_range(self, *args, **kwargs): method get_cachesize (line 261) | def get_cachesize(self, *args, **kwargs): method get_flags (line 263) | def get_flags(self, *args, **kwargs): method get_range (line 265) | def get_range(self, *args, **kwargs): FILE: tests/pythons/win32-py27/Lib/bsddb/dbrecio.py class DBRecIO (line 34) | class DBRecIO: method __init__ (line 35) | def __init__(self, db, key, txn=None): method close (line 44) | def close(self): method isatty (line 49) | def isatty(self): method seek (line 54) | def seek(self, pos, mode = 0): method tell (line 63) | def tell(self): method read (line 68) | def read(self, n = -1): method truncate (line 114) | def truncate(self, size=None): method write (line 126) | def write(self, s): method writelines (line 137) | def writelines(self, list): method flush (line 140) | def flush(self): FILE: tests/pythons/win32-py27/Lib/bsddb/dbshelve.py function _dumps (line 69) | def _dumps(object, protocol): function open (line 81) | def open(filename, flags=db.DB_CREATE, mode=0660, filetype=db.DB_HASH, class DBShelveError (line 116) | class DBShelveError(db.DBError): pass class DBShelf (line 119) | class DBShelf(MutableMapping): method __init__ (line 123) | def __init__(self, dbenv=None): method __del__ (line 132) | def __del__(self): method __getattr__ (line 136) | def __getattr__(self, name): method __len__ (line 146) | def __len__(self): method __getitem__ (line 150) | def __getitem__(self, key): method __setitem__ (line 155) | def __setitem__(self, key, value): method __delitem__ (line 160) | def __delitem__(self, key): method keys (line 164) | def keys(self, txn=None): method __iter__ (line 171) | def __iter__(self) : # XXX: Load all keys in memory :-( method open (line 182) | def open(self, *args, **kwargs): method close (line 187) | def close(self, *args, **kwargs): method __repr__ (line 192) | def __repr__(self): method items (line 199) | def items(self, txn=None): method values (line 210) | def values(self, txn=None): method __append (line 221) | def __append(self, value, txn=None): method append (line 225) | def append(self, value, txn=None): method associate (line 231) | def associate(self, secondaryDB, callback, flags=0): method get (line 244) | def get(self, *args, **kw): method get_both (line 256) | def get_both(self, key, value, txn=None, flags=0): method cursor (line 262) | def cursor(self, txn=None, flags=0): method put (line 268) | def put(self, key, value, txn=None, flags=0): method join (line 273) | def join(self, cursorList, flags=0): class DBShelfCursor (line 287) | class DBShelfCursor: method __init__ (line 290) | def __init__(self, cursor): method __del__ (line 293) | def __del__(self): method __getattr__ (line 297) | def __getattr__(self, name): method dup (line 304) | def dup(self, flags=0): method put (line 310) | def put(self, key, value, flags=0): method get (line 315) | def get(self, *args): method get_1 (line 320) | def get_1(self, flags): method get_2 (line 324) | def get_2(self, key, flags): method get_3 (line 328) | def get_3(self, key, value, flags): method current (line 334) | def current(self, flags=0): return self.get_1(flags|db.DB_CURRENT) method first (line 335) | def first(self, flags=0): return self.get_1(flags|db.DB_FIRST) method last (line 336) | def last(self, flags=0): return self.get_1(flags|db.DB_LAST) method next (line 337) | def next(self, flags=0): return self.get_1(flags|db.DB_NEXT) method prev (line 338) | def prev(self, flags=0): return self.get_1(flags|db.DB_PREV) method consume (line 339) | def consume(self, flags=0): return self.get_1(flags|db.DB_CONSUME) method next_dup (line 340) | def next_dup(self, flags=0): return self.get_1(flags|db.DB_NEXT_DUP) method next_nodup (line 341) | def next_nodup(self, flags=0): return self.get_1(flags|db.DB_NEXT_NODUP) method prev_nodup (line 342) | def prev_nodup(self, flags=0): return self.get_1(flags|db.DB_PREV_NODUP) method get_both (line 345) | def get_both(self, key, value, flags=0): method set (line 351) | def set(self, key, flags=0): method set_range (line 355) | def set_range(self, key, flags=0): method set_recno (line 359) | def set_recno(self, recno, flags=0): method _extract (line 365) | def _extract(self, rec): FILE: tests/pythons/win32-py27/Lib/bsddb/dbtables.py class TableDBError (line 62) | class TableDBError(StandardError): class TableAlreadyExists (line 64) | class TableAlreadyExists(TableDBError): class Cond (line 68) | class Cond: method __call__ (line 70) | def __call__(self, s): class ExactCond (line 73) | class ExactCond(Cond): method __init__ (line 75) | def __init__(self, strtomatch): method __call__ (line 77) | def __call__(self, s): class PrefixCond (line 80) | class PrefixCond(Cond): method __init__ (line 82) | def __init__(self, prefix): method __call__ (line 84) | def __call__(self, s): class PostfixCond (line 87) | class PostfixCond(Cond): method __init__ (line 89) | def __init__(self, postfix): method __call__ (line 91) | def __call__(self, s): class LikeCond (line 94) | class LikeCond(Cond): method __init__ (line 100) | def __init__(self, likestr, re_flags=re.IGNORECASE): method __call__ (line 108) | def __call__(self, s): function _columns_key (line 117) | def _columns_key(table): function _data_key (line 129) | def _data_key(table, col, rowid): function _search_col_data_key (line 132) | def _search_col_data_key(table, col): function _search_all_data_key (line 135) | def _search_all_data_key(table): function _rowid_key (line 138) | def _rowid_key(table, rowid): function _search_rowid_key (line 141) | def _search_rowid_key(table): function contains_metastrings (line 144) | def contains_metastrings(s) : class bsdTableDB (line 158) | class bsdTableDB : method __init__ (line 159) | def __init__(self, filename, dbhome, create=0, truncate=0, mode=0600, method __del__ (line 274) | def __del__(self): method close (line 277) | def close(self): method checkpoint (line 285) | def checkpoint(self, mins=0): method sync (line 288) | def sync(self): method _db_print (line 291) | def _db_print(self) : method CreateTable (line 309) | def CreateTable(self, table, columns): method ListTableColumns (line 357) | def ListTableColumns(self, table): method ListTables (line 375) | def ListTables(self): method CreateOrExtendTable (line 383) | def CreateOrExtendTable(self, table, columns): method __load_column_info (line 441) | def __load_column_info(self, table) : method __new_rowid (line 453) | def __new_rowid(self, table, txn) : method Insert (line 480) | def Insert(self, table, rowdict) : method Modify (line 524) | def Modify(self, table, conditions={}, mappings={}): method Delete (line 578) | def Delete(self, table, conditions={}): method Select (line 623) | def Select(self, table, columns, conditions={}): method __Select (line 648) | def __Select(self, table, columns, conditions): method Drop (line 783) | def Drop(self, table): FILE: tests/pythons/win32-py27/Lib/bsddb/dbutils.py function DeadlockWrap (line 47) | def DeadlockWrap(function, *_args, **_kwargs): FILE: tests/pythons/win32-py27/Lib/cProfile.py function run (line 14) | def run(statement, filename=None, sort=-1): function runctx (line 39) | def runctx(statement, globals, locals, filename=None, sort=-1): function help (line 60) | def help(): class Profile (line 66) | class Profile(_lsprof.Profiler): method print_stats (line 79) | def print_stats(self, sort=-1): method dump_stats (line 83) | def dump_stats(self, file): method create_stats (line 90) | def create_stats(self): method snapshot_stats (line 94) | def snapshot_stats(self): method run (line 132) | def run(self, cmd): method runctx (line 137) | def runctx(self, cmd, globals, locals): method runcall (line 146) | def runcall(self, func, *args, **kw): function label (line 155) | def label(code): function main (line 163) | def main(): FILE: tests/pythons/win32-py27/Lib/calendar.py class IllegalMonthError (line 21) | class IllegalMonthError(ValueError): method __init__ (line 22) | def __init__(self, month): method __str__ (line 24) | def __str__(self): class IllegalWeekdayError (line 28) | class IllegalWeekdayError(ValueError): method __init__ (line 29) | def __init__(self, weekday): method __str__ (line 31) | def __str__(self): class _localized_month (line 47) | class _localized_month: method __init__ (line 52) | def __init__(self, format): method __getitem__ (line 55) | def __getitem__(self, i): method __len__ (line 62) | def __len__(self): class _localized_day (line 66) | class _localized_day: method __init__ (line 71) | def __init__(self, format): method __getitem__ (line 74) | def __getitem__(self, i): method __len__ (line 81) | def __len__(self): function isleap (line 97) | def isleap(year): function leapdays (line 102) | def leapdays(y1, y2): function weekday (line 110) | def weekday(year, month, day): function monthrange (line 116) | def monthrange(year, month): class Calendar (line 126) | class Calendar(object): method __init__ (line 132) | def __init__(self, firstweekday=0): method getfirstweekday (line 135) | def getfirstweekday(self): method setfirstweekday (line 138) | def setfirstweekday(self, firstweekday): method iterweekdays (line 143) | def iterweekdays(self): method itermonthdates (line 151) | def itermonthdates(self, year, month): method itermonthdays2 (line 172) | def itermonthdays2(self, year, month): method itermonthdays (line 183) | def itermonthdays(self, year, month): method monthdatescalendar (line 194) | def monthdatescalendar(self, year, month): method monthdays2calendar (line 202) | def monthdays2calendar(self, year, month): method monthdayscalendar (line 212) | def monthdayscalendar(self, year, month): method yeardatescalendar (line 220) | def yeardatescalendar(self, year, width=3): method yeardays2calendar (line 233) | def yeardays2calendar(self, year, width=3): method yeardayscalendar (line 246) | def yeardayscalendar(self, year, width=3): class TextCalendar (line 259) | class TextCalendar(Calendar): method prweek (line 265) | def prweek(self, theweek, width): method formatday (line 271) | def formatday(self, day, weekday, width): method formatweek (line 281) | def formatweek(self, theweek, width): method formatweekday (line 287) | def formatweekday(self, day, width): method formatweekheader (line 297) | def formatweekheader(self, width): method formatmonthname (line 303) | def formatmonthname(self, theyear, themonth, width, withyear=True): method prmonth (line 312) | def prmonth(self, theyear, themonth, w=0, l=0): method formatmonth (line 318) | def formatmonth(self, theyear, themonth, w=0, l=0): method formatyear (line 334) | def formatyear(self, theyear, w=2, l=1, c=6, m=3): method pryear (line 371) | def pryear(self, theyear, w=0, l=0, c=6, m=3): class HTMLCalendar (line 376) | class HTMLCalendar(Calendar): method formatday (line 384) | def formatday(self, day, weekday): method formatweek (line 393) | def formatweek(self, theweek): method formatweekday (line 400) | def formatweekday(self, day): method formatweekheader (line 406) | def formatweekheader(self): method formatmonthname (line 413) | def formatmonthname(self, theyear, themonth, withyear=True): method formatmonth (line 423) | def formatmonth(self, theyear, themonth, withyear=True): method formatyear (line 442) | def formatyear(self, theyear, width=3): method formatyearpage (line 464) | def formatyearpage(self, theyear, width=3, css='calendar.css', encodin... class TimeEncoding (line 488) | class TimeEncoding: method __init__ (line 489) | def __init__(self, locale): method __enter__ (line 492) | def __enter__(self): method __exit__ (line 497) | def __exit__(self, *args): class LocaleTextCalendar (line 501) | class LocaleTextCalendar(TextCalendar): method __init__ (line 509) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 515) | def formatweekday(self, day, width): method formatmonthname (line 526) | def formatmonthname(self, theyear, themonth, width, withyear=True): class LocaleHTMLCalendar (line 536) | class LocaleHTMLCalendar(HTMLCalendar): method __init__ (line 543) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 549) | def formatweekday(self, day): method formatmonthname (line 556) | def formatmonthname(self, theyear, themonth, withyear=True): function setfirstweekday (line 571) | def setfirstweekday(firstweekday): function format (line 595) | def format(cols, colwidth=_colwidth, spacing=_spacing): function formatstring (line 600) | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function timegm (line 610) | def timegm(tuple): function main (line 620) | def main(args): FILE: tests/pythons/win32-py27/Lib/cgi.py function initlog (line 71) | def initlog(*allargs): function dolog (line 106) | def dolog(fmt, *args): function nolog (line 110) | def nolog(*allargs): function parse (line 124) | def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsi... function parse_qs (line 180) | def parse_qs(qs, keep_blank_values=0, strict_parsing=0): function parse_qsl (line 187) | def parse_qsl(qs, keep_blank_values=0, strict_parsing=0): function parse_multipart (line 193) | def parse_multipart(fp, pdict): function _parseparam (line 291) | def _parseparam(s): function parse_header (line 303) | def parse_header(line): class MiniFieldStorage (line 327) | class MiniFieldStorage: method __init__ (line 341) | def __init__(self, name, value): method __repr__ (line 347) | def __repr__(self): class FieldStorage (line 352) | class FieldStorage: method __init__ (line 395) | def __init__(self, fp=None, headers=None, outerboundary="", method __repr__ (line 511) | def __repr__(self): method __iter__ (line 516) | def __iter__(self): method __getattr__ (line 519) | def __getattr__(self, name): method __getitem__ (line 532) | def __getitem__(self, key): method getvalue (line 546) | def getvalue(self, key, default=None): method getfirst (line 557) | def getfirst(self, key, default=None): method getlist (line 568) | def getlist(self, key): method keys (line 579) | def keys(self): method has_key (line 585) | def has_key(self, key): method __contains__ (line 591) | def __contains__(self, key): method __len__ (line 597) | def __len__(self): method __nonzero__ (line 601) | def __nonzero__(self): method read_urlencoded (line 604) | def read_urlencoded(self): method read_multi (line 617) | def read_multi(self, environ, keep_blank_values, strict_parsing): method read_single (line 640) | def read_single(self): method read_binary (line 651) | def read_binary(self): method read_lines (line 664) | def read_lines(self): method __write (line 672) | def __write(self, line): method read_lines_to_eof (line 680) | def read_lines_to_eof(self): method read_lines_to_outerboundary (line 689) | def read_lines_to_outerboundary(self): method skip_lines (line 730) | def skip_lines(self): method make_file (line 751) | def make_file(self, binary=None): class FormContentDict (line 783) | class FormContentDict(UserDict.UserDict): method __init__ (line 796) | def __init__(self, environ=os.environ, keep_blank_values=0, strict_par... class SvFormContentDict (line 803) | class SvFormContentDict(FormContentDict): method __getitem__ (line 815) | def __getitem__(self, key): method getlist (line 819) | def getlist(self, key): method values (line 821) | def values(self): method items (line 828) | def items(self): class InterpFormContentDict (line 837) | class InterpFormContentDict(SvFormContentDict): method __getitem__ (line 839) | def __getitem__(self, key): method values (line 847) | def values(self): method items (line 855) | def items(self): class FormContent (line 865) | class FormContent(FormContentDict): method values (line 867) | def values(self, key): method indexed_value (line 870) | def indexed_value(self, key, location): method value (line 876) | def value(self, key): method length (line 879) | def length(self, key): method stripped (line 881) | def stripped(self, key): method pars (line 884) | def pars(self): function test (line 891) | def test(environ=os.environ): function print_exception (line 930) | def print_exception(type=None, value=None, tb=None, limit=None): function print_environ (line 944) | def print_environ(environ=os.environ): function print_form (line 956) | def print_form(form): function print_directory (line 973) | def print_directory(): function print_arguments (line 985) | def print_arguments(): function print_environ_usage (line 992) | def print_environ_usage(): function escape (line 1039) | def escape(s, quote=None): function valid_boundary (line 1050) | def valid_boundary(s, _vb_pattern="^[ -~]{0,200}[!-~]$"): FILE: tests/pythons/win32-py27/Lib/cgitb.py function reset (line 36) | def reset(): function small (line 47) | def small(text): function strong (line 53) | def strong(text): function grey (line 59) | def grey(text): function lookup (line 65) | def lookup(name, frame, locals): function scanvars (line 81) | def scanvars(reader, frame, locals): function html (line 102) | def html(einfo, context=5): function text (line 193) | def text(einfo, context=5): class Hook (line 259) | class Hook: method __init__ (line 262) | def __init__(self, display=1, logdir=None, context=5, file=None, method __call__ (line 270) | def __call__(self, etype, evalue, etb): method handle (line 273) | def handle(self, info=None): function enable (line 316) | def enable(display=1, logdir=None, context=5, format="html"): FILE: tests/pythons/win32-py27/Lib/chunk.py class Chunk (line 51) | class Chunk: method __init__ (line 52) | def __init__(self, file, align=True, bigendian=True, inclheader=False): method getname (line 78) | def getname(self): method getsize (line 82) | def getsize(self): method close (line 86) | def close(self): method isatty (line 91) | def isatty(self): method seek (line 96) | def seek(self, pos, whence=0): method tell (line 115) | def tell(self): method read (line 120) | def read(self, size=-1): method skip (line 143) | def skip(self): FILE: tests/pythons/win32-py27/Lib/cmd.py class Cmd (line 55) | class Cmd: method __init__ (line 79) | def __init__(self, completekey='tab', stdin=None, stdout=None): method cmdloop (line 102) | def cmdloop(self, intro=None): method precmd (line 154) | def precmd(self, line): method postcmd (line 161) | def postcmd(self, stop, line): method preloop (line 165) | def preloop(self): method postloop (line 169) | def postloop(self): method parseline (line 176) | def parseline(self, line): method onecmd (line 196) | def onecmd(self, line): method emptyline (line 223) | def emptyline(self): method default (line 233) | def default(self, line): method completedefault (line 242) | def completedefault(self, *ignored): method completenames (line 251) | def completenames(self, text, *ignored): method complete (line 255) | def complete(self, text, state): method get_names (line 285) | def get_names(self): method complete_help (line 290) | def complete_help(self, *args): method do_help (line 296) | def do_help(self, arg): method print_topics (line 342) | def print_topics(self, header, cmds, cmdlen, maxcol): method columnize (line 350) | def columnize(self, list, displaywidth=80): FILE: tests/pythons/win32-py27/Lib/code.py function softspace (line 15) | def softspace(file, newvalue): class InteractiveInterpreter (line 28) | class InteractiveInterpreter: method __init__ (line 37) | def __init__(self, locals=None): method runsource (line 51) | def runsource(self, source, filename="", symbol="single"): method runcode (line 90) | def runcode(self, code): method showsyntaxerror (line 112) | def showsyntaxerror(self, filename=None): method showtraceback (line 141) | def showtraceback(self): method write (line 164) | def write(self, data): class InteractiveConsole (line 174) | class InteractiveConsole(InteractiveInterpreter): method __init__ (line 182) | def __init__(self, locals=None, filename=""): method resetbuffer (line 196) | def resetbuffer(self): method interact (line 200) | def interact(self, banner=None): method push (line 249) | def push(self, line): method raw_input (line 270) | def raw_input(self, prompt=""): function interact (line 284) | def interact(banner=None, readfunc=None, local=None): FILE: tests/pythons/win32-py27/Lib/codecs.py class CodecInfo (line 75) | class CodecInfo(tuple): method __new__ (line 77) | def __new__(cls, encode, decode, streamreader=None, streamwriter=None, method __repr__ (line 89) | def __repr__(self): class Codec (line 92) | class Codec: method encode (line 114) | def encode(self, input, errors='strict'): method decode (line 133) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 156) | class IncrementalEncoder(object): method __init__ (line 162) | def __init__(self, errors='strict'): method encode (line 173) | def encode(self, input, final=False): method reset (line 179) | def reset(self): method getstate (line 184) | def getstate(self): method setstate (line 190) | def setstate(self, state): class BufferedIncrementalEncoder (line 196) | class BufferedIncrementalEncoder(IncrementalEncoder): method __init__ (line 202) | def __init__(self, errors='strict'): method _buffer_encode (line 206) | def _buffer_encode(self, input, errors, final): method encode (line 211) | def encode(self, input, final=False): method reset (line 219) | def reset(self): method getstate (line 223) | def getstate(self): method setstate (line 226) | def setstate(self, state): class IncrementalDecoder (line 229) | class IncrementalDecoder(object): method __init__ (line 235) | def __init__(self, errors='strict'): method decode (line 245) | def decode(self, input, final=False): method reset (line 251) | def reset(self): method getstate (line 256) | def getstate(self): method setstate (line 270) | def setstate(self, state): class BufferedIncrementalDecoder (line 278) | class BufferedIncrementalDecoder(IncrementalDecoder): method __init__ (line 284) | def __init__(self, errors='strict'): method _buffer_decode (line 288) | def _buffer_decode(self, input, errors, final): method decode (line 293) | def decode(self, input, final=False): method reset (line 301) | def reset(self): method getstate (line 305) | def getstate(self): method setstate (line 309) | def setstate(self, state): class StreamWriter (line 320) | class StreamWriter(Codec): method __init__ (line 322) | def __init__(self, stream, errors='strict'): method write (line 347) | def write(self, object): method writelines (line 354) | def writelines(self, list): method reset (line 361) | def reset(self): method seek (line 373) | def seek(self, offset, whence=0): method __getattr__ (line 378) | def __getattr__(self, name, method __enter__ (line 385) | def __enter__(self): method __exit__ (line 388) | def __exit__(self, type, value, tb): class StreamReader (line 393) | class StreamReader(Codec): method __init__ (line 395) | def __init__(self, stream, errors='strict'): method decode (line 421) | def decode(self, input, errors='strict'): method read (line 424) | def read(self, size=-1, chars=-1, firstline=False): method readline (line 503) | def readline(self, size=None, keepends=True): method readlines (line 576) | def readlines(self, sizehint=None, keepends=True): method reset (line 591) | def reset(self): method seek (line 604) | def seek(self, offset, whence=0): method next (line 612) | def next(self): method __iter__ (line 620) | def __iter__(self): method __getattr__ (line 623) | def __getattr__(self, name, method __enter__ (line 630) | def __enter__(self): method __exit__ (line 633) | def __exit__(self, type, value, tb): class StreamReaderWriter (line 638) | class StreamReaderWriter: method __init__ (line 651) | def __init__(self, stream, Reader, Writer, errors='strict'): method read (line 669) | def read(self, size=-1): method readline (line 673) | def readline(self, size=None): method readlines (line 677) | def readlines(self, sizehint=None): method next (line 681) | def next(self): method __iter__ (line 686) | def __iter__(self): method write (line 689) | def write(self, data): method writelines (line 693) | def writelines(self, list): method reset (line 697) | def reset(self): method seek (line 702) | def seek(self, offset, whence=0): method __getattr__ (line 708) | def __getattr__(self, name, method __enter__ (line 717) | def __enter__(self): method __exit__ (line 720) | def __exit__(self, type, value, tb): class StreamRecoder (line 725) | class StreamRecoder: method __init__ (line 746) | def __init__(self, stream, encode, decode, Reader, Writer, method read (line 779) | def read(self, size=-1): method readline (line 785) | def readline(self, size=None): method readlines (line 794) | def readlines(self, sizehint=None): method next (line 800) | def next(self): method __iter__ (line 807) | def __iter__(self): method write (line 810) | def write(self, data): method writelines (line 815) | def writelines(self, list): method reset (line 821) | def reset(self): method __getattr__ (line 826) | def __getattr__(self, name, method __enter__ (line 833) | def __enter__(self): method __exit__ (line 836) | def __exit__(self, type, value, tb): function open (line 841) | def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function EncodedFile (line 890) | def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function getencoder (line 928) | def getencoder(encoding): function getdecoder (line 938) | def getdecoder(encoding): function getincrementalencoder (line 948) | def getincrementalencoder(encoding): function getincrementaldecoder (line 962) | def getincrementaldecoder(encoding): function getreader (line 976) | def getreader(encoding): function getwriter (line 986) | def getwriter(encoding): function iterencode (line 996) | def iterencode(iterator, encoding, errors='strict', **kwargs): function iterdecode (line 1014) | def iterdecode(iterator, encoding, errors='strict', **kwargs): function make_identity_dict (line 1034) | def make_identity_dict(rng): function make_encoding_map (line 1047) | def make_encoding_map(decoding_map): FILE: tests/pythons/win32-py27/Lib/codeop.py function _maybe_compile (line 68) | def _maybe_compile(compiler, source, filename, symbol): function _compile (line 101) | def _compile(source, filename, symbol): function compile_command (line 104) | def compile_command(source, filename="", symbol="single"): class Compile (line 124) | class Compile: method __init__ (line 129) | def __init__(self): method __call__ (line 132) | def __call__(self, source, filename, symbol): class CommandCompiler (line 139) | class CommandCompiler: method __init__ (line 146) | def __init__(self,): method __call__ (line 149) | def __call__(self, source, filename="", symbol="single"): FILE: tests/pythons/win32-py27/Lib/collections.py class OrderedDict (line 26) | class OrderedDict(dict): method __init__ (line 38) | def __init__(self, *args, **kwds): method __setitem__ (line 54) | def __setitem__(self, key, value, dict_setitem=dict.__setitem__): method __delitem__ (line 64) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 73) | def __iter__(self): method __reversed__ (line 82) | def __reversed__(self): method clear (line 91) | def clear(self): method keys (line 100) | def keys(self): method values (line 104) | def values(self): method items (line 108) | def items(self): method iterkeys (line 112) | def iterkeys(self): method itervalues (line 116) | def itervalues(self): method iteritems (line 121) | def iteritems(self): method pop (line 132) | def pop(self, key, default=__marker): method setdefault (line 146) | def setdefault(self, key, default=None): method popitem (line 153) | def popitem(self, last=True): method __repr__ (line 164) | def __repr__(self, _repr_running={}): method __reduce__ (line 177) | def __reduce__(self): method copy (line 187) | def copy(self): method fromkeys (line 192) | def fromkeys(cls, iterable, value=None): method __eq__ (line 202) | def __eq__(self, other): method __ne__ (line 211) | def __ne__(self, other): method viewkeys (line 217) | def viewkeys(self): method viewvalues (line 221) | def viewvalues(self): method viewitems (line 225) | def viewitems(self): function namedtuple (line 288) | def namedtuple(typename, field_names, verbose=False, rename=False): class Counter (line 387) | class Counter(dict): method __init__ (line 438) | def __init__(self, iterable=None, **kwds): method __missing__ (line 452) | def __missing__(self, key): method most_common (line 457) | def most_common(self, n=None): method elements (line 470) | def elements(self): method fromkeys (line 495) | def fromkeys(cls, iterable, v=None): method update (line 501) | def update(self, iterable=None, **kwds): method subtract (line 536) | def subtract(self, iterable=None, **kwds): method copy (line 563) | def copy(self): method __reduce__ (line 567) | def __reduce__(self): method __delitem__ (line 570) | def __delitem__(self, elem): method __repr__ (line 575) | def __repr__(self): method __add__ (line 590) | def __add__(self, other): method __sub__ (line 609) | def __sub__(self, other): method __or__ (line 628) | def __or__(self, other): method __and__ (line 648) | def __and__(self, other): class Point (line 674) | class Point(namedtuple('Point', 'x y')): method hypot (line 677) | def hypot(self): method __str__ (line 679) | def __str__(self): method _replace (line 689) | def _replace(self, _map=map, **kwds): class Point (line 685) | class Point(namedtuple('Point', 'x y')): method hypot (line 677) | def hypot(self): method __str__ (line 679) | def __str__(self): method _replace (line 689) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win32-py27/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win32-py27/Lib/commands.py function getstatus (line 37) | def getstatus(file): function getoutput (line 48) | def getoutput(cmd): function getstatusoutput (line 56) | def getstatusoutput(cmd): function mk2arg (line 69) | def mk2arg(head, x): function mkarg (line 81) | def mkarg(x): FILE: tests/pythons/win32-py27/Lib/compileall.py function compile_dir (line 21) | def compile_dir(dir, maxlevels=10, ddir=None, function compile_file (line 61) | def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): function compile_path (line 113) | def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): function expand_args (line 132) | def expand_args(args, flist): function main (line 151) | def main(): FILE: tests/pythons/win32-py27/Lib/compiler/ast.py function flatten (line 7) | def flatten(seq): function flatten_nodes (line 18) | def flatten_nodes(seq): class Node (line 23) | class Node: method getChildren (line 25) | def getChildren(self): method __iter__ (line 27) | def __iter__(self): method asList (line 30) | def asList(self): # for backwards compatibility method getChildNodes (line 32) | def getChildNodes(self): class EmptyNode (line 35) | class EmptyNode(Node): class Expression (line 38) | class Expression(Node): method __init__ (line 41) | def __init__(self, node): method getChildren (line 44) | def getChildren(self): method getChildNodes (line 47) | def getChildNodes(self): method __repr__ (line 50) | def __repr__(self): class Add (line 53) | class Add(Node): method __init__ (line 54) | def __init__(self, leftright, lineno=None): method getChildren (line 59) | def getChildren(self): method getChildNodes (line 62) | def getChildNodes(self): method __repr__ (line 65) | def __repr__(self): class And (line 68) | class And(Node): method __init__ (line 69) | def __init__(self, nodes, lineno=None): method getChildren (line 73) | def getChildren(self): method getChildNodes (line 76) | def getChildNodes(self): method __repr__ (line 81) | def __repr__(self): class AssAttr (line 84) | class AssAttr(Node): method __init__ (line 85) | def __init__(self, expr, attrname, flags, lineno=None): method getChildren (line 91) | def getChildren(self): method getChildNodes (line 94) | def getChildNodes(self): method __repr__ (line 97) | def __repr__(self): class AssList (line 100) | class AssList(Node): method __init__ (line 101) | def __init__(self, nodes, lineno=None): method getChildren (line 105) | def getChildren(self): method getChildNodes (line 108) | def getChildNodes(self): method __repr__ (line 113) | def __repr__(self): class AssName (line 116) | class AssName(Node): method __init__ (line 117) | def __init__(self, name, flags, lineno=None): method getChildren (line 122) | def getChildren(self): method getChildNodes (line 125) | def getChildNodes(self): method __repr__ (line 128) | def __repr__(self): class AssTuple (line 131) | class AssTuple(Node): method __init__ (line 132) | def __init__(self, nodes, lineno=None): method getChildren (line 136) | def getChildren(self): method getChildNodes (line 139) | def getChildNodes(self): method __repr__ (line 144) | def __repr__(self): class Assert (line 147) | class Assert(Node): method __init__ (line 148) | def __init__(self, test, fail, lineno=None): method getChildren (line 153) | def getChildren(self): method getChildNodes (line 159) | def getChildNodes(self): method __repr__ (line 166) | def __repr__(self): class Assign (line 169) | class Assign(Node): method __init__ (line 170) | def __init__(self, nodes, expr, lineno=None): method getChildren (line 175) | def getChildren(self): method getChildNodes (line 181) | def getChildNodes(self): method __repr__ (line 187) | def __repr__(self): class AugAssign (line 190) | class AugAssign(Node): method __init__ (line 191) | def __init__(self, node, op, expr, lineno=None): method getChildren (line 197) | def getChildren(self): method getChildNodes (line 200) | def getChildNodes(self): method __repr__ (line 203) | def __repr__(self): class Backquote (line 206) | class Backquote(Node): method __init__ (line 207) | def __init__(self, expr, lineno=None): method getChildren (line 211) | def getChildren(self): method getChildNodes (line 214) | def getChildNodes(self): method __repr__ (line 217) | def __repr__(self): class Bitand (line 220) | class Bitand(Node): method __init__ (line 221) | def __init__(self, nodes, lineno=None): method getChildren (line 225) | def getChildren(self): method getChildNodes (line 228) | def getChildNodes(self): method __repr__ (line 233) | def __repr__(self): class Bitor (line 236) | class Bitor(Node): method __init__ (line 237) | def __init__(self, nodes, lineno=None): method getChildren (line 241) | def getChildren(self): method getChildNodes (line 244) | def getChildNodes(self): method __repr__ (line 249) | def __repr__(self): class Bitxor (line 252) | class Bitxor(Node): method __init__ (line 253) | def __init__(self, nodes, lineno=None): method getChildren (line 257) | def getChildren(self): method getChildNodes (line 260) | def getChildNodes(self): method __repr__ (line 265) | def __repr__(self): class Break (line 268) | class Break(Node): method __init__ (line 269) | def __init__(self, lineno=None): method getChildren (line 272) | def getChildren(self): method getChildNodes (line 275) | def getChildNodes(self): method __repr__ (line 278) | def __repr__(self): class CallFunc (line 281) | class CallFunc(Node): method __init__ (line 282) | def __init__(self, node, args, star_args = None, dstar_args = None, li... method getChildren (line 289) | def getChildren(self): method getChildNodes (line 297) | def getChildNodes(self): method __repr__ (line 307) | def __repr__(self): class Class (line 310) | class Class(Node): method __init__ (line 311) | def __init__(self, name, bases, doc, code, decorators = None, lineno=N... method getChildren (line 319) | def getChildren(self): method getChildNodes (line 328) | def getChildNodes(self): method __repr__ (line 336) | def __repr__(self): class Compare (line 339) | class Compare(Node): method __init__ (line 340) | def __init__(self, expr, ops, lineno=None): method getChildren (line 345) | def getChildren(self): method getChildNodes (line 351) | def getChildNodes(self): method __repr__ (line 357) | def __repr__(self): class Const (line 360) | class Const(Node): method __init__ (line 361) | def __init__(self, value, lineno=None): method getChildren (line 365) | def getChildren(self): method getChildNodes (line 368) | def getChildNodes(self): method __repr__ (line 371) | def __repr__(self): class Continue (line 374) | class Continue(Node): method __init__ (line 375) | def __init__(self, lineno=None): method getChildren (line 378) | def getChildren(self): method getChildNodes (line 381) | def getChildNodes(self): method __repr__ (line 384) | def __repr__(self): class Decorators (line 387) | class Decorators(Node): method __init__ (line 388) | def __init__(self, nodes, lineno=None): method getChildren (line 392) | def getChildren(self): method getChildNodes (line 395) | def getChildNodes(self): method __repr__ (line 400) | def __repr__(self): class Dict (line 403) | class Dict(Node): method __init__ (line 404) | def __init__(self, items, lineno=None): method getChildren (line 408) | def getChildren(self): method getChildNodes (line 411) | def getChildNodes(self): method __repr__ (line 416) | def __repr__(self): class Discard (line 419) | class Discard(Node): method __init__ (line 420) | def __init__(self, expr, lineno=None): method getChildren (line 424) | def getChildren(self): method getChildNodes (line 427) | def getChildNodes(self): method __repr__ (line 430) | def __repr__(self): class Div (line 433) | class Div(Node): method __init__ (line 434) | def __init__(self, leftright, lineno=None): method getChildren (line 439) | def getChildren(self): method getChildNodes (line 442) | def getChildNodes(self): method __repr__ (line 445) | def __repr__(self): class Ellipsis (line 448) | class Ellipsis(Node): method __init__ (line 449) | def __init__(self, lineno=None): method getChildren (line 452) | def getChildren(self): method getChildNodes (line 455) | def getChildNodes(self): method __repr__ (line 458) | def __repr__(self): class Exec (line 461) | class Exec(Node): method __init__ (line 462) | def __init__(self, expr, locals, globals, lineno=None): method getChildren (line 468) | def getChildren(self): method getChildNodes (line 475) | def getChildNodes(self): method __repr__ (line 484) | def __repr__(self): class FloorDiv (line 487) | class FloorDiv(Node): method __init__ (line 488) | def __init__(self, leftright, lineno=None): method getChildren (line 493) | def getChildren(self): method getChildNodes (line 496) | def getChildNodes(self): method __repr__ (line 499) | def __repr__(self): class For (line 502) | class For(Node): method __init__ (line 503) | def __init__(self, assign, list, body, else_, lineno=None): method getChildren (line 510) | def getChildren(self): method getChildNodes (line 518) | def getChildNodes(self): method __repr__ (line 527) | def __repr__(self): class From (line 530) | class From(Node): method __init__ (line 531) | def __init__(self, modname, names, level, lineno=None): method getChildren (line 537) | def getChildren(self): method getChildNodes (line 540) | def getChildNodes(self): method __repr__ (line 543) | def __repr__(self): class Function (line 546) | class Function(Node): method __init__ (line 547) | def __init__(self, decorators, name, argnames, defaults, flags, doc, c... method getChildren (line 563) | def getChildren(self): method getChildNodes (line 574) | def getChildNodes(self): method __repr__ (line 582) | def __repr__(self): class GenExpr (line 585) | class GenExpr(Node): method __init__ (line 586) | def __init__(self, code, lineno=None): method getChildren (line 593) | def getChildren(self): method getChildNodes (line 596) | def getChildNodes(self): method __repr__ (line 599) | def __repr__(self): class GenExprFor (line 602) | class GenExprFor(Node): method __init__ (line 603) | def __init__(self, assign, iter, ifs, lineno=None): method getChildren (line 610) | def getChildren(self): method getChildNodes (line 617) | def getChildNodes(self): method __repr__ (line 624) | def __repr__(self): class GenExprIf (line 627) | class GenExprIf(Node): method __init__ (line 628) | def __init__(self, test, lineno=None): method getChildren (line 632) | def getChildren(self): method getChildNodes (line 635) | def getChildNodes(self): method __repr__ (line 638) | def __repr__(self): class GenExprInner (line 641) | class GenExprInner(Node): method __init__ (line 642) | def __init__(self, expr, quals, lineno=None): method getChildren (line 647) | def getChildren(self): method getChildNodes (line 653) | def getChildNodes(self): method __repr__ (line 659) | def __repr__(self): class Getattr (line 662) | class Getattr(Node): method __init__ (line 663) | def __init__(self, expr, attrname, lineno=None): method getChildren (line 668) | def getChildren(self): method getChildNodes (line 671) | def getChildNodes(self): method __repr__ (line 674) | def __repr__(self): class Global (line 677) | class Global(Node): method __init__ (line 678) | def __init__(self, names, lineno=None): method getChildren (line 682) | def getChildren(self): method getChildNodes (line 685) | def getChildNodes(self): method __repr__ (line 688) | def __repr__(self): class If (line 691) | class If(Node): method __init__ (line 692) | def __init__(self, tests, else_, lineno=None): method getChildren (line 697) | def getChildren(self): method getChildNodes (line 703) | def getChildNodes(self): method __repr__ (line 710) | def __repr__(self): class IfExp (line 713) | class IfExp(Node): method __init__ (line 714) | def __init__(self, test, then, else_, lineno=None): method getChildren (line 720) | def getChildren(self): method getChildNodes (line 723) | def getChildNodes(self): method __repr__ (line 726) | def __repr__(self): class Import (line 729) | class Import(Node): method __init__ (line 730) | def __init__(self, names, lineno=None): method getChildren (line 734) | def getChildren(self): method getChildNodes (line 737) | def getChildNodes(self): method __repr__ (line 740) | def __repr__(self): class Invert (line 743) | class Invert(Node): method __init__ (line 744) | def __init__(self, expr, lineno=None): method getChildren (line 748) | def getChildren(self): method getChildNodes (line 751) | def getChildNodes(self): method __repr__ (line 754) | def __repr__(self): class Keyword (line 757) | class Keyword(Node): method __init__ (line 758) | def __init__(self, name, expr, lineno=None): method getChildren (line 763) | def getChildren(self): method getChildNodes (line 766) | def getChildNodes(self): method __repr__ (line 769) | def __repr__(self): class Lambda (line 772) | class Lambda(Node): method __init__ (line 773) | def __init__(self, argnames, defaults, flags, code, lineno=None): method getChildren (line 786) | def getChildren(self): method getChildNodes (line 794) | def getChildNodes(self): method __repr__ (line 800) | def __repr__(self): class LeftShift (line 803) | class LeftShift(Node): method __init__ (line 804) | def __init__(self, leftright, lineno=None): method getChildren (line 809) | def getChildren(self): method getChildNodes (line 812) | def getChildNodes(self): method __repr__ (line 815) | def __repr__(self): class List (line 818) | class List(Node): method __init__ (line 819) | def __init__(self, nodes, lineno=None): method getChildren (line 823) | def getChildren(self): method getChildNodes (line 826) | def getChildNodes(self): method __repr__ (line 831) | def __repr__(self): class ListComp (line 834) | class ListComp(Node): method __init__ (line 835) | def __init__(self, expr, quals, lineno=None): method getChildren (line 840) | def getChildren(self): method getChildNodes (line 846) | def getChildNodes(self): method __repr__ (line 852) | def __repr__(self): class ListCompFor (line 855) | class ListCompFor(Node): method __init__ (line 856) | def __init__(self, assign, list, ifs, lineno=None): method getChildren (line 862) | def getChildren(self): method getChildNodes (line 869) | def getChildNodes(self): method __repr__ (line 876) | def __repr__(self): class ListCompIf (line 879) | class ListCompIf(Node): method __init__ (line 880) | def __init__(self, test, lineno=None): method getChildren (line 884) | def getChildren(self): method getChildNodes (line 887) | def getChildNodes(self): method __repr__ (line 890) | def __repr__(self): class SetComp (line 893) | class SetComp(Node): method __init__ (line 894) | def __init__(self, expr, quals, lineno=None): method getChildren (line 899) | def getChildren(self): method getChildNodes (line 905) | def getChildNodes(self): method __repr__ (line 911) | def __repr__(self): class DictComp (line 914) | class DictComp(Node): method __init__ (line 915) | def __init__(self, key, value, quals, lineno=None): method getChildren (line 921) | def getChildren(self): method getChildNodes (line 928) | def getChildNodes(self): method __repr__ (line 935) | def __repr__(self): class Mod (line 938) | class Mod(Node): method __init__ (line 939) | def __init__(self, leftright, lineno=None): method getChildren (line 944) | def getChildren(self): method getChildNodes (line 947) | def getChildNodes(self): method __repr__ (line 950) | def __repr__(self): class Module (line 953) | class Module(Node): method __init__ (line 954) | def __init__(self, doc, node, lineno=None): method getChildren (line 959) | def getChildren(self): method getChildNodes (line 962) | def getChildNodes(self): method __repr__ (line 965) | def __repr__(self): class Mul (line 968) | class Mul(Node): method __init__ (line 969) | def __init__(self, leftright, lineno=None): method getChildren (line 974) | def getChildren(self): method getChildNodes (line 977) | def getChildNodes(self): method __repr__ (line 980) | def __repr__(self): class Name (line 983) | class Name(Node): method __init__ (line 984) | def __init__(self, name, lineno=None): method getChildren (line 988) | def getChildren(self): method getChildNodes (line 991) | def getChildNodes(self): method __repr__ (line 994) | def __repr__(self): class Not (line 997) | class Not(Node): method __init__ (line 998) | def __init__(self, expr, lineno=None): method getChildren (line 1002) | def getChildren(self): method getChildNodes (line 1005) | def getChildNodes(self): method __repr__ (line 1008) | def __repr__(self): class Or (line 1011) | class Or(Node): method __init__ (line 1012) | def __init__(self, nodes, lineno=None): method getChildren (line 1016) | def getChildren(self): method getChildNodes (line 1019) | def getChildNodes(self): method __repr__ (line 1024) | def __repr__(self): class Pass (line 1027) | class Pass(Node): method __init__ (line 1028) | def __init__(self, lineno=None): method getChildren (line 1031) | def getChildren(self): method getChildNodes (line 1034) | def getChildNodes(self): method __repr__ (line 1037) | def __repr__(self): class Power (line 1040) | class Power(Node): method __init__ (line 1041) | def __init__(self, leftright, lineno=None): method getChildren (line 1046) | def getChildren(self): method getChildNodes (line 1049) | def getChildNodes(self): method __repr__ (line 1052) | def __repr__(self): class Print (line 1055) | class Print(Node): method __init__ (line 1056) | def __init__(self, nodes, dest, lineno=None): method getChildren (line 1061) | def getChildren(self): method getChildNodes (line 1067) | def getChildNodes(self): method __repr__ (line 1074) | def __repr__(self): class Printnl (line 1077) | class Printnl(Node): method __init__ (line 1078) | def __init__(self, nodes, dest, lineno=None): method getChildren (line 1083) | def getChildren(self): method getChildNodes (line 1089) | def getChildNodes(self): method __repr__ (line 1096) | def __repr__(self): class Raise (line 1099) | class Raise(Node): method __init__ (line 1100) | def __init__(self, expr1, expr2, expr3, lineno=None): method getChildren (line 1106) | def getChildren(self): method getChildNodes (line 1113) | def getChildNodes(self): method __repr__ (line 1123) | def __repr__(self): class Return (line 1126) | class Return(Node): method __init__ (line 1127) | def __init__(self, value, lineno=None): method getChildren (line 1131) | def getChildren(self): method getChildNodes (line 1134) | def getChildNodes(self): method __repr__ (line 1137) | def __repr__(self): class RightShift (line 1140) | class RightShift(Node): method __init__ (line 1141) | def __init__(self, leftright, lineno=None): method getChildren (line 1146) | def getChildren(self): method getChildNodes (line 1149) | def getChildNodes(self): method __repr__ (line 1152) | def __repr__(self): class Set (line 1155) | class Set(Node): method __init__ (line 1156) | def __init__(self, nodes, lineno=None): method getChildren (line 1160) | def getChildren(self): method getChildNodes (line 1163) | def getChildNodes(self): method __repr__ (line 1168) | def __repr__(self): class Slice (line 1171) | class Slice(Node): method __init__ (line 1172) | def __init__(self, expr, flags, lower, upper, lineno=None): method getChildren (line 1179) | def getChildren(self): method getChildNodes (line 1187) | def getChildNodes(self): method __repr__ (line 1196) | def __repr__(self): class Sliceobj (line 1199) | class Sliceobj(Node): method __init__ (line 1200) | def __init__(self, nodes, lineno=None): method getChildren (line 1204) | def getChildren(self): method getChildNodes (line 1207) | def getChildNodes(self): method __repr__ (line 1212) | def __repr__(self): class Stmt (line 1215) | class Stmt(Node): method __init__ (line 1216) | def __init__(self, nodes, lineno=None): method getChildren (line 1220) | def getChildren(self): method getChildNodes (line 1223) | def getChildNodes(self): method __repr__ (line 1228) | def __repr__(self): class Sub (line 1231) | class Sub(Node): method __init__ (line 1232) | def __init__(self, leftright, lineno=None): method getChildren (line 1237) | def getChildren(self): method getChildNodes (line 1240) | def getChildNodes(self): method __repr__ (line 1243) | def __repr__(self): class Subscript (line 1246) | class Subscript(Node): method __init__ (line 1247) | def __init__(self, expr, flags, subs, lineno=None): method getChildren (line 1253) | def getChildren(self): method getChildNodes (line 1260) | def getChildNodes(self): method __repr__ (line 1266) | def __repr__(self): class TryExcept (line 1269) | class TryExcept(Node): method __init__ (line 1270) | def __init__(self, body, handlers, else_, lineno=None): method getChildren (line 1276) | def getChildren(self): method getChildNodes (line 1283) | def getChildNodes(self): method __repr__ (line 1291) | def __repr__(self): class TryFinally (line 1294) | class TryFinally(Node): method __init__ (line 1295) | def __init__(self, body, final, lineno=None): method getChildren (line 1300) | def getChildren(self): method getChildNodes (line 1303) | def getChildNodes(self): method __repr__ (line 1306) | def __repr__(self): class Tuple (line 1309) | class Tuple(Node): method __init__ (line 1310) | def __init__(self, nodes, lineno=None): method getChildren (line 1314) | def getChildren(self): method getChildNodes (line 1317) | def getChildNodes(self): method __repr__ (line 1322) | def __repr__(self): class UnaryAdd (line 1325) | class UnaryAdd(Node): method __init__ (line 1326) | def __init__(self, expr, lineno=None): method getChildren (line 1330) | def getChildren(self): method getChildNodes (line 1333) | def getChildNodes(self): method __repr__ (line 1336) | def __repr__(self): class UnarySub (line 1339) | class UnarySub(Node): method __init__ (line 1340) | def __init__(self, expr, lineno=None): method getChildren (line 1344) | def getChildren(self): method getChildNodes (line 1347) | def getChildNodes(self): method __repr__ (line 1350) | def __repr__(self): class While (line 1353) | class While(Node): method __init__ (line 1354) | def __init__(self, test, body, else_, lineno=None): method getChildren (line 1360) | def getChildren(self): method getChildNodes (line 1367) | def getChildNodes(self): method __repr__ (line 1375) | def __repr__(self): class With (line 1378) | class With(Node): method __init__ (line 1379) | def __init__(self, expr, vars, body, lineno=None): method getChildren (line 1385) | def getChildren(self): method getChildNodes (line 1392) | def getChildNodes(self): method __repr__ (line 1400) | def __repr__(self): class Yield (line 1403) | class Yield(Node): method __init__ (line 1404) | def __init__(self, value, lineno=None): method getChildren (line 1408) | def getChildren(self): method getChildNodes (line 1411) | def getChildNodes(self): method __repr__ (line 1414) | def __repr__(self): FILE: tests/pythons/win32-py27/Lib/compiler/future.py function is_future (line 7) | def is_future(stmt): class FutureParser (line 16) | class FutureParser: method __init__ (line 22) | def __init__(self): method visitModule (line 25) | def visitModule(self, node): method check_stmt (line 31) | def check_stmt(self, stmt): method get_features (line 43) | def get_features(self): class BadFutureParser (line 47) | class BadFutureParser: method visitFrom (line 50) | def visitFrom(self, node): function find_futures (line 57) | def find_futures(node): FILE: tests/pythons/win32-py27/Lib/compiler/misc.py function flatten (line 2) | def flatten(tup): class Set (line 11) | class Set: method __init__ (line 12) | def __init__(self): method __len__ (line 14) | def __len__(self): method __contains__ (line 16) | def __contains__(self, elt): method add (line 18) | def add(self, elt): method elements (line 20) | def elements(self): method has_elt (line 22) | def has_elt(self, elt): method remove (line 24) | def remove(self, elt): method copy (line 26) | def copy(self): class Stack (line 31) | class Stack: method __init__ (line 32) | def __init__(self): method __len__ (line 35) | def __len__(self): method push (line 37) | def push(self, elt): method top (line 39) | def top(self): method __getitem__ (line 41) | def __getitem__(self, index): # needed by visitContinue() function mangle (line 46) | def mangle(name, klass): function set_filename (line 67) | def set_filename(filename, tree): FILE: tests/pythons/win32-py27/Lib/compiler/pyassem.py class FlowGraph (line 11) | class FlowGraph: method __init__ (line 12) | def __init__(self): method startBlock (line 19) | def startBlock(self, block): method nextBlock (line 29) | def nextBlock(self, block=None): method newBlock (line 53) | def newBlock(self): method startExitBlock (line 58) | def startExitBlock(self): method _enable_debug (line 63) | def _enable_debug(self): method _disable_debug (line 66) | def _disable_debug(self): method emit (line 69) | def emit(self, *inst): method getBlocksInOrder (line 76) | def getBlocksInOrder(self): method getBlocks (line 84) | def getBlocks(self): method getRoot (line 87) | def getRoot(self): method getContainedGraphs (line 91) | def getContainedGraphs(self): function order_blocks (line 98) | def order_blocks(start_block, exit_block): class Block (line 165) | class Block: method __init__ (line 168) | def __init__(self, label=''): method __repr__ (line 177) | def __repr__(self): method __str__ (line 183) | def __str__(self): method emit (line 188) | def emit(self, inst): method getInstructions (line 192) | def getInstructions(self): method addOutEdge (line 195) | def addOutEdge(self, block): method addNext (line 198) | def addNext(self, block): method has_unconditional_transfer (line 208) | def has_unconditional_transfer(self): method get_children (line 218) | def get_children(self): method get_followers (line 221) | def get_followers(self): method getContainedGraphs (line 231) | def getContainedGraphs(self): class PyFlowGraph (line 254) | class PyFlowGraph(FlowGraph): method __init__ (line 257) | def __init__(self, name, filename, args=(), optimized=0, klass=None): method setDocstring (line 287) | def setDocstring(self, doc): method setFlag (line 290) | def setFlag(self, flag): method checkFlag (line 295) | def checkFlag(self, flag): method setFreeVars (line 299) | def setFreeVars(self, names): method setCellVars (line 302) | def setCellVars(self, names): method getCode (line 305) | def getCode(self): method dump (line 317) | def dump(self, io=None): method computeStackDepth (line 335) | def computeStackDepth(self): method flattenGraph (line 365) | def flattenGraph(self): method convertArgs (line 405) | def convertArgs(self): method sort_cellvars (line 419) | def sort_cellvars(self): method _lookupName (line 432) | def _lookupName(self, name, list): method _convert_LOAD_CONST (line 450) | def _convert_LOAD_CONST(self, arg): method _convert_LOAD_FAST (line 455) | def _convert_LOAD_FAST(self, arg): method _convert_LOAD_NAME (line 461) | def _convert_LOAD_NAME(self, arg): method _convert_NAME (line 466) | def _convert_NAME(self, arg): method _convert_DEREF (line 481) | def _convert_DEREF(self, arg): method _convert_LOAD_CLOSURE (line 488) | def _convert_LOAD_CLOSURE(self, arg): method _convert_COMPARE_OP (line 493) | def _convert_COMPARE_OP(self, arg): method makeByteCode (line 504) | def makeByteCode(self): method newCodeObject (line 530) | def newCodeObject(self): method getConsts (line 546) | def getConsts(self): function isJump (line 559) | def isJump(opname): class TupleArg (line 563) | class TupleArg: method __init__ (line 565) | def __init__(self, count, names): method __repr__ (line 568) | def __repr__(self): method getName (line 570) | def getName(self): function getArgCount (line 573) | def getArgCount(args): function twobyte (line 582) | def twobyte(val): class LineAddrTable (line 587) | class LineAddrTable: method __init__ (line 602) | def __init__(self): method addCode (line 610) | def addCode(self, *args): method nextLine (line 615) | def nextLine(self, lineno): method getCode (line 647) | def getCode(self): method getTable (line 650) | def getTable(self): class StackDepthTracker (line 653) | class StackDepthTracker: method findDepth (line 657) | def findDepth(self, insts, debug=0): method UNPACK_SEQUENCE (line 733) | def UNPACK_SEQUENCE(self, count): method BUILD_TUPLE (line 735) | def BUILD_TUPLE(self, count): method BUILD_LIST (line 737) | def BUILD_LIST(self, count): method BUILD_SET (line 739) | def BUILD_SET(self, count): method CALL_FUNCTION (line 741) | def CALL_FUNCTION(self, argc): method CALL_FUNCTION_VAR (line 744) | def CALL_FUNCTION_VAR(self, argc): method CALL_FUNCTION_KW (line 746) | def CALL_FUNCTION_KW(self, argc): method CALL_FUNCTION_VAR_KW (line 748) | def CALL_FUNCTION_VAR_KW(self, argc): method MAKE_FUNCTION (line 750) | def MAKE_FUNCTION(self, argc): method MAKE_CLOSURE (line 752) | def MAKE_CLOSURE(self, argc): method BUILD_SLICE (line 755) | def BUILD_SLICE(self, argc): method DUP_TOPX (line 760) | def DUP_TOPX(self, argc): FILE: tests/pythons/win32-py27/Lib/compiler/pycodegen.py function compileFile (line 37) | def compileFile(filename, display=0): function compile (line 51) | def compile(source, filename, mode, flags=None, dont_inherit=None): class AbstractCompileMode (line 68) | class AbstractCompileMode: method __init__ (line 72) | def __init__(self, source, filename): method _get_tree (line 77) | def _get_tree(self): method compile (line 83) | def compile(self): method getCode (line 86) | def getCode(self): class Expression (line 89) | class Expression(AbstractCompileMode): method compile (line 93) | def compile(self): class Interactive (line 98) | class Interactive(AbstractCompileMode): method compile (line 102) | def compile(self): class Module (line 107) | class Module(AbstractCompileMode): method compile (line 111) | def compile(self, display=0): method dump (line 119) | def dump(self, f): method getPycHeader (line 125) | def getPycHeader(self): class LocalNameFinder (line 134) | class LocalNameFinder: method __init__ (line 136) | def __init__(self, names=()): method getLocals (line 144) | def getLocals(self): method visitDict (line 150) | def visitDict(self, node): method visitGlobal (line 153) | def visitGlobal(self, node): method visitFunction (line 157) | def visitFunction(self, node): method visitLambda (line 160) | def visitLambda(self, node): method visitImport (line 163) | def visitImport(self, node): method visitFrom (line 167) | def visitFrom(self, node): method visitClass (line 171) | def visitClass(self, node): method visitAssName (line 174) | def visitAssName(self, node): function is_constant_false (line 177) | def is_constant_false(node): class CodeGenerator (line 183) | class CodeGenerator: method __init__ (line 201) | def __init__(self): method initClass (line 225) | def initClass(self): method checkClass (line 228) | def checkClass(self): method _setupGraphDelegation (line 239) | def _setupGraphDelegation(self): method getCode (line 246) | def getCode(self): method mangle (line 250) | def mangle(self, name): method parseSymbols (line 256) | def parseSymbols(self, tree): method get_module (line 261) | def get_module(self): method isLocalName (line 266) | def isLocalName(self, name): method storeName (line 269) | def storeName(self, name): method loadName (line 272) | def loadName(self, name): method delName (line 275) | def delName(self, name): method _nameOp (line 278) | def _nameOp(self, prefix, name): method _implicitNameOp (line 299) | def _implicitNameOp(self, prefix, name): method set_lineno (line 316) | def set_lineno(self, node, force=False): method visitModule (line 346) | def visitModule(self, node): method visitExpression (line 359) | def visitExpression(self, node): method visitFunction (line 366) | def visitFunction(self, node): method visitLambda (line 372) | def visitLambda(self, node): method _visitFuncOrLambda (line 375) | def _visitFuncOrLambda(self, node, isLambda=0): method visitClass (line 394) | def visitClass(self, node): method visitIf (line 413) | def visitIf(self, node): method visitWhile (line 433) | def visitWhile(self, node): method visitFor (line 460) | def visitFor(self, node): method visitBreak (line 484) | def visitBreak(self, node): method visitContinue (line 491) | def visitContinue(self, node): method visitTest (line 518) | def visitTest(self, node, jump): method visitAnd (line 527) | def visitAnd(self, node): method visitOr (line 530) | def visitOr(self, node): method visitIfExp (line 533) | def visitIfExp(self, node): method visitCompare (line 544) | def visitCompare(self, node): method visitListComp (line 568) | def visitListComp(self, node): method visitSetComp (line 592) | def visitSetComp(self, node): method visitDictComp (line 616) | def visitDictComp(self, node): method visitListCompFor (line 641) | def visitListCompFor(self, node): method visitListCompIf (line 654) | def visitListCompIf(self, node, branch): method _makeClosure (line 660) | def _makeClosure(self, gen, args): method visitGenExpr (line 672) | def visitGenExpr(self, node): method visitGenExprInner (line 684) | def visitGenExprInner(self, node): method visitGenExprFor (line 713) | def visitGenExprFor(self, node): method visitGenExprIf (line 734) | def visitGenExprIf(self, node, branch): method visitAssert (line 742) | def visitAssert(self, node): method visitRaise (line 763) | def visitRaise(self, node): method visitTryExcept (line 777) | def visitTryExcept(self, node): method visitTryFinally (line 824) | def visitTryFinally(self, node): method visitWith (line 843) | def visitWith(self, node): method visitDiscard (line 879) | def visitDiscard(self, node): method visitConst (line 884) | def visitConst(self, node): method visitKeyword (line 887) | def visitKeyword(self, node): method visitGlobal (line 891) | def visitGlobal(self, node): method visitName (line 895) | def visitName(self, node): method visitPass (line 899) | def visitPass(self, node): method visitImport (line 902) | def visitImport(self, node): method visitFrom (line 917) | def visitFrom(self, node): method _resolveDots (line 943) | def _resolveDots(self, name): method visitGetattr (line 950) | def visitGetattr(self, node): method visitAssign (line 956) | def visitAssign(self, node): method visitAssName (line 967) | def visitAssName(self, node): method visitAssAttr (line 976) | def visitAssAttr(self, node): method _visitAssSequence (line 986) | def _visitAssSequence(self, node, op='UNPACK_SEQUENCE'): method visitAssTuple (line 996) | def visitAssTuple(self, node): method visitAssList (line 999) | def visitAssList(self, node): method visitAugAssign (line 1004) | def visitAugAssign(self, node): method visitAugName (line 1027) | def visitAugName(self, node, mode): method visitAugGetattr (line 1033) | def visitAugGetattr(self, node, mode): method visitAugSlice (line 1042) | def visitAugSlice(self, node, mode): method visitAugSubscript (line 1059) | def visitAugSubscript(self, node, mode): method visitExec (line 1066) | def visitExec(self, node): method visitCallFunc (line 1078) | def visitCallFunc(self, node): method visitPrint (line 1098) | def visitPrint(self, node, newline=0): method visitPrintnl (line 1114) | def visitPrintnl(self, node): method visitReturn (line 1121) | def visitReturn(self, node): method visitYield (line 1126) | def visitYield(self, node): method visitSlice (line 1133) | def visitSlice(self, node, aug_flag=None): method visitSubscript (line 1160) | def visitSubscript(self, node, aug_flag=None): method binaryOp (line 1177) | def binaryOp(self, node, op): method visitAdd (line 1182) | def visitAdd(self, node): method visitSub (line 1185) | def visitSub(self, node): method visitMul (line 1188) | def visitMul(self, node): method visitDiv (line 1191) | def visitDiv(self, node): method visitFloorDiv (line 1194) | def visitFloorDiv(self, node): method visitMod (line 1197) | def visitMod(self, node): method visitPower (line 1200) | def visitPower(self, node): method visitLeftShift (line 1203) | def visitLeftShift(self, node): method visitRightShift (line 1206) | def visitRightShift(self, node): method unaryOp (line 1211) | def unaryOp(self, node, op): method visitInvert (line 1215) | def visitInvert(self, node): method visitUnarySub (line 1218) | def visitUnarySub(self, node): method visitUnaryAdd (line 1221) | def visitUnaryAdd(self, node): method visitUnaryInvert (line 1224) | def visitUnaryInvert(self, node): method visitNot (line 1227) | def visitNot(self, node): method visitBackquote (line 1230) | def visitBackquote(self, node): method bitOp (line 1235) | def bitOp(self, nodes, op): method visitBitand (line 1241) | def visitBitand(self, node): method visitBitor (line 1244) | def visitBitor(self, node): method visitBitxor (line 1247) | def visitBitxor(self, node): method visitEllipsis (line 1252) | def visitEllipsis(self, node): method visitTuple (line 1255) | def visitTuple(self, node): method visitList (line 1261) | def visitList(self, node): method visitSet (line 1267) | def visitSet(self, node): method visitSliceobj (line 1273) | def visitSliceobj(self, node): method visitDict (line 1278) | def visitDict(self, node): class NestedScopeMixin (line 1288) | class NestedScopeMixin: method initClass (line 1290) | def initClass(self): class ModuleCodeGenerator (line 1295) | class ModuleCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1300) | def __init__(self, tree): method get_module (line 1306) | def get_module(self): class ExpressionCodeGenerator (line 1309) | class ExpressionCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1315) | def __init__(self, tree): method get_module (line 1320) | def get_module(self): class InteractiveCodeGenerator (line 1323) | class InteractiveCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1330) | def __init__(self, tree): method get_module (line 1337) | def get_module(self): method visitDiscard (line 1340) | def visitDiscard(self, node): class AbstractFunctionCode (line 1346) | class AbstractFunctionCode: method __init__ (line 1350) | def __init__(self, func, scopes, isLambda, class_name, mod): method get_module (line 1379) | def get_module(self): method finish (line 1382) | def finish(self): method generateArgUnpack (line 1388) | def generateArgUnpack(self, args): method unpackSequence (line 1395) | def unpackSequence(self, tup): class FunctionCodeGenerator (line 1408) | class FunctionCodeGenerator(NestedScopeMixin, AbstractFunctionCode, method __init__ (line 1415) | def __init__(self, func, scopes, isLambda, class_name, mod): class GenExprCodeGenerator (line 1424) | class GenExprCodeGenerator(NestedScopeMixin, AbstractFunctionCode, method __init__ (line 1431) | def __init__(self, gexp, scopes, class_name, mod): class AbstractClassCode (line 1439) | class AbstractClassCode: method __init__ (line 1441) | def __init__(self, klass, scopes, module): method get_module (line 1453) | def get_module(self): method finish (line 1456) | def finish(self): class ClassCodeGenerator (line 1461) | class ClassCodeGenerator(NestedScopeMixin, AbstractClassCode, CodeGenera... method __init__ (line 1467) | def __init__(self, klass, scopes, module): function generateArgList (line 1480) | def generateArgList(arglist): function findOp (line 1497) | def findOp(node): class OpFinder (line 1503) | class OpFinder: method __init__ (line 1504) | def __init__(self): method visitAssName (line 1506) | def visitAssName(self, node): class Delegator (line 1514) | class Delegator: method __init__ (line 1525) | def __init__(self, obj): method __getattr__ (line 1528) | def __getattr__(self, attr): class AugGetattr (line 1531) | class AugGetattr(Delegator): class AugName (line 1534) | class AugName(Delegator): class AugSlice (line 1537) | class AugSlice(Delegator): class AugSubscript (line 1540) | class AugSubscript(Delegator): function wrap_aug (line 1550) | def wrap_aug(node): FILE: tests/pythons/win32-py27/Lib/compiler/symbols.py class Scope (line 14) | class Scope: method __init__ (line 16) | def __init__(self, name, module, klass=None): method __repr__ (line 37) | def __repr__(self): method mangle (line 40) | def mangle(self, name): method add_def (line 45) | def add_def(self, name): method add_use (line 48) | def add_use(self, name): method add_global (line 51) | def add_global(self, name): method add_param (line 61) | def add_param(self, name): method get_names (line 66) | def get_names(self): method add_child (line 73) | def add_child(self, child): method get_children (line 76) | def get_children(self): method DEBUG (line 79) | def DEBUG(self): method check_name (line 87) | def check_name(self, name): method get_free_vars (line 105) | def get_free_vars(self): method handle_children (line 115) | def handle_children(self): method force_global (line 122) | def force_global(self, name): method add_frees (line 142) | def add_frees(self, names): method get_cell_vars (line 169) | def get_cell_vars(self): class ModuleScope (line 172) | class ModuleScope(Scope): method __init__ (line 175) | def __init__(self): class FunctionScope (line 178) | class FunctionScope(Scope): class GenExprScope (line 181) | class GenExprScope(Scope): method __init__ (line 186) | def __init__(self, module, klass=None): method get_names (line 192) | def get_names(self): class LambdaScope (line 196) | class LambdaScope(FunctionScope): method __init__ (line 201) | def __init__(self, module, klass=None): class ClassScope (line 206) | class ClassScope(Scope): method __init__ (line 209) | def __init__(self, name, module): class SymbolVisitor (line 212) | class SymbolVisitor: method __init__ (line 213) | def __init__(self): method visitModule (line 219) | def visitModule(self, node): method visitFunction (line 225) | def visitFunction(self, node, parent): method visitGenExpr (line 239) | def visitGenExpr(self, node, parent): method visitGenExprInner (line 250) | def visitGenExprInner(self, node, scope): method visitGenExprFor (line 256) | def visitGenExprFor(self, node, scope): method visitGenExprIf (line 262) | def visitGenExprIf(self, node, scope): method visitLambda (line 265) | def visitLambda(self, node, parent, assign=0): method _do_args (line 281) | def _do_args(self, scope, args): method handle_free_vars (line 288) | def handle_free_vars(self, scope, parent): method visitClass (line 292) | def visitClass(self, node, parent): method visitName (line 315) | def visitName(self, node, scope, assign=0): method visitFor (line 323) | def visitFor(self, node, scope): method visitFrom (line 330) | def visitFrom(self, node, scope): method visitImport (line 336) | def visitImport(self, node, scope): method visitGlobal (line 343) | def visitGlobal(self, node, scope): method visitAssign (line 347) | def visitAssign(self, node, scope): method visitAssName (line 364) | def visitAssName(self, node, scope, assign=1): method visitAssAttr (line 367) | def visitAssAttr(self, node, scope, assign=0): method visitSubscript (line 370) | def visitSubscript(self, node, scope, assign=0): method visitSlice (line 375) | def visitSlice(self, node, scope, assign=0): method visitAugAssign (line 382) | def visitAugAssign(self, node, scope): method visitIf (line 394) | def visitIf(self, node, scope): method visitYield (line 407) | def visitYield(self, node, scope): function list_eq (line 411) | def list_eq(l1, l2): function get_names (line 419) | def get_names(syms): FILE: tests/pythons/win32-py27/Lib/compiler/syntax.py function check (line 14) | def check(tree, multi=None): class SyntaxErrorChecker (line 19) | class SyntaxErrorChecker: method __init__ (line 22) | def __init__(self, multi=None): method error (line 32) | def error(self, node, msg): method visitAssign (line 39) | def visitAssign(self, node): FILE: tests/pythons/win32-py27/Lib/compiler/transformer.py class WalkerError (line 33) | class WalkerError(StandardError): function parseFile (line 39) | def parseFile(path): function parse (line 49) | def parse(buf, mode="exec"): function asList (line 58) | def asList(nodes): function extractLineNo (line 72) | def extractLineNo(ast): function Node (line 82) | def Node(*args): class Transformer (line 94) | class Transformer: method __init__ (line 104) | def __init__(self): method transform (line 120) | def transform(self, tree): method parsesuite (line 126) | def parsesuite(self, text): method parseexpr (line 130) | def parseexpr(self, text): method parsefile (line 134) | def parsefile(self, file): method compile_node (line 145) | def compile_node(self, node): method single_input (line 169) | def single_input(self, node): method file_input (line 179) | def file_input(self, nodelist): method eval_input (line 191) | def eval_input(self, nodelist): method decorator_name (line 196) | def decorator_name(self, nodelist): method decorator (line 210) | def decorator(self, nodelist): method decorators (line 227) | def decorators(self, nodelist): method decorated (line 235) | def decorated(self, nodelist): method funcdef (line 247) | def funcdef(self, nodelist): method lambdef (line 280) | def lambdef(self, nodelist): method classdef (line 294) | def classdef(self, nodelist): method stmt (line 316) | def stmt(self, nodelist): method simple_stmt (line 323) | def simple_stmt(self, nodelist): method parameters (line 330) | def parameters(self, nodelist): method varargslist (line 333) | def varargslist(self, nodelist): method fpdef (line 336) | def fpdef(self, nodelist): method fplist (line 339) | def fplist(self, nodelist): method dotted_name (line 342) | def dotted_name(self, nodelist): method comp_op (line 345) | def comp_op(self, nodelist): method trailer (line 348) | def trailer(self, nodelist): method sliceop (line 351) | def sliceop(self, nodelist): method argument (line 354) | def argument(self, nodelist): method expr_stmt (line 362) | def expr_stmt(self, nodelist): method print_stmt (line 379) | def print_stmt(self, nodelist): method del_stmt (line 399) | def del_stmt(self, nodelist): method pass_stmt (line 402) | def pass_stmt(self, nodelist): method break_stmt (line 405) | def break_stmt(self, nodelist): method continue_stmt (line 408) | def continue_stmt(self, nodelist): method return_stmt (line 411) | def return_stmt(self, nodelist): method yield_stmt (line 417) | def yield_stmt(self, nodelist): method yield_expr (line 421) | def yield_expr(self, nodelist): method raise_stmt (line 428) | def raise_stmt(self, nodelist): method import_stmt (line 444) | def import_stmt(self, nodelist): method import_name (line 449) | def import_name(self, nodelist): method import_from (line 454) | def import_from(self, nodelist): method global_stmt (line 476) | def global_stmt(self, nodelist): method exec_stmt (line 483) | def exec_stmt(self, nodelist): method assert_stmt (line 497) | def assert_stmt(self, nodelist): method if_stmt (line 506) | def if_stmt(self, nodelist): method while_stmt (line 521) | def while_stmt(self, nodelist): method for_stmt (line 534) | def for_stmt(self, nodelist): method try_stmt (line 549) | def try_stmt(self, nodelist): method with_stmt (line 552) | def with_stmt(self, nodelist): method with_var (line 555) | def with_var(self, nodelist): method suite (line 558) | def suite(self, nodelist): method testlist (line 574) | def testlist(self, nodelist): method testlist_comp (line 584) | def testlist_comp(self, nodelist): method test (line 592) | def test(self, nodelist): method or_test (line 606) | def or_test(self, nodelist): method and_test (line 613) | def and_test(self, nodelist): method not_test (line 617) | def not_test(self, nodelist): method comparison (line 624) | def comparison(self, nodelist): method expr (line 657) | def expr(self, nodelist): method xor_expr (line 661) | def xor_expr(self, nodelist): method and_expr (line 665) | def and_expr(self, nodelist): method shift_expr (line 669) | def shift_expr(self, nodelist): method arith_expr (line 682) | def arith_expr(self, nodelist): method term (line 694) | def term(self, nodelist): method factor (line 712) | def factor(self, nodelist): method power (line 725) | def power(self, nodelist): method atom (line 738) | def atom(self, nodelist): method atom_lpar (line 741) | def atom_lpar(self, nodelist): method atom_lsqb (line 746) | def atom_lsqb(self, nodelist): method atom_lbrace (line 751) | def atom_lbrace(self, nodelist): method atom_backquote (line 756) | def atom_backquote(self, nodelist): method atom_number (line 759) | def atom_number(self, nodelist): method decode_literal (line 764) | def decode_literal(self, lit): method atom_string (line 775) | def atom_string(self, nodelist): method atom_name (line 781) | def atom_name(self, nodelist): method lookup_node (line 797) | def lookup_node(self, node): method com_node (line 800) | def com_node(self, node): method com_NEWLINE (line 807) | def com_NEWLINE(self, *args): method com_arglist (line 813) | def com_arglist(self, nodelist): method com_fpdef (line 863) | def com_fpdef(self, node): method com_fplist (line 869) | def com_fplist(self, node): method com_dotted_name (line 878) | def com_dotted_name(self, node): method com_dotted_as_name (line 886) | def com_dotted_as_name(self, node): method com_dotted_as_names (line 896) | def com_dotted_as_names(self, node): method com_import_as_name (line 904) | def com_import_as_name(self, node): method com_import_as_names (line 914) | def com_import_as_names(self, node): method com_bases (line 922) | def com_bases(self, node): method com_try_except_finally (line 928) | def com_try_except_finally(self, nodelist): method com_with (line 969) | def com_with(self, nodelist): method com_with_item (line 978) | def com_with_item(self, nodelist, body, lineno): method com_augassign_op (line 987) | def com_augassign_op(self, node): method com_augassign (line 991) | def com_augassign(self, node): method com_assign (line 1001) | def com_assign(self, node, assigning): method com_assign_tuple (line 1045) | def com_assign_tuple(self, node, assigning): method com_assign_list (line 1051) | def com_assign_list(self, node, assigning): method com_assign_name (line 1061) | def com_assign_name(self, node, assigning): method com_assign_trailer (line 1064) | def com_assign_trailer(self, primary, node, assigning): method com_assign_attr (line 1074) | def com_assign_attr(self, primary, node, assigning): method com_binary (line 1077) | def com_binary(self, constructor, nodelist): method com_stmt (line 1089) | def com_stmt(self, node): method com_append_stmt (line 1096) | def com_append_stmt(self, stmts, node): method com_list_constructor (line 1104) | def com_list_constructor(self, nodelist): method com_list_comprehension (line 1117) | def com_list_comprehension(self, expr, node): method com_comprehension (line 1120) | def com_comprehension(self, expr1, expr2, node, type): method com_list_iter (line 1169) | def com_list_iter(self, node): method com_comp_iter (line 1173) | def com_comp_iter(self, node): method com_generator_expression (line 1177) | def com_generator_expression(self, expr, node): method com_dictorsetmaker (line 1211) | def com_dictorsetmaker(self, nodelist): method com_apply_trailer (line 1240) | def com_apply_trailer(self, primaryNode, nodelist): method com_select_member (line 1251) | def com_select_member(self, primaryNode, nodelist): method com_call_function (line 1256) | def com_call_function(self, primaryNode, nodelist): method com_argument (line 1295) | def com_argument(self, nodelist, kw, star_node): method com_subscriptlist (line 1314) | def com_subscriptlist(self, primary, nodelist, assigning): method com_subscript (line 1334) | def com_subscript(self, node): method com_sliceobj (line 1344) | def com_sliceobj(self, node): method com_slice (line 1380) | def com_slice(self, primary, node, assigning): method get_docstring (line 1394) | def get_docstring(self, node, n=None): function debug_tree (line 1526) | def debug_tree(tree): FILE: tests/pythons/win32-py27/Lib/compiler/visitor.py class ASTVisitor (line 6) | class ASTVisitor: method __init__ (line 34) | def __init__(self): method default (line 38) | def default(self, node, *args): method dispatch (line 42) | def dispatch(self, node, *args): method preorder (line 59) | def preorder(self, tree, visitor, *args): class ExampleASTVisitor (line 65) | class ExampleASTVisitor(ASTVisitor): method dispatch (line 74) | def dispatch(self, node, *args): function walk (line 101) | def walk(tree, visitor, walker=None, verbose=None): function dumpNode (line 109) | def dumpNode(node): FILE: tests/pythons/win32-py27/Lib/contextlib.py class GeneratorContextManager (line 9) | class GeneratorContextManager(object): method __init__ (line 12) | def __init__(self, gen): method __enter__ (line 15) | def __enter__(self): method __exit__ (line 21) | def __exit__(self, type, value, traceback): function contextmanager (line 54) | def contextmanager(func): function nested (line 89) | def nested(*managers): class closing (line 132) | class closing(object): method __init__ (line 149) | def __init__(self, thing): method __enter__ (line 151) | def __enter__(self): method __exit__ (line 153) | def __exit__(self, *exc_info): FILE: tests/pythons/win32-py27/Lib/cookielib.py function _debug (line 43) | def _debug(*args): function _warn_unhandled_exception (line 57) | def _warn_unhandled_exception(): function _timegm (line 72) | def _timegm(tt): function time2isoz (line 86) | def time2isoz(t=None): function time2netscape (line 103) | def time2netscape(t=None): function offset_from_tz_string (line 123) | def offset_from_tz_string(tz): function _str2time (line 137) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 212) | def http2time(text): function iso2time (line 284) | def iso2time(text): function unmatched (line 317) | def unmatched(match): function split_header_words (line 326) | def split_header_words(header_values): function join_header_words (line 412) | def join_header_words(lists): function _strip_quotes (line 437) | def _strip_quotes(text): function parse_ns_headers (line 444) | def parse_ns_headers(ns_headers): function is_HDN (line 497) | def is_HDN(text): function domain_match (line 512) | def domain_match(A, B): function liberal_is_HDN (line 551) | def liberal_is_HDN(text): function user_domain_match (line 561) | def user_domain_match(A, B): function request_host (line 582) | def request_host(request): function eff_request_host (line 598) | def eff_request_host(request): function request_path (line 609) | def request_path(request): function request_port (line 619) | def request_port(request): function uppercase_escaped_char (line 637) | def uppercase_escaped_char(match): function escape_path (line 639) | def escape_path(path): function reach (line 655) | def reach(h): function is_third_party (line 690) | def is_third_party(request): class Cookie (line 707) | class Cookie: method __init__ (line 725) | def __init__(self, version, name, value, method has_nonstandard_attr (line 767) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 769) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 771) | def set_nonstandard_attr(self, name, value): method is_expired (line 774) | def is_expired(self, now=None): method __str__ (line 780) | def __str__(self): method __repr__ (line 790) | def __repr__(self): class CookiePolicy (line 805) | class CookiePolicy: method set_ok (line 814) | def set_ok(self, cookie, request): method return_ok (line 823) | def return_ok(self, cookie, request): method domain_return_ok (line 827) | def domain_return_ok(self, domain, request): method path_return_ok (line 832) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 838) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 848) | def __init__(self, method blocked_domains (line 881) | def blocked_domains(self): method set_blocked_domains (line 884) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 888) | def is_blocked(self, domain): method allowed_domains (line 894) | def allowed_domains(self): method set_allowed_domains (line 897) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 903) | def is_not_allowed(self, domain): method set_ok (line 911) | def set_ok(self, cookie, request): method set_ok_version (line 930) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 945) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 957) | def set_ok_name(self, cookie, request): method set_ok_path (line 966) | def set_ok_path(self, cookie, request): method set_ok_domain (line 977) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1036) | def set_ok_port(self, cookie, request): method return_ok (line 1057) | def return_ok(self, cookie, request): method return_ok_version (line 1075) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1084) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1096) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1102) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1108) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1122) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1144) | def domain_return_ok(self, domain, request): method path_return_ok (line 1166) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1175) | def vals_sorted_by_key(adict): function deepvalues (line 1180) | def deepvalues(mapping): class Absent (line 1199) | class Absent: pass class CookieJar (line 1201) | class CookieJar: method __init__ (line 1217) | def __init__(self, policy=None): method set_policy (line 1225) | def set_policy(self, policy): method _cookies_for_domain (line 1228) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1246) | def _cookies_for_request(self, request): method _cookie_attrs (line 1253) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1312) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1345) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1442) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1534) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1543) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1555) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1609) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1622) | def set_cookie(self, cookie): method extract_cookies (line 1635) | def extract_cookies(self, response, request): method clear (line 1649) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1676) | def clear_session_cookies(self): method clear_expired_cookies (line 1691) | def clear_expired_cookies(self): method __iter__ (line 1710) | def __iter__(self): method __len__ (line 1713) | def __len__(self): method __repr__ (line 1719) | def __repr__(self): method __str__ (line 1724) | def __str__(self): class LoadError (line 1731) | class LoadError(IOError): pass class FileCookieJar (line 1733) | class FileCookieJar(CookieJar): method __init__ (line 1736) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1751) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1755) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1767) | def revert(self, filename=None, FILE: tests/pythons/win32-py27/Lib/copy.py class Error (line 55) | class Error(Exception): function copy (line 66) | def copy(x): function _copy_immutable (line 101) | def _copy_immutable(x): function _copy_with_constructor (line 113) | def _copy_with_constructor(x): function _copy_with_copy_method (line 118) | def _copy_with_copy_method(x): function _copy_inst (line 123) | def _copy_inst(x): function deepcopy (line 145) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 198) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 226) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 234) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 253) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 263) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 267) | def _keep_alive(x, memo): function _deepcopy_inst (line 283) | def _deepcopy_inst(x, memo): function _reconstruct (line 306) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 366) | class _EmptyClass: function _test (line 369) | def _test(): FILE: tests/pythons/win32-py27/Lib/copy_reg.py function pickle (line 14) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 27) | def constructor(object): function pickle_complex (line 39) | def pickle_complex(c): function _reconstructor (line 46) | def _reconstructor(cls, base, state): function _reduce_ex (line 59) | def _reduce_ex(self, proto): function __newobj__ (line 92) | def __newobj__(cls, *args): function _slotnames (line 95) | def _slotnames(cls): function add_extension (line 157) | def add_extension(module, name, code): function remove_extension (line 175) | def remove_extension(module, name, code): function clear_extension_cache (line 187) | def clear_extension_cache(): FILE: tests/pythons/win32-py27/Lib/csv.py class Dialect (line 26) | class Dialect: method __init__ (line 45) | def __init__(self): method _validate (line 50) | def _validate(self): class excel (line 57) | class excel(Dialect): class excel_tab (line 67) | class excel_tab(excel): class DictReader (line 73) | class DictReader: method __init__ (line 74) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 83) | def __iter__(self): method fieldnames (line 87) | def fieldnames(self): method fieldnames (line 97) | def fieldnames(self, value): method next (line 100) | def next(self): class DictWriter (line 123) | class DictWriter: method __init__ (line 124) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 135) | def writeheader(self): method _dict_to_list (line 139) | def _dict_to_list(self, rowdict): method writerow (line 147) | def writerow(self, rowdict): method writerows (line 150) | def writerows(self, rowdicts): class Sniffer (line 162) | class Sniffer: method __init__ (line 167) | def __init__(self): method sniff (line 172) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 201) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 278) | def _guess_delimiter(self, data, delimiters): method has_header (line 383) | def has_header(self, sample): FILE: tests/pythons/win32-py27/Lib/ctypes/__init__.py function create_string_buffer (line 52) | def create_string_buffer(init, size=None): function c_buffer (line 70) | def c_buffer(init, size=None): function CFUNCTYPE (line 78) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 119) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 147) | def _check_size(typ, typecode=None): class py_object (line 159) | class py_object(_SimpleCData): method __repr__ (line 161) | def __repr__(self): class c_short (line 168) | class c_short(_SimpleCData): class c_ushort (line 172) | class c_ushort(_SimpleCData): class c_long (line 176) | class c_long(_SimpleCData): class c_ulong (line 180) | class c_ulong(_SimpleCData): class c_int (line 189) | class c_int(_SimpleCData): class c_uint (line 193) | class c_uint(_SimpleCData): class c_float (line 197) | class c_float(_SimpleCData): class c_double (line 201) | class c_double(_SimpleCData): class c_longdouble (line 205) | class c_longdouble(_SimpleCData): class c_longlong (line 215) | class c_longlong(_SimpleCData): class c_ulonglong (line 219) | class c_ulonglong(_SimpleCData): class c_ubyte (line 226) | class c_ubyte(_SimpleCData): class c_byte (line 233) | class c_byte(_SimpleCData): class c_char (line 238) | class c_char(_SimpleCData): class c_char_p (line 243) | class c_char_p(_SimpleCData): method __repr__ (line 246) | def __repr__(self): method __repr__ (line 251) | def __repr__(self): class c_void_p (line 255) | class c_void_p(_SimpleCData): class c_bool (line 260) | class c_bool(_SimpleCData): function _reset_cache (line 265) | def _reset_cache(): class c_wchar_p (line 291) | class c_wchar_p(_SimpleCData): class c_wchar (line 294) | class c_wchar(_SimpleCData): function create_unicode_buffer (line 297) | def create_unicode_buffer(init, size=None): function SetPointerType (line 316) | def SetPointerType(pointer, cls): function ARRAY (line 326) | def ARRAY(typ, len): class CDLL (line 332) | class CDLL(object): method __init__ (line 349) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 369) | def __repr__(self): method __getattr__ (line 375) | def __getattr__(self, name): method __getitem__ (line 382) | def __getitem__(self, name_or_ordinal): class PyDLL (line 388) | class PyDLL(CDLL): class WinDLL (line 397) | class WinDLL(CDLL): class HRESULT (line 406) | class HRESULT(_SimpleCData): class OleDLL (line 419) | class OleDLL(CDLL): class LibraryLoader (line 428) | class LibraryLoader(object): method __init__ (line 429) | def __init__(self, dlltype): method __getattr__ (line 432) | def __getattr__(self, name): method __getitem__ (line 439) | def __getitem__(self, name): method LoadLibrary (line 442) | def LoadLibrary(self, name): function WinError (line 466) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 493) | def PYFUNCTYPE(restype, *argtypes): function cast (line 501) | def cast(obj, typ): function string_at (line 505) | def string_at(ptr, size=-1): function wstring_at (line 517) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 525) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 533) | def DllCanUnloadNow(): FILE: tests/pythons/win32-py27/Lib/ctypes/_endian.py function _other_endian (line 9) | def _other_endian(typ): class _swapped_meta (line 26) | class _swapped_meta(type(Structure)): method __setattr__ (line 27) | def __setattr__(self, attrname, value): class BigEndianStructure (line 49) | class BigEndianStructure(Structure): class LittleEndianStructure (line 58) | class LittleEndianStructure(Structure): FILE: tests/pythons/win32-py27/Lib/ctypes/macholib/dyld.py function ensure_utf8 (line 34) | def ensure_utf8(s): function dyld_env (line 40) | def dyld_env(env, var): function dyld_image_suffix (line 48) | def dyld_image_suffix(env=None): function dyld_framework_path (line 53) | def dyld_framework_path(env=None): function dyld_library_path (line 56) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 59) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 62) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 65) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 79) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 96) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 103) | def dyld_default_search(name, env=None): function dyld_find (line 125) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 140) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 163) | def test_dyld_find(): FILE: tests/pythons/win32-py27/Lib/ctypes/macholib/dylib.py function dylib_info (line 22) | def dylib_info(filename): function test_dylib_info (line 48) | def test_dylib_info(): FILE: tests/pythons/win32-py27/Lib/ctypes/macholib/framework.py function framework_info (line 22) | def framework_info(filename): function test_framework_info (line 47) | def test_framework_info(): FILE: tests/pythons/win32-py27/Lib/ctypes/util.py function _get_build_version (line 9) | def _get_build_version(): function find_msvcrt (line 32) | def find_msvcrt(): function find_library (line 49) | def find_library(name): function find_library (line 71) | def find_library(name): function find_library (line 76) | def find_library(name): function _findLib_gcc (line 91) | def _findLib_gcc(name): function _get_soname (line 119) | def _get_soname(f): function _get_soname (line 133) | def _get_soname(f): function _num_version (line 158) | def _num_version(libname): function find_library (line 169) | def find_library(name): function _findLib_crle (line 185) | def _findLib_crle(name, is64): function find_library (line 209) | def find_library(name, is64 = False): function _findSoname_ldconfig (line 214) | def _findSoname_ldconfig(name): function find_library (line 241) | def find_library(name): function test (line 247) | def test(): FILE: tests/pythons/win32-py27/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 23) | class VARIANT_BOOL(_SimpleCData): method __repr__ (line 25) | def __repr__(self): class RECT (line 100) | class RECT(Structure): class _SMALL_RECT (line 107) | class _SMALL_RECT(Structure): class _COORD (line 114) | class _COORD(Structure): class POINT (line 118) | class POINT(Structure): class SIZE (line 123) | class SIZE(Structure): function RGB (line 128) | def RGB(red, green, blue): class FILETIME (line 131) | class FILETIME(Structure): class MSG (line 136) | class MSG(Structure): class WIN32_FIND_DATAA (line 146) | class WIN32_FIND_DATAA(Structure): class WIN32_FIND_DATAW (line 158) | class WIN32_FIND_DATAW(Structure): FILE: tests/pythons/win32-py27/Lib/curses/__init__.py function initscr (line 28) | def initscr(): function start_color (line 45) | def start_color(): FILE: tests/pythons/win32-py27/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win32-py27/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win32-py27/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win32-py27/Lib/curses/wrapper.py function wrapper (line 12) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win32-py27/Lib/dbhash.py function open (line 17) | def open(file, flag = 'r', mode=0666): FILE: tests/pythons/win32-py27/Lib/decimal.py class DecimalException (line 161) | class DecimalException(ArithmeticError): method handle (line 180) | def handle(self, context, *args): class Clamped (line 184) | class Clamped(DecimalException): class InvalidOperation (line 196) | class InvalidOperation(DecimalException): method handle (line 219) | def handle(self, context, *args): class ConversionSyntax (line 225) | class ConversionSyntax(InvalidOperation): method handle (line 232) | def handle(self, context, *args): class DivisionByZero (line 235) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 248) | def handle(self, context, sign, *args): class DivisionImpossible (line 251) | class DivisionImpossible(InvalidOperation): method handle (line 259) | def handle(self, context, *args): class DivisionUndefined (line 262) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 270) | def handle(self, context, *args): class Inexact (line 273) | class Inexact(DecimalException): class InvalidContext (line 285) | class InvalidContext(InvalidOperation): method handle (line 296) | def handle(self, context, *args): class Rounded (line 299) | class Rounded(DecimalException): class Subnormal (line 311) | class Subnormal(DecimalException): class Overflow (line 322) | class Overflow(Inexact, Rounded): method handle (line 344) | def handle(self, context, sign, *args): class Underflow (line 360) | class Underflow(Inexact, Rounded, Subnormal): class MockThreading (line 398) | class MockThreading(object): method local (line 399) | def local(self, sys=sys): function setcontext (line 414) | def setcontext(context): function getcontext (line 421) | def getcontext(): function getcontext (line 441) | def getcontext(_local=local): function setcontext (line 455) | def setcontext(context, _local=local): function localcontext (line 464) | def localcontext(ctx=None): class Decimal (line 506) | class Decimal(object): method __new__ (line 515) | def __new__(cls, value="0", context=None): method from_float (line 662) | def from_float(cls, f): method _isnan (line 700) | def _isnan(self): method _isinfinity (line 715) | def _isinfinity(self): method _check_nans (line 728) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 760) | def _compare_check_nans(self, other, context): method __nonzero__ (line 793) | def __nonzero__(self): method _cmp (line 800) | def _cmp(self, other): method __eq__ (line 864) | def __eq__(self, other, context=None): method __ne__ (line 872) | def __ne__(self, other, context=None): method __lt__ (line 880) | def __lt__(self, other, context=None): method __le__ (line 889) | def __le__(self, other, context=None): method __gt__ (line 898) | def __gt__(self, other, context=None): method __ge__ (line 907) | def __ge__(self, other, context=None): method compare (line 916) | def compare(self, other, context=None): method __hash__ (line 935) | def __hash__(self): method as_tuple (line 987) | def as_tuple(self): method __repr__ (line 994) | def __repr__(self): method __str__ (line 999) | def __str__(self, eng=False, context=None): method to_eng_string (line 1051) | def to_eng_string(self, context=None): method __neg__ (line 1061) | def __neg__(self, context=None): method __pos__ (line 1083) | def __pos__(self, context=None): method __abs__ (line 1104) | def __abs__(self, round=True, context=None): method __add__ (line 1126) | def __add__(self, other, context=None): method __sub__ (line 1214) | def __sub__(self, other, context=None): method __rsub__ (line 1228) | def __rsub__(self, other, context=None): method __mul__ (line 1236) | def __mul__(self, other, context=None): method __truediv__ (line 1293) | def __truediv__(self, other, context=None): method _divide (line 1352) | def _divide(self, other, context): method __rtruediv__ (line 1385) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1395) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1431) | def __rdivmod__(self, other, context=None): method __mod__ (line 1438) | def __mod__(self, other, context=None): method __rmod__ (line 1465) | def __rmod__(self, other, context=None): method remainder_near (line 1472) | def remainder_near(self, other, context=None): method __floordiv__ (line 1547) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1575) | def __rfloordiv__(self, other, context=None): method __float__ (line 1582) | def __float__(self): method __int__ (line 1592) | def __int__(self): method real (line 1607) | def real(self): method imag (line 1611) | def imag(self): method conjugate (line 1615) | def conjugate(self): method __complex__ (line 1618) | def __complex__(self): method __long__ (line 1621) | def __long__(self): method _fix_nan (line 1628) | def _fix_nan(self, context): method _fix (line 1640) | def _fix(self, context): method _round_down (line 1742) | def _round_down(self, prec): method _round_up (line 1749) | def _round_up(self, prec): method _round_half_up (line 1753) | def _round_half_up(self, prec): method _round_half_down (line 1762) | def _round_half_down(self, prec): method _round_half_even (line 1769) | def _round_half_even(self, prec): method _round_ceiling (line 1777) | def _round_ceiling(self, prec): method _round_floor (line 1784) | def _round_floor(self, prec): method _round_05up (line 1791) | def _round_05up(self, prec): method fma (line 1809) | def fma(self, other, third, context=None): method _power_modulo (line 1853) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 1937) | def _power_exact(self, other, p): method __pow__ (line 2174) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2390) | def __rpow__(self, other, context=None): method normalize (line 2397) | def normalize(self, context=None): method quantize (line 2422) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2493) | def same_quantum(self, other): method _rescale (line 2508) | def _rescale(self, exp, rounding): method _round (line 2542) | def _round(self, places, rounding): method to_integral_exact (line 2565) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2594) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2613) | def sqrt(self, context=None): method max (line 2712) | def max(self, other, context=None): method min (line 2754) | def min(self, other, context=None): method _isinteger (line 2788) | def _isinteger(self): method _iseven (line 2797) | def _iseven(self): method adjusted (line 2803) | def adjusted(self): method canonical (line 2811) | def canonical(self, context=None): method compare_signal (line 2819) | def compare_signal(self, other, context=None): method compare_total (line 2831) | def compare_total(self, other): method compare_total_mag (line 2904) | def compare_total_mag(self, other): method copy_abs (line 2915) | def copy_abs(self): method copy_negate (line 2919) | def copy_negate(self): method copy_sign (line 2926) | def copy_sign(self, other): method exp (line 2932) | def exp(self, context=None): method is_canonical (line 3007) | def is_canonical(self): method is_finite (line 3015) | def is_finite(self): method is_infinite (line 3023) | def is_infinite(self): method is_nan (line 3027) | def is_nan(self): method is_normal (line 3031) | def is_normal(self, context=None): method is_qnan (line 3039) | def is_qnan(self): method is_signed (line 3043) | def is_signed(self): method is_snan (line 3047) | def is_snan(self): method is_subnormal (line 3051) | def is_subnormal(self, context=None): method is_zero (line 3059) | def is_zero(self): method _ln_exp_bound (line 3063) | def _ln_exp_bound(self): method ln (line 3088) | def ln(self, context=None): method _log10_exp_bound (line 3138) | def _log10_exp_bound(self): method log10 (line 3168) | def log10(self, context=None): method logb (line 3219) | def logb(self, context=None): method _islogical (line 3249) | def _islogical(self): method _fill_logical (line 3263) | def _fill_logical(self, context, opa, opb): method logical_and (line 3276) | def logical_and(self, other, context=None): method logical_invert (line 3293) | def logical_invert(self, context=None): method logical_or (line 3300) | def logical_or(self, other, context=None): method logical_xor (line 3317) | def logical_xor(self, other, context=None): method max_mag (line 3334) | def max_mag(self, other, context=None): method min_mag (line 3364) | def min_mag(self, other, context=None): method next_minus (line 3394) | def next_minus(self, context=None): method next_plus (line 3417) | def next_plus(self, context=None): method next_toward (line 3440) | def next_toward(self, other, context=None): method number_class (line 3486) | def number_class(self, context=None): method radix (line 3528) | def radix(self): method rotate (line 3532) | def rotate(self, other, context=None): method scaleb (line 3565) | def scaleb(self, other, context=None): method shift (line 3590) | def shift(self, other, context=None): method __reduce__ (line 3629) | def __reduce__(self): method __copy__ (line 3632) | def __copy__(self): method __deepcopy__ (line 3637) | def __deepcopy__(self, memo): method __format__ (line 3644) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3724) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3748) | class _ContextManager(object): method __init__ (line 3754) | def __init__(self, new_context): method __enter__ (line 3756) | def __enter__(self): method __exit__ (line 3760) | def __exit__(self, t, v, tb): class Context (line 3763) | class Context(object): method __init__ (line 3782) | def __init__(self, prec=None, rounding=None, method __repr__ (line 3820) | def __repr__(self): method clear_flags (line 3832) | def clear_flags(self): method _shallow_copy (line 3837) | def _shallow_copy(self): method copy (line 3844) | def copy(self): method _raise_error (line 3852) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 3874) | def _ignore_all_flags(self): method _ignore_flags (line 3878) | def _ignore_flags(self, *flags): method _regard_flags (line 3885) | def _regard_flags(self, *flags): method Etiny (line 3895) | def Etiny(self): method Etop (line 3899) | def Etop(self): method _set_rounding (line 3903) | def _set_rounding(self, type): method create_decimal (line 3922) | def create_decimal(self, num='0'): method create_decimal_from_float (line 3939) | def create_decimal_from_float(self, f): method abs (line 3957) | def abs(self, a): method add (line 3978) | def add(self, a, b): method _apply (line 3999) | def _apply(self, a): method canonical (line 4002) | def canonical(self, a): method compare (line 4013) | def compare(self, a, b): method compare_signal (line 4049) | def compare_signal(self, a, b): method compare_total (line 4084) | def compare_total(self, a, b): method compare_total_mag (line 4113) | def compare_total_mag(self, a, b): method copy_abs (line 4121) | def copy_abs(self, a): method copy_decimal (line 4134) | def copy_decimal(self, a): method copy_negate (line 4147) | def copy_negate(self, a): method copy_sign (line 4160) | def copy_sign(self, a, b): method divide (line 4184) | def divide(self, a, b): method divide_int (line 4221) | def divide_int(self, a, b): method divmod (line 4244) | def divmod(self, a, b): method exp (line 4265) | def exp(self, a): method fma (line 4289) | def fma(self, a, b, c): method is_canonical (line 4312) | def is_canonical(self, a): method is_finite (line 4323) | def is_finite(self, a): method is_infinite (line 4345) | def is_infinite(self, a): method is_nan (line 4360) | def is_nan(self, a): method is_normal (line 4376) | def is_normal(self, a): method is_qnan (line 4399) | def is_qnan(self, a): method is_signed (line 4414) | def is_signed(self, a): method is_snan (line 4431) | def is_snan(self, a): method is_subnormal (line 4447) | def is_subnormal(self, a): method is_zero (line 4469) | def is_zero(self, a): method ln (line 4486) | def ln(self, a): method log10 (line 4508) | def log10(self, a): method logb (line 4536) | def logb(self, a): method logical_and (line 4562) | def logical_and(self, a, b): method logical_invert (line 4589) | def logical_invert(self, a): method logical_or (line 4608) | def logical_or(self, a, b): method logical_xor (line 4635) | def logical_xor(self, a, b): method max (line 4662) | def max(self, a, b): method max_mag (line 4689) | def max_mag(self, a, b): method min (line 4706) | def min(self, a, b): method min_mag (line 4733) | def min_mag(self, a, b): method minus (line 4750) | def minus(self, a): method multiply (line 4767) | def multiply(self, a, b): method next_minus (line 4799) | def next_minus(self, a): method next_plus (line 4819) | def next_plus(self, a): method next_toward (line 4839) | def next_toward(self, a, b): method normalize (line 4874) | def normalize(self, a): method number_class (line 4898) | def number_class(self, a): method plus (line 4948) | def plus(self, a): method power (line 4965) | def power(self, a, b, modulo=None): method quantize (line 5045) | def quantize(self, a, b): method radix (line 5103) | def radix(self): method remainder (line 5111) | def remainder(self, a, b): method remainder_near (line 5149) | def remainder_near(self, a, b): method rotate (line 5183) | def rotate(self, a, b): method same_quantum (line 5212) | def same_quantum(self, a, b): method scaleb (line 5236) | def scaleb (self, a, b): method shift (line 5255) | def shift(self, a, b): method sqrt (line 5285) | def sqrt(self, a): method subtract (line 5317) | def subtract(self, a, b): method to_eng_string (line 5340) | def to_eng_string(self, a): method to_sci_string (line 5348) | def to_sci_string(self, a): method to_integral_exact (line 5356) | def to_integral_exact(self, a): method to_integral_value (line 5386) | def to_integral_value(self, a): class _WorkRep (line 5418) | class _WorkRep(object): method __init__ (line 5424) | def __init__(self, value=None): method __repr__ (line 5439) | def __repr__(self): function _normalize (line 5446) | def _normalize(op1, op2, prec = 0): function _nbits (line 5481) | def _nbits(n, correction = { function _decimal_lshift_exact (line 5494) | def _decimal_lshift_exact(n, e): function _sqrt_nearest (line 5515) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5530) | def _rshift_nearest(x, shift): function _div_nearest (line 5538) | def _div_nearest(a, b): function _ilog (line 5546) | def _ilog(x, M, L = 8): function _dlog10 (line 5594) | def _dlog10(c, e, p): function _dlog (line 5628) | def _dlog(c, e, p): class _Log10Memoize (line 5672) | class _Log10Memoize(object): method __init__ (line 5676) | def __init__(self): method getdigits (line 5679) | def getdigits(self, p): function _iexp (line 5709) | def _iexp(x, M, L=8): function _dexp (line 5746) | def _dexp(c, e, p): function _dpower (line 5782) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5824) | def _log10_lb(c, correction = { function _convert_other (line 5835) | def _convert_other(other, raiseit=False, allow_float=False): function _parse_format_specifier (line 5956) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6040) | def _format_align(sign, body, spec): function _group_lengths (line 6073) | def _group_lengths(grouping): function _insert_thousands_sep (line 6096) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6133) | def _format_sign(is_negative, spec): function _format_number (line 6143) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win32-py27/Lib/difflib.py function _calculate_ratio (line 41) | def _calculate_ratio(matches, length): class SequenceMatcher (line 46) | class SequenceMatcher: method __init__ (line 154) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 223) | def set_seqs(self, a, b): method set_seq1 (line 235) | def set_seq1(self, a): method set_seq2 (line 261) | def set_seq2(self, b): method __chain_b (line 306) | def __chain_b(self): method find_longest_match (line 350) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 460) | def get_matching_blocks(self): method get_opcodes (line 531) | def get_opcodes(self): method get_grouped_opcodes (line 586) | def get_grouped_opcodes(self, n=3): method ratio (line 636) | def ratio(self): method quick_ratio (line 662) | def quick_ratio(self): method real_quick_ratio (line 691) | def real_quick_ratio(self): function get_close_matches (line 703) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 751) | def _count_leading(line, ch): class Differ (line 766) | class Differ: method __init__ (line 860) | def __init__(self, linejunk=None, charjunk=None): method compare (line 884) | def compare(self, a, b): method _dump (line 925) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 930) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 945) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1043) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1056) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1108) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1124) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1147) | def _format_range_unified(start, stop): function unified_diff (line 1158) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1230) | def _format_range_context(start, stop): function context_diff (line 1242) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1316) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1352) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1672) | class HtmlDiff(object): method __init__ (line 1694) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1711) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1735) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1758) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1813) | def _line_wrapper(self,diffs): method _collect_lines (line 1841) | def _collect_lines(self,diffs): method _format_line (line 1862) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1885) | def _make_prefix(self): method _convert_flags (line 1896) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1943) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2022) | def restore(delta, which): function _test (line 2054) | def _test(): FILE: tests/pythons/win32-py27/Lib/dircache.py function reset (line 16) | def reset(): function listdir (line 21) | def listdir(path): function annotate (line 37) | def annotate(head, list): FILE: tests/pythons/win32-py27/Lib/dis.py function dis (line 16) | def dis(x=None): function distb (line 51) | def distb(tb=None): function disassemble (line 61) | def disassemble(co, lasti=-1): function disassemble_string (line 110) | def disassemble_string(code, lasti=-1, varnames=None, names=None, function findlabels (line 152) | def findlabels(code): function findlinestarts (line 178) | def findlinestarts(code): function _test (line 200) | def _test(): FILE: tests/pythons/win32-py27/Lib/distutils/archive_util.py function _get_gid (line 27) | def _get_gid(name): function _get_uid (line 39) | def _get_uid(name): function make_tarball (line 51) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 121) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 183) | def check_archive_formats(formats): function make_archive (line 193) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win32-py27/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 362) | def preprocess (self, FILE: tests/pythons/win32-py27/Lib/distutils/ccompiler.py class CCompiler (line 23) | class CCompiler: method __init__ (line 93) | def __init__ (self, verbose=0, dry_run=0, force=0): method set_executables (line 129) | def set_executables(self, **args): method set_executable (line 162) | def set_executable(self, key, value): method _find_macro (line 168) | def _find_macro(self, name): method _check_macro_definitions (line 176) | def _check_macro_definitions(self, definitions): method define_macro (line 195) | def define_macro(self, name, value=None): method undefine_macro (line 211) | def undefine_macro(self, name): method add_include_dir (line 229) | def add_include_dir(self, dir): method set_include_dirs (line 237) | def set_include_dirs(self, dirs): method add_library (line 247) | def add_library(self, libname): method set_libraries (line 263) | def set_libraries(self, libnames): method add_library_dir (line 272) | def add_library_dir(self, dir): method set_library_dirs (line 280) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 287) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 293) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 301) | def add_link_object(self, object): method set_link_objects (line 309) | def set_link_objects(self, objects): method _setup_compile (line 323) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 367) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 376) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _fix_object_args (line 408) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 426) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 497) | def preprocess(self, source, output_file=None, macros=None, method compile (line 510) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 586) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, target_desc, objects, output_filename, output_dir=None, method link_shared_lib (line 669) | def link_shared_lib(self, objects, output_libname, output_dir=None, method link_shared_object (line 682) | def link_shared_object(self, objects, output_filename, output_dir=None, method link_executable (line 693) | def link_executable(self, objects, output_progname, output_dir=None, method library_dir_option (line 708) | def library_dir_option(self, dir): method runtime_library_dir_option (line 714) | def runtime_library_dir_option(self, dir): method library_option (line 720) | def library_option(self, lib): method has_function (line 726) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 770) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 813) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 830) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 836) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 842) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 860) | def announce(self, msg, level=1): method debug_print (line 863) | def debug_print(self, msg): method warn (line 868) | def warn(self, msg): method execute (line 871) | def execute(self, func, args, msg=None, level=1): method spawn (line 874) | def spawn(self, cmd): method move_file (line 877) | def move_file(self, src, dst): method mkpath (line 880) | def mkpath(self, name, mode=0777): function get_default_compiler (line 906) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 945) | def show_compilers(): function new_compiler (line 962) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1007) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1056) | def gen_lib_options(compiler, library_dirs, runtime_library_dirs, librar... FILE: tests/pythons/win32-py27/Lib/distutils/cmd.py class Command (line 14) | class Command: method __init__ (line 49) | def __init__(self, dist): method __getattr__ (line 97) | def __getattr__(self, attr): method ensure_finalized (line 107) | def ensure_finalized(self): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method dump_options (line 153) | def dump_options(self, header=None, indent=""): method run (line 167) | def run(self): method announce (line 180) | def announce(self, msg, level=1): method debug_print (line 186) | def debug_print(self, msg): method _ensure_stringlike (line 209) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 219) | def ensure_string(self, option, default=None): method ensure_string_list (line 225) | def ensure_string_list(self, option): method _ensure_tested_string (line 253) | def _ensure_tested_string(self, option, tester, method ensure_filename (line 260) | def ensure_filename(self, option): method ensure_dirname (line 266) | def ensure_dirname(self, option): method get_command_name (line 274) | def get_command_name(self): method set_undefined_options (line 280) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 305) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 317) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 321) | def run_command(self, command): method get_sub_commands (line 328) | def get_sub_commands(self): method warn (line 344) | def warn(self, msg): method execute (line 348) | def execute(self, func, args, msg=None, level=1): method mkpath (line 351) | def mkpath(self, name, mode=0777): method copy_file (line 354) | def copy_file(self, infile, outfile, method copy_tree (line 367) | def copy_tree(self, infile, outfile, method move_file (line 379) | def move_file (self, src, dst, level=1): method spawn (line 383) | def spawn (self, cmd, search_path=1, level=1): method make_archive (line 388) | def make_archive(self, base_name, format, root_dir=None, base_dir=None, method make_file (line 394) | def make_file(self, infiles, outfile, func, args, class install_misc (line 433) | class install_misc(Command): method initialize_options (line 440) | def initialize_options (self): method _install_dir_from (line 444) | def _install_dir_from(self, dirname): method _copy_files (line 447) | def _copy_files(self, filelist): method get_outputs (line 456) | def get_outputs(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/bdist.py function show_formats (line 15) | def show_formats(): class bdist (line 27) | class bdist(Command): method initialize_options (line 84) | def initialize_options(self): method finalize_options (line 93) | def finalize_options(self): method run (line 121) | def run(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 19) | class bdist_dumb (Command): method initialize_options (line 55) | def initialize_options (self): method finalize_options (line 66) | def finalize_options(self): method run (line 84) | def run(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/bdist_msi.py class PyDialog (line 23) | class PyDialog(Dialog): method __init__ (line 27) | def __init__(self, *args, **kw): method title (line 36) | def title(self, title): method back (line 43) | def back(self, title, next, name = "Back", active = 1): method cancel (line 54) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 65) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 76) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 84) | class bdist_msi (Command): method initialize_options (line 126) | def initialize_options (self): method finalize_options (line 139) | def finalize_options (self): method run (line 180) | def run (self): method add_files (line 271) | def add_files(self): method add_find_python (line 325) | def add_find_python(self): method add_scripts (line 379) | def add_scripts(self): method add_ui (line 417) | def add_ui(self): method get_installer_filename (line 734) | def get_installer_filename(self, fullname): FILE: tests/pythons/win32-py27/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 19) | class bdist_rpm (Command): method initialize_options (line 140) | def initialize_options (self): method finalize_options (line 188) | def finalize_options (self): method finalize_package_data (line 222) | def finalize_package_data (self): method run (line 269) | def run (self): method _dist_path (line 406) | def _dist_path(self, path): method _make_spec_file (line 409) | def _make_spec_file(self): method _format_changelog (line 564) | def _format_changelog(self, changelog): FILE: tests/pythons/win32-py27/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 20) | class bdist_wininst (Command): method initialize_options (line 64) | def initialize_options (self): method finalize_options (line 82) | def finalize_options (self): method run (line 122) | def run (self): method get_inidata (line 205) | def get_inidata (self): method create_exe (line 254) | def create_exe (self, arcname, fullname, bitmap=None): method get_installer_filename (line 309) | def get_installer_filename(self, fullname): method get_exe_bytes (line 323) | def get_exe_bytes (self): FILE: tests/pythons/win32-py27/Lib/distutils/command/build.py function show_compilers (line 13) | def show_compilers(): class build (line 17) | class build(Command): method initialize_options (line 55) | def initialize_options(self): method finalize_options (line 70) | def finalize_options(self): method run (line 120) | def run(self): method has_pure_modules (line 131) | def has_pure_modules (self): method has_c_libraries (line 134) | def has_c_libraries (self): method has_ext_modules (line 137) | def has_ext_modules (self): method has_scripts (line 140) | def has_scripts (self): FILE: tests/pythons/win32-py27/Lib/distutils/command/build_clib.py function show_compilers (line 25) | def show_compilers(): class build_clib (line 30) | class build_clib(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 70) | def finalize_options(self): method run (line 95) | def run(self): method check_library_list (line 119) | def check_library_list(self, libraries): method get_library_names (line 155) | def get_library_names(self): method get_source_files (line 167) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win32-py27/Lib/distutils/command/build_ext.py function show_compilers (line 32) | def show_compilers (): class build_ext (line 37) | class build_ext (Command): method initialize_options (line 108) | def initialize_options (self): method finalize_options (line 131) | def finalize_options(self): method run (line 275) | def run(self): method check_extensions_list (line 339) | def check_extensions_list(self, extensions): method get_source_files (line 417) | def get_source_files(self): method get_outputs (line 427) | def get_outputs(self): method build_extensions (line 441) | def build_extensions(self): method build_extension (line 448) | def build_extension(self, ext): method swig_sources (line 531) | def swig_sources (self, sources, extension): method find_swig (line 589) | def find_swig (self): method get_ext_fullpath (line 622) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 654) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 663) | def get_ext_filename(self, ext_name): method get_export_symbols (line 679) | def get_export_symbols (self, ext): method get_libraries (line 690) | def get_libraries (self, ext): FILE: tests/pythons/win32-py27/Lib/distutils/command/build_py.py class build_py (line 16) | class build_py(Command): method initialize_options (line 33) | def initialize_options(self): method finalize_options (line 43) | def finalize_options(self): method run (line 68) | def run(self): method get_data_files (line 98) | def get_data_files(self): method find_data_files (line 122) | def find_data_files(self, package, src_dir): method build_package_data (line 134) | def build_package_data(self): method get_package_dir (line 143) | def get_package_dir(self, package): method check_package (line 183) | def check_package(self, package, package_dir): method check_module (line 210) | def check_module(self, module, module_file): method find_package_modules (line 217) | def find_package_modules(self, package, package_dir): method find_modules (line 232) | def find_modules(self): method find_all_modules (line 284) | def find_all_modules(self): method get_source_files (line 300) | def get_source_files(self): method get_module_outfile (line 303) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 307) | def get_outputs(self, include_bytecode=1): method build_module (line 328) | def build_module(self, module, module_file, package): method build_modules (line 343) | def build_modules(self): method build_packages (line 353) | def build_packages(self): method byte_compile (line 374) | def byte_compile(self, files): FILE: tests/pythons/win32-py27/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts (Command): method initialize_options (line 30) | def initialize_options (self): method finalize_options (line 37) | def finalize_options (self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run (self): method copy_scripts (line 53) | def copy_scripts (self): FILE: tests/pythons/win32-py27/Lib/distutils/command/check.py class SilentReporter (line 19) | class SilentReporter(Reporter): method __init__ (line 21) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 27) | def system_message(self, level, message, *children, **kwargs): class check (line 38) | class check(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 58) | def finalize_options(self): method warn (line 61) | def warn(self, msg): method run (line 66) | def run(self): method check_metadata (line 82) | def check_metadata(self): method check_restructuredtext (line 112) | def check_restructuredtext(self): method _check_rst_data (line 125) | def _check_rst_data(self, data): FILE: tests/pythons/win32-py27/Lib/distutils/command/clean.py class clean (line 14) | class clean(Command): method initialize_options (line 34) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 51) | def run(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/config.py class config (line 24) | class config(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 85) | def run(self): method _check_compiler (line 93) | def _check_compiler(self): method _gen_temp_sourcefile (line 112) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 125) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 132) | def _compile(self, body, headers, include_dirs, lang): method _link (line 141) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 156) | def _clean(self, *filenames): method try_cpp (line 178) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 196) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 225) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 241) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 260) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 285) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 319) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 334) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 344) | def dump_file(filename, head=None): FILE: tests/pythons/win32-py27/Lib/distutils/command/install.py class install (line 94) | class install (Command): method initialize_options (line 163) | def initialize_options (self): method finalize_options (line 240) | def finalize_options (self): method dump_dirs (line 382) | def dump_dirs (self, msg): method finalize_unix (line 400) | def finalize_unix (self): method finalize_other (line 443) | def finalize_other (self): # Windows and Mac OS for now method select_scheme (line 468) | def select_scheme (self, name): method _expand_attrs (line 477) | def _expand_attrs (self, attrs): method expand_basedirs (line 487) | def expand_basedirs (self): method expand_dirs (line 492) | def expand_dirs (self): method convert_paths (line 501) | def convert_paths (self, *names): method handle_extra_path (line 507) | def handle_extra_path (self): method change_roots (line 541) | def change_roots (self, *names): method create_home_path (line 546) | def create_home_path(self): method run (line 559) | def run (self): method create_path_file (line 605) | def create_path_file (self): method get_outputs (line 618) | def get_outputs (self): method get_inputs (line 635) | def get_inputs (self): method has_lib (line 647) | def has_lib (self): method has_headers (line 653) | def has_headers (self): method has_scripts (line 656) | def has_scripts (self): method has_data (line 659) | def has_data (self): FILE: tests/pythons/win32-py27/Lib/distutils/command/install_data.py class install_data (line 14) | class install_data(Command): method initialize_options (line 29) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method run (line 44) | def run(self): method get_inputs (line 77) | def get_inputs(self): method get_outputs (line 80) | def get_outputs(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 47) | def get_outputs(self): function safe_name (line 55) | def safe_name(name): function safe_version (line 63) | def safe_version(version): function to_filename (line 73) | def to_filename(name): FILE: tests/pythons/win32-py27/Lib/distutils/command/install_headers.py class install_headers (line 12) | class install_headers(Command): method initialize_options (line 24) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method run (line 35) | def run(self): method get_inputs (line 45) | def get_inputs(self): method get_outputs (line 48) | def get_outputs(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/install_lib.py class install_lib (line 21) | class install_lib(Command): method initialize_options (line 55) | def initialize_options(self): method finalize_options (line 64) | def finalize_options(self): method run (line 90) | def run(self): method build (line 106) | def build(self): method install (line 113) | def install(self): method byte_compile (line 122) | def byte_compile(self, files): method _mutate_outputs (line 147) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 162) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 182) | def get_outputs(self): method get_inputs (line 203) | def get_inputs(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/install_scripts.py class install_scripts (line 15) | class install_scripts (Command): method initialize_options (line 29) | def initialize_options (self): method finalize_options (line 35) | def finalize_options (self): method run (line 43) | def run (self): method get_inputs (line 58) | def get_inputs (self): method get_outputs (line 61) | def get_outputs(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/register.py class register (line 18) | class register(PyPIRCCommand): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method run (line 44) | def run(self): method check_metadata (line 59) | def check_metadata(self): method _set_config (line 69) | def _set_config(self): method classifiers (line 86) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 100) | def send_metadata(self): method build_post_data (line 223) | def build_post_data(self, action): method post_to_server (line 251) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win32-py27/Lib/distutils/command/sdist.py function show_formats (line 22) | def show_formats(): class sdist (line 36) | class sdist(Command): method checking_metadata (line 40) | def checking_metadata(self): method initialize_options (line 102) | def initialize_options(self): method finalize_options (line 125) | def finalize_options(self): method run (line 148) | def run(self): method check_metadata (line 170) | def check_metadata(self): method get_file_list (line 178) | def get_file_list(self): method add_defaults (line 218) | def add_defaults(self): method read_template (line 300) | def read_template(self): method prune_file_list (line 333) | def prune_file_list(self): method write_manifest (line 359) | def write_manifest(self): method _manifest_is_not_generated (line 374) | def _manifest_is_not_generated(self): method read_manifest (line 386) | def read_manifest(self): method make_release_tree (line 401) | def make_release_tree(self, base_dir, files): method make_distribution (line 443) | def make_distribution(self): method get_archive_files (line 473) | def get_archive_files(self): FILE: tests/pythons/win32-py27/Lib/distutils/command/upload.py class upload (line 18) | class upload(PyPIRCCommand): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 38) | def finalize_options(self): method run (line 56) | def run(self): method upload_file (line 62) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win32-py27/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 51) | def _read_pypirc(self): method initialize_options (line 105) | def initialize_options(self): method finalize_options (line 111) | def finalize_options(self): FILE: tests/pythons/win32-py27/Lib/distutils/core.py function gen_usage (line 36) | def gen_usage(script_name): function setup (line 61) | def setup(**attrs): function run_setup (line 174) | def run_setup(script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win32-py27/Lib/distutils/cygwinccompiler.py function get_msvcr (line 59) | def get_msvcr(): class CygwinCCompiler (line 82) | class CygwinCCompiler (UnixCCompiler): method __init__ (line 92) | def __init__ (self, verbose=0, dry_run=0, force=0): method _compile (line 154) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 168) | def link (self, method object_filenames (line 267) | def object_filenames (self, class Mingw32CCompiler (line 297) | class Mingw32CCompiler (CygwinCCompiler): method __init__ (line 301) | def __init__ (self, function check_config_h (line 357) | def check_config_h(): function get_versions (line 410) | def get_versions(): function is_cygwingcc (line 456) | def is_cygwingcc(): FILE: tests/pythons/win32-py27/Lib/distutils/dep_util.py function newer (line 13) | def newer(source, target): function newer_pairwise (line 33) | def newer_pairwise(sources, targets): function newer_group (line 52) | def newer_group(sources, target, missing='error'): FILE: tests/pythons/win32-py27/Lib/distutils/dir_util.py function mkpath (line 19) | def mkpath(name, mode=0777, verbose=1, dry_run=0): function create_tree (line 82) | def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): function copy_tree (line 103) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 172) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 182) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 208) | def ensure_relative(path): FILE: tests/pythons/win32-py27/Lib/distutils/dist.py class Distribution (line 34) | class Distribution: method __init__ (line 128) | def __init__ (self, attrs=None): method get_option_dict (line 289) | def get_option_dict(self, command): method dump_option_dicts (line 300) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 329) | def find_config_files(self): method parse_config_files (line 377) | def parse_config_files(self, filenames=None): method parse_command_line (line 423) | def parse_command_line(self): method _get_toplevel_options (line 490) | def _get_toplevel_options(self): method _parse_command_opts (line 501) | def _parse_command_opts(self, parser, args): method finalize_options (line 594) | def finalize_options(self): method _show_help (line 607) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 657) | def handle_display_options(self, option_order): method print_command_list (line 697) | def print_command_list(self, commands, header, max_length): method print_commands (line 714) | def print_commands(self): method get_command_list (line 747) | def get_command_list(self): method get_command_packages (line 782) | def get_command_packages(self): method get_command_class (line 794) | def get_command_class(self, command): method get_command_obj (line 833) | def get_command_obj(self, command, create=1): method _set_command_options (line 860) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 903) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 944) | def announce(self, msg, level=log.INFO): method run_commands (line 947) | def run_commands(self): method run_command (line 957) | def run_command(self, command): method has_pure_modules (line 978) | def has_pure_modules(self): method has_ext_modules (line 981) | def has_ext_modules(self): method has_c_libraries (line 984) | def has_c_libraries(self): method has_modules (line 987) | def has_modules(self): method has_headers (line 990) | def has_headers(self): method has_scripts (line 993) | def has_scripts(self): method has_data_files (line 996) | def has_data_files(self): method is_pure (line 999) | def is_pure(self): class DistributionMetadata (line 1011) | class DistributionMetadata: method __init__ (line 1026) | def __init__(self, path=None): method read_pkg_file (line 1049) | def read_pkg_file(self, file): method write_pkg_info (line 1101) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1110) | def write_pkg_file(self, file): method _write_field (line 1144) | def _write_field(self, file, name, value): method _write_list (line 1147) | def _write_list (self, file, name, values): method _encode_field (line 1151) | def _encode_field(self, value): method get_name (line 1160) | def get_name(self): method get_version (line 1163) | def get_version(self): method get_fullname (line 1166) | def get_fullname(self): method get_author (line 1169) | def get_author(self): method get_author_email (line 1172) | def get_author_email(self): method get_maintainer (line 1175) | def get_maintainer(self): method get_maintainer_email (line 1178) | def get_maintainer_email(self): method get_contact (line 1181) | def get_contact(self): method get_contact_email (line 1185) | def get_contact_email(self): method get_url (line 1188) | def get_url(self): method get_license (line 1191) | def get_license(self): method get_description (line 1195) | def get_description(self): method get_long_description (line 1198) | def get_long_description(self): method get_keywords (line 1201) | def get_keywords(self): method get_platforms (line 1204) | def get_platforms(self): method get_classifiers (line 1207) | def get_classifiers(self): method get_download_url (line 1210) | def get_download_url(self): method get_requires (line 1214) | def get_requires(self): method set_requires (line 1217) | def set_requires(self, value): method get_provides (line 1223) | def get_provides(self): method set_provides (line 1226) | def set_provides(self, value): method get_obsoletes (line 1233) | def get_obsoletes(self): method set_obsoletes (line 1236) | def set_obsoletes(self, value): function fix_help_options (line 1242) | def fix_help_options(options): FILE: tests/pythons/win32-py27/Lib/distutils/emxccompiler.py class EMXCCompiler (line 31) | class EMXCCompiler (UnixCCompiler): method __init__ (line 42) | def __init__ (self, method _compile (line 77) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 91) | def link (self, method object_filenames (line 182) | def object_filenames (self, method find_library_file (line 210) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 242) | def check_config_h(): function get_versions (line 294) | def get_versions(): FILE: tests/pythons/win32-py27/Lib/distutils/errors.py class DistutilsError (line 13) | class DistutilsError(Exception): class DistutilsModuleError (line 16) | class DistutilsModuleError(DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError(DistutilsError): class DistutilsGetoptError (line 26) | class DistutilsGetoptError(DistutilsError): class DistutilsArgError (line 29) | class DistutilsArgError(DistutilsError): class DistutilsFileError (line 33) | class DistutilsFileError(DistutilsError): class DistutilsOptionError (line 38) | class DistutilsOptionError(DistutilsError): class DistutilsSetupError (line 46) | class DistutilsSetupError(DistutilsError): class DistutilsPlatformError (line 50) | class DistutilsPlatformError(DistutilsError): class DistutilsExecError (line 55) | class DistutilsExecError(DistutilsError): class DistutilsInternalError (line 59) | class DistutilsInternalError(DistutilsError): class DistutilsTemplateError (line 63) | class DistutilsTemplateError(DistutilsError): class DistutilsByteCompileError (line 66) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 70) | class CCompilerError(Exception): class PreprocessError (line 73) | class PreprocessError(CCompilerError): class CompileError (line 76) | class CompileError(CCompilerError): class LibError (line 79) | class LibError(CCompilerError): class LinkError (line 83) | class LinkError(CCompilerError): class UnknownFileError (line 87) | class UnknownFileError(CCompilerError): FILE: tests/pythons/win32-py27/Lib/distutils/extension.py class Extension (line 26) | class Extension: method __init__ (line 90) | def __init__ (self, name, sources, function read_setup_file (line 139) | def read_setup_file (filename): FILE: tests/pythons/win32-py27/Lib/distutils/fancy_getopt.py class FancyGetopt (line 33) | class FancyGetopt: method __init__ (line 45) | def __init__ (self, option_table=None): method _build_index (line 89) | def _build_index (self): method set_option_table (line 94) | def set_option_table (self, option_table): method add_option (line 98) | def add_option (self, long_option, short_option=None, help_string=None): method has_option (line 108) | def has_option (self, long_option): method get_attr_name (line 113) | def get_attr_name (self, long_option): method _check_alias_dict (line 120) | def _check_alias_dict (self, aliases, what): method set_aliases (line 132) | def set_aliases (self, alias): method set_negative_aliases (line 137) | def set_negative_aliases (self, negative_alias): method _grok_option_table (line 146) | def _grok_option_table (self): method getopt (line 234) | def getopt (self, args=None, object=None): method get_option_order (line 298) | def get_option_order (self): method generate_help (line 309) | def generate_help (self, header=None): method print_help (line 393) | def print_help (self, header=None, file=None): function fancy_getopt (line 402) | def fancy_getopt (options, negative_opt, object, args): function wrap_text (line 410) | def wrap_text (text, width): function translate_longopt (line 469) | def translate_longopt(opt): class OptionDummy (line 476) | class OptionDummy: method __init__ (line 480) | def __init__ (self, options=[]): FILE: tests/pythons/win32-py27/Lib/distutils/file_util.py function _copy_file_contents (line 18) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 71) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 162) | def move_file (src, dst, verbose=1, dry_run=0): function write_file (line 222) | def write_file (filename, contents): FILE: tests/pythons/win32-py27/Lib/distutils/filelist.py class FileList (line 15) | class FileList: method __init__ (line 30) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 36) | def set_allfiles(self, allfiles): method findall (line 39) | def findall(self, dir=os.curdir): method debug_print (line 42) | def debug_print(self, msg): method append (line 52) | def append(self, item): method extend (line 55) | def extend(self, items): method sort (line 58) | def sort(self): method remove_duplicates (line 69) | def remove_duplicates(self): method _parse_template_line (line 78) | def _parse_template_line(self, line): method process_template_line (line 112) | def process_template_line(self, line): method include_pattern (line 187) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 232) | def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): function findall (line 256) | def findall(dir = os.curdir): function glob_to_re (line 288) | def glob_to_re(pattern): function translate_pattern (line 312) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win32-py27/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 33) | def log(self, level, msg, *args): method debug (line 36) | def debug(self, msg, *args): method info (line 39) | def info(self, msg, *args): method warn (line 42) | def warn(self, msg, *args): method error (line 45) | def error(self, msg, *args): method fatal (line 48) | def fatal(self, msg, *args): function set_threshold (line 59) | def set_threshold(level): function set_verbosity (line 65) | def set_verbosity(v): FILE: tests/pythons/win32-py27/Lib/distutils/msvc9compiler.py class Reg (line 64) | class Reg: method get_value (line 68) | def get_value(cls, path, key): method read_keys (line 76) | def read_keys(cls, base, key): method read_values (line 94) | def read_values(cls, base, key): method convert_mbcs (line 116) | def convert_mbcs(s): class MacroExpander (line 126) | class MacroExpander: method __init__ (line 128) | def __init__(self, version): method set_macro (line 133) | def set_macro(self, macro, path, key): method load_macros (line 136) | def load_macros(self, version): method sub (line 167) | def sub(self, s): function get_build_version (line 172) | def get_build_version(): function normalize_and_reduce_paths (line 194) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 208) | def removeDuplicates(variable): function find_vcvarsall (line 219) | def find_vcvarsall(version): function query_vcvarsall (line 263) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 309) | class MSVCCompiler(CCompiler) : method __init__ (line 339) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 350) | def initialize(self, plat_name=None): method object_filenames (line 437) | def object_filenames(self, method compile (line 468) | def compile(self, sources, method create_static_lib (line 553) | def create_static_lib(self, method link (line 578) | def link(self, method manifest_setup_ldargs (line 673) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 685) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 709) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 752) | def library_dir_option(self, dir): method runtime_library_dir_option (line 755) | def runtime_library_dir_option(self, dir): method library_option (line 759) | def library_option(self, lib): method find_library_file (line 763) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 781) | def find_exe(self, exe): FILE: tests/pythons/win32-py27/Lib/distutils/msvccompiler.py function read_keys (line 59) | def read_keys(base, key): function read_values (line 77) | def read_values(base, key): function convert_mbcs (line 98) | def convert_mbcs(s): class MacroExpander (line 107) | class MacroExpander: method __init__ (line 109) | def __init__(self, version): method set_macro (line 113) | def set_macro(self, macro, path, key): method load_macros (line 120) | def load_macros(self, version): method sub (line 148) | def sub(self, s): function get_build_version (line 153) | def get_build_version(): function get_build_architecture (line 176) | def get_build_architecture(): function normalize_and_reduce_paths (line 189) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 204) | class MSVCCompiler (CCompiler) : method __init__ (line 234) | def __init__ (self, verbose=0, dry_run=0, force=0): method initialize (line 252) | def initialize(self): method object_filenames (line 316) | def object_filenames (self, method compile (line 349) | def compile(self, sources, method create_static_lib (line 438) | def create_static_lib (self, method link (line 464) | def link (self, method library_dir_option (line 548) | def library_dir_option (self, dir): method runtime_library_dir_option (line 551) | def runtime_library_dir_option (self, dir): method library_option (line 555) | def library_option (self, lib): method find_library_file (line 559) | def find_library_file (self, dirs, lib, debug=0): method find_exe (line 579) | def find_exe(self, exe): method get_msvc_paths (line 602) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 639) | def set_path_env_var(self, name): FILE: tests/pythons/win32-py27/Lib/distutils/spawn.py function spawn (line 17) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 43) | def _nt_quote_args(args): function _spawn_nt (line 59) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 79) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 104) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 177) | def find_executable(executable, path=None): FILE: tests/pythons/win32-py27/Lib/distutils/sysconfig.py function _python_build (line 50) | def _python_build(): function get_python_version (line 58) | def get_python_version(): function get_python_inc (line 66) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 104) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 151) | def customize_compiler(compiler): function get_config_h_filename (line 224) | def get_config_h_filename(): function get_makefile_filename (line 241) | def get_makefile_filename(): function parse_config_h (line 249) | def parse_config_h(fp, g=None): function parse_makefile (line 284) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 367) | def expand_makefile_vars(s, vars): function _init_posix (line 394) | def _init_posix(): function _init_nt (line 403) | def _init_nt(): function _init_os2 (line 422) | def _init_os2(): function get_config_vars (line 439) | def get_config_vars(*args): function get_config_var (line 477) | def get_config_var(name): FILE: tests/pythons/win32-py27/Lib/distutils/text_file.py class TextFile (line 12) | class TextFile: method __init__ (line 78) | def __init__ (self, filename=None, file=None, **options): method open (line 115) | def open (self, filename): method close (line 124) | def close (self): method gen_error (line 134) | def gen_error (self, msg, line=None): method error (line 147) | def error (self, msg, line=None): method warn (line 150) | def warn (self, msg, line=None): method readline (line 161) | def readline (self): method readlines (line 287) | def readlines (self): method unreadline (line 299) | def unreadline (self, line): FILE: tests/pythons/win32-py27/Lib/distutils/unixccompiler.py class UnixCCompiler (line 48) | class UnixCCompiler(CCompiler): method preprocess (line 86) | def preprocess(self, source, method _compile (line 113) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 124) | def create_static_lib(self, objects, output_libname, method link (line 150) | def link(self, target_desc, objects, method library_dir_option (line 208) | def library_dir_option(self, dir): method _is_gcc (line 211) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 214) | def runtime_library_dir_option(self, dir): method library_option (line 242) | def library_option(self, lib): method find_library_file (line 245) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win32-py27/Lib/distutils/util.py function get_platform (line 16) | def get_platform (): function convert_path (line 110) | def convert_path (pathname): function change_root (line 138) | def change_root (new_root, pathname): function check_environ (line 168) | def check_environ (): function subst_vars (line 190) | def subst_vars (s, local_vars): function grok_environment_error (line 215) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 239) | def _init_regex(): function split_quoted (line 245) | def split_quoted (s): function execute (line 308) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 327) | def strtobool (val): function byte_compile (line 343) | def byte_compile (py_files, function rfc822_escape (line 486) | def rfc822_escape (header): FILE: tests/pythons/win32-py27/Lib/distutils/version.py class Version (line 32) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): class StrictVersion (line 63) | class StrictVersion (Version): method parse (line 104) | def parse (self, vstring): method __str__ (line 123) | def __str__ (self): method __cmp__ (line 136) | def __cmp__ (self, other): class LooseVersion (line 228) | class LooseVersion (Version): method __init__ (line 263) | def __init__ (self, vstring=None): method parse (line 268) | def parse (self, vstring): method __str__ (line 284) | def __str__ (self): method __repr__ (line 288) | def __repr__ (self): method __cmp__ (line 292) | def __cmp__ (self, other): FILE: tests/pythons/win32-py27/Lib/distutils/versionpredicate.py function splitUp (line 16) | def splitUp(pred): class VersionPredicate (line 30) | class VersionPredicate: method __init__ (line 95) | def __init__(self, versionPredicateStr): method __str__ (line 122) | def __str__(self): method satisfied_by (line 129) | def satisfied_by(self, version): function split_provision (line 142) | def split_provision(value): FILE: tests/pythons/win32-py27/Lib/doctest.py function register_optionflag (line 128) | def register_optionflag(name): function _extract_future_flags (line 178) | def _extract_future_flags(globs): function _normalize_module (line 190) | def _normalize_module(module, depth=2): function _load_testfile (line 209) | def _load_testfile(filename, package, module_relative): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 237) | def _exception_traceback(exc_info): class _SpoofOut (line 249) | class _SpoofOut(StringIO): method getvalue (line 250) | def getvalue(self): method truncate (line 263) | def truncate(self, size=None): function _ellipsis_match (line 272) | def _ellipsis_match(want, got): function _comment_line (line 321) | def _comment_line(line): class _OutputRedirectingPdb (line 329) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 335) | def __init__(self, out): method set_trace (line 342) | def set_trace(self, frame=None): method set_continue (line 348) | def set_continue(self): method trace_dispatch (line 354) | def trace_dispatch(self, *args): function _module_relative_path (line 365) | def _module_relative_path(module, path): class Example (line 401) | class Example: method __init__ (line 436) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 454) | def __eq__(self, other): method __ne__ (line 465) | def __ne__(self, other): method __hash__ (line 468) | def __hash__(self): class DocTest (line 473) | class DocTest: method __init__ (line 497) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 511) | def __repr__(self): method __eq__ (line 521) | def __eq__(self, other): method __ne__ (line 532) | def __ne__(self, other): method __hash__ (line 535) | def __hash__(self): method __cmp__ (line 539) | def __cmp__(self, other): class DocTestParser (line 549) | class DocTestParser: method parse (line 597) | def parse(self, string, name=''): method get_doctest (line 636) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 648) | def get_examples(self, string, name=''): method _parse_example (line 662) | def _parse_example(self, m, name, lineno): method _find_options (line 716) | def _find_options(self, source, name, lineno): method _min_indent (line 746) | def _min_indent(self, s): method _check_prompt_blank (line 754) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 768) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 784) | class DocTestFinder: method __init__ (line 793) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 815) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 908) | def _from_module(self, module, object): method _find (line 928) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 991) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1028) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1080) | class DocTestRunner: method __init__ (line 1140) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1176) | def report_start(self, out, test, example): method report_success (line 1189) | def report_success(self, out, test, example, got): method report_failure (line 1197) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1204) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1211) | def _failure_header(self, test, example): method __run (line 1231) | def __run(self, test, compileflags, out): method __record_outcome (line 1355) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1368) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1379) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1441) | def summarize(self, verbose=None): method merge (line 1498) | def merge(self, other): class OutputChecker (line 1511) | class OutputChecker: method check_output (line 1519) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1573) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1596) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1644) | class DocTestFailure(Exception): method __init__ (line 1655) | def __init__(self, test, example, got): method __str__ (line 1660) | def __str__(self): class UnexpectedException (line 1663) | class UnexpectedException(Exception): method __init__ (line 1674) | def __init__(self, test, example, exc_info): method __str__ (line 1679) | def __str__(self): class DebugRunner (line 1682) | class DebugRunner(DocTestRunner): method run (line 1773) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1779) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1782) | def report_failure(self, out, test, example, got): function testmod (line 1794) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1898) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2023) | def run_docstring_examples(f, globs, verbose=False, name="NoName", class Tester (line 2052) | class Tester: method __init__ (line 2053) | def __init__(self, mod=None, globs=None, verbose=None, optionflags=0): method runstring (line 2073) | def runstring(self, s, name): method rundoc (line 2082) | def rundoc(self, object, name=None, module=None): method rundict (line 2091) | def rundict(self, d, name, module=None): method run__test__ (line 2099) | def run__test__(self, d, name): method summarize (line 2105) | def summarize(self, verbose=None): method merge (line 2108) | def merge(self, other): function set_unittest_reportflags (line 2117) | def set_unittest_reportflags(flags): class DocTestCase (line 2153) | class DocTestCase(unittest.TestCase): method __init__ (line 2155) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2165) | def setUp(self): method tearDown (line 2171) | def tearDown(self): method runTest (line 2179) | def runTest(self): method format_failure (line 2203) | def format_failure(self, err): method debug (line 2215) | def debug(self): method id (line 2287) | def id(self): method __eq__ (line 2290) | def __eq__(self, other): method __ne__ (line 2300) | def __ne__(self, other): method __hash__ (line 2303) | def __hash__(self): method __repr__ (line 2307) | def __repr__(self): method shortDescription (line 2313) | def shortDescription(self): class SkipDocTestCase (line 2316) | class SkipDocTestCase(DocTestCase): method __init__ (line 2317) | def __init__(self, module): method setUp (line 2321) | def setUp(self): method test_skip (line 2324) | def test_skip(self): method shortDescription (line 2327) | def shortDescription(self): function DocTestSuite (line 2333) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2406) | class DocFileCase(DocTestCase): method id (line 2408) | def id(self): method __repr__ (line 2411) | def __repr__(self): method format_failure (line 2415) | def format_failure(self, err): function DocFileTest (line 2420) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2449) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2522) | def script_from_examples(s): function testsource (line 2604) | def testsource(module, name): function debug_src (line 2620) | def debug_src(src, pm=False, globs=None): function debug_script (line 2625) | def debug_script(src, pm=False, globs=None): function debug (line 2657) | def debug(module, name, pm=False): class _TestClass (line 2671) | class _TestClass: method __init__ (line 2685) | def __init__(self, val): method square (line 2695) | def square(self): method get (line 2705) | def get(self): function _test (line 2766) | def _test(): FILE: tests/pythons/win32-py27/Lib/dumbdbm.py class _Database (line 34) | class _Database(UserDict.DictMixin): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 93) | def _commit(self): method __getitem__ (line 118) | def __getitem__(self, key): method _addval (line 130) | def _addval(self, val): method _setval (line 145) | def _setval(self, pos, val): method _addkey (line 155) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 162) | def __setitem__(self, key, val): method __delitem__ (line 189) | def __delitem__(self, key): method keys (line 198) | def keys(self): method has_key (line 201) | def has_key(self, key): method __contains__ (line 204) | def __contains__(self, key): method iterkeys (line 207) | def iterkeys(self): method __len__ (line 211) | def __len__(self): method close (line 214) | def close(self): method _chmod (line 220) | def _chmod (self, file): function open (line 225) | def open(file, flag=None, mode=0666): FILE: tests/pythons/win32-py27/Lib/dummy_thread.py class error (line 21) | class error(Exception): method __init__ (line 24) | def __init__(self, *args): function start_new_thread (line 27) | def start_new_thread(function, args, kwargs={}): function exit (line 58) | def exit(): function get_ident (line 62) | def get_ident(): function allocate_lock (line 71) | def allocate_lock(): function stack_size (line 75) | def stack_size(size=None): class LockType (line 81) | class LockType(object): method __init__ (line 92) | def __init__(self): method acquire (line 95) | def acquire(self, waitflag=None): method __exit__ (line 118) | def __exit__(self, typ, val, tb): method release (line 121) | def release(self): method locked (line 130) | def locked(self): function interrupt_main (line 138) | def interrupt_main(): FILE: tests/pythons/win32-py27/Lib/email/__init__.py function message_from_string (line 51) | def message_from_string(s, *args, **kws): function message_from_file (line 60) | def message_from_file(fp, *args, **kws): class LazyImporter (line 74) | class LazyImporter(object): method __init__ (line 75) | def __init__(self, module_name): method __getattr__ (line 78) | def __getattr__(self, name): FILE: tests/pythons/win32-py27/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function parsedate (line 143) | def parsedate(data): function mktime_tz (line 152) | def mktime_tz(data): function quote (line 162) | def quote(str): class AddrlistClass (line 172) | class AddrlistClass: method __init__ (line 182) | def __init__(self, field): method gotonext (line 201) | def gotonext(self): method getaddrlist (line 211) | def getaddrlist(self): method getaddress (line 225) | def getaddress(self): method getrouteaddr (line 284) | def getrouteaddr(self): method getaddrspec (line 316) | def getaddrspec(self): method getdomain (line 341) | def getdomain(self): method getdelimited (line 360) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 397) | def getquote(self): method getcomment (line 401) | def getcomment(self): method getdomainliteral (line 405) | def getdomainliteral(self): method getatom (line 409) | def getatom(self, atomends=None): method getphraselist (line 429) | def getphraselist(self): class AddressList (line 452) | class AddressList(AddrlistClass): method __init__ (line 454) | def __init__(self, field): method __len__ (line 461) | def __len__(self): method __add__ (line 464) | def __add__(self, other): method __iadd__ (line 473) | def __iadd__(self, other): method __sub__ (line 480) | def __sub__(self, other): method __isub__ (line 488) | def __isub__(self, other): method __getitem__ (line 495) | def __getitem__(self, index): FILE: tests/pythons/win32-py27/Lib/email/base64mime.py function base64_len (line 52) | def base64_len(s): function header_encode (line 64) | def header_encode(header, charset='iso-8859-1', keep_eols=False, function encode (line 122) | def encode(s, binary=True, maxlinelen=76, eol=NL): function decode (line 160) | def decode(s, convert_eols=None): FILE: tests/pythons/win32-py27/Lib/email/charset.py function add_charset (line 108) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 136) | def add_alias(alias, canonical): function add_codec (line 145) | def add_codec(charset, codecname): class Charset (line 156) | class Charset: method __init__ (line 200) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 238) | def __str__(self): method __eq__ (line 243) | def __eq__(self, other): method __ne__ (line 246) | def __ne__(self, other): method get_body_encoding (line 249) | def get_body_encoding(self): method convert (line 270) | def convert(self, s): method to_splittable (line 277) | def to_splittable(self, s): method from_splittable (line 299) | def from_splittable(self, ustr, to_output=True): method get_output_charset (line 324) | def get_output_charset(self): method encoded_header_len (line 332) | def encoded_header_len(self, s): method header_encode (line 347) | def header_encode(self, s, convert=False): method body_encode (line 378) | def body_encode(self, s, convert=True): FILE: tests/pythons/win32-py27/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function _bencode (line 26) | def _bencode(s): function encode_base64 (line 39) | def encode_base64(msg): function encode_quopri (line 51) | def encode_quopri(msg): function encode_7or8bit (line 63) | def encode_7or8bit(msg): function encode_noop (line 81) | def encode_noop(msg): FILE: tests/pythons/win32-py27/Lib/email/errors.py class MessageError (line 9) | class MessageError(Exception): class MessageParseError (line 13) | class MessageParseError(MessageError): class HeaderParseError (line 17) | class HeaderParseError(MessageParseError): class BoundaryError (line 21) | class BoundaryError(MessageParseError): class MultipartConversionError (line 25) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 29) | class CharsetError(MessageError): class MessageDefect (line 35) | class MessageDefect: method __init__ (line 38) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 47) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 50) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MalformedHeaderDefect (line 53) | class MalformedHeaderDefect(MessageDefect): class MultipartInvariantViolationDefect (line 56) | class MultipartInvariantViolationDefect(MessageDefect): FILE: tests/pythons/win32-py27/Lib/email/feedparser.py class BufferedSubFile (line 43) | class BufferedSubFile(object): method __init__ (line 51) | def __init__(self): method push_eof_matcher (line 61) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 64) | def pop_eof_matcher(self): method close (line 67) | def close(self): method readline (line 73) | def readline(self): method unreadline (line 91) | def unreadline(self, line): method push (line 96) | def push(self, data): method pushlines (line 119) | def pushlines(self, lines): method is_closed (line 123) | def is_closed(self): method __iter__ (line 126) | def __iter__(self): method next (line 129) | def next(self): class FeedParser (line 137) | class FeedParser: method __init__ (line 140) | def __init__(self, _factory=message.Message): method _set_headersonly (line 151) | def _set_headersonly(self): method feed (line 154) | def feed(self, data): method _call_parse (line 159) | def _call_parse(self): method close (line 165) | def close(self): method _new_message (line 177) | def _new_message(self): method _pop_message (line 187) | def _pop_message(self): method _parsegen (line 195) | def _parsegen(self): method _parse_headers (line 431) | def _parse_headers(self, lines): FILE: tests/pythons/win32-py27/Lib/email/generator.py function _is8bitstring (line 22) | def _is8bitstring(s): class Generator (line 32) | class Generator: method __init__ (line 42) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): method write (line 63) | def write(self, s): method flatten (line 67) | def flatten(self, msg, unixfrom=False): method clone (line 85) | def clone(self, fp): method _write (line 93) | def _write(self, msg): method _dispatch (line 120) | def _dispatch(self, msg): method _write_headers (line 140) | def _write_headers(self, msg): method _handle_text (line 172) | def _handle_text(self, msg): method _handle_multipart (line 185) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 243) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 254) | def _handle_message_delivery_status(self, msg): method _handle_message (line 275) | def _handle_message(self, msg): class DecodedGenerator (line 297) | class DecodedGenerator(Generator): method __init__ (line 303) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 331) | def _dispatch(self, msg): function _make_boundary (line 357) | def _make_boundary(text=None): FILE: tests/pythons/win32-py27/Lib/email/header.py function decode_header (line 61) | def decode_header(header): function make_header (line 121) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 144) | class Header: method __init__ (line 145) | def __init__(self, s=None, charset=None, method __str__ (line 198) | def __str__(self): method __unicode__ (line 202) | def __unicode__(self): method __eq__ (line 225) | def __eq__(self, other): method __ne__ (line 230) | def __ne__(self, other): method append (line 233) | def append(self, s, charset=None, errors='strict'): method _split (line 288) | def _split(self, s, charset, maxlinelen, splitchars): method _split_ascii (line 334) | def _split_ascii(self, s, charset, firstlen, splitchars): method _encode_chunks (line 339) | def _encode_chunks(self, newchunks, maxlinelen): method encode (line 374) | def encode(self, splitchars=';, '): function _split_ascii (line 418) | def _split_ascii(s, firstlen, restlen, continuation_ws, splitchars): function _binsplit (line 488) | def _binsplit(splittable, charset, maxlinelen): FILE: tests/pythons/win32-py27/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win32-py27/Lib/email/message.py function _splitparam (line 28) | def _splitparam(param): function _formatparam (line 38) | def _formatparam(param, value=None, quote=True): function _parseparam (line 62) | def _parseparam(s): function _unquotevalue (line 80) | def _unquotevalue(value): class Message (line 92) | class Message: method __init__ (line 107) | def __init__(self): method __str__ (line 118) | def __str__(self): method as_string (line 124) | def as_string(self, unixfrom=False): method is_multipart (line 140) | def is_multipart(self): method set_unixfrom (line 147) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 150) | def get_unixfrom(self): method attach (line 156) | def attach(self, payload): method get_payload (line 168) | def get_payload(self, i=None, decode=False): method set_payload (line 218) | def set_payload(self, payload, charset=None): method set_charset (line 228) | def set_charset(self, charset): method get_charset (line 273) | def get_charset(self): method __len__ (line 281) | def __len__(self): method __getitem__ (line 285) | def __getitem__(self, name): method __setitem__ (line 296) | def __setitem__(self, name, val): method __delitem__ (line 304) | def __delitem__(self, name): method __contains__ (line 316) | def __contains__(self, name): method has_key (line 319) | def has_key(self, name): method keys (line 324) | def keys(self): method values (line 334) | def values(self): method items (line 344) | def items(self): method get (line 354) | def get(self, name, failobj=None): method get_all (line 370) | def get_all(self, name, failobj=None): method add_header (line 388) | def add_header(self, _name, _value, **_params): method replace_header (line 413) | def replace_header(self, _name, _value): method get_content_type (line 432) | def get_content_type(self): method get_content_maintype (line 456) | def get_content_maintype(self): method get_content_subtype (line 465) | def get_content_subtype(self): method get_default_type (line 474) | def get_default_type(self): method set_default_type (line 483) | def set_default_type(self, ctype): method _get_params_preserve (line 492) | def _get_params_preserve(self, failobj, header): method get_params (line 513) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 535) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 571) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 619) | def del_param(self, param, header='content-type', requote=True): method set_type (line 641) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 673) | def get_filename(self, failobj=None): method get_boundary (line 689) | def get_boundary(self, failobj=None): method set_boundary (line 702) | def set_boundary(self, boundary): method get_content_charset (line 747) | def get_content_charset(self, failobj=None): method get_charsets (line 778) | def get_charsets(self, failobj=None): FILE: tests/pythons/win32-py27/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win32-py27/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win32-py27/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win32-py27/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win32-py27/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win32-py27/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win32-py27/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win32-py27/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset='us-ascii'): FILE: tests/pythons/win32-py27/Lib/email/parser.py class Parser (line 17) | class Parser: method __init__ (line 18) | def __init__(self, *args, **kws): method parse (line 56) | def parse(self, fp, headersonly=False): method parsestr (line 74) | def parsestr(self, text, headersonly=False): class HeaderParser (line 86) | class HeaderParser(Parser): method parse (line 87) | def parse(self, fp, headersonly=True): method parsestr (line 90) | def parsestr(self, text, headersonly=True): FILE: tests/pythons/win32-py27/Lib/email/quoprimime.py function header_quopri_check (line 63) | def header_quopri_check(c): function body_quopri_check (line 68) | def body_quopri_check(c): function header_quopri_len (line 73) | def header_quopri_len(s): function body_quopri_len (line 84) | def body_quopri_len(str): function _max_append (line 95) | def _max_append(L, s, maxlen, extra=''): function unquote (line 104) | def unquote(s): function quote (line 109) | def quote(c): function header_encode (line 114) | def header_encode(header, charset="iso-8859-1", keep_eols=False, function encode (line 178) | def encode(body, binary=False, maxlinelen=76, eol=NL): function decode (line 268) | def decode(encoded, eol=NL): function _unquote_match (line 321) | def _unquote_match(match): function header_decode (line 328) | def header_decode(s): FILE: tests/pythons/win32-py27/Lib/email/utils.py function _identity (line 58) | def _identity(s): function _bdecode (line 62) | def _bdecode(s): function fix_eols (line 75) | def fix_eols(s): function formataddr (line 85) | def formataddr(pair): function getaddresses (line 104) | def getaddresses(fieldvalues): function formatdate (line 124) | def formatdate(timeval=None, localtime=False, usegmt=False): function make_msgid (line 177) | def make_msgid(idstring=None): function parsedate (line 202) | def parsedate(data): function parsedate_tz (line 208) | def parsedate_tz(data): function parseaddr (line 214) | def parseaddr(addr): function unquote (line 222) | def unquote(str): function decode_rfc2231 (line 234) | def decode_rfc2231(s): function encode_rfc2231 (line 242) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 260) | def decode_params(params): function collapse_rfc2231_value (line 313) | def collapse_rfc2231_value(value, errors='replace', FILE: tests/pythons/win32-py27/Lib/encodings/__init__.py class CodecRegistryError (line 46) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 49) | def normalize_encoding(encoding): function search_function (line 71) | def search_function(encoding): FILE: tests/pythons/win32-py27/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/base64_codec.py function base64_encode (line 13) | def base64_encode(input,errors='strict'): function base64_decode (line 27) | def base64_decode(input,errors='strict'): class Codec (line 45) | class Codec(codecs.Codec): method encode (line 47) | def encode(self, input,errors='strict'): method decode (line 49) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 52) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 53) | def encode(self, input, final=False): class IncrementalDecoder (line 57) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 58) | def decode(self, input, final=False): class StreamWriter (line 62) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 65) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 70) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input,errors='strict'): function bz2_decode (line 29) | def bz2_decode(input,errors='strict'): class Codec (line 47) | class Codec(codecs.Codec): method encode (line 49) | def encode(self, input, errors='strict'): method decode (line 51) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 54) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 55) | def __init__(self, errors='strict'): method encode (line 60) | def encode(self, input, final=False): method reset (line 67) | def reset(self): class IncrementalDecoder (line 70) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 71) | def __init__(self, errors='strict'): method decode (line 76) | def decode(self, input, final=False): method reset (line 82) | def reset(self): class StreamWriter (line 85) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 88) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 93) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/hex_codec.py function hex_encode (line 13) | def hex_encode(input,errors='strict'): function hex_decode (line 27) | def hex_decode(input,errors='strict'): class Codec (line 45) | class Codec(codecs.Codec): method encode (line 47) | def encode(self, input,errors='strict'): method decode (line 49) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 52) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 53) | def encode(self, input, final=False): class IncrementalDecoder (line 57) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 58) | def decode(self, input, final=False): class StreamWriter (line 62) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 65) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 70) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self,input,errors='strict'): method decode (line 168) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 197) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 198) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 231) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 232) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 271) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 274) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 279) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/punycode.py function segregate (line 11) | def segregate(str): function selective_len (line 24) | def selective_len(str, max): function selective_find (line 32) | def selective_find(str, char, index, pos): function insertion_unsort (line 50) | def insertion_unsort(str, extended): function T (line 72) | def T(j, bias): function generate_generalized_integer (line 80) | def generate_generalized_integer(N, bias): function adapt (line 93) | def adapt(delta, first, numchars): function generate_integers (line 108) | def generate_integers(baselen, deltas): function punycode_encode (line 119) | def punycode_encode(text): function decode_generalized_number (line 130) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 160) | def insertion_sort(base, extended, errors): function punycode_decode (line 185) | def punycode_decode(text, errors): class Codec (line 199) | class Codec(codecs.Codec): method encode (line 201) | def encode(self,input,errors='strict'): method decode (line 205) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 211) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 212) | def encode(self, input, final=False): class IncrementalDecoder (line 215) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 216) | def decode(self, input, final=False): class StreamWriter (line 221) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 224) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 229) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/quopri_codec.py function quopri_encode (line 12) | def quopri_encode(input, errors='strict'): function quopri_decode (line 28) | def quopri_decode(input, errors='strict'): class Codec (line 43) | class Codec(codecs.Codec): method encode (line 45) | def encode(self, input,errors='strict'): method decode (line 47) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 50) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 51) | def encode(self, input, final=False): class IncrementalDecoder (line 54) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 55) | def decode(self, input, final=False): class StreamWriter (line 58) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 61) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 66) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): function rot13 (line 113) | def rot13(infile, outfile): FILE: tests/pythons/win32-py27/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/string_escape.py class Codec (line 10) | class Codec(codecs.Codec): class IncrementalEncoder (line 15) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 16) | def encode(self, input, final=False): class IncrementalDecoder (line 19) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 20) | def decode(self, input, final=False): class StreamWriter (line 23) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 26) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): class StreamWriter (line 75) | class StreamWriter(codecs.StreamWriter): method __init__ (line 76) | def __init__(self, stream, errors='strict'): method reset (line 80) | def reset(self): method encode (line 84) | def encode(self, input, errors='strict'): class StreamReader (line 95) | class StreamReader(codecs.StreamReader): method reset (line 97) | def reset(self): method decode (line 104) | def decode(self, input, errors='strict'): function getregentry (line 117) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 17) | def decode(input, errors='strict'): class IncrementalEncoder (line 25) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 26) | def __init__(self, errors='strict'): method encode (line 30) | def encode(self, input, final=False): method reset (line 37) | def reset(self): method getstate (line 41) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 47) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 48) | def __init__(self, errors='strict'): method _buffer_decode (line 52) | def _buffer_decode(self, input, errors, final): method reset (line 68) | def reset(self): class StreamWriter (line 72) | class StreamWriter(codecs.StreamWriter): method reset (line 73) | def reset(self): method encode (line 80) | def encode(self, input, errors='strict'): class StreamReader (line 84) | class StreamReader(codecs.StreamReader): method reset (line 85) | def reset(self): method decode (line 92) | def decode(self, input, errors='strict'): function getregentry (line 108) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/uu_codec.py function uu_encode (line 15) | def uu_encode(input,errors='strict',filename='',mode=0666): function uu_decode (line 44) | def uu_decode(input,errors='strict'): class Codec (line 96) | class Codec(codecs.Codec): method encode (line 98) | def encode(self,input,errors='strict'): method decode (line 101) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 104) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 105) | def encode(self, input, final=False): class IncrementalDecoder (line 108) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 109) | def decode(self, input, final=False): class StreamWriter (line 112) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 115) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 120) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input,errors='strict'): function zlib_decode (line 28) | def zlib_decode(input,errors='strict'): class Codec (line 46) | class Codec(codecs.Codec): method encode (line 48) | def encode(self, input, errors='strict'): method decode (line 50) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 53) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 54) | def __init__(self, errors='strict'): method encode (line 59) | def encode(self, input, final=False): method reset (line 66) | def reset(self): class IncrementalDecoder (line 69) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 70) | def __init__(self, errors='strict'): method decode (line 75) | def decode(self, input, final=False): method reset (line 82) | def reset(self): class StreamWriter (line 85) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 88) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 93) | def getregentry(): FILE: tests/pythons/win32-py27/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=1): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=1): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win32-py27/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=0, backup="", bufsize=0, function close (line 105) | def close(): function nextfile (line 113) | def nextfile(): function filename (line 127) | def filename(): function lineno (line 136) | def lineno(): function filelineno (line 146) | def filelineno(): function fileno (line 156) | def fileno(): function isfirstline (line 165) | def isfirstline(): function isstdin (line 174) | def isstdin(): class FileInput (line 183) | class FileInput: method __init__ (line 196) | def __init__(self, files=None, inplace=0, backup="", bufsize=0, method __del__ (line 232) | def __del__(self): method close (line 235) | def close(self): method __iter__ (line 239) | def __iter__(self): method next (line 242) | def next(self): method __getitem__ (line 257) | def __getitem__(self, i): method nextfile (line 265) | def nextfile(self): method readline (line 291) | def readline(self): method filename (line 352) | def filename(self): method lineno (line 355) | def lineno(self): method filelineno (line 358) | def filelineno(self): method fileno (line 361) | def fileno(self): method isfirstline (line 370) | def isfirstline(self): method isstdin (line 373) | def isstdin(self): function hook_compressed (line 377) | def hook_compressed(filename, mode): function hook_encoded (line 389) | def hook_encoded(encoding): function _test (line 396) | def _test(): FILE: tests/pythons/win32-py27/Lib/fnmatch.py function _purge (line 20) | def _purge(): function fnmatch (line 24) | def fnmatch(name, pat): function filter (line 45) | def filter(names, pat): function fnmatchcase (line 67) | def fnmatchcase(name, pat): function translate (line 81) | def translate(pat): FILE: tests/pythons/win32-py27/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win32-py27/Lib/fpformat.py class NotANumber (line 30) | class NotANumber(ValueError): function extract (line 35) | def extract(s): function unexpo (line 50) | def unexpo(intpart, fraction, expo): function roundfrac (line 64) | def roundfrac(intpart, fraction, digs): function fix (line 90) | def fix(x, digs): function sci (line 106) | def sci(x, digs): function test (line 138) | def test(): FILE: tests/pythons/win32-py27/Lib/fractions.py function gcd (line 18) | def gcd(a, b): class Fraction (line 44) | class Fraction(Rational): method __new__ (line 68) | def __new__(cls, numerator=0, denominator=None): method from_float (line 169) | def from_float(cls, f): method from_decimal (line 185) | def from_decimal(cls, dec): method limit_denominator (line 206) | def limit_denominator(self, max_denominator=1000000): method numerator (line 262) | def numerator(a): method denominator (line 266) | def denominator(a): method __repr__ (line 269) | def __repr__(self): method __str__ (line 273) | def __str__(self): method _operator_fallbacks (line 280) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 387) | def _add(a, b): method _sub (line 395) | def _sub(a, b): method _mul (line 403) | def _mul(a, b): method _div (line 409) | def _div(a, b): method __floordiv__ (line 417) | def __floordiv__(a, b): method __rfloordiv__ (line 429) | def __rfloordiv__(b, a): method __mod__ (line 441) | def __mod__(a, b): method __rmod__ (line 446) | def __rmod__(b, a): method __pow__ (line 451) | def __pow__(a, b): method __rpow__ (line 475) | def __rpow__(b, a): method __pos__ (line 489) | def __pos__(a): method __neg__ (line 493) | def __neg__(a): method __abs__ (line 497) | def __abs__(a): method __trunc__ (line 501) | def __trunc__(a): method __hash__ (line 508) | def __hash__(self): method __eq__ (line 527) | def __eq__(a, b): method _richcmp (line 546) | def _richcmp(self, other, op): method __lt__ (line 572) | def __lt__(a, b): method __gt__ (line 576) | def __gt__(a, b): method __le__ (line 580) | def __le__(a, b): method __ge__ (line 584) | def __ge__(a, b): method __nonzero__ (line 588) | def __nonzero__(a): method __reduce__ (line 594) | def __reduce__(self): method __copy__ (line 597) | def __copy__(self): method __deepcopy__ (line 602) | def __deepcopy__(self, memo): FILE: tests/pythons/win32-py27/Lib/ftplib.py class Error (line 63) | class Error(Exception): pass class error_reply (line 64) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 65) | class error_temp(Error): pass # 4xx errors class error_perm (line 66) | class error_perm(Error): pass # 5xx errors class error_proto (line 67) | class error_proto(Error): pass # response does not begin with [... class FTP (line 79) | class FTP: method __init__ (line 116) | def __init__(self, host='', user='', passwd='', acct='', method connect (line 124) | def connect(self, host='', port=0, timeout=-999): method getwelcome (line 141) | def getwelcome(self): method set_debuglevel (line 148) | def set_debuglevel(self, level): method set_pasv (line 157) | def set_pasv(self, val): method sanitize (line 164) | def sanitize(self, s): method putline (line 173) | def putline(self, line): method putcmd (line 179) | def putcmd(self, line): method getline (line 185) | def getline(self): method getmultiline (line 200) | def getmultiline(self): method getresp (line 214) | def getresp(self): method voidresp (line 227) | def voidresp(self): method abort (line 234) | def abort(self): method sendcmd (line 246) | def sendcmd(self, cmd): method voidcmd (line 251) | def voidcmd(self, cmd): method sendport (line 256) | def sendport(self, host, port): method sendeprt (line 266) | def sendeprt(self, host, port): method makeport (line 279) | def makeport(self): method makepasv (line 310) | def makepasv(self): method ntransfercmd (line 317) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 374) | def transfercmd(self, cmd, rest=None): method login (line 378) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 399) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 423) | def retrlines(self, cmd, callback = None): method storbinary (line 455) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 480) | def storlines(self, cmd, fp, callback=None): method acct (line 507) | def acct(self, password): method nlst (line 512) | def nlst(self, *args): method dir (line 521) | def dir(self, *args): method rename (line 536) | def rename(self, fromname, toname): method delete (line 543) | def delete(self, filename): method cwd (line 551) | def cwd(self, dirname): method size (line 564) | def size(self, filename): method mkd (line 575) | def mkd(self, dirname): method rmd (line 580) | def rmd(self, dirname): method pwd (line 584) | def pwd(self): method quit (line 589) | def quit(self): method close (line 595) | def close(self): class FTP_TLS (line 608) | class FTP_TLS(FTP): method __init__ (line 643) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 650) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 655) | def auth(self): method prot_p (line 668) | def prot_p(self): method prot_c (line 684) | def prot_c(self): method ntransfercmd (line 692) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 699) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 715) | def retrlines(self, cmd, callback = None): method storbinary (line 741) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 757) | def storlines(self, cmd, fp, callback=None): function parse150 (line 784) | def parse150(resp): function parse227 (line 807) | def parse227(resp): function parse229 (line 827) | def parse229(resp, peer): function parse257 (line 849) | def parse257(resp): function print_line (line 872) | def print_line(line): function ftpcp (line 877) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 896) | class Netrc: method __init__ (line 908) | def __init__(self, filename=None): method get_hosts (line 975) | def get_hosts(self): method get_account (line 979) | def get_account(self, host): method get_macros (line 995) | def get_macros(self): method get_macro (line 999) | def get_macro(self, macro): function test (line 1005) | def test(): FILE: tests/pythons/win32-py27/Lib/functools.py function update_wrapper (line 17) | def update_wrapper(wrapper, function wraps (line 39) | def wraps(wrapped, function total_ordering (line 53) | def total_ordering(cls): function cmp_to_key (line 80) | def cmp_to_key(mycmp): FILE: tests/pythons/win32-py27/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win32-py27/Lib/getopt.py class GetoptError (line 38) | class GetoptError(Exception): method __init__ (line 41) | def __init__(self, msg, opt=''): method __str__ (line 46) | def __str__(self): function getopt (line 51) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 94) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 144) | def do_longs(opts, opt, longopts, args): function long_has_args (line 166) | def long_has_args(opt, longopts): function do_shorts (line 187) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 202) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win32-py27/Lib/getpass.py class GetPassWarning (line 23) | class GetPassWarning(UserWarning): pass function unix_getpass (line 26) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 89) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 112) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 121) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 141) | def getuser(): FILE: tests/pythons/win32-py27/Lib/gettext.py function test (line 61) | def test(condition, true, false): function c2py (line 75) | def c2py(plural): function _expand_lang (line 130) | def _expand_lang(locale): class NullTranslations (line 173) | class NullTranslations: method __init__ (line 174) | def __init__(self, fp=None): method _parse (line 182) | def _parse(self, fp): method add_fallback (line 185) | def add_fallback(self, fallback): method gettext (line 191) | def gettext(self, message): method lgettext (line 196) | def lgettext(self, message): method ngettext (line 201) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 209) | def lngettext(self, msgid1, msgid2, n): method ugettext (line 217) | def ugettext(self, message): method ungettext (line 222) | def ungettext(self, msgid1, msgid2, n): method info (line 230) | def info(self): method charset (line 233) | def charset(self): method output_charset (line 236) | def output_charset(self): method set_output_charset (line 239) | def set_output_charset(self, charset): method install (line 242) | def install(self, unicode=False, names=None): class GNUTranslations (line 257) | class GNUTranslations(NullTranslations): method _parse (line 262) | def _parse(self, fp): method gettext (line 343) | def gettext(self, message): method lgettext (line 357) | def lgettext(self, message): method ngettext (line 368) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 384) | def lngettext(self, msgid1, msgid2, n): method ugettext (line 398) | def ugettext(self, message): method ungettext (line 407) | def ungettext(self, msgid1, msgid2, n): function find (line 421) | def find(domain, localedir=None, languages=None, all=0): function translation (line 461) | def translation(domain, localedir=None, languages=None, function install (line 492) | def install(domain, localedir=None, unicode=False, codeset=None, names=N... function textdomain (line 506) | def textdomain(domain=None): function bindtextdomain (line 513) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 520) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 527) | def dgettext(domain, message): function ldgettext (line 535) | def ldgettext(domain, message): function dngettext (line 543) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 554) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 565) | def gettext(message): function lgettext (line 568) | def lgettext(message): function ngettext (line 571) | def ngettext(msgid1, msgid2, n): function lngettext (line 574) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win32-py27/Lib/glob.py class _unicode (line 13) | class _unicode(object): function glob (line 18) | def glob(pathname): function iglob (line 29) | def iglob(pathname): function glob1 (line 66) | def glob1(dirname, pattern): function glob0 (line 80) | def glob0(dirname, basename): function has_magic (line 94) | def has_magic(s): FILE: tests/pythons/win32-py27/Lib/gzip.py function write32u (line 19) | def write32u(output, value): function read32 (line 24) | def read32(input): function open (line 27) | def open(filename, mode="rb", compresslevel=9): class GzipFile (line 36) | class GzipFile(io.BufferedIOBase): method __init__ (line 45) | def __init__(self, filename=None, mode=None, method filename (line 139) | def filename(self): method __repr__ (line 146) | def __repr__(self): method _check_closed (line 150) | def _check_closed(self): method _init_write (line 157) | def _init_write(self, filename): method _write_gzip_header (line 164) | def _write_gzip_header(self): method _init_read (line 183) | def _init_read(self): method _read_gzip_header (line 187) | def _read_gzip_header(self): method write (line 220) | def write(self,data): method read (line 241) | def read(self, size=-1): method _unread (line 274) | def _unread(self, buf): method _read (line 278) | def _read(self, size=1024): method _add_read_data (line 328) | def _add_read_data(self, data): method _read_eof (line 336) | def _read_eof(self): method closed (line 361) | def closed(self): method close (line 364) | def close(self): method flush (line 379) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 386) | def fileno(self): method rewind (line 394) | def rewind(self): method readable (line 406) | def readable(self): method writable (line 409) | def writable(self): method seekable (line 412) | def seekable(self): method seek (line 415) | def seek(self, offset, whence=0): method readline (line 439) | def readline(self, size=-1): function _test (line 479) | def _test(): FILE: tests/pythons/win32-py27/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, string=''): function __hash_new (line 113) | def __hash_new(name, string=''): FILE: tests/pythons/win32-py27/Lib/heapq.py function cmp_lt (line 135) | def cmp_lt(x, y): function heappush (line 140) | def heappush(heap, item): function heappop (line 145) | def heappop(heap): function heapreplace (line 156) | def heapreplace(heap, item): function heappushpop (line 172) | def heappushpop(heap, item): function heapify (line 179) | def heapify(x): function _heappushpop_max (line 190) | def _heappushpop_max(heap, item): function _heapify_max (line 197) | def _heapify_max(x): function nlargest (line 203) | def nlargest(n, iterable): function nsmallest (line 221) | def nsmallest(n, iterable): function _siftdown (line 242) | def _siftdown(heap, startpos, pos): function _siftup (line 295) | def _siftup(heap, pos): function _siftdown_max (line 315) | def _siftdown_max(heap, startpos, pos): function _siftup_max (line 330) | def _siftup_max(heap, pos): function merge (line 357) | def merge(*iterables): function nsmallest (line 399) | def nsmallest(n, iterable, key=None): function nlargest (line 436) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win32-py27/Lib/hmac.py class HMAC (line 20) | class HMAC: method __init__ (line 27) | def __init__(self, key, msg = None, digestmod = None): method update (line 80) | def update(self, msg): method copy (line 85) | def copy(self): method _current (line 97) | def _current(self): method digest (line 106) | def digest(self): method hexdigest (line 116) | def hexdigest(self): function new (line 122) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win32-py27/Lib/hotshot/__init__.py class Profile (line 10) | class Profile: method __init__ (line 11) | def __init__(self, logfn, lineevents=0, linetimings=1): method close (line 26) | def close(self): method fileno (line 30) | def fileno(self): method start (line 34) | def start(self): method stop (line 38) | def stop(self): method addinfo (line 42) | def addinfo(self, key, value): method run (line 49) | def run(self, cmd): method runctx (line 60) | def runctx(self, cmd, globals, locals): method runcall (line 70) | def runcall(self, func, *args, **kw): FILE: tests/pythons/win32-py27/Lib/hotshot/log.py class LogReader (line 23) | class LogReader: method __init__ (line 24) | def __init__(self, logfn): method close (line 47) | def close(self): method fileno (line 50) | def fileno(self): method addinfo (line 54) | def addinfo(self, key, value): method get_filename (line 68) | def get_filename(self, fileno): method get_filenames (line 74) | def get_filenames(self): method get_fileno (line 77) | def get_fileno(self, filename): method get_funcname (line 84) | def get_funcname(self, fileno, lineno): method next (line 95) | def next(self, index=0): method __iter__ (line 134) | def __iter__(self): method _decode_location (line 141) | def _decode_location(self, fileno, lineno): method _loadfile (line 160) | def _loadfile(self, fileno): FILE: tests/pythons/win32-py27/Lib/hotshot/stats.py function load (line 11) | def load(filename): class StatsLoader (line 15) | class StatsLoader: method __init__ (line 16) | def __init__(self, logfn): method load (line 22) | def load(self): method new_frame (line 54) | def new_frame(self, *args): class Profile (line 74) | class Profile(profile.Profile): method simulate_cmd_complete (line 75) | def simulate_cmd_complete(self): class FakeCode (line 79) | class FakeCode: method __init__ (line 80) | def __init__(self, filename, firstlineno, funcname): class FakeFrame (line 86) | class FakeFrame: method __init__ (line 87) | def __init__(self, code, back): function _brokentimer (line 92) | def _brokentimer(): FILE: tests/pythons/win32-py27/Lib/hotshot/stones.py function main (line 7) | def main(logfile): FILE: tests/pythons/win32-py27/Lib/htmllib.py class HTMLParseError (line 19) | class HTMLParseError(sgmllib.SGMLParseError): class HTMLParser (line 23) | class HTMLParser(sgmllib.SGMLParser): method __init__ (line 34) | def __init__(self, formatter, verbose=0): method error (line 44) | def error(self, message): method reset (line 47) | def reset(self): method handle_data (line 63) | def handle_data(self, data): method save_bgn (line 74) | def save_bgn(self): method save_end (line 84) | def save_end(self): method anchor_bgn (line 101) | def anchor_bgn(self, href, name, type): method anchor_end (line 115) | def anchor_end(self): method handle_image (line 128) | def handle_image(self, src, alt, *args): method start_html (line 139) | def start_html(self, attrs): pass method end_html (line 140) | def end_html(self): pass method start_head (line 142) | def start_head(self, attrs): pass method end_head (line 143) | def end_head(self): pass method start_body (line 145) | def start_body(self, attrs): pass method end_body (line 146) | def end_body(self): pass method start_title (line 150) | def start_title(self, attrs): method end_title (line 153) | def end_title(self): method do_base (line 156) | def do_base(self, attrs): method do_isindex (line 161) | def do_isindex(self, attrs): method do_link (line 164) | def do_link(self, attrs): method do_meta (line 167) | def do_meta(self, attrs): method do_nextid (line 170) | def do_nextid(self, attrs): # Deprecated method start_h1 (line 177) | def start_h1(self, attrs): method end_h1 (line 181) | def end_h1(self): method start_h2 (line 185) | def start_h2(self, attrs): method end_h2 (line 189) | def end_h2(self): method start_h3 (line 193) | def start_h3(self, attrs): method end_h3 (line 197) | def end_h3(self): method start_h4 (line 201) | def start_h4(self, attrs): method end_h4 (line 205) | def end_h4(self): method start_h5 (line 209) | def start_h5(self, attrs): method end_h5 (line 213) | def end_h5(self): method start_h6 (line 217) | def start_h6(self, attrs): method end_h6 (line 221) | def end_h6(self): method do_p (line 227) | def do_p(self, attrs): method start_pre (line 230) | def start_pre(self, attrs): method end_pre (line 235) | def end_pre(self): method start_xmp (line 240) | def start_xmp(self, attrs): method end_xmp (line 244) | def end_xmp(self): method start_listing (line 247) | def start_listing(self, attrs): method end_listing (line 251) | def end_listing(self): method start_address (line 254) | def start_address(self, attrs): method end_address (line 258) | def end_address(self): method start_blockquote (line 262) | def start_blockquote(self, attrs): method end_blockquote (line 266) | def end_blockquote(self): method start_ul (line 272) | def start_ul(self, attrs): method end_ul (line 277) | def end_ul(self): method do_li (line 282) | def do_li(self, attrs): method start_ol (line 291) | def start_ol(self, attrs): method end_ol (line 301) | def end_ol(self): method start_menu (line 306) | def start_menu(self, attrs): method end_menu (line 309) | def end_menu(self): method start_dir (line 312) | def start_dir(self, attrs): method end_dir (line 315) | def end_dir(self): method start_dl (line 318) | def start_dl(self, attrs): method end_dl (line 322) | def end_dl(self): method do_dt (line 326) | def do_dt(self, attrs): method do_dd (line 329) | def do_dd(self, attrs): method ddpop (line 334) | def ddpop(self, bl=0): method start_cite (line 345) | def start_cite(self, attrs): self.start_i(attrs) method end_cite (line 346) | def end_cite(self): self.end_i() method start_code (line 348) | def start_code(self, attrs): self.start_tt(attrs) method end_code (line 349) | def end_code(self): self.end_tt() method start_em (line 351) | def start_em(self, attrs): self.start_i(attrs) method end_em (line 352) | def end_em(self): self.end_i() method start_kbd (line 354) | def start_kbd(self, attrs): self.start_tt(attrs) method end_kbd (line 355) | def end_kbd(self): self.end_tt() method start_samp (line 357) | def start_samp(self, attrs): self.start_tt(attrs) method end_samp (line 358) | def end_samp(self): self.end_tt() method start_strong (line 360) | def start_strong(self, attrs): self.start_b(attrs) method end_strong (line 361) | def end_strong(self): self.end_b() method start_var (line 363) | def start_var(self, attrs): self.start_i(attrs) method end_var (line 364) | def end_var(self): self.end_i() method start_i (line 368) | def start_i(self, attrs): method end_i (line 370) | def end_i(self): method start_b (line 373) | def start_b(self, attrs): method end_b (line 375) | def end_b(self): method start_tt (line 378) | def start_tt(self, attrs): method end_tt (line 380) | def end_tt(self): method start_a (line 383) | def start_a(self, attrs): method end_a (line 397) | def end_a(self): method do_br (line 402) | def do_br(self, attrs): method do_hr (line 407) | def do_hr(self, attrs): method do_img (line 412) | def do_img(self, attrs): method do_plaintext (line 438) | def do_plaintext(self, attrs): method unknown_starttag (line 444) | def unknown_starttag(self, tag, attrs): method unknown_endtag (line 447) | def unknown_endtag(self, tag): function test (line 451) | def test(args = None): FILE: tests/pythons/win32-py27/Lib/httplib.py class HTTPMessage (line 218) | class HTTPMessage(mimetools.Message): method addheader (line 220) | def addheader(self, key, value): method addcontinue (line 229) | def addcontinue(self, key, more): method readheaders (line 234) | def readheaders(self): class HTTPResponse (line 325) | class HTTPResponse: method __init__ (line 335) | def __init__(self, sock, debuglevel=0, strict=0, method=None, bufferin... method _read_status (line 363) | def _read_status(self): method begin (line 402) | def begin(self): method _check_close (line 488) | def _check_close(self): method close (line 518) | def close(self): method isclosed (line 523) | def isclosed(self): method read (line 534) | def read(self, amt=None): method _read_chunked (line 579) | def _read_chunked(self, amt): method _safe_read (line 637) | def _safe_read(self, amt): method fileno (line 665) | def fileno(self): method getheader (line 668) | def getheader(self, name, default=None): method getheaders (line 673) | def getheaders(self): class HTTPConnection (line 680) | class HTTPConnection: method __init__ (line 691) | def __init__(self, host, port=None, strict=None, method set_tunnel (line 708) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 721) | def _set_hostport(self, host, port): method set_debuglevel (line 741) | def set_debuglevel(self, level): method _tunnel (line 744) | def _tunnel(self): method connect (line 769) | def connect(self): method close (line 777) | def close(self): method send (line 787) | def send(self, data): method _output (line 807) | def _output(self, s): method _send_output (line 814) | def _send_output(self, message_body=None): method putrequest (line 835) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 945) | def putheader(self, header, *values): method endheaders (line 956) | def endheaders(self, message_body=None): method request (line 971) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 975) | def _set_content_length(self, body): method _send_request (line 992) | def _send_request(self, method, url, body, headers): method getresponse (line 1009) | def getresponse(self, buffering=False): class HTTP (line 1059) | class HTTP: method __init__ (line 1069) | def __init__(self, host='', port=None, strict=None): method _setup (line 1081) | def _setup(self, conn): method connect (line 1096) | def connect(self, host=None, port=None): method getfile (line 1103) | def getfile(self): method getreply (line 1107) | def getreply(self, buffering=False): method close (line 1140) | def close(self): class HTTPSConnection (line 1155) | class HTTPSConnection(HTTPConnection): method __init__ (line 1160) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1168) | def connect(self): class HTTPS (line 1180) | class HTTPS(HTTP): method __init__ (line 1190) | def __init__(self, host='', port=None, key_file=None, cert_file=None, function FakeSocket (line 1206) | def FakeSocket (sock, sslobj): class HTTPException (line 1213) | class HTTPException(Exception): class NotConnected (line 1218) | class NotConnected(HTTPException): class InvalidURL (line 1221) | class InvalidURL(HTTPException): class UnknownProtocol (line 1224) | class UnknownProtocol(HTTPException): method __init__ (line 1225) | def __init__(self, version): class UnknownTransferEncoding (line 1229) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1232) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1235) | class IncompleteRead(HTTPException): method __init__ (line 1236) | def __init__(self, partial, expected=None): method __repr__ (line 1240) | def __repr__(self): method __str__ (line 1246) | def __str__(self): class ImproperConnectionState (line 1249) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1252) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1255) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1258) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1261) | class BadStatusLine(HTTPException): method __init__ (line 1262) | def __init__(self, line): class LineTooLong (line 1268) | class LineTooLong(HTTPException): method __init__ (line 1269) | def __init__(self, line_type): class LineAndFileWrapper (line 1276) | class LineAndFileWrapper: method __init__ (line 1284) | def __init__(self, line, file): method __getattr__ (line 1291) | def __getattr__(self, attr): method _done (line 1294) | def _done(self): method read (line 1303) | def read(self, amt=None): method readline (line 1325) | def readline(self): method readlines (line 1333) | def readlines(self, size=None): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/__init__.py function load_tests (line 3) | def load_tests(loader, standard_tests, pattern): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/mock_idle.py class Editor (line 8) | class Editor(object): method __init__ (line 11) | def __init__(self, flist=None, filename=None, key=None, root=None): method get_selection_indices (line 15) | def get_selection_indices(self): class UndoDelegator (line 20) | class UndoDelegator(object): method undo_block_start (line 24) | def undo_block_start(*args): method undo_block_stop (line 26) | def undo_block_stop(*args): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/mock_tk.py class Var (line 7) | class Var(object): method __init__ (line 9) | def __init__(self, master=None, value=None, name=None): method set (line 13) | def set(self, value): method get (line 15) | def get(self): class Mbox_func (line 18) | class Mbox_func(object): method __init__ (line 24) | def __init__(self): method __call__ (line 26) | def __call__(self, title, message, *args, **kwds): class Mbox (line 34) | class Mbox(object): class Text (line 71) | class Text(object): method __init__ (line 84) | def __init__(self, master=None, cnf={}, **kw): method index (line 92) | def index(self, index): method _decode (line 96) | def _decode(self, index, endflag=0): method _endex (line 147) | def _endex(self, endflag): method insert (line 162) | def insert(self, index, chars): method get (line 178) | def get(self, index1, index2=None): method delete (line 197) | def delete(self, index1, index2=None): method compare (line 228) | def compare(self, index1, op, index2): method mark_set (line 250) | def mark_set(self, name, index): method mark_unset (line 254) | def mark_unset(self, *markNames): method tag_remove (line 257) | def tag_remove(self, tagName, index1, index2=None): method scan_dragto (line 264) | def scan_dragto(self, x, y): method scan_mark (line 267) | def scan_mark(self, x, y): method see (line 270) | def see(self, index): method bind (line 277) | def bind(sequence=None, func=None, add=None): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_calltips.py class Get_entityTest (line 5) | class Get_entityTest(unittest.TestCase): method test_bad_entity (line 8) | def test_bad_entity(self): method test_good_entity (line 10) | def test_good_entity(self): class Py2Test (line 13) | class Py2Test(unittest.TestCase): method test_paramtuple_float (line 14) | def test_paramtuple_float(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_config_name.py class Dummy_name_dialog (line 8) | class Dummy_name_dialog(object): method destroy (line 18) | def destroy(self): class ConfigNameTest (line 25) | class ConfigNameTest(unittest.TestCase): method setUpClass (line 29) | def setUpClass(cls): method tearDownClass (line 33) | def tearDownClass(cls): method test_blank_name (line 36) | def test_blank_name(self): method test_used_name (line 42) | def test_used_name(self): method test_long_name (line 48) | def test_long_name(self): method test_good_name (line 54) | def test_good_name(self): method test_ok (line 60) | def test_ok(self): method test_cancel (line 67) | def test_cancel(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_delegator.py class DelegatorTest (line 4) | class DelegatorTest(unittest.TestCase): method test_mydel (line 6) | def test_mydel(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_formatparagraph.py class Is_Get_Test (line 9) | class Is_Get_Test(unittest.TestCase): method test_is_all_white (line 17) | def test_is_all_white(self): method test_get_indent (line 22) | def test_get_indent(self): method test_get_comment_header (line 29) | def test_get_comment_header(self): class FindTest (line 40) | class FindTest(unittest.TestCase): method setUpClass (line 51) | def setUpClass(cls): method runcase (line 55) | def runcase(self, inserttext, stopline, expected): method test_find_comment (line 68) | def test_find_comment(self): method test_find_paragraph (line 122) | def test_find_paragraph(self): class ReformatFunctionTest (line 159) | class ReformatFunctionTest(unittest.TestCase): method test_reformat_paragrah (line 162) | def test_reformat_paragrah(self): class ReformatCommentTest (line 185) | class ReformatCommentTest(unittest.TestCase): method test_reformat_comment (line 188) | def test_reformat_comment(self): class FormatClassTest (line 211) | class FormatClassTest(unittest.TestCase): method test_init_close (line 212) | def test_init_close(self): class TextWrapper (line 230) | class TextWrapper: method __init__ (line 231) | def __init__(self, master): method __getattr__ (line 233) | def __getattr__(self, name): method undo_block_start (line 235) | def undo_block_start(self): pass method undo_block_stop (line 236) | def undo_block_stop(self): pass class Editor (line 238) | class Editor: method __init__ (line 239) | def __init__(self, root): class FormatEventTest (line 243) | class FormatEventTest(unittest.TestCase): method setUpClass (line 269) | def setUpClass(cls): method tearDownClass (line 278) | def tearDownClass(cls): method test_short_line (line 281) | def test_short_line(self): method test_long_line (line 287) | def test_long_line(self): method test_multiple_lines (line 314) | def test_multiple_lines(self): method test_comment_block (line 329) | def test_comment_block(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_grep.py class Dummy_searchengine (line 16) | class Dummy_searchengine: method getpat (line 21) | def getpat(self): class Dummy_grep (line 26) | class Dummy_grep: method close (line 34) | def close(self): # gui method class FindfilesTest (line 39) | class FindfilesTest(unittest.TestCase): class Grep_itTest (line 46) | class Grep_itTest(unittest.TestCase): method report (line 51) | def report(self, pat): method test_unfound (line 59) | def test_unfound(self): method test_found (line 66) | def test_found(self): class Default_commandTest (line 76) | class Default_commandTest(unittest.TestCase): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_idlehistory.py class StoreTest (line 13) | class StoreTest(unittest.TestCase): method setUpClass (line 17) | def setUpClass(cls): method tearDown (line 21) | def tearDown(self): method test_init (line 25) | def test_init(self): method test_store_short (line 33) | def test_store_short(self): method test_store_dup (line 39) | def test_store_dup(self): method test_store_reset (line 47) | def test_store_reset(self): class TextWrapper (line 55) | class TextWrapper: method __init__ (line 56) | def __init__(self, master): method __getattr__ (line 59) | def __getattr__(self, name): method bell (line 61) | def bell(self): class FetchTest (line 64) | class FetchTest(unittest.TestCase): method setUpClass (line 68) | def setUpClass(cls): method setUp (line 72) | def setUp(self): method tearDownClass (line 81) | def tearDownClass(cls): method fetch_test (line 84) | def fetch_test(self, reverse, line, prefix, index, bell=False): method test_fetch_prev_cyclic (line 100) | def test_fetch_prev_cyclic(self): method test_fetch_next_cyclic (line 107) | def test_fetch_next_cyclic(self): method test_fetch_prev_prefix (line 115) | def test_fetch_prev_prefix(self): method test_fetch_next_prefix (line 121) | def test_fetch_next_prefix(self): method test_fetch_prev_noncyclic (line 127) | def test_fetch_prev_noncyclic(self): method test_fetch_next_noncyclic (line 135) | def test_fetch_next_noncyclic(self): method test_fetch_cursor_move (line 144) | def test_fetch_cursor_move(self): method test_fetch_edit (line 150) | def test_fetch_edit(self): method test_history_prev_next (line 157) | def test_history_prev_next(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_pathbrowser.py class PathBrowserTest (line 4) | class PathBrowserTest(unittest.TestCase): method test_DirBrowserTreeItem (line 6) | def test_DirBrowserTreeItem(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_rstrip.py class rstripTest (line 5) | class rstripTest(unittest.TestCase): method test_rstrip_line (line 7) | def test_rstrip_line(self): method test_rstrip_multiple (line 21) | def test_rstrip_multiple(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_searchengine.py function setUpModule (line 17) | def setUpModule(): function tearDownModule (line 23) | def tearDownModule(): class Mock (line 30) | class Mock: method __init__ (line 31) | def __init__(self, *args, **kwargs): pass class GetTest (line 33) | class GetTest(unittest.TestCase): method test_get (line 35) | def test_get(self): class GetLineColTest (line 47) | class GetLineColTest(unittest.TestCase): method test_get_line_col (line 49) | def test_get_line_col(self): class GetSelectionTest (line 56) | class GetSelectionTest(unittest.TestCase): method test_get_selection (line 68) | def test_get_selection(self): class ReverseSearchTest (line 90) | class ReverseSearchTest(unittest.TestCase): method test_search_reverse (line 92) | def test_search_reverse(self): class SearchEngineTest (line 103) | class SearchEngineTest(unittest.TestCase): method setUp (line 106) | def setUp(self): method test_is_get (line 111) | def test_is_get(self): method test_setcookedpat (line 139) | def test_setcookedpat(self): method test_getcookedpat (line 147) | def test_getcookedpat(self): method test_getprog (line 163) | def test_getprog(self): method test_report_error (line 182) | def test_report_error(self): class SearchTest (line 199) | class SearchTest(unittest.TestCase): method setUpClass (line 203) | def setUpClass(cls): method test_search (line 223) | def test_search(self): class ForwardBackwardTest (line 259) | class ForwardBackwardTest(unittest.TestCase): method setUpClass (line 266) | def setUpClass(cls): method make_search (line 284) | def make_search(self, func): method test_search_forward (line 291) | def test_search_forward(self): method test_search_backward (line 308) | def test_search_backward(self): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_text.py class TextTest (line 8) | class TextTest(object): method setUp (line 14) | def setUp(self): method test_init (line 17) | def test_init(self): method test_index_empty (line 21) | def test_index_empty(self): method test_index_data (line 31) | def test_index_data(self): method test_get (line 44) | def test_get(self): method test_insert (line 63) | def test_insert(self): method test_no_delete (line 89) | def test_no_delete(self): method test_delete_char (line 114) | def test_delete_char(self): method test_delete_slice (line 138) | def test_delete_slice(self): method test_multiple_lines (line 161) | def test_multiple_lines(self): # insert and delete method test_compare (line 170) | def test_compare(self): class MockTextTest (line 193) | class MockTextTest(TextTest, unittest.TestCase): method setUpClass (line 196) | def setUpClass(cls): method test_decode (line 200) | def test_decode(self): class TkTextTest (line 212) | class TkTextTest(TextTest, unittest.TestCase): method setUpClass (line 215) | def setUpClass(cls): method tearDownClass (line 222) | def tearDownClass(cls): FILE: tests/pythons/win32-py27/Lib/idlelib/idle_test/test_warning.py class RunWarnTest (line 32) | class RunWarnTest(unittest.TestCase): method test_showwarnings (line 35) | def test_showwarnings(self): method test_run_show (line 42) | def test_run_show(self): class ShellWarnTest (line 49) | class ShellWarnTest(unittest.TestCase): method test_showwarnings (line 52) | def test_showwarnings(self): method test_idle_formatter (line 59) | def test_idle_formatter(self): method test_shell_show (line 65) | def test_shell_show(self): FILE: tests/pythons/win32-py27/Lib/ihooks.py class _Verbose (line 73) | class _Verbose: method __init__ (line 75) | def __init__(self, verbose = VERBOSE): method get_verbose (line 78) | def get_verbose(self): method set_verbose (line 81) | def set_verbose(self, verbose): method note (line 86) | def note(self, *args): method message (line 90) | def message(self, format, *args): class BasicModuleLoader (line 97) | class BasicModuleLoader(_Verbose): method find_module (line 114) | def find_module(self, name, path = None): method default_path (line 122) | def default_path(self): method find_module_in_dir (line 125) | def find_module_in_dir(self, name, dir): method find_builtin_module (line 134) | def find_builtin_module(self, name): method load_module (line 142) | def load_module(self, name, stuff): class Hooks (line 150) | class Hooks(_Verbose): method get_suffixes (line 162) | def get_suffixes(self): return imp.get_suffixes() method new_module (line 163) | def new_module(self, name): return imp.new_module(name) method is_builtin (line 164) | def is_builtin(self, name): return imp.is_builtin(name) method init_builtin (line 165) | def init_builtin(self, name): return imp.init_builtin(name) method is_frozen (line 166) | def is_frozen(self, name): return imp.is_frozen(name) method init_frozen (line 167) | def init_frozen(self, name): return imp.init_frozen(name) method get_frozen_object (line 168) | def get_frozen_object(self, name): return imp.get_frozen_object(name) method load_source (line 169) | def load_source(self, name, filename, file=None): method load_compiled (line 171) | def load_compiled(self, name, filename, file=None): method load_dynamic (line 173) | def load_dynamic(self, name, filename, file=None): method load_package (line 175) | def load_package(self, name, filename, file=None): method add_module (line 178) | def add_module(self, name): method modules_dict (line 185) | def modules_dict(self): return sys.modules method default_path (line 186) | def default_path(self): return sys.path method path_split (line 188) | def path_split(self, x): return os.path.split(x) method path_join (line 189) | def path_join(self, x, y): return os.path.join(x, y) method path_isabs (line 190) | def path_isabs(self, x): return os.path.isabs(x) method path_exists (line 193) | def path_exists(self, x): return os.path.exists(x) method path_isdir (line 194) | def path_isdir(self, x): return os.path.isdir(x) method path_isfile (line 195) | def path_isfile(self, x): return os.path.isfile(x) method path_islink (line 196) | def path_islink(self, x): return os.path.islink(x) method openfile (line 199) | def openfile(self, *x): return open(*x) method listdir (line 201) | def listdir(self, x): return os.listdir(x) class ModuleLoader (line 206) | class ModuleLoader(BasicModuleLoader): method __init__ (line 216) | def __init__(self, hooks = None, verbose = VERBOSE): method default_path (line 220) | def default_path(self): method modules_dict (line 223) | def modules_dict(self): method get_hooks (line 226) | def get_hooks(self): method set_hooks (line 229) | def set_hooks(self, hooks): method find_builtin_module (line 232) | def find_builtin_module(self, name): method find_module_in_dir (line 240) | def find_module_in_dir(self, name, dir, allow_packages=1): method load_module (line 261) | def load_module(self, name, stuff): class FancyModuleLoader (line 286) | class FancyModuleLoader(ModuleLoader): method load_module (line 290) | def load_module(self, name, stuff): class BasicModuleImporter (line 337) | class BasicModuleImporter(_Verbose): method __init__ (line 345) | def __init__(self, loader = None, verbose = VERBOSE): method get_loader (line 350) | def get_loader(self): method set_loader (line 353) | def set_loader(self, loader): method get_hooks (line 356) | def get_hooks(self): method set_hooks (line 359) | def set_hooks(self, hooks): method import_module (line 362) | def import_module(self, name, globals={}, locals={}, fromlist=[]): method reload (line 371) | def reload(self, module, path = None): method unload (line 378) | def unload(self, module): method install (line 382) | def install(self): method uninstall (line 392) | def uninstall(self): class ModuleImporter (line 400) | class ModuleImporter(BasicModuleImporter): method import_module (line 404) | def import_module(self, name, globals=None, locals=None, fromlist=None, method determine_parent (line 415) | def determine_parent(self, globals, level=-1): method find_head_package (line 460) | def find_head_package(self, parent, name): method load_tail (line 481) | def load_tail(self, q, tail): method ensure_fromlist (line 493) | def ensure_fromlist(self, m, fromlist, recursive=0): method import_it (line 510) | def import_it(self, partname, fqname, parent, force_load=0): method reload (line 534) | def reload(self, module): function install (line 547) | def install(importer = None): function uninstall (line 552) | def uninstall(): FILE: tests/pythons/win32-py27/Lib/imaplib.py class IMAP4 (line 99) | class IMAP4: class error (line 145) | class error(Exception): pass # Logical errors - debug required class abort (line 146) | class abort(error): pass # Service errors - close and retry class readonly (line 147) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 151) | def __init__(self, host = '', port = IMAP4_PORT): method __getattr__ (line 210) | def __getattr__(self, attr): method open (line 221) | def open(self, host = '', port = IMAP4_PORT): method read (line 233) | def read(self, size): method readline (line 238) | def readline(self): method send (line 243) | def send(self, data): method shutdown (line 248) | def shutdown(self): method socket (line 261) | def socket(self): method recent (line 273) | def recent(self): method response (line 290) | def response(self, code): method append (line 304) | def append(self, mailbox, flags, date_time, message): method authenticate (line 327) | def authenticate(self, mechanism, authobject): method capability (line 356) | def capability(self): method check (line 365) | def check(self): method close (line 373) | def close(self): method copy (line 388) | def copy(self, message_set, new_mailbox): method create (line 396) | def create(self, mailbox): method delete (line 404) | def delete(self, mailbox): method deleteacl (line 411) | def deleteacl(self, mailbox, who): method expunge (line 418) | def expunge(self): method fetch (line 432) | def fetch(self, message_set, message_parts): method getacl (line 447) | def getacl(self, mailbox): method getannotation (line 456) | def getannotation(self, mailbox, entry, attribute): method getquota (line 464) | def getquota(self, root): method getquotaroot (line 475) | def getquotaroot(self, mailbox): method list (line 486) | def list(self, directory='""', pattern='*'): method login (line 498) | def login(self, user, password): method login_cram_md5 (line 512) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 521) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 527) | def logout(self): method lsub (line 543) | def lsub(self, directory='""', pattern='*'): method myrights (line 554) | def myrights(self, mailbox): method namespace (line 562) | def namespace(self): method noop (line 572) | def noop(self): method partial (line 583) | def partial(self, message_num, message_part, start, length): method proxyauth (line 595) | def proxyauth(self, user): method rename (line 608) | def rename(self, oldmailbox, newmailbox): method search (line 616) | def search(self, charset, *criteria): method select (line 631) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 663) | def setacl(self, mailbox, who, what): method setannotation (line 671) | def setannotation(self, *args): method setquota (line 679) | def setquota(self, root, limits): method sort (line 688) | def sort(self, sort_criteria, charset, *search_criteria): method status (line 702) | def status(self, mailbox, names): method store (line 714) | def store(self, message_set, command, flags): method subscribe (line 725) | def subscribe(self, mailbox): method thread (line 733) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 743) | def uid(self, command, *args): method unsubscribe (line 768) | def unsubscribe(self, mailbox): method xatom (line 776) | def xatom(self, name, *args): method _append_untagged (line 798) | def _append_untagged(self, typ, dat): method _check_bye (line 812) | def _check_bye(self): method _command (line 818) | def _command(self, name, *args): method _command_complete (line 892) | def _command_complete(self, name, tag): method _get_response (line 909) | def _get_response(self): method _get_tagged_response (line 985) | def _get_tagged_response(self, tag): method _get_line (line 1007) | def _get_line(self): method _match (line 1026) | def _match(self, cre, s): method _new_tag (line 1038) | def _new_tag(self): method _checkquote (line 1046) | def _checkquote(self, arg): method _quote (line 1060) | def _quote(self, arg): method _simple_command (line 1068) | def _simple_command(self, name, *args): method _untagged_response (line 1073) | def _untagged_response(self, typ, dat, name): method _mesg (line 1088) | def _mesg(self, s, secs=None): method _dump_ur (line 1095) | def _dump_ur(self, dict): method _log (line 1103) | def _log(self, line): method print_log (line 1110) | def print_log(self): class IMAP4_SSL (line 1130) | class IMAP4_SSL(IMAP4): method __init__ (line 1145) | def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, c... method open (line 1151) | def open(self, host = '', port = IMAP4_SSL_PORT): method read (line 1164) | def read(self, size): method readline (line 1169) | def readline(self): method send (line 1174) | def send(self, data): method shutdown (line 1185) | def shutdown(self): method socket (line 1191) | def socket(self): method ssl (line 1199) | def ssl(self): class IMAP4_stream (line 1209) | class IMAP4_stream(IMAP4): method __init__ (line 1221) | def __init__(self, command): method open (line 1226) | def open(self, host = None, port = None): method read (line 1242) | def read(self, size): method readline (line 1247) | def readline(self): method send (line 1252) | def send(self, data): method shutdown (line 1258) | def shutdown(self): class _Authenticator (line 1266) | class _Authenticator: method __init__ (line 1272) | def __init__(self, mechinst): method process (line 1275) | def process(self, data): method encode (line 1281) | def encode(self, inp): method decode (line 1303) | def decode(self, inp): function Internaldate2tuple (line 1313) | def Internaldate2tuple(resp): function Int2AP (line 1358) | def Int2AP(num): function ParseFlags (line 1371) | def ParseFlags(resp): function Time2Internaldate (line 1382) | def Time2Internaldate(date_time): function run (line 1470) | def run(cmd, args): FILE: tests/pythons/win32-py27/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 37) | def test_jpeg(h, f): function test_exif (line 44) | def test_exif(h, f): function test_png (line 51) | def test_png(h, f): function test_gif (line 57) | def test_gif(h, f): function test_tiff (line 64) | def test_tiff(h, f): function test_rgb (line 71) | def test_rgb(h, f): function test_pbm (line 78) | def test_pbm(h, f): function test_pgm (line 86) | def test_pgm(h, f): function test_ppm (line 94) | def test_ppm(h, f): function test_rast (line 102) | def test_rast(h, f): function test_xbm (line 109) | def test_xbm(h, f): function test_bmp (line 117) | def test_bmp(h, f): function test (line 127) | def test(): function testall (line 142) | def testall(list, recursive, toplevel): FILE: tests/pythons/win32-py27/Lib/importlib/__init__.py function _resolve_name (line 6) | def _resolve_name(name, package, level): function import_module (line 20) | def import_module(name, package=None): FILE: tests/pythons/win32-py27/Lib/imputil.py class ImportManager (line 30) | class ImportManager: method install (line 33) | def install(self, namespace=vars(__builtin__)): method uninstall (line 49) | def uninstall(self): method add_suffix (line 53) | def add_suffix(self, suffix, importFunc): method __init__ (line 64) | def __init__(self, fs_imp=None): method _import_hook (line 86) | def _import_hook(self, fqname, globals=None, locals=None, fromlist=None): method _determine_import_context (line 149) | def _determine_import_context(self, globals): method _import_top_module (line 188) | def _import_top_module(self, name): method _reload_hook (line 200) | def _reload_hook(self, module): class Importer (line 217) | class Importer: method import_top (line 220) | def import_top(self, name): method _finish_import (line 228) | def _finish_import(self, top, parts, fromlist): method _import_one (line 263) | def _import_one(self, parent, modname, fqname): method _process_result (line 284) | def _process_result(self, result, fqname): method _load_tail (line 321) | def _load_tail(self, m, parts): method _import_fromlist (line 333) | def _import_fromlist(self, package, fromlist): method _do_import (line 351) | def _do_import(self, parent, parts, fromlist): method get_code (line 370) | def get_code(self, parent, modname, fqname): function _compile (line 415) | def _compile(pathname, timestamp): function _os_bootstrap (line 447) | def _os_bootstrap(): function _os_path_isdir (line 483) | def _os_path_isdir(pathname): function _timestamp (line 491) | def _timestamp(pathname): class BuiltinImporter (line 504) | class BuiltinImporter(Importer): method get_code (line 505) | def get_code(self, parent, modname, fqname): class _FilesystemImporter (line 528) | class _FilesystemImporter(Importer): method __init__ (line 529) | def __init__(self): method add_suffix (line 532) | def add_suffix(self, suffix, importFunc): method import_from_dir (line 536) | def import_from_dir(self, dir, fqname): method get_code (line 542) | def get_code(self, parent, modname, fqname): method _import_pathname (line 556) | def _import_pathname(self, pathname, fqname): function py_suffix_importer (line 582) | def py_suffix_importer(filename, finfo, fqname): class DynLoadSuffixImporter (line 601) | class DynLoadSuffixImporter: method __init__ (line 602) | def __init__(self, desc): method import_file (line 605) | def import_file(self, filename, finfo, fqname): function _print_importers (line 614) | def _print_importers(): function _test_revamp (line 623) | def _test_revamp(): FILE: tests/pythons/win32-py27/Lib/inspect.py function ismodule (line 51) | def ismodule(object): function isclass (line 59) | def isclass(object): function ismethod (line 67) | def ismethod(object): function ismethoddescriptor (line 78) | def ismethoddescriptor(object): function isdatadescriptor (line 98) | def isdatadescriptor(object): function ismemberdescriptor (line 110) | def ismemberdescriptor(object): function ismemberdescriptor (line 118) | def ismemberdescriptor(object): function isgetsetdescriptor (line 127) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 135) | def isgetsetdescriptor(object): function isfunction (line 142) | def isfunction(object): function isgeneratorfunction (line 155) | def isgeneratorfunction(object): function isgenerator (line 164) | def isgenerator(object): function istraceback (line 181) | def istraceback(object): function isframe (line 191) | def isframe(object): function iscode (line 209) | def iscode(object): function isbuiltin (line 227) | def isbuiltin(object): function isroutine (line 236) | def isroutine(object): function isabstract (line 243) | def isabstract(object): function getmembers (line 247) | def getmembers(object, predicate=None): function classify_class_attrs (line 263) | def classify_class_attrs(cls): function _searchbases (line 332) | def _searchbases(cls, accum): function getmro (line 340) | def getmro(cls): function indentsize (line 350) | def indentsize(line): function getdoc (line 355) | def getdoc(object): function cleandoc (line 369) | def cleandoc(doc): function getfile (line 398) | def getfile(object): function getmoduleinfo (line 424) | def getmoduleinfo(path): function getmodulename (line 435) | def getmodulename(path): function getsourcefile (line 440) | def getsourcefile(object): function getabsfile (line 460) | def getabsfile(object, _filename=None): function getmodule (line 472) | def getmodule(object, _filename=None): function findsource (line 518) | def findsource(object): function getcomments (line 585) | def getcomments(object): class EndOfBlock (line 630) | class EndOfBlock(Exception): pass class BlockFinder (line 632) | class BlockFinder: method __init__ (line 634) | def __init__(self): method tokeneater (line 641) | def tokeneater(self, type, token, srow_scol, erow_ecol, line): function getblock (line 673) | def getblock(lines): function getsourcelines (line 682) | def getsourcelines(object): function getsource (line 695) | def getsource(object): function walktree (line 705) | def walktree(classes, children, parent): function getclasstree (line 715) | def getclasstree(classes, unique=0): function getargs (line 744) | def getargs(co): function getargspec (line 804) | def getargspec(func): function getargvalues (line 822) | def getargvalues(frame): function joinseq (line 832) | def joinseq(seq): function strseq (line 838) | def strseq(object, convert, join=joinseq): function formatargspec (line 845) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 871) | def formatargvalues(args, varargs, varkw, locals, function getcallargs (line 895) | def getcallargs(func, *positional, **named): function getframeinfo (line 988) | def getframeinfo(frame, context=1): function getlineno (line 1021) | def getlineno(frame): function getouterframes (line 1026) | def getouterframes(frame, context=1): function getinnerframes (line 1037) | def getinnerframes(tb, context=1): function stack (line 1053) | def stack(context=1): function trace (line 1057) | def trace(context=1): FILE: tests/pythons/win32-py27/Lib/io.py class IOBase (line 69) | class IOBase(_io._IOBase): class RawIOBase (line 72) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 75) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 78) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win32-py27/Lib/json/__init__.py function dump (line 122) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 193) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 257) | def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function loads (line 293) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win32-py27/Lib/json/decoder.py function _floatconstants (line 17) | def _floatconstants(): function linecol (line 27) | def linecol(doc, pos): function errmsg (line 36) | def errmsg(msg, doc, pos, end=None): function py_scanstring (line 65) | def py_scanstring(s, end, encoding=None, strict=True, function JSONObject (line 149) | def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, function JSONArray (line 237) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 273) | class JSONDecoder(object): method __init__ (line 303) | def __init__(self, encoding=None, object_hook=None, parse_float=None, method decode (line 360) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 371) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win32-py27/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 70) | class JSONEncoder(object): method __init__ (line 101) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 165) | def default(self, o): method encode (line 186) | def encode(self, o): method iterencode (line 212) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 272) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win32-py27/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win32-py27/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win32-py27/Lib/keyword.py function main (line 53) | def main(): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_tkinter/test_loadtk.py class TkLoadTest (line 9) | class TkLoadTest(unittest.TestCase): method testLoadTk (line 12) | def testLoadTk(self): method testLoadTkFailure (line 19) | def testLoadTkFailure(self): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_tkinter/test_text.py class TextTest (line 8) | class TextTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_search (line 18) | def test_search(self): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_ttk/support.py function get_tk_root (line 3) | def get_tk_root(): function root_deiconify (line 18) | def root_deiconify(): function root_withdraw (line 22) | def root_withdraw(): function simulate_mouse_click (line 27) | def simulate_mouse_click(widget, x, y): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_ttk/test_extensions.py class LabeledScaleTest (line 11) | class LabeledScaleTest(unittest.TestCase): method setUp (line 13) | def setUp(self): method tearDown (line 16) | def tearDown(self): method test_widget_destroy (line 20) | def test_widget_destroy(self): method test_initialization (line 51) | def test_initialization(self): method test_horizontal_range (line 106) | def test_horizontal_range(self): method test_variable_change (line 136) | def test_variable_change(self): method test_resize (line 163) | def test_resize(self): class OptionMenuTest (line 183) | class OptionMenuTest(unittest.TestCase): method setUp (line 185) | def setUp(self): method tearDown (line 189) | def tearDown(self): method test_widget_destroy (line 194) | def test_widget_destroy(self): method test_initialization (line 205) | def test_initialization(self): method test_menu (line 218) | def test_menu(self): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_ttk/test_functions.py class MockTclObj (line 6) | class MockTclObj(object): method __init__ (line 9) | def __init__(self, val): method __str__ (line 12) | def __str__(self): class MockStateSpec (line 16) | class MockStateSpec(object): method __init__ (line 19) | def __init__(self, *args): method __str__ (line 22) | def __str__(self): class InternalFunctionsTest (line 26) | class InternalFunctionsTest(unittest.TestCase): method test_format_optdict (line 28) | def test_format_optdict(self): method test_format_mapdict (line 116) | def test_format_mapdict(self): method test_format_elemcreate (line 157) | def test_format_elemcreate(self): method test_format_layoutlist (line 218) | def test_format_layoutlist(self): method test_script_from_settings (line 273) | def test_script_from_settings(self): method test_dict_from_tcltuple (line 316) | def test_dict_from_tcltuple(self): method test_list_from_statespec (line 338) | def test_list_from_statespec(self): method test_list_from_layouttuple (line 355) | def test_list_from_layouttuple(self): method test_val_or_dict (line 401) | def test_val_or_dict(self): method test_convert_stringval (line 414) | def test_convert_stringval(self): class TclObjsToPyTest (line 427) | class TclObjsToPyTest(unittest.TestCase): method test_unicode (line 429) | def test_unicode(self): method test_multivalues (line 436) | def test_multivalues(self): method test_nosplit (line 450) | def test_nosplit(self): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_ttk/test_style.py class StyleTest (line 10) | class StyleTest(unittest.TestCase): method setUp (line 12) | def setUp(self): method test_configure (line 16) | def test_configure(self): method test_map (line 24) | def test_map(self): method test_lookup (line 32) | def test_lookup(self): method test_layout (line 44) | def test_layout(self): method test_theme_use (line 67) | def test_theme_use(self): FILE: tests/pythons/win32-py27/Lib/lib-tk/test/test_ttk/test_widgets.py class WidgetTest (line 12) | class WidgetTest(unittest.TestCase): method setUp (line 15) | def setUp(self): method tearDown (line 21) | def tearDown(self): method test_identify (line 26) | def test_identify(self): method test_widget_state (line 39) | def test_widget_state(self): class ButtonTest (line 75) | class ButtonTest(unittest.TestCase): method test_invoke (line 77) | def test_invoke(self): class CheckbuttonTest (line 84) | class CheckbuttonTest(unittest.TestCase): method test_invoke (line 86) | def test_invoke(self): class ComboboxTest (line 113) | class ComboboxTest(unittest.TestCase): method setUp (line 115) | def setUp(self): method tearDown (line 119) | def tearDown(self): method _show_drop_down_listbox (line 123) | def _show_drop_down_listbox(self): method test_virtual_event (line 130) | def test_virtual_event(self): method test_postcommand (line 148) | def test_postcommand(self): method test_values (line 164) | def test_values(self): class EntryTest (line 211) | class EntryTest(unittest.TestCase): method setUp (line 213) | def setUp(self): method tearDown (line 217) | def tearDown(self): method test_bbox (line 222) | def test_bbox(self): method test_identify (line 231) | def test_identify(self): method test_validation_options (line 244) | def test_validation_options(self): method test_validation (line 272) | def test_validation(self): method test_revalidation (line 290) | def test_revalidation(self): class PanedwindowTest (line 315) | class PanedwindowTest(unittest.TestCase): method setUp (line 317) | def setUp(self): method tearDown (line 321) | def tearDown(self): method test_add (line 326) | def test_add(self): method test_forget (line 354) | def test_forget(self): method test_insert (line 363) | def test_insert(self): method test_pane (line 398) | def test_pane(self): method test_sashpos (line 413) | def test_sashpos(self): class RadiobuttonTest (line 434) | class RadiobuttonTest(unittest.TestCase): method test_invoke (line 436) | def test_invoke(self): class ScaleTest (line 465) | class ScaleTest(unittest.TestCase): method setUp (line 467) | def setUp(self): method tearDown (line 473) | def tearDown(self): method test_custom_event (line 478) | def test_custom_event(self): method test_get (line 497) | def test_get(self): method test_set (line 510) | def test_set(self): class NotebookTest (line 541) | class NotebookTest(unittest.TestCase): method setUp (line 543) | def setUp(self): method tearDown (line 551) | def tearDown(self): method test_tab_identifiers (line 558) | def test_tab_identifiers(self): method test_add_and_hidden (line 589) | def test_add_and_hidden(self): method test_forget (line 618) | def test_forget(self): method test_index (line 634) | def test_index(self): method test_insert (line 644) | def test_insert(self): method test_select (line 677) | def test_select(self): method test_tab (line 697) | def test_tab(self): method test_tabs (line 711) | def test_tabs(self): method test_traversal (line 720) | def test_traversal(self): class TreeviewTest (line 748) | class TreeviewTest(unittest.TestCase): method setUp (line 750) | def setUp(self): method tearDown (line 754) | def tearDown(self): method test_bbox (line 759) | def test_bbox(self): method test_children (line 789) | def test_children(self): method test_column (line 817) | def test_column(self): method test_delete (line 840) | def test_delete(self): method test_detach_reattach (line 864) | def test_detach_reattach(self): method test_exists (line 906) | def test_exists(self): method test_focus (line 917) | def test_focus(self): method test_heading (line 932) | def test_heading(self): method test_heading_callback (line 950) | def test_heading_callback(self): method test_index (line 984) | def test_index(self): method test_insert_item (line 1015) | def test_insert_item(self): method test_set (line 1076) | def test_set(self): method test_tag_bind (line 1104) | def test_tag_bind(self): method test_tag_configure (line 1138) | def test_tag_configure(self): FILE: tests/pythons/win32-py27/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win32-py27/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 49) | def __init__(self, options, log): method compile_pattern (line 61) | def compile_pattern(self): method set_filename (line 72) | def set_filename(self, filename): method match (line 80) | def match(self, node): method transform (line 92) | def transform(self, node, results): method new_name (line 108) | def new_name(self, template=u"xxx_todo_changeme"): method log_message (line 119) | def log_message(self, message): method cannot_convert (line 125) | def cannot_convert(self, node, reason=None): method warning (line 140) | def warning(self, node, reason): method start_tree (line 150) | def start_tree(self, tree, filename): method finish_tree (line 162) | def finish_tree(self, tree, filename): class ConditionalFix (line 172) | class ConditionalFix(BaseFix): method start_tree (line 178) | def start_tree(self, *args): method should_skip (line 182) | def should_skip(self, node): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_operator.py function invocation (line 17) | def invocation(s): class FixOperator (line 24) | class FixOperator(fixer_base.BaseFix): method transform (line 41) | def transform(self, node, results): method _sequenceIncludes (line 47) | def _sequenceIncludes(self, node, results): method _isCallable (line 51) | def _isCallable(self, node, results): method _repeat (line 57) | def _repeat(self, node, results): method _irepeat (line 61) | def _irepeat(self, node, results): method _isSequenceType (line 65) | def _isSequenceType(self, node, results): method _isMappingType (line 69) | def _isMappingType(self, node, results): method _isNumberType (line 73) | def _isNumberType(self, node, results): method _handle_rename (line 76) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 81) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 87) | def _check_method(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 16) | class FixUnicode(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 130) | def warn(msg): function main (line 134) | def main(fixer_pkg, args=None): FILE: tests/pythons/win32-py27/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win32-py27/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, start, end, line): # for testing function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 241) | def _get_normal_name(orig_enc): function detect_encoding (line 252) | def detect_encoding(readline): function untokenize (line 323) | def untokenize(iterable): function generate_tokens (line 344) | def generate_tokens(readline): FILE: tests/pythons/win32-py27/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win32-py27/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method set_prefix (line 112) | def set_prefix(self, prefix): method get_prefix (line 122) | def get_prefix(self): method replace (line 132) | def replace(self, new): method get_lineno (line 155) | def get_lineno(self): method changed (line 164) | def changed(self): method remove (line 169) | def remove(self): method next_sibling (line 183) | def next_sibling(self): method prev_sibling (line 200) | def prev_sibling(self): method leaves (line 215) | def leaves(self): method depth (line 220) | def depth(self): method get_suffix (line 225) | def get_suffix(self): method __str__ (line 236) | def __str__(self): class Node (line 239) | class Node(Base): method __init__ (line 243) | def __init__(self,type, children, method __repr__ (line 268) | def __repr__(self): method __unicode__ (line 274) | def __unicode__(self): method _eq (line 285) | def _eq(self, other): method clone (line 289) | def clone(self): method post_order (line 294) | def post_order(self): method pre_order (line 301) | def pre_order(self): method _prefix_getter (line 308) | def _prefix_getter(self): method _prefix_setter (line 316) | def _prefix_setter(self, prefix): method set_child (line 322) | def set_child(self, i, child): method insert_child (line 332) | def insert_child(self, i, child): method append_child (line 341) | def append_child(self, child): class Leaf (line 351) | class Leaf(Base): method __init__ (line 360) | def __init__(self, type, value, method __repr__ (line 379) | def __repr__(self): method __unicode__ (line 385) | def __unicode__(self): method _eq (line 396) | def _eq(self, other): method clone (line 400) | def clone(self): method leaves (line 406) | def leaves(self): method post_order (line 409) | def post_order(self): method pre_order (line 413) | def pre_order(self): method _prefix_getter (line 417) | def _prefix_getter(self): method _prefix_setter (line 423) | def _prefix_setter(self, prefix): function convert (line 429) | def convert(gr, raw_node): class BasePattern (line 448) | class BasePattern(object): method __new__ (line 469) | def __new__(cls, *args, **kwds): method __repr__ (line 474) | def __repr__(self): method optimize (line 480) | def optimize(self): method match (line 488) | def match(self, node, results=None): method match_seq (line 513) | def match_seq(self, nodes, results=None): method generate_matches (line 523) | def generate_matches(self, nodes): class LeafPattern (line 534) | class LeafPattern(BasePattern): method __init__ (line 536) | def __init__(self, type=None, content=None, name=None): method match (line 556) | def match(self, node, results=None): method _submatch (line 562) | def _submatch(self, node, results=None): class NodePattern (line 578) | class NodePattern(BasePattern): method __init__ (line 582) | def __init__(self, type=None, content=None, name=None): method _submatch (line 611) | def _submatch(self, node, results=None): class WildcardPattern (line 639) | class WildcardPattern(BasePattern): method __init__ (line 653) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 688) | def optimize(self): method match (line 707) | def match(self, node, results=None): method match_seq (line 711) | def match_seq(self, nodes, results=None): method generate_matches (line 722) | def generate_matches(self, nodes): method _iterative_matches (line 767) | def _iterative_matches(self, nodes): method _bare_name_matches (line 796) | def _bare_name_matches(self, nodes): method _recursive_matches (line 812) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 827) | class NegatedPattern(BasePattern): method __init__ (line 829) | def __init__(self, content=None): method match (line 842) | def match(self, node): method match_seq (line 846) | def match_seq(self, nodes): method generate_matches (line 850) | def generate_matches(self, nodes): function generate_matches (line 862) | def generate_matches(patterns, nodes): FILE: tests/pythons/win32-py27/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/bad_order.py class FixBadOrder (line 3) | class FixBadOrder(BaseFix): FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py class FixExplicit (line 3) | class FixExplicit(BaseFix): method match (line 6) | def match(self): return False FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py class FixFirst (line 3) | class FixFirst(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py class FixLast (line 3) | class FixLast(BaseFix): method match (line 7) | def match(self, node): return False FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py class FixParrot (line 4) | class FixParrot(BaseFix): method transform (line 11) | def transform(self, node, results): FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py class FixPreorder (line 3) | class FixPreorder(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win32-py27/Lib/lib2to3/tests/data/fixers/parrot_example.py function parrot (line 1) | def parrot(): FILE: tests/pythons/win32-py27/Lib/linecache.py function getline (line 13) | def getline(filename, lineno, module_globals=None): function clearcache (line 26) | def clearcache(): function getlines (line 33) | def getlines(filename, module_globals=None): function checkcache (line 43) | def checkcache(filename=None): function updatecache (line 68) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win32-py27/Lib/locale.py class _unicode (line 26) | class _unicode(object): function localeconv (line 59) | def localeconv(): function setlocale (line 83) | def setlocale(category, value=None): function strcoll (line 91) | def strcoll(a,b): function strxfrm (line 97) | def strxfrm(s): function localeconv (line 111) | def localeconv(): function _grouping_intervals (line 124) | def _grouping_intervals(grouping): function _group (line 140) | def _group(s, monetary=False): function _strip_padding (line 171) | def _strip_padding(s, amount): function format (line 185) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 198) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 222) | def format_string(f, val, grouping=False): function currency (line 256) | def currency(val, symbol=True, grouping=False, international=False): function str (line 301) | def str(val): function atof (line 305) | def atof(string, func=float): function atoi (line 318) | def atoi(str): function _test (line 322) | def _test(): function normalize (line 347) | def normalize(localename): function _parse_localename (line 415) | def _parse_localename(localename): function _build_localename (line 445) | def _build_localename(localetuple): function getdefaultlocale (line 461) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 514) | def getlocale(category=LC_CTYPE): function setlocale (line 532) | def setlocale(category, locale=None): function resetlocale (line 549) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 561) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 571) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 576) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1810) | def _print_locale(): FILE: tests/pythons/win32-py27/Lib/logging/__init__.py function currentframe (line 74) | def currentframe(): function getLevelName (line 153) | def getLevelName(level): function addLevelName (line 169) | def addLevelName(level, levelName): function _checkLevel (line 182) | def _checkLevel(level): function _acquireLock (line 210) | def _acquireLock(): function _releaseLock (line 219) | def _releaseLock(): class LogRecord (line 230) | class LogRecord(object): method __init__ (line 242) | def __init__(self, name, level, pathname, lineno, method __str__ (line 307) | def __str__(self): method getMessage (line 311) | def getMessage(self): function makeLogRecord (line 331) | def makeLogRecord(dict): class Formatter (line 346) | class Formatter(object): method __init__ (line 390) | def __init__(self, fmt=None, datefmt=None): method formatTime (line 404) | def formatTime(self, record, datefmt=None): method formatException (line 430) | def formatException(self, ei): method usesTime (line 445) | def usesTime(self): method format (line 451) | def format(self, record): class BufferingFormatter (line 494) | class BufferingFormatter(object): method __init__ (line 498) | def __init__(self, linefmt=None): method formatHeader (line 508) | def formatHeader(self, records): method formatFooter (line 514) | def formatFooter(self, records): method format (line 520) | def format(self, records): class Filter (line 536) | class Filter(object): method __init__ (line 547) | def __init__(self, name=''): method filter (line 558) | def filter(self, record): class Filterer (line 573) | class Filterer(object): method __init__ (line 578) | def __init__(self): method addFilter (line 584) | def addFilter(self, filter): method removeFilter (line 591) | def removeFilter(self, filter): method filter (line 598) | def filter(self, record): function _removeHandlerRef (line 620) | def _removeHandlerRef(wr): function _addHandlerRef (line 636) | def _addHandlerRef(handler): class Handler (line 646) | class Handler(Filterer): method __init__ (line 655) | def __init__(self, level=NOTSET): method get_name (line 668) | def get_name(self): method set_name (line 671) | def set_name(self, name): method createLock (line 684) | def createLock(self): method acquire (line 693) | def acquire(self): method release (line 700) | def release(self): method setLevel (line 707) | def setLevel(self, level): method format (line 713) | def format(self, record): method emit (line 726) | def emit(self, record): method handle (line 736) | def handle(self, record): method setFormatter (line 754) | def setFormatter(self, fmt): method flush (line 760) | def flush(self): method close (line 769) | def close(self): method handleError (line 786) | def handleError(self, record): class StreamHandler (line 810) | class StreamHandler(Handler): method __init__ (line 817) | def __init__(self, stream=None): method flush (line 828) | def flush(self): method emit (line 839) | def emit(self, record): class FileHandler (line 881) | class FileHandler(StreamHandler): method __init__ (line 885) | def __init__(self, filename, mode='a', encoding=None, delay=0): method close (line 905) | def close(self): method _open (line 920) | def _open(self): method emit (line 931) | def emit(self, record): class PlaceHolder (line 946) | class PlaceHolder(object): method __init__ (line 952) | def __init__(self, alogger): method append (line 959) | def append(self, alogger): function setLoggerClass (line 973) | def setLoggerClass(klass): function getLoggerClass (line 986) | def getLoggerClass(): class Manager (line 993) | class Manager(object): method __init__ (line 998) | def __init__(self, rootnode): method getLogger (line 1008) | def getLogger(self, name): method setLoggerClass (line 1044) | def setLoggerClass(self, klass): method _fixupParents (line 1054) | def _fixupParents(self, alogger): method _fixupChildren (line 1078) | def _fixupChildren(self, ph, alogger): class Logger (line 1095) | class Logger(Filterer): method __init__ (line 1110) | def __init__(self, name, level=NOTSET): method setLevel (line 1122) | def setLevel(self, level): method debug (line 1128) | def debug(self, msg, *args, **kwargs): method info (line 1140) | def info(self, msg, *args, **kwargs): method warning (line 1152) | def warning(self, msg, *args, **kwargs): method error (line 1166) | def error(self, msg, *args, **kwargs): method exception (line 1178) | def exception(self, msg, *args, **kwargs): method critical (line 1185) | def critical(self, msg, *args, **kwargs): method log (line 1199) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1216) | def findCaller(self): method makeRecord (line 1237) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=N... method _log (line 1250) | def _log(self, level, msg, args, exc_info=None, extra=None): method handle (line 1271) | def handle(self, record): method addHandler (line 1281) | def addHandler(self, hdlr): method removeHandler (line 1292) | def removeHandler(self, hdlr): method callHandlers (line 1303) | def callHandlers(self, record): method getEffectiveLevel (line 1329) | def getEffectiveLevel(self): method isEnabledFor (line 1343) | def isEnabledFor(self, level): method getChild (line 1351) | def getChild(self, suffix): class RootLogger (line 1370) | class RootLogger(Logger): method __init__ (line 1376) | def __init__(self, level): class LoggerAdapter (line 1384) | class LoggerAdapter(object): method __init__ (line 1390) | def __init__(self, logger, extra): method process (line 1404) | def process(self, msg, kwargs): method debug (line 1417) | def debug(self, msg, *args, **kwargs): method info (line 1425) | def info(self, msg, *args, **kwargs): method warning (line 1433) | def warning(self, msg, *args, **kwargs): method error (line 1441) | def error(self, msg, *args, **kwargs): method exception (line 1449) | def exception(self, msg, *args, **kwargs): method critical (line 1458) | def critical(self, msg, *args, **kwargs): method log (line 1466) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1474) | def isEnabledFor(self, level): function basicConfig (line 1490) | def basicConfig(**kwargs): function getLogger (line 1550) | def getLogger(name=None): function critical (line 1570) | def critical(msg, *args, **kwargs): function error (line 1580) | def error(msg, *args, **kwargs): function exception (line 1588) | def exception(msg, *args, **kwargs): function warning (line 1596) | def warning(msg, *args, **kwargs): function info (line 1606) | def info(msg, *args, **kwargs): function debug (line 1614) | def debug(msg, *args, **kwargs): function log (line 1622) | def log(level, msg, *args, **kwargs): function disable (line 1630) | def disable(level): function shutdown (line 1636) | def shutdown(handlerList=_handlerList): class NullHandler (line 1672) | class NullHandler(Handler): method handle (line 1682) | def handle(self, record): method emit (line 1685) | def emit(self, record): method createLock (line 1688) | def createLock(self): function _showwarning (line 1695) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1713) | def captureWarnings(capture): FILE: tests/pythons/win32-py27/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _encoded (line 101) | def _encoded(s): function _create_formatters (line 104) | def _create_formatters(cp): function _install_handlers (line 133) | def _install_handlers(cp, formatters): function _install_loggers (line 176) | def _install_loggers(cp, handlers, disable_existing_loggers): function valid_ident (line 271) | def valid_ident(s): class ConvertingDict (line 287) | class ConvertingDict(dict): method __getitem__ (line 290) | def __getitem__(self, key): method get (line 302) | def get(self, key, default=None): method pop (line 314) | def pop(self, key, default=None): class ConvertingList (line 324) | class ConvertingList(list): method __getitem__ (line 326) | def __getitem__(self, key): method pop (line 338) | def pop(self, idx=-1): class ConvertingTuple (line 347) | class ConvertingTuple(tuple): method __getitem__ (line 349) | def __getitem__(self, key): class BaseConfigurator (line 359) | class BaseConfigurator(object): method __init__ (line 379) | def __init__(self, config): method resolve (line 389) | def resolve(self, s): method ext_convert (line 412) | def ext_convert(self, value): method cfg_convert (line 416) | def cfg_convert(self, value): method convert (line 450) | def convert(self, value): method configure_custom (line 478) | def configure_custom(self, config): method as_tuple (line 492) | def as_tuple(self, value): class DictConfigurator (line 498) | class DictConfigurator(BaseConfigurator): method configure (line 504) | def configure(self): method configure_formatter (line 663) | def configure_formatter(self, config): method configure_filter (line 685) | def configure_filter(self, config): method add_filters (line 694) | def add_filters(self, filterer, filters): method configure_handler (line 702) | def configure_handler(self, config): method add_handlers (line 760) | def add_handlers(self, logger, handlers): method common_logger_config (line 768) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 786) | def configure_logger(self, name, config, incremental=False): method configure_root (line 794) | def configure_root(self, config, incremental=False): function dictConfig (line 801) | def dictConfig(config): function listen (line 806) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 921) | def stopListening(): FILE: tests/pythons/win32-py27/Lib/logging/handlers.py class BaseRotatingHandler (line 52) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 58) | def __init__(self, filename, mode, encoding=None, delay=0): method emit (line 68) | def emit(self, record): class RotatingFileHandler (line 84) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 89) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 121) | def doRollover(self): method shouldRollover (line 146) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 162) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 170) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 223) | def computeRollover(self, currentTime): method shouldRollover (line 283) | def shouldRollover(self, record): method getFilesToDelete (line 296) | def getFilesToDelete(self): method doRollover (line 319) | def doRollover(self): class WatchedFileHandler (line 370) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 390) | def __init__(self, filename, mode='a', encoding=None, delay=0): method _statstream (line 395) | def _statstream(self): method emit (line 400) | def emit(self, record): class SocketHandler (line 431) | class SocketHandler(logging.Handler): method __init__ (line 444) | def __init__(self, host, port): method makeSocket (line 465) | def makeSocket(self, timeout=1): method createSocket (line 476) | def createSocket(self): method send (line 504) | def send(self, s): method makePickle (line 531) | def makePickle(self, record): method handleError (line 553) | def handleError(self, record): method emit (line 567) | def emit(self, record): method close (line 584) | def close(self): class DatagramHandler (line 597) | class DatagramHandler(SocketHandler): method __init__ (line 608) | def __init__(self, host, port): method makeSocket (line 615) | def makeSocket(self): method send (line 623) | def send(self, s): class SysLogHandler (line 635) | class SysLogHandler(logging.Handler): method __init__ (line 738) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 770) | def _connect_unixsocket(self, address): method encodePriority (line 800) | def encodePriority(self, facility, priority): method close (line 813) | def close (self): method mapPriority (line 825) | def mapPriority(self, levelName): method emit (line 835) | def emit(self, record): class SMTPHandler (line 870) | class SMTPHandler(logging.Handler): method __init__ (line 874) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 907) | def getSubject(self, record): method emit (line 916) | def emit(self, record): class NTEventLogHandler (line 948) | class NTEventLogHandler(logging.Handler): method __init__ (line 958) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 984) | def getMessageID(self, record): method getEventCategory (line 994) | def getEventCategory(self, record): method getEventType (line 1003) | def getEventType(self, record): method emit (line 1016) | def emit(self, record): method close (line 1035) | def close(self): class HTTPHandler (line 1048) | class HTTPHandler(logging.Handler): method __init__ (line 1053) | def __init__(self, host, url, method="GET"): method mapLogRecord (line 1066) | def mapLogRecord(self, record): method emit (line 1074) | def emit(self, record): class BufferingHandler (line 1110) | class BufferingHandler(logging.Handler): method __init__ (line 1116) | def __init__(self, capacity): method shouldFlush (line 1124) | def shouldFlush(self, record): method emit (line 1133) | def emit(self, record): method flush (line 1144) | def flush(self): method close (line 1156) | def close(self): class MemoryHandler (line 1165) | class MemoryHandler(BufferingHandler): method __init__ (line 1171) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1183) | def shouldFlush(self, record): method setTarget (line 1190) | def setTarget(self, target): method flush (line 1196) | def flush(self): method close (line 1211) | def close(self): FILE: tests/pythons/win32-py27/Lib/macpath.py function normcase (line 28) | def normcase(path): function isabs (line 32) | def isabs(s): function join (line 42) | def join(s, *p): function split (line 58) | def split(s): function splitext (line 73) | def splitext(p): function splitdrive (line 77) | def splitdrive(p): function dirname (line 89) | def dirname(s): return split(s)[0] function basename (line 90) | def basename(s): return split(s)[1] function ismount (line 92) | def ismount(s): function islink (line 98) | def islink(s): function lexists (line 110) | def lexists(path): function expandvars (line 119) | def expandvars(path): function expanduser (line 124) | def expanduser(path): class norm_error (line 128) | class norm_error(Exception): function normpath (line 131) | def normpath(s): function walk (line 159) | def walk(top, func, arg): function abspath (line 186) | def abspath(path): function realpath (line 197) | def realpath(path): FILE: tests/pythons/win32-py27/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): FILE: tests/pythons/win32-py27/Lib/mailbox.py class Mailbox (line 42) | class Mailbox: method __init__ (line 45) | def __init__(self, path, factory=None, create=True): method add (line 50) | def add(self, message): method remove (line 54) | def remove(self, key): method __delitem__ (line 58) | def __delitem__(self, key): method discard (line 61) | def discard(self, key): method __setitem__ (line 68) | def __setitem__(self, key, message): method get (line 72) | def get(self, key, default=None): method __getitem__ (line 79) | def __getitem__(self, key): method get_message (line 86) | def get_message(self, key): method get_string (line 90) | def get_string(self, key): method get_file (line 94) | def get_file(self, key): method iterkeys (line 98) | def iterkeys(self): method keys (line 102) | def keys(self): method itervalues (line 106) | def itervalues(self): method __iter__ (line 115) | def __iter__(self): method values (line 118) | def values(self): method iteritems (line 122) | def iteritems(self): method items (line 131) | def items(self): method has_key (line 135) | def has_key(self, key): method __contains__ (line 139) | def __contains__(self, key): method __len__ (line 142) | def __len__(self): method clear (line 146) | def clear(self): method pop (line 151) | def pop(self, key, default=None): method popitem (line 160) | def popitem(self): method update (line 167) | def update(self, arg=None): method flush (line 184) | def flush(self): method lock (line 188) | def lock(self): method unlock (line 192) | def unlock(self): method close (line 196) | def close(self): method _dump_message (line 203) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 244) | class Maildir(Mailbox): method __init__ (line 249) | def __init__(self, dirname, factory=rfc822.Message, create=True): method add (line 269) | def add(self, message): method remove (line 310) | def remove(self, key): method discard (line 314) | def discard(self, key): method __setitem__ (line 325) | def __setitem__(self, key, message): method get_message (line 352) | def get_message(self, key): method get_string (line 370) | def get_string(self, key): method get_file (line 378) | def get_file(self, key): method iterkeys (line 383) | def iterkeys(self): method has_key (line 393) | def has_key(self, key): method __len__ (line 398) | def __len__(self): method flush (line 403) | def flush(self): method lock (line 409) | def lock(self): method unlock (line 413) | def unlock(self): method close (line 417) | def close(self): method list_folders (line 421) | def list_folders(self): method get_folder (line 430) | def get_folder(self, folder): method add_folder (line 436) | def add_folder(self, folder): method remove_folder (line 446) | def remove_folder(self, folder): method clean (line 465) | def clean(self): method _create_tmp (line 475) | def _create_tmp(self): method _refresh (line 503) | def _refresh(self): method _lookup (line 539) | def _lookup(self, key): method next (line 553) | def next(self): class _singlefileMailbox (line 566) | class _singlefileMailbox(Mailbox): method __init__ (line 569) | def __init__(self, path, factory=None, create=True): method add (line 592) | def add(self, message): method remove (line 602) | def remove(self, key): method __setitem__ (line 608) | def __setitem__(self, key, message): method iterkeys (line 614) | def iterkeys(self): method has_key (line 620) | def has_key(self, key): method __len__ (line 625) | def __len__(self): method lock (line 630) | def lock(self): method unlock (line 636) | def unlock(self): method flush (line 642) | def flush(self): method _pre_mailbox_hook (line 710) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 714) | def _pre_message_hook(self, f): method _post_message_hook (line 718) | def _post_message_hook(self, f): method close (line 722) | def close(self): method _lookup (line 729) | def _lookup(self, key=None): method _append_message (line 739) | def _append_message(self, message): class _mboxMMDF (line 762) | class _mboxMMDF(_singlefileMailbox): method get_message (line 767) | def get_message(self, key): method get_string (line 777) | def get_string(self, key, from_=False): method get_file (line 786) | def get_file(self, key, from_=False): method _install_message (line 794) | def _install_message(self, message): class mbox (line 818) | class mbox(_mboxMMDF): method __init__ (line 827) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 832) | def _post_message_hook(self, f): method _generate_toc (line 836) | def _generate_toc(self): class MMDF (line 870) | class MMDF(_mboxMMDF): method __init__ (line 873) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 878) | def _pre_message_hook(self, f): method _post_message_hook (line 882) | def _post_message_hook(self, f): method _generate_toc (line 886) | def _generate_toc(self): class MH (line 915) | class MH(Mailbox): method __init__ (line 918) | def __init__(self, path, factory=None, create=True): method add (line 930) | def add(self, message): method remove (line 964) | def remove(self, key): method __setitem__ (line 978) | def __setitem__(self, key, message): method get_message (line 1002) | def get_message(self, key): method get_string (line 1029) | def get_string(self, key): method get_file (line 1052) | def get_file(self, key): method iterkeys (line 1063) | def iterkeys(self): method has_key (line 1068) | def has_key(self, key): method __len__ (line 1072) | def __len__(self): method lock (line 1076) | def lock(self): method unlock (line 1083) | def unlock(self): method flush (line 1091) | def flush(self): method close (line 1095) | def close(self): method list_folders (line 1100) | def list_folders(self): method get_folder (line 1108) | def get_folder(self, folder): method add_folder (line 1113) | def add_folder(self, folder): method remove_folder (line 1118) | def remove_folder(self, folder): method get_sequences (line 1130) | def get_sequences(self): method set_sequences (line 1157) | def set_sequences(self, sequences): method pack (line 1186) | def pack(self): method _dump_sequences (line 1211) | def _dump_sequences(self, message, key): class Babyl (line 1226) | class Babyl(_singlefileMailbox): method __init__ (line 1232) | def __init__(self, path, factory=None, create=True): method add (line 1237) | def add(self, message): method remove (line 1244) | def remove(self, key): method __setitem__ (line 1250) | def __setitem__(self, key, message): method get_message (line 1256) | def get_message(self, key): method get_string (line 1281) | def get_string(self, key): method get_file (line 1300) | def get_file(self, key): method get_labels (line 1305) | def get_labels(self): method _generate_toc (line 1314) | def _generate_toc(self): method _pre_mailbox_hook (line 1344) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1350) | def _pre_message_hook(self, f): method _post_message_hook (line 1354) | def _post_message_hook(self, f): method _install_message (line 1358) | def _install_message(self, message): class Message (line 1447) | class Message(email.message.Message): method __init__ (line 1450) | def __init__(self, message=None): method _become_message (line 1465) | def _become_message(self, message): method _explain_to (line 1471) | def _explain_to(self, message): class MaildirMessage (line 1479) | class MaildirMessage(Message): method __init__ (line 1482) | def __init__(self, message=None): method get_subdir (line 1489) | def get_subdir(self): method set_subdir (line 1493) | def set_subdir(self, subdir): method get_flags (line 1500) | def get_flags(self): method set_flags (line 1507) | def set_flags(self, flags): method add_flag (line 1511) | def add_flag(self, flag): method remove_flag (line 1515) | def remove_flag(self, flag): method get_date (line 1520) | def get_date(self): method set_date (line 1524) | def set_date(self, date): method get_info (line 1531) | def get_info(self): method set_info (line 1535) | def set_info(self, info): method _explain_to (line 1542) | def _explain_to(self, message): class _mboxMMDFMessage (line 1586) | class _mboxMMDFMessage(Message): method __init__ (line 1589) | def __init__(self, message=None): method get_from (line 1598) | def get_from(self): method set_from (line 1602) | def set_from(self, from_, time_=None): method get_flags (line 1610) | def get_flags(self): method set_flags (line 1614) | def set_flags(self, flags): method add_flag (line 1636) | def add_flag(self, flag): method remove_flag (line 1640) | def remove_flag(self, flag): method _explain_to (line 1645) | def _explain_to(self, message): class mboxMessage (line 1697) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1701) | class MHMessage(Message): method __init__ (line 1704) | def __init__(self, message=None): method get_sequences (line 1709) | def get_sequences(self): method set_sequences (line 1713) | def set_sequences(self, sequences): method add_sequence (line 1717) | def add_sequence(self, sequence): method remove_sequence (line 1725) | def remove_sequence(self, sequence): method _explain_to (line 1732) | def _explain_to(self, message): class BabylMessage (line 1771) | class BabylMessage(Message): method __init__ (line 1774) | def __init__(self, message=None): method get_labels (line 1780) | def get_labels(self): method set_labels (line 1784) | def set_labels(self, labels): method add_label (line 1788) | def add_label(self, label): method remove_label (line 1796) | def remove_label(self, label): method get_visible (line 1803) | def get_visible(self): method set_visible (line 1807) | def set_visible(self, visible): method update_visible (line 1811) | def update_visible(self): method _explain_to (line 1822) | def _explain_to(self, message): class MMDFMessage (line 1864) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1868) | class _ProxyFile: method __init__ (line 1871) | def __init__(self, f, pos=None): method read (line 1879) | def read(self, size=None): method readline (line 1883) | def readline(self, size=None): method readlines (line 1887) | def readlines(self, sizehint=None): method __iter__ (line 1898) | def __iter__(self): method tell (line 1902) | def tell(self): method seek (line 1906) | def seek(self, offset, whence=0): method close (line 1913) | def close(self): method _read (line 1920) | def _read(self, size, read_method): class _PartialFile (line 1930) | class _PartialFile(_ProxyFile): method __init__ (line 1933) | def __init__(self, f, start=None, stop=None): method tell (line 1939) | def tell(self): method seek (line 1943) | def seek(self, offset, whence=0): method _read (line 1953) | def _read(self, size, read_method): method close (line 1962) | def close(self): function _lock_file (line 1969) | def _lock_file(f, dotlock=True): function _unlock_file (line 2014) | def _unlock_file(f): function _create_carefully (line 2021) | def _create_carefully(path): function _create_temporary (line 2029) | def _create_temporary(path): function _sync_flush (line 2035) | def _sync_flush(f): function _sync_close (line 2041) | def _sync_close(f): class _Mailbox (line 2051) | class _Mailbox: method __init__ (line 2053) | def __init__(self, fp, factory=rfc822.Message): method __iter__ (line 2058) | def __iter__(self): method next (line 2061) | def next(self): class UnixMailbox (line 2077) | class UnixMailbox(_Mailbox): method _search_start (line 2079) | def _search_start(self): method _search_end (line 2089) | def _search_end(self): method _strict_isrealfromline (line 2131) | def _strict_isrealfromline(self, line): method _portable_isrealfromline (line 2137) | def _portable_isrealfromline(self, line): class PortableUnixMailbox (line 2143) | class PortableUnixMailbox(UnixMailbox): class MmdfMailbox (line 2147) | class MmdfMailbox(_Mailbox): method _search_start (line 2149) | def _search_start(self): method _search_end (line 2157) | def _search_end(self): class MHMailbox (line 2168) | class MHMailbox: method __init__ (line 2170) | def __init__(self, dirname, factory=rfc822.Message): method __iter__ (line 2186) | def __iter__(self): method next (line 2189) | def next(self): class BabylMailbox (line 2202) | class BabylMailbox(_Mailbox): method _search_start (line 2204) | def _search_start(self): method _search_end (line 2212) | def _search_end(self): class Error (line 2225) | class Error(Exception): class NoSuchMailboxError (line 2228) | class NoSuchMailboxError(Error): class NotEmptyError (line 2231) | class NotEmptyError(Error): class ExternalClashError (line 2234) | class ExternalClashError(Error): class FormatError (line 2237) | class FormatError(Error): FILE: tests/pythons/win32-py27/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win32-py27/Lib/markupbase.py class ParserBase (line 24) | class ParserBase: method __init__ (line 28) | def __init__(self): method error (line 33) | def error(self, message): method reset (line 37) | def reset(self): method getpos (line 41) | def getpos(self): method updatepos (line 49) | def updatepos(self, i, j): method parse_declaration (line 65) | def parse_declaration(self, i): method parse_marked_section (line 147) | def parse_marked_section(self, i, report=1): method parse_comment (line 169) | def parse_comment(self, i, report=1): method _parse_doctype_subset (line 183) | def _parse_doctype_subset(self, i, declstartpos): method _parse_doctype_element (line 250) | def _parse_doctype_element(self, i, declstartpos): method _parse_doctype_attlist (line 261) | def _parse_doctype_attlist(self, i, declstartpos): method _parse_doctype_notation (line 318) | def _parse_doctype_notation(self, i, declstartpos): method _parse_doctype_entity (line 341) | def _parse_doctype_entity(self, i, declstartpos): method _scan_name (line 377) | def _scan_name(self, i, declstartpos): method unknown_decl (line 395) | def unknown_decl(self, data): FILE: tests/pythons/win32-py27/Lib/mhlib.py class Error (line 91) | class Error(Exception): class MH (line 95) | class MH: method __init__ (line 102) | def __init__(self, path = None, profile = None): method __repr__ (line 114) | def __repr__(self): method error (line 118) | def error(self, msg, *args): method getprofile (line 122) | def getprofile(self, key): method getpath (line 126) | def getpath(self): method getcontext (line 130) | def getcontext(self): method setcontext (line 137) | def setcontext(self, context): method listfolders (line 144) | def listfolders(self): method listsubfolders (line 155) | def listsubfolders(self, name): method listallfolders (line 179) | def listallfolders(self): method listallsubfolders (line 183) | def listallsubfolders(self, name): method openfolder (line 211) | def openfolder(self, name): method makefolder (line 215) | def makefolder(self, name): method deletefolder (line 224) | def deletefolder(self, name): function isnumeric (line 239) | def isnumeric(str): class Folder (line 242) | class Folder: method __init__ (line 245) | def __init__(self, mh, name): method __repr__ (line 252) | def __repr__(self): method error (line 256) | def error(self, *args): method getfullname (line 260) | def getfullname(self): method getsequencesfilename (line 264) | def getsequencesfilename(self): method getmessagefilename (line 268) | def getmessagefilename(self, n): method listsubfolders (line 272) | def listsubfolders(self): method listallsubfolders (line 276) | def listallsubfolders(self): method listmessages (line 280) | def listmessages(self): method getsequences (line 297) | def getsequences(self): method putsequences (line 317) | def putsequences(self, sequences): method getcurrent (line 334) | def getcurrent(self): method setcurrent (line 342) | def setcurrent(self, n): method parsesequence (line 346) | def parsesequence(self, seq): method _parseindex (line 430) | def _parseindex(self, seq, all): method openmessage (line 461) | def openmessage(self, n): method removemessages (line 465) | def removemessages(self, list): method refilemessages (line 490) | def refilemessages(self, list, tofolder, keepsequences=0): method _copysequences (line 525) | def _copysequences(self, fromfolder, refileditems): method movemessage (line 546) | def movemessage(self, n, tofolder, ton): method copymessage (line 578) | def copymessage(self, n, tofolder, ton): method createmessage (line 604) | def createmessage(self, n, txt): method removefromallsequences (line 630) | def removefromallsequences(self, list): method getlast (line 649) | def getlast(self): method setlast (line 655) | def setlast(self, last): class Message (line 663) | class Message(mimetools.Message): method __init__ (line 665) | def __init__(self, f, n, fp = None): method __repr__ (line 674) | def __repr__(self): method getheadertext (line 678) | def getheadertext(self, pred = None): method getbodytext (line 695) | def getbodytext(self, decode = 1): method getbodyparts (line 712) | def getbodyparts(self): method getbody (line 732) | def getbody(self): class SubMessage (line 740) | class SubMessage(Message): method __init__ (line 742) | def __init__(self, f, n, fp): method __repr__ (line 752) | def __repr__(self): method getbodytext (line 757) | def getbodytext(self, decode = 1): method getbodyparts (line 763) | def getbodyparts(self): method getbody (line 767) | def getbody(self): class IntSet (line 771) | class IntSet: method __init__ (line 794) | def __init__(self, data = None, sep = ',', rng = '-'): method reset (line 800) | def reset(self): method __cmp__ (line 803) | def __cmp__(self, other): method __hash__ (line 806) | def __hash__(self): method __repr__ (line 809) | def __repr__(self): method normalize (line 812) | def normalize(self): method tostring (line 823) | def tostring(self): method tolist (line 832) | def tolist(self): method fromlist (line 839) | def fromlist(self, list): method clone (line 843) | def clone(self): method min (line 848) | def min(self): method max (line 851) | def max(self): method contains (line 854) | def contains(self, x): method append (line 859) | def append(self, x): method addpair (line 884) | def addpair(self, xlo, xhi): method fromstring (line 889) | def fromstring(self, data): function pickline (line 908) | def pickline(file, key, casefold = 1): function updateline (line 928) | def updateline(file, key, value, casefold = 1): function test (line 962) | def test(): FILE: tests/pythons/win32-py27/Lib/mimetools.py class Message (line 20) | class Message(rfc822.Message): method __init__ (line 24) | def __init__(self, fp, seekable = 1): method parsetype (line 33) | def parsetype(self): method parseplist (line 50) | def parseplist(self): method getplist (line 68) | def getplist(self): method getparam (line 71) | def getparam(self, name): method getparamnames (line 79) | def getparamnames(self): method getencoding (line 87) | def getencoding(self): method gettype (line 92) | def gettype(self): method getmaintype (line 95) | def getmaintype(self): method getsubtype (line 98) | def getsubtype(self): function _get_next_counter (line 115) | def _get_next_counter(): function choose_boundary (line 125) | def choose_boundary(): function decode (line 157) | def decode(input, output, encoding): function encode (line 176) | def encode(input, output, encoding): function pipeto (line 224) | def pipeto(input, command): function pipethrough (line 229) | def pipethrough(input, command, output): function copyliteral (line 239) | def copyliteral(input, output): function copybinary (line 245) | def copybinary(input, output): FILE: tests/pythons/win32-py27/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 278) | def guess_type(url, strict=True): function guess_all_extensions (line 301) | def guess_all_extensions(type, strict=True): function guess_extension (line 318) | def guess_extension(type, strict=True): function add_type (line 334) | def add_type(type, ext, strict=True): function init (line 351) | def init(files=None): function read_mime_types (line 371) | def read_mime_types(file): function _default_mime_types (line 381) | def _default_mime_types(): function usage (line 569) | def usage(code, msg=''): FILE: tests/pythons/win32-py27/Lib/mimify.py class File (line 47) | class File: method __init__ (line 51) | def __init__(self, file, boundary): method readline (line 56) | def readline(self): class HeaderFile (line 71) | class HeaderFile: method __init__ (line 72) | def __init__(self, file): method readline (line 76) | def readline(self): function mime_decode (line 94) | def mime_decode(line): function mime_decode_header (line 107) | def mime_decode_header(line): function unmimify_part (line 122) | def unmimify_part(ifile, ofile, decode_base64 = 0): function unmimify (line 207) | def unmimify(infile, outfile, decode_base64 = 0): function mime_encode (line 228) | def mime_encode(line, header): function mime_encode_header (line 262) | def mime_encode_header(line): function mimify_part (line 280) | def mimify_part(ifile, ofile, is_mime): function mimify (line 415) | def mimify(infile, outfile): FILE: tests/pythons/win32-py27/Lib/modulefinder.py function AddPackagePath (line 35) | def AddPackagePath(packagename, path): function ReplacePackage (line 47) | def ReplacePackage(oldname, newname): class Module (line 51) | class Module: method __init__ (line 53) | def __init__(self, name, file=None, path=None): method __repr__ (line 66) | def __repr__(self): class ModuleFinder (line 75) | class ModuleFinder: method __init__ (line 77) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 89) | def msg(self, level, str, *args): method msgin (line 98) | def msgin(self, *args): method msgout (line 104) | def msgout(self, *args): method run_script (line 110) | def run_script(self, pathname): method load_file (line 116) | def load_file(self, pathname): method import_hook (line 123) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 134) | def determine_parent(self, caller, level=-1): method find_head_package (line 169) | def find_head_package(self, parent, name): method load_tail (line 196) | def load_tail(self, q, tail): method ensure_fromlist (line 211) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 225) | def find_all_submodules(self, m): method import_module (line 252) | def import_module(self, partname, fqname, parent): method load_module (line 282) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 309) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 317) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes (line 340) | def scan_opcodes(self, co, method scan_opcodes_25 (line 364) | def scan_opcodes_25(self, co, method scan_code (line 395) | def scan_code(self, co, m): method load_package (line 449) | def load_package(self, fqname, pathname): method add_module (line 466) | def add_module(self, fqname): method find_module (line 472) | def find_module(self, name, path, parent=None): method report (line 489) | def report(self): method any_missing (line 526) | def any_missing(self): method any_missing_maybe (line 534) | def any_missing_maybe(self): method replace_paths_in_code (line 580) | def replace_paths_in_code(self, co): function test (line 608) | def test(): FILE: tests/pythons/win32-py27/Lib/msilib/__init__.py class Table (line 28) | class Table: method __init__ (line 29) | def __init__(self, name): method add_field (line 33) | def add_field(self, index, name, type): method sql (line 36) | def sql(self): method create (line 78) | def create(self, db): class _Unspecified (line 83) | class _Unspecified:pass function change_sequence (line 84) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 96) | def add_data(db, table, values): function add_stream (line 123) | def add_stream(db, name, path): function init_database (line 130) | def init_database(name, schema, function add_tables (line 171) | def add_tables(db, module): function make_id (line 175) | def make_id(str): function gen_uuid (line 183) | def gen_uuid(): class CAB (line 186) | class CAB: method __init__ (line 187) | def __init__(self, name): method gen_id (line 193) | def gen_id(self, file): method append (line 202) | def append(self, full, file, logical): method commit (line 211) | def commit(self, db): class Directory (line 222) | class Directory: method __init__ (line 223) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 257) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 286) | def make_short(self, file): method add_file (line 327) | def add_file(self, file, src=None, version=None, language=None): method glob (line 376) | def glob(self, pattern, exclude = None): method remove_pyc (line 385) | def remove_pyc(self): class Binary (line 391) | class Binary: method __init__ (line 392) | def __init__(self, fname): method __repr__ (line 394) | def __repr__(self): class Feature (line 397) | class Feature: method __init__ (line 398) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 406) | def set_current(self): class Control (line 410) | class Control: method __init__ (line 411) | def __init__(self, dlg, name): method event (line 415) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 420) | def mapping(self, event, attribute): method condition (line 424) | def condition(self, action, condition): class RadioButtonGroup (line 428) | class RadioButtonGroup(Control): method __init__ (line 429) | def __init__(self, dlg, name, property): method add (line 435) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 443) | class Dialog: method __init__ (line 444) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 450) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 455) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 459) | def bitmap(self, name, x, y, w, h, text): method line (line 462) | def line(self, name, x, y, w, h): method pushbutton (line 465) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 468) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 474) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win32-py27/Lib/multifile.py class Error (line 36) | class Error(Exception): class MultiFile (line 39) | class MultiFile: method __init__ (line 43) | def __init__(self, fp, seekable=1): method tell (line 53) | def tell(self): method seek (line 58) | def seek(self, pos, whence=0): method readline (line 75) | def readline(self): method readlines (line 112) | def readlines(self): method read (line 120) | def read(self): # Note: no size argument -- read until EOF only! method next (line 123) | def next(self): method push (line 133) | def push(self, sep): method pop (line 141) | def pop(self): method is_data (line 155) | def is_data(self, line): method section_divider (line 158) | def section_divider(self, str): method end_marker (line 161) | def end_marker(self, str): FILE: tests/pythons/win32-py27/Lib/multiprocessing/__init__.py class ProcessError (line 71) | class ProcessError(Exception): class BufferTooShort (line 74) | class BufferTooShort(ProcessError): class TimeoutError (line 77) | class TimeoutError(ProcessError): class AuthenticationError (line 80) | class AuthenticationError(ProcessError): function Manager (line 90) | def Manager(): function Pipe (line 102) | def Pipe(duplex=True): function cpu_count (line 109) | def cpu_count(): function freeze_support (line 138) | def freeze_support(): function get_logger (line 147) | def get_logger(): function log_to_stderr (line 154) | def log_to_stderr(level=None): function allow_connection_pickling (line 161) | def allow_connection_pickling(): function Lock (line 171) | def Lock(): function RLock (line 178) | def RLock(): function Condition (line 185) | def Condition(lock=None): function Semaphore (line 192) | def Semaphore(value=1): function BoundedSemaphore (line 199) | def BoundedSemaphore(value=1): function Event (line 206) | def Event(): function Queue (line 213) | def Queue(maxsize=0): function JoinableQueue (line 220) | def JoinableQueue(maxsize=0): function Pool (line 227) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 234) | def RawValue(typecode_or_type, *args): function RawArray (line 241) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 248) | def Value(typecode_or_type, *args, **kwds): function Array (line 255) | def Array(typecode_or_type, size_or_initializer, **kwds): function set_executable (line 268) | def set_executable(executable): FILE: tests/pythons/win32-py27/Lib/multiprocessing/connection.py function _init_timeout (line 73) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 76) | def _check_timeout(t): function arbitrary_address (line 83) | def arbitrary_address(family): function address_type (line 98) | def address_type(address): class Listener (line 117) | class Listener(object): method __init__ (line 124) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 139) | def accept(self): method close (line 151) | def close(self): function Client (line 161) | def Client(address, family=None, authkey=None): function Pipe (line 183) | def Pipe(duplex=True): function Pipe (line 205) | def Pipe(duplex=True): class SocketListener (line 247) | class SocketListener(object): method __init__ (line 251) | def __init__(self, address, family, backlog=1): method accept (line 272) | def accept(self): method close (line 287) | def close(self): function SocketClient (line 293) | def SocketClient(address): class PipeListener (line 327) | class PipeListener(object): method __init__ (line 331) | def __init__(self, address, backlog=None): method accept (line 350) | def accept(self): method _finalize_pipe_listener (line 371) | def _finalize_pipe_listener(queue, address): function PipeClient (line 376) | def PipeClient(address): function deliver_challenge (line 412) | def deliver_challenge(connection, authkey): function answer_challenge (line 425) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 441) | class ConnectionWrapper(object): method __init__ (line 442) | def __init__(self, conn, dumps, loads): method send (line 449) | def send(self, obj): method recv (line 452) | def recv(self): function _xml_dumps (line 456) | def _xml_dumps(obj): function _xml_loads (line 459) | def _xml_loads(s): class XmlListener (line 463) | class XmlListener(Listener): method accept (line 464) | def accept(self): function XmlClient (line 470) | def XmlClient(*args, **kwds): FILE: tests/pythons/win32-py27/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 61) | class DummyProcess(threading.Thread): method __init__ (line 63) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 70) | def start(self): method exitcode (line 78) | def exitcode(self): class Condition (line 88) | class Condition(threading._Condition): function active_children (line 99) | def active_children(): function freeze_support (line 106) | def freeze_support(): class Namespace (line 113) | class Namespace(object): method __init__ (line 114) | def __init__(self, **kwds): method __repr__ (line 116) | def __repr__(self): function Array (line 128) | def Array(typecode, sequence, lock=True): class Value (line 131) | class Value(object): method __init__ (line 132) | def __init__(self, typecode, value, lock=True): method _get (line 135) | def _get(self): method _set (line 137) | def _set(self, value): method __repr__ (line 140) | def __repr__(self): function Manager (line 143) | def Manager(): function shutdown (line 146) | def shutdown(): function Pool (line 149) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win32-py27/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): function Client (line 57) | def Client(address): function Pipe (line 63) | def Pipe(duplex=True): class Connection (line 68) | class Connection(object): method __init__ (line 70) | def __init__(self, _in, _out): method poll (line 76) | def poll(self, timeout=0.0): method close (line 86) | def close(self): FILE: tests/pythons/win32-py27/Lib/multiprocessing/forking.py function assert_spawning (line 48) | def assert_spawning(self): class ForkingPickler (line 60) | class ForkingPickler(Pickler): method register (line 64) | def register(cls, type, reduce): function _reduce_method (line 70) | def _reduce_method(m): function _reduce_method_descriptor (line 77) | def _reduce_method_descriptor(m): function _reduce_partial (line 92) | def _reduce_partial(p): function _rebuild_partial (line 94) | def _rebuild_partial(func, args, keywords): class Popen (line 114) | class Popen(object): method __init__ (line 116) | def __init__(self, process_obj): method poll (line 131) | def poll(self, flag=os.WNOHANG): method wait (line 152) | def wait(self, timeout=None): method terminate (line 168) | def terminate(self): method thread_is_spawning (line 177) | def thread_is_spawning(): method __init__ (line 249) | def __init__(self, process_obj): method thread_is_spawning (line 283) | def thread_is_spawning(): method duplicate_for_child (line 287) | def duplicate_for_child(handle): method wait (line 290) | def wait(self, timeout=None): method poll (line 306) | def poll(self): method terminate (line 309) | def terminate(self): function dump (line 198) | def dump(obj, file, protocol=None): function set_executable (line 222) | def set_executable(exe): function duplicate (line 230) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 243) | class Popen(object): method __init__ (line 116) | def __init__(self, process_obj): method poll (line 131) | def poll(self, flag=os.WNOHANG): method wait (line 152) | def wait(self, timeout=None): method terminate (line 168) | def terminate(self): method thread_is_spawning (line 177) | def thread_is_spawning(): method __init__ (line 249) | def __init__(self, process_obj): method thread_is_spawning (line 283) | def thread_is_spawning(): method duplicate_for_child (line 287) | def duplicate_for_child(handle): method wait (line 290) | def wait(self, timeout=None): method poll (line 306) | def poll(self): method terminate (line 309) | def terminate(self): function is_forking (line 321) | def is_forking(argv): function freeze_support (line 332) | def freeze_support(): function get_command_line (line 341) | def get_command_line(): function main (line 368) | def main(): function get_preparation_data (line 390) | def get_preparation_data(name): function reduce_connection (line 424) | def reduce_connection(conn): function prepare (line 442) | def prepare(data): FILE: tests/pythons/win32-py27/Lib/multiprocessing/heap.py class Arena (line 57) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Arena (line 79) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Heap (line 90) | class Heap(object): method __init__ (line 94) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 108) | def _roundup(n, alignment): method _malloc (line 113) | def _malloc(self, size): method _free (line 135) | def _free(self, block): method _absorb (line 165) | def _absorb(self, block): method _free_pending_blocks (line 180) | def _free_pending_blocks(self): method free (line 190) | def free(self, block): method malloc (line 214) | def malloc(self, size): class BufferWrapper (line 237) | class BufferWrapper(object): method __init__ (line 241) | def __init__(self, size): method get_address (line 247) | def get_address(self): method get_size (line 253) | def get_size(self): FILE: tests/pythons/win32-py27/Lib/multiprocessing/managers.py function reduce_array (line 64) | def reduce_array(a): class Token (line 74) | class Token(object): method __init__ (line 80) | def __init__(self, typeid, address, id): method __getstate__ (line 83) | def __getstate__(self): method __setstate__ (line 86) | def __setstate__(self, state): method __repr__ (line 89) | def __repr__(self): function dispatch (line 97) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 107) | def convert_to_error(kind, result): class RemoteError (line 119) | class RemoteError(Exception): method __str__ (line 120) | def __str__(self): function all_methods (line 127) | def all_methods(obj): function public_methods (line 138) | def public_methods(obj): class Server (line 148) | class Server(object): method __init__ (line 155) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 170) | def serve_forever(self): method handle_request (line 191) | def handle_request(self, c): method serve_client (line 225) | def serve_client(self, conn): method fallback_getvalue (line 299) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 302) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 305) | def fallback_repr(self, conn, ident, obj): method dummy (line 314) | def dummy(self, c): method debug_info (line 317) | def debug_info(self, c): method number_of_objects (line 335) | def number_of_objects(self, c): method shutdown (line 341) | def shutdown(self, c): method create (line 373) | def create(self, c, typeid, *args, **kwds): method get_methods (line 411) | def get_methods(self, c, token): method accept_connection (line 417) | def accept_connection(self, c, name): method incref (line 425) | def incref(self, c, ident): method decref (line 432) | def decref(self, c, ident): class State (line 447) | class State(object): class BaseManager (line 466) | class BaseManager(object): method __init__ (line 473) | def __init__(self, address=None, authkey=None, serializer='pickle'): method __reduce__ (line 483) | def __reduce__(self): method get_server (line 487) | def get_server(self): method connect (line 495) | def connect(self): method start (line 504) | def start(self, initializer=None, initargs=()): method _run_server (line 541) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 560) | def _create(self, typeid, *args, **kwds): method join (line 572) | def join(self, timeout=None): method _debug_info (line 578) | def _debug_info(self): method _number_of_objects (line 588) | def _number_of_objects(self): method __enter__ (line 598) | def __enter__(self): method __exit__ (line 601) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 605) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 639) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 682) | class ProcessLocalSet(set): method __init__ (line 683) | def __init__(self): method __reduce__ (line 685) | def __reduce__(self): class BaseProxy (line 692) | class BaseProxy(object): method __init__ (line 699) | def __init__(self, token, serializer, manager=None, method _connect (line 737) | def _connect(self): method _callmethod (line 746) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 776) | def _getvalue(self): method _incref (line 782) | def _incref(self): method _decref (line 799) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 823) | def _after_fork(self): method __reduce__ (line 831) | def __reduce__(self): method __deepcopy__ (line 844) | def __deepcopy__(self, memo): method __repr__ (line 847) | def __repr__(self): method __str__ (line 851) | def __str__(self): function RebuildProxy (line 864) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 885) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 907) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 936) | class Namespace(object): method __init__ (line 937) | def __init__(self, **kwds): method __repr__ (line 939) | def __repr__(self): class Value (line 948) | class Value(object): method __init__ (line 949) | def __init__(self, typecode, value, lock=True): method get (line 952) | def get(self): method set (line 954) | def set(self, value): method __repr__ (line 956) | def __repr__(self): function Array (line 960) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 967) | class IteratorProxy(BaseProxy): method __iter__ (line 970) | def __iter__(self): method __next__ (line 972) | def __next__(self, *args): method next (line 974) | def next(self, *args): method send (line 976) | def send(self, *args): method throw (line 978) | def throw(self, *args): method close (line 980) | def close(self, *args): class AcquirerProxy (line 984) | class AcquirerProxy(BaseProxy): method acquire (line 986) | def acquire(self, blocking=True): method release (line 988) | def release(self): method __enter__ (line 990) | def __enter__(self): method __exit__ (line 992) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 996) | class ConditionProxy(AcquirerProxy): method wait (line 999) | def wait(self, timeout=None): method notify (line 1001) | def notify(self): method notify_all (line 1003) | def notify_all(self): class EventProxy (line 1006) | class EventProxy(BaseProxy): method is_set (line 1008) | def is_set(self): method set (line 1010) | def set(self): method clear (line 1012) | def clear(self): method wait (line 1014) | def wait(self, timeout=None): class NamespaceProxy (line 1017) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1019) | def __getattr__(self, key): method __setattr__ (line 1024) | def __setattr__(self, key, value): method __delattr__ (line 1029) | def __delattr__(self, key): class ValueProxy (line 1036) | class ValueProxy(BaseProxy): method get (line 1038) | def get(self): method set (line 1040) | def set(self, value): class ListProxy (line 1052) | class ListProxy(BaseListProxy): method __iadd__ (line 1053) | def __iadd__(self, value): method __imul__ (line 1056) | def __imul__(self, value): class SyncManager (line 1088) | class SyncManager(BaseManager): FILE: tests/pythons/win32-py27/Lib/multiprocessing/pool.py function mapstar (line 64) | def mapstar(args): class MaybeEncodingError (line 71) | class MaybeEncodingError(Exception): method __init__ (line 75) | def __init__(self, exc, value): method __str__ (line 80) | def __str__(self): method __repr__ (line 84) | def __repr__(self): function worker (line 88) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 130) | class Pool(object): method __init__ (line 136) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 194) | def _join_exited_workers(self): method _repopulate_pool (line 209) | def _repopulate_pool(self): method _maintain_pool (line 225) | def _maintain_pool(self): method _setup_queues (line 231) | def _setup_queues(self): method apply (line 238) | def apply(self, func, args=(), kwds={}): method map (line 245) | def map(self, func, iterable, chunksize=None): method imap (line 252) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 270) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 288) | def apply_async(self, func, args=(), kwds={}, callback=None): method map_async (line 297) | def map_async(self, func, iterable, chunksize=None, callback=None): method _handle_workers (line 319) | def _handle_workers(pool): method _handle_tasks (line 332) | def _handle_tasks(taskqueue, put, outqueue, pool): method _handle_results (line 371) | def _handle_results(outqueue, get, cache): method _get_tasks (line 429) | def _get_tasks(func, it, size): method __reduce__ (line 437) | def __reduce__(self): method close (line 442) | def close(self): method terminate (line 448) | def terminate(self): method join (line 454) | def join(self): method _help_stuff_finish (line 464) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 473) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, class ApplyResult (line 522) | class ApplyResult(object): method __init__ (line 524) | def __init__(self, cache, callback): method ready (line 532) | def ready(self): method successful (line 535) | def successful(self): method wait (line 539) | def wait(self, timeout=None): method get (line 547) | def get(self, timeout=None): method _set (line 556) | def _set(self, i, obj): class MapResult (line 574) | class MapResult(ApplyResult): method __init__ (line 576) | def __init__(self, cache, chunksize, length, callback): method _set (line 588) | def _set(self, i, success_result): class IMapIterator (line 619) | class IMapIterator(object): method __init__ (line 621) | def __init__(self, cache): method __iter__ (line 631) | def __iter__(self): method next (line 634) | def next(self, timeout=None): method _set (line 659) | def _set(self, i, obj): method _set_length (line 678) | def _set_length(self, length): class IMapUnorderedIterator (line 692) | class IMapUnorderedIterator(IMapIterator): method _set (line 694) | def _set(self, i, obj): class ThreadPool (line 709) | class ThreadPool(Pool): method __init__ (line 713) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 716) | def _setup_queues(self): method _help_stuff_finish (line 723) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win32-py27/Lib/multiprocessing/process.py function current_process (line 59) | def current_process(): function active_children (line 65) | def active_children(): function _cleanup (line 76) | def _cleanup(): class Process (line 86) | class Process(object): method __init__ (line 94) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 109) | def run(self): method start (line 116) | def start(self): method terminate (line 133) | def terminate(self): method join (line 139) | def join(self, timeout=None): method is_alive (line 149) | def is_alive(self): method name (line 162) | def name(self): method name (line 166) | def name(self, name): method daemon (line 171) | def daemon(self): method daemon (line 178) | def daemon(self, daemonic): method authkey (line 186) | def authkey(self): method authkey (line 190) | def authkey(self, authkey): method exitcode (line 197) | def exitcode(self): method ident (line 206) | def ident(self): method __repr__ (line 217) | def __repr__(self): method _bootstrap (line 241) | def _bootstrap(self): class AuthenticationString (line 285) | class AuthenticationString(bytes): method __reduce__ (line 286) | def __reduce__(self): class _MainProcess (line 299) | class _MainProcess(Process): method __init__ (line 301) | def __init__(self): FILE: tests/pythons/win32-py27/Lib/multiprocessing/queues.py class Queue (line 56) | class Queue(object): method __init__ (line 58) | def __init__(self, maxsize=0): method __getstate__ (line 76) | def __getstate__(self): method __setstate__ (line 81) | def __setstate__(self, state): method _after_fork (line 86) | def _after_fork(self): method put (line 99) | def put(self, obj, block=True, timeout=None): method get (line 113) | def get(self, block=True, timeout=None): method qsize (line 141) | def qsize(self): method empty (line 145) | def empty(self): method full (line 148) | def full(self): method get_nowait (line 151) | def get_nowait(self): method put_nowait (line 154) | def put_nowait(self, obj): method close (line 157) | def close(self): method join_thread (line 163) | def join_thread(self): method cancel_join_thread (line 169) | def cancel_join_thread(self): method _start_thread (line 177) | def _start_thread(self): method _finalize_join (line 210) | def _finalize_join(twr): method _finalize_close (line 220) | def _finalize_close(buffer, notempty): method _feed (line 230) | def _feed(buffer, notempty, send, writelock, close): class JoinableQueue (line 295) | class JoinableQueue(Queue): method __init__ (line 297) | def __init__(self, maxsize=0): method __getstate__ (line 302) | def __getstate__(self): method __setstate__ (line 305) | def __setstate__(self, state): method put (line 309) | def put(self, obj, block=True, timeout=None): method task_done (line 326) | def task_done(self): method join (line 336) | def join(self): class SimpleQueue (line 348) | class SimpleQueue(object): method __init__ (line 350) | def __init__(self): method empty (line 359) | def empty(self): method __getstate__ (line 362) | def __getstate__(self): method __setstate__ (line 366) | def __setstate__(self, state): method _make_methods (line 370) | def _make_methods(self): FILE: tests/pythons/win32-py27/Lib/multiprocessing/reduction.py function send_handle (line 65) | def send_handle(conn, handle, destination_pid): function recv_handle (line 75) | def recv_handle(conn): function send_handle (line 79) | def send_handle(conn, handle, destination_pid): function recv_handle (line 82) | def recv_handle(conn): function _reset (line 91) | def _reset(obj): function _get_listener (line 102) | def _get_listener(): function _serve (line 119) | def _serve(): function reduce_handle (line 142) | def reduce_handle(handle): function rebuild_handle (line 150) | def rebuild_handle(pickled_data): function reduce_connection (line 165) | def reduce_connection(conn): function rebuild_connection (line 169) | def rebuild_connection(reduced_handle, readable, writable): function fromfd (line 181) | def fromfd(fd, family, type_, proto=0): function reduce_socket (line 187) | def reduce_socket(s): function rebuild_socket (line 191) | def rebuild_socket(reduced_handle, family, type_, proto): function reduce_pipe_connection (line 205) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 209) | def rebuild_pipe_connection(reduced_handle, readable, writable): FILE: tests/pythons/win32-py27/Lib/multiprocessing/sharedctypes.py function _new_value (line 61) | def _new_value(type_): function RawValue (line 66) | def RawValue(typecode_or_type, *args): function RawArray (line 76) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 92) | def Value(typecode_or_type, *args, **kwds): function Array (line 108) | def Array(typecode_or_type, size_or_initializer, **kwds): function copy (line 124) | def copy(obj): function synchronized (line 129) | def synchronized(obj, lock=None): function reduce_ctype (line 153) | def reduce_ctype(obj): function rebuild_ctype (line 160) | def rebuild_ctype(type_, wrapper, length): function make_property (line 172) | def make_property(name): class SynchronizedBase (line 204) | class SynchronizedBase(object): method __init__ (line 206) | def __init__(self, obj, lock=None): method __reduce__ (line 212) | def __reduce__(self): method get_obj (line 216) | def get_obj(self): method get_lock (line 219) | def get_lock(self): method __repr__ (line 222) | def __repr__(self): class Synchronized (line 226) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 230) | class SynchronizedArray(SynchronizedBase): method __len__ (line 232) | def __len__(self): method __getitem__ (line 235) | def __getitem__(self, i): method __setitem__ (line 242) | def __setitem__(self, i, value): method __getslice__ (line 249) | def __getslice__(self, start, stop): method __setslice__ (line 256) | def __setslice__(self, start, stop, values): class SynchronizedString (line 264) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win32-py27/Lib/multiprocessing/synchronize.py class SemLock (line 72) | class SemLock(object): method __init__ (line 74) | def __init__(self, kind, value, maxvalue): method _make_methods (line 84) | def _make_methods(self): method __enter__ (line 88) | def __enter__(self): method __exit__ (line 91) | def __exit__(self, *args): method __getstate__ (line 94) | def __getstate__(self): method __setstate__ (line 99) | def __setstate__(self, state): class Semaphore (line 108) | class Semaphore(SemLock): method __init__ (line 110) | def __init__(self, value=1): method get_value (line 113) | def get_value(self): method __repr__ (line 116) | def __repr__(self): class BoundedSemaphore (line 127) | class BoundedSemaphore(Semaphore): method __init__ (line 129) | def __init__(self, value=1): method __repr__ (line 132) | def __repr__(self): class Lock (line 144) | class Lock(SemLock): method __init__ (line 146) | def __init__(self): method __repr__ (line 149) | def __repr__(self): class RLock (line 169) | class RLock(SemLock): method __init__ (line 171) | def __init__(self): method __repr__ (line 174) | def __repr__(self): class Condition (line 195) | class Condition(object): method __init__ (line 197) | def __init__(self, lock=None): method __getstate__ (line 204) | def __getstate__(self): method __setstate__ (line 209) | def __setstate__(self, state): method __enter__ (line 214) | def __enter__(self): method __exit__ (line 217) | def __exit__(self, *args): method _make_methods (line 220) | def _make_methods(self): method __repr__ (line 224) | def __repr__(self): method wait (line 232) | def wait(self, timeout=None): method notify (line 255) | def notify(self): method notify_all (line 272) | def notify_all(self): class Event (line 299) | class Event(object): method __init__ (line 301) | def __init__(self): method is_set (line 305) | def is_set(self): method set (line 315) | def set(self): method clear (line 324) | def clear(self): method wait (line 331) | def wait(self, timeout=None): FILE: tests/pythons/win32-py27/Lib/multiprocessing/util.py function sub_debug (line 67) | def sub_debug(msg, *args): function debug (line 71) | def debug(msg, *args): function info (line 75) | def info(msg, *args): function sub_warning (line 79) | def sub_warning(msg, *args): function get_logger (line 83) | def get_logger(): function log_to_stderr (line 112) | def log_to_stderr(level=None): function get_temp_dir (line 134) | def get_temp_dir(): function _run_after_forkers (line 151) | def _run_after_forkers(): function register_after_fork (line 160) | def register_after_fork(obj, func): class Finalize (line 171) | class Finalize(object): method __init__ (line 175) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 190) | def __call__(self, wr=None): method cancel (line 206) | def cancel(self): method still_active (line 218) | def still_active(self): method __repr__ (line 224) | def __repr__(self): function _run_finalizers (line 244) | def _run_finalizers(minpriority=None): function is_exiting (line 280) | def is_exiting(): function _exit_function (line 288) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 330) | class ForkAwareThreadLock(object): method __init__ (line 331) | def __init__(self): method _reset (line 335) | def _reset(self): class ForkAwareLocal (line 340) | class ForkAwareLocal(threading.local): method __init__ (line 341) | def __init__(self): method __reduce__ (line 343) | def __reduce__(self): FILE: tests/pythons/win32-py27/Lib/mutex.py class mutex (line 20) | class mutex: method __init__ (line 21) | def __init__(self): method test (line 26) | def test(self): method testandset (line 30) | def testandset(self): method lock (line 39) | def lock(self, function, argument): method unlock (line 48) | def unlock(self): FILE: tests/pythons/win32-py27/Lib/netrc.py class NetrcParseError (line 12) | class NetrcParseError(Exception): method __init__ (line 14) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 20) | def __str__(self): class netrc (line 24) | class netrc: method __init__ (line 25) | def __init__(self, file=None): method _parse (line 37) | def _parse(self, file, fp, default_netrc): method authenticators (line 119) | def authenticators(self, host): method __repr__ (line 128) | def __repr__(self): FILE: tests/pythons/win32-py27/Lib/nntplib.py class NNTPError (line 48) | class NNTPError(Exception): method __init__ (line 50) | def __init__(self, *args): class NNTPReplyError (line 57) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 61) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 65) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 69) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 73) | class NNTPDataError(NNTPError): class NNTP (line 100) | class NNTP: method __init__ (line 101) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method getwelcome (line 178) | def getwelcome(self): method set_debuglevel (line 187) | def set_debuglevel(self, level): method putline (line 196) | def putline(self, line): method putcmd (line 202) | def putcmd(self, line): method getline (line 207) | def getline(self): method getresp (line 220) | def getresp(self): method getlongresp (line 234) | def getlongresp(self, file=None): method shortcmd (line 265) | def shortcmd(self, line): method longcmd (line 270) | def longcmd(self, line, file=None): method newgroups (line 275) | def newgroups(self, date, time, file=None): method newnews (line 285) | def newnews(self, group, date, time, file=None): method list (line 297) | def list(self, file=None): method description (line 308) | def description(self, group): method descriptions (line 327) | def descriptions(self, group_pattern): method group (line 344) | def group(self, name): method help (line 370) | def help(self, file=None): method statparse (line 377) | def statparse(self, resp): method statcmd (line 391) | def statcmd(self, line): method stat (line 396) | def stat(self, id): method next (line 406) | def next(self): method last (line 410) | def last(self): method artcmd (line 414) | def artcmd(self, line, file=None): method head (line 420) | def head(self, id): method body (line 431) | def body(self, id, file=None): method article (line 444) | def article(self, id): method slave (line 455) | def slave(self): method xhdr (line 461) | def xhdr(self, hdr, str, file=None): method xover (line 478) | def xover(self, start, end, file=None): method xgtitle (line 504) | def xgtitle(self, group, file=None): method xpath (line 520) | def xpath(self,id): method date (line 537) | def date (self): method post (line 558) | def post(self, f): method ihave (line 580) | def ihave(self, id, f): method quit (line 604) | def quit(self): FILE: tests/pythons/win32-py27/Lib/ntpath.py function normcase (line 42) | def normcase(s): function isabs (line 55) | def isabs(s): function join (line 63) | def join(a, *p): function splitdrive (line 122) | def splitdrive(p): function splitunc (line 131) | def splitunc(p): function split (line 164) | def split(p): function splitext (line 189) | def splitext(p): function basename (line 196) | def basename(p): function dirname (line 203) | def dirname(p): function islink (line 210) | def islink(path): function ismount (line 222) | def ismount(path): function walk (line 239) | def walk(top, func, arg): function expanduser (line 275) | def expanduser(path): function expandvars (line 317) | def expandvars(path): function normpath (line 398) | def normpath(path): function abspath (line 455) | def abspath(path): function abspath (line 466) | def abspath(path): function _abspath_split (line 486) | def _abspath_split(path): function relpath (line 494) | def relpath(path, start=curdir): FILE: tests/pythons/win32-py27/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win32-py27/Lib/numbers.py class Number (line 13) | class Number(object): class Complex (line 34) | class Complex(Number): method __complex__ (line 48) | def __complex__(self): method __nonzero__ (line 52) | def __nonzero__(self): method real (line 57) | def real(self): method imag (line 65) | def imag(self): method __add__ (line 73) | def __add__(self, other): method __radd__ (line 78) | def __radd__(self, other): method __neg__ (line 83) | def __neg__(self): method __pos__ (line 88) | def __pos__(self): method __sub__ (line 92) | def __sub__(self, other): method __rsub__ (line 96) | def __rsub__(self, other): method __mul__ (line 101) | def __mul__(self, other): method __rmul__ (line 106) | def __rmul__(self, other): method __div__ (line 111) | def __div__(self, other): method __rdiv__ (line 119) | def __rdiv__(self, other): method __truediv__ (line 124) | def __truediv__(self, other): method __rtruediv__ (line 132) | def __rtruediv__(self, other): method __pow__ (line 137) | def __pow__(self, exponent): method __rpow__ (line 142) | def __rpow__(self, base): method __abs__ (line 147) | def __abs__(self): method conjugate (line 152) | def conjugate(self): method __eq__ (line 157) | def __eq__(self, other): method __ne__ (line 161) | def __ne__(self, other): class Real (line 169) | class Real(Complex): method __float__ (line 181) | def __float__(self): method __trunc__ (line 188) | def __trunc__(self): method __divmod__ (line 200) | def __divmod__(self, other): method __rdivmod__ (line 208) | def __rdivmod__(self, other): method __floordiv__ (line 217) | def __floordiv__(self, other): method __rfloordiv__ (line 222) | def __rfloordiv__(self, other): method __mod__ (line 227) | def __mod__(self, other): method __rmod__ (line 232) | def __rmod__(self, other): method __lt__ (line 237) | def __lt__(self, other): method __le__ (line 244) | def __le__(self, other): method __complex__ (line 249) | def __complex__(self): method real (line 254) | def real(self): method imag (line 259) | def imag(self): method conjugate (line 263) | def conjugate(self): class Rational (line 270) | class Rational(Real): method numerator (line 276) | def numerator(self): method denominator (line 280) | def denominator(self): method __float__ (line 284) | def __float__(self): class Integral (line 295) | class Integral(Rational): method __long__ (line 301) | def __long__(self): method __index__ (line 305) | def __index__(self): method __pow__ (line 310) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 321) | def __lshift__(self, other): method __rlshift__ (line 326) | def __rlshift__(self, other): method __rshift__ (line 331) | def __rshift__(self, other): method __rrshift__ (line 336) | def __rrshift__(self, other): method __and__ (line 341) | def __and__(self, other): method __rand__ (line 346) | def __rand__(self, other): method __xor__ (line 351) | def __xor__(self, other): method __rxor__ (line 356) | def __rxor__(self, other): method __or__ (line 361) | def __or__(self, other): method __ror__ (line 366) | def __ror__(self, other): method __invert__ (line 371) | def __invert__(self): method __float__ (line 376) | def __float__(self): method numerator (line 381) | def numerator(self): method denominator (line 386) | def denominator(self): FILE: tests/pythons/win32-py27/Lib/opcode.py function def_op (line 27) | def def_op(name, op): function name_op (line 31) | def name_op(name, op): function jrel_op (line 35) | def jrel_op(name, op): function jabs_op (line 39) | def jabs_op(name, op): FILE: tests/pythons/win32-py27/Lib/optparse.py function _repr (line 79) | def _repr(self): function gettext (line 92) | def gettext(message): class OptParseError (line 97) | class OptParseError (Exception): method __init__ (line 98) | def __init__(self, msg): method __str__ (line 101) | def __str__(self): class OptionError (line 105) | class OptionError (OptParseError): method __init__ (line 111) | def __init__(self, msg, option): method __str__ (line 115) | def __str__(self): class OptionConflictError (line 121) | class OptionConflictError (OptionError): class OptionValueError (line 126) | class OptionValueError (OptParseError): class BadOptionError (line 132) | class BadOptionError (OptParseError): method __init__ (line 136) | def __init__(self, opt_str): method __str__ (line 139) | def __str__(self): class AmbiguousOptionError (line 142) | class AmbiguousOptionError (BadOptionError): method __init__ (line 146) | def __init__(self, opt_str, possibilities): method __str__ (line 150) | def __str__(self): class HelpFormatter (line 155) | class HelpFormatter: method __init__ (line 200) | def __init__(self, method set_parser (line 224) | def set_parser(self, parser): method set_short_opt_delimiter (line 227) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 233) | def set_long_opt_delimiter(self, delim): method indent (line 239) | def indent(self): method dedent (line 243) | def dedent(self): method format_usage (line 248) | def format_usage(self, usage): method format_heading (line 251) | def format_heading(self, heading): method _format_text (line 254) | def _format_text(self, text): method format_description (line 266) | def format_description(self, description): method format_epilog (line 272) | def format_epilog(self, epilog): method expand_default (line 279) | def expand_default(self, option): method format_option (line 289) | def format_option(self, option): method store_option_strings (line 324) | def store_option_strings(self, parser): method format_option_strings (line 342) | def format_option_strings(self, option): class IndentedHelpFormatter (line 361) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 365) | def __init__(self, method format_usage (line 373) | def format_usage(self, usage): method format_heading (line 376) | def format_heading(self, heading): class TitledHelpFormatter (line 380) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 384) | def __init__(self, method format_usage (line 392) | def format_usage(self, usage): method format_heading (line 395) | def format_heading(self, heading): function _parse_num (line 399) | def _parse_num(val, type): function _parse_int (line 412) | def _parse_int(val): function _parse_long (line 415) | def _parse_long(val): function check_builtin (line 423) | def check_builtin(option, opt, value): function check_choice (line 431) | def check_choice(option, opt, value): class Option (line 445) | class Option: method __init__ (line 560) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 579) | def _check_opt_strings(self, opts): method _set_opt_strings (line 588) | def _set_opt_strings(self, opts): method _set_attrs (line 609) | def _set_attrs(self, attrs): method _check_action (line 629) | def _check_action(self): method _check_type (line 635) | def _check_type(self): method _check_choice (line 665) | def _check_choice(self): method _check_dest (line 678) | def _check_dest(self): method _check_const (line 693) | def _check_const(self): method _check_nargs (line 699) | def _check_nargs(self): method _check_callback (line 708) | def _check_callback(self): method __str__ (line 747) | def __str__(self): method takes_value (line 752) | def takes_value(self): method get_opt_string (line 755) | def get_opt_string(self): method check_value (line 764) | def check_value(self, opt, value): method convert_value (line 771) | def convert_value(self, opt, value): method process (line 778) | def process(self, opt, value, values, parser): method take_action (line 790) | def take_action(self, action, dest, opt, value, values, parser): function isbasestring (line 829) | def isbasestring(x): function isbasestring (line 832) | def isbasestring(x): class Values (line 835) | class Values: method __init__ (line 837) | def __init__(self, defaults=None): method __str__ (line 842) | def __str__(self): method __cmp__ (line 847) | def __cmp__(self, other): method _update_careful (line 855) | def _update_careful(self, dict): method _update_loose (line 868) | def _update_loose(self, dict): method _update (line 876) | def _update(self, dict, mode): method read_module (line 884) | def read_module(self, modname, mode="careful"): method read_file (line 889) | def read_file(self, filename, mode="careful"): method ensure_value (line 894) | def ensure_value(self, attr, value): class OptionContainer (line 900) | class OptionContainer: method __init__ (line 932) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 943) | def _create_option_mappings(self): method _share_option_mappings (line 952) | def _share_option_mappings(self, parser): method set_conflict_handler (line 959) | def set_conflict_handler(self, handler): method set_description (line 964) | def set_description(self, description): method get_description (line 967) | def get_description(self): method destroy (line 971) | def destroy(self): method _check_conflict (line 980) | def _check_conflict(self, option): method add_option (line 1007) | def add_option(self, *args, **kwargs): method add_options (line 1037) | def add_options(self, option_list): method get_option (line 1043) | def get_option(self, opt_str): method has_option (line 1047) | def has_option(self, opt_str): method remove_option (line 1051) | def remove_option(self, opt_str): method format_option_help (line 1067) | def format_option_help(self, formatter): method format_description (line 1076) | def format_description(self, formatter): method format_help (line 1079) | def format_help(self, formatter): class OptionGroup (line 1088) | class OptionGroup (OptionContainer): method __init__ (line 1090) | def __init__(self, parser, title, description=None): method _create_option_list (line 1096) | def _create_option_list(self): method set_title (line 1100) | def set_title(self, title): method destroy (line 1103) | def destroy(self): method format_help (line 1110) | def format_help(self, formatter): class OptionParser (line 1118) | class OptionParser (OptionContainer): method __init__ (line 1190) | def __init__(self, method destroy (line 1224) | def destroy(self): method _create_option_list (line 1242) | def _create_option_list(self): method _add_help_option (line 1247) | def _add_help_option(self): method _add_version_option (line 1252) | def _add_version_option(self): method _populate_option_list (line 1257) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1267) | def _init_parsing_state(self): method set_usage (line 1276) | def set_usage(self, usage): method enable_interspersed_args (line 1287) | def enable_interspersed_args(self): method disable_interspersed_args (line 1295) | def disable_interspersed_args(self): method set_process_default_values (line 1303) | def set_process_default_values(self, process): method set_default (line 1306) | def set_default(self, dest, value): method set_defaults (line 1309) | def set_defaults(self, **kwargs): method _get_all_options (line 1312) | def _get_all_options(self): method get_default_values (line 1318) | def get_default_values(self): method add_option_group (line 1335) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1351) | def get_option_group(self, opt_str): method _get_args (line 1361) | def _get_args(self, args): method parse_args (line 1367) | def parse_args(self, args=None, values=None): method check_values (line 1406) | def check_values(self, values, args): method _process_args (line 1419) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1470) | def _match_long_opt(self, opt): method _process_long_opt (line 1479) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1516) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1558) | def get_prog_name(self): method expand_prog_name (line 1564) | def expand_prog_name(self, s): method get_description (line 1567) | def get_description(self): method exit (line 1570) | def exit(self, status=0, msg=None): method error (line 1575) | def error(self, msg): method get_usage (line 1585) | def get_usage(self): method print_usage (line 1592) | def print_usage(self, file=None): method get_version (line 1604) | def get_version(self): method print_version (line 1610) | def print_version(self, file=None): method format_option_help (line 1621) | def format_option_help(self, formatter=None): method format_epilog (line 1638) | def format_epilog(self, formatter): method format_help (line 1641) | def format_help(self, formatter=None): method _get_encoding (line 1654) | def _get_encoding(self, file): method print_help (line 1660) | def print_help(self, file=None): function _match_abbrev (line 1674) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win32-py27/Lib/os.py function _get_exports_list (line 35) | def _get_exports_list(module): function makedirs (line 136) | def makedirs(name, mode=0777): function removedirs (line 159) | def removedirs(name): function renames (line 181) | def renames(old, new): function walk (line 209) | def walk(top, topdown=True, onerror=None, followlinks=False): function execl (line 307) | def execl(file, *args): function execle (line 314) | def execle(file, *args): function execlp (line 322) | def execlp(file, *args): function execlpe (line 329) | def execlpe(file, *args): function execvp (line 338) | def execvp(file, args): function execvpe (line 346) | def execvpe(file, args, env): function _execvpe (line 357) | def _execvpe(file, args, env=None): function unsetenv (line 405) | def unsetenv(key): class _Environ (line 413) | class _Environ(UserDict.IterableUserDict): method __init__ (line 414) | def __init__(self, environ): method __setitem__ (line 419) | def __setitem__(self, key, item): method __getitem__ (line 422) | def __getitem__(self, key): method __delitem__ (line 427) | def __delitem__(self, key): method __delitem__ (line 430) | def __delitem__(self, key): method clear (line 433) | def clear(self): method pop (line 437) | def pop(self, key, *args): method has_key (line 440) | def has_key(self, key): method __contains__ (line 442) | def __contains__(self, key): method get (line 444) | def get(self, key, failobj=None): method update (line 446) | def update(self, dict=None, **kwargs): method copy (line 462) | def copy(self): method __init__ (line 467) | def __init__(self, environ): method __setitem__ (line 470) | def __setitem__(self, key, item): method update (line 473) | def update(self, dict=None, **kwargs): method __delitem__ (line 494) | def __delitem__(self, key): method clear (line 497) | def clear(self): method pop (line 501) | def pop(self, key, *args): method copy (line 504) | def copy(self): class _Environ (line 466) | class _Environ(UserDict.IterableUserDict): method __init__ (line 414) | def __init__(self, environ): method __setitem__ (line 419) | def __setitem__(self, key, item): method __getitem__ (line 422) | def __getitem__(self, key): method __delitem__ (line 427) | def __delitem__(self, key): method __delitem__ (line 430) | def __delitem__(self, key): method clear (line 433) | def clear(self): method pop (line 437) | def pop(self, key, *args): method has_key (line 440) | def has_key(self, key): method __contains__ (line 442) | def __contains__(self, key): method get (line 444) | def get(self, key, failobj=None): method update (line 446) | def update(self, dict=None, **kwargs): method copy (line 462) | def copy(self): method __init__ (line 467) | def __init__(self, environ): method __setitem__ (line 470) | def __setitem__(self, key, item): method update (line 473) | def update(self, dict=None, **kwargs): method __delitem__ (line 494) | def __delitem__(self, key): method clear (line 497) | def clear(self): method pop (line 501) | def pop(self, key, *args): method copy (line 504) | def copy(self): function getenv (line 510) | def getenv(key, default=None): function _exists (line 516) | def _exists(name): function _spawnvef (line 529) | def _spawnvef(mode, file, args, env, func): function spawnv (line 556) | def spawnv(mode, file, args): function spawnve (line 565) | def spawnve(mode, file, args, env): function spawnvp (line 577) | def spawnvp(mode, file, args): function spawnvpe (line 587) | def spawnvpe(mode, file, args, env): function spawnl (line 601) | def spawnl(mode, file, *args): function spawnle (line 610) | def spawnle(mode, file, *args): function spawnlp (line 628) | def spawnlp(mode, file, *args): function spawnlpe (line 638) | def spawnlpe(mode, file, *args): function popen2 (line 656) | def popen2(cmd, mode="t", bufsize=-1): function popen3 (line 676) | def popen3(cmd, mode="t", bufsize=-1): function popen4 (line 696) | def popen4(cmd, mode="t", bufsize=-1): function _make_stat_result (line 717) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 720) | def _pickle_stat_result(sr): function _make_statvfs_result (line 729) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 732) | def _pickle_statvfs_result(sr): FILE: tests/pythons/win32-py27/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 44) | def join(a, *p): function splitunc (line 58) | def splitunc(p): function basename (line 88) | def basename(p): function dirname (line 95) | def dirname(p): function ismount (line 109) | def ismount(path): function normpath (line 120) | def normpath(path): function abspath (line 146) | def abspath(path): FILE: tests/pythons/win32-py27/Lib/pdb.py class Restart (line 18) | class Restart(Exception): function find_function (line 31) | def find_function(funcname, filename): class Pdb (line 59) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 61) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=No... method reset (line 107) | def reset(self): method forget (line 111) | def forget(self): method setup (line 117) | def setup(self, f, t): method execRcLines (line 128) | def execRcLines(self): method user_call (line 141) | def user_call(self, frame, argument_list): method user_line (line 150) | def user_line(self, frame): method bp_commands (line 160) | def bp_commands(self,frame): method user_return (line 184) | def user_return(self, frame, return_value): method user_exception (line 192) | def user_exception(self, frame, exc_info): method interaction (line 207) | def interaction(self, frame, traceback): method displayhook (line 213) | def displayhook(self, obj): method default (line 221) | def default(self, line): method precmd (line 246) | def precmd(self, line): method onecmd (line 271) | def onecmd(self, line): method handle_command_def (line 283) | def handle_command_def(self,line): method do_commands (line 317) | def do_commands(self, arg): method do_break (line 344) | def do_break(self, arg, temporary = 0): method defaultFile (line 427) | def defaultFile(self): method do_tbreak (line 436) | def do_tbreak(self, arg): method lineinfo (line 439) | def lineinfo(self, identifier): method checkline (line 472) | def checkline(self, filename, lineno): method do_enable (line 493) | def do_enable(self, arg): method do_disable (line 510) | def do_disable(self, arg): method do_condition (line 527) | def do_condition(self, arg): method do_ignore (line 552) | def do_ignore(self,arg): method do_clear (line 584) | def do_clear(self, arg): method do_where (line 629) | def do_where(self, arg): method do_up (line 634) | def do_up(self, arg): method do_down (line 645) | def do_down(self, arg): method do_until (line 656) | def do_until(self, arg): method do_step (line 661) | def do_step(self, arg): method do_next (line 666) | def do_next(self, arg): method do_run (line 671) | def do_run(self, arg): method do_return (line 683) | def do_return(self, arg): method do_continue (line 688) | def do_continue(self, arg): method do_jump (line 693) | def do_jump(self, arg): method do_debug (line 712) | def do_debug(self, arg): method do_quit (line 724) | def do_quit(self, arg): method do_EOF (line 732) | def do_EOF(self, arg): method do_args (line 738) | def do_args(self, arg): method do_retval (line 751) | def do_retval(self, arg): method _getval (line 758) | def _getval(self, arg): method do_p (line 770) | def do_p(self, arg): method do_pp (line 776) | def do_pp(self, arg): method do_list (line 782) | def do_list(self, arg): method do_whatis (line 828) | def do_whatis(self, arg): method do_alias (line 855) | def do_alias(self, arg): method do_unalias (line 868) | def do_unalias(self, arg): method print_stack_trace (line 886) | def print_stack_trace(self): method print_stack_entry (line 893) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method help_help (line 905) | def help_help(self): method help_h (line 908) | def help_h(self): method help_where (line 915) | def help_where(self): method help_w (line 918) | def help_w(self): method help_down (line 926) | def help_down(self): method help_d (line 929) | def help_d(self): method help_up (line 934) | def help_up(self): method help_u (line 937) | def help_u(self): method help_break (line 942) | def help_break(self): method help_b (line 945) | def help_b(self): method help_clear (line 958) | def help_clear(self): method help_cl (line 961) | def help_cl(self): method help_tbreak (line 974) | def help_tbreak(self): method help_enable (line 978) | def help_enable(self): method help_disable (line 983) | def help_disable(self): method help_ignore (line 988) | def help_ignore(self): method help_condition (line 996) | def help_condition(self): method help_step (line 1003) | def help_step(self): method help_s (line 1006) | def help_s(self): method help_until (line 1011) | def help_until(self): method help_unt (line 1014) | def help_unt(self): method help_next (line 1019) | def help_next(self): method help_n (line 1022) | def help_n(self): method help_return (line 1027) | def help_return(self): method help_r (line 1030) | def help_r(self): method help_continue (line 1034) | def help_continue(self): method help_cont (line 1037) | def help_cont(self): method help_c (line 1040) | def help_c(self): method help_jump (line 1044) | def help_jump(self): method help_j (line 1047) | def help_j(self): method help_debug (line 1051) | def help_debug(self): method help_list (line 1057) | def help_list(self): method help_l (line 1060) | def help_l(self): method help_args (line 1069) | def help_args(self): method help_a (line 1072) | def help_a(self): method help_p (line 1076) | def help_p(self): method help_pp (line 1080) | def help_pp(self): method help_exec (line 1084) | def help_exec(self): method help_run (line 1095) | def help_run(self): method help_quit (line 1104) | def help_quit(self): method help_q (line 1107) | def help_q(self): method help_whatis (line 1113) | def help_whatis(self): method help_EOF (line 1117) | def help_EOF(self): method help_alias (line 1121) | def help_alias(self): method help_unalias (line 1145) | def help_unalias(self): method help_commands (line 1149) | def help_commands(self): method help_pdb (line 1184) | def help_pdb(self): method lookupmodule (line 1187) | def lookupmodule(self, filename): method _runscript (line 1211) | def _runscript(self, filename): function run (line 1237) | def run(statement, globals=None, locals=None): function runeval (line 1240) | def runeval(expression, globals=None, locals=None): function runctx (line 1243) | def runctx(statement, globals, locals): function runcall (line 1247) | def runcall(*args, **kwds): function set_trace (line 1250) | def set_trace(): function post_mortem (line 1255) | def post_mortem(t=None): function pm (line 1269) | def pm(): function test (line 1277) | def test(): function help (line 1281) | def help(): function main (line 1292) | def main(): FILE: tests/pythons/win32-py27/Lib/pickle.py class PickleError (line 58) | class PickleError(Exception): class PicklingError (line 62) | class PicklingError(PickleError): class UnpicklingError (line 69) | class UnpicklingError(PickleError): class _Stop (line 82) | class _Stop(Exception): method __init__ (line 83) | def __init__(self, value): class Pickler (line 171) | class Pickler: method __init__ (line 173) | def __init__(self, file, protocol=None): method clear_memo (line 209) | def clear_memo(self): method dump (line 220) | def dump(self, obj): method memoize (line 227) | def memoize(self, obj): method put (line 250) | def put(self, i, pack=struct.pack): method get (line 260) | def get(self, i, pack=struct.pack): method save (line 269) | def save(self, obj): method persistent_id (line 333) | def persistent_id(self, obj): method save_pers (line 337) | def save_pers(self, pid): method save_reduce (line 345) | def save_reduce(self, func, args, state=None, method save_none (line 426) | def save_none(self, obj): method save_bool (line 430) | def save_bool(self, obj): method save_int (line 437) | def save_int(self, obj, pack=struct.pack): method save_long (line 461) | def save_long(self, obj, pack=struct.pack): method save_float (line 473) | def save_float(self, obj, pack=struct.pack): method save_string (line 480) | def save_string(self, obj, pack=struct.pack): method save_unicode (line 492) | def save_unicode(self, obj, pack=struct.pack): method save_string (line 506) | def save_string(self, obj, pack=struct.pack): method save_tuple (line 532) | def save_tuple(self, obj): method save_empty_tuple (line 588) | def save_empty_tuple(self, obj): method save_list (line 591) | def save_list(self, obj): method _batch_appends (line 608) | def _batch_appends(self, items): method save_dict (line 640) | def save_dict(self, obj): method _batch_setitems (line 655) | def _batch_setitems(self, items): method save_inst (line 690) | def save_inst(self, obj): method save_global (line 730) | def save_global(self, obj, name=None, pack=struct.pack): function _keep_alive (line 777) | def _keep_alive(x, memo): function whichmodule (line 799) | def whichmodule(func, funcname): class Unpickler (line 827) | class Unpickler: method __init__ (line 829) | def __init__(self, file): method load (line 845) | def load(self): method marker (line 870) | def marker(self): method load_eof (line 879) | def load_eof(self): method load_proto (line 883) | def load_proto(self): method load_persid (line 889) | def load_persid(self): method load_binpersid (line 894) | def load_binpersid(self): method load_none (line 899) | def load_none(self): method load_false (line 903) | def load_false(self): method load_true (line 907) | def load_true(self): method load_int (line 911) | def load_int(self): method load_binint (line 925) | def load_binint(self): method load_binint1 (line 929) | def load_binint1(self): method load_binint2 (line 933) | def load_binint2(self): method load_long (line 937) | def load_long(self): method load_long1 (line 941) | def load_long1(self): method load_long4 (line 947) | def load_long4(self): method load_float (line 953) | def load_float(self): method load_binfloat (line 957) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 961) | def load_string(self): method load_binstring (line 974) | def load_binstring(self): method load_unicode (line 979) | def load_unicode(self): method load_binunicode (line 983) | def load_binunicode(self): method load_short_binstring (line 988) | def load_short_binstring(self): method load_tuple (line 993) | def load_tuple(self): method load_empty_tuple (line 998) | def load_empty_tuple(self): method load_tuple1 (line 1002) | def load_tuple1(self): method load_tuple2 (line 1006) | def load_tuple2(self): method load_tuple3 (line 1010) | def load_tuple3(self): method load_empty_list (line 1014) | def load_empty_list(self): method load_empty_dictionary (line 1018) | def load_empty_dictionary(self): method load_list (line 1022) | def load_list(self): method load_dict (line 1027) | def load_dict(self): method _instantiate (line 1043) | def _instantiate(self, klass, k): method load_inst (line 1066) | def load_inst(self): method load_obj (line 1073) | def load_obj(self): method load_newobj (line 1080) | def load_newobj(self): method load_global (line 1087) | def load_global(self): method load_ext1 (line 1094) | def load_ext1(self): method load_ext2 (line 1099) | def load_ext2(self): method load_ext4 (line 1104) | def load_ext4(self): method get_extension (line 1109) | def get_extension(self, code): method find_class (line 1122) | def find_class(self, module, name): method load_reduce (line 1129) | def load_reduce(self): method load_pop (line 1137) | def load_pop(self): method load_pop_mark (line 1141) | def load_pop_mark(self): method load_dup (line 1146) | def load_dup(self): method load_get (line 1150) | def load_get(self): method load_binget (line 1154) | def load_binget(self): method load_long_binget (line 1159) | def load_long_binget(self): method load_put (line 1164) | def load_put(self): method load_binput (line 1168) | def load_binput(self): method load_long_binput (line 1173) | def load_long_binput(self): method load_append (line 1178) | def load_append(self): method load_appends (line 1185) | def load_appends(self): method load_setitem (line 1193) | def load_setitem(self): method load_setitems (line 1201) | def load_setitems(self): method load_build (line 1211) | def load_build(self): method load_mark (line 1250) | def load_mark(self): method load_stop (line 1254) | def load_stop(self): class _EmptyClass (line 1261) | class _EmptyClass: function encode_long (line 1268) | def encode_long(x): function decode_long (line 1334) | def decode_long(data): function dump (line 1369) | def dump(obj, file, protocol=None): function dumps (line 1372) | def dumps(obj, protocol=None): function load (line 1377) | def load(file): function loads (line 1380) | def loads(str): function _test (line 1386) | def _test(): FILE: tests/pythons/win32-py27/Lib/pickletools.py class ArgumentDescriptor (line 165) | class ArgumentDescriptor(object): method __init__ (line 184) | def __init__(self, name, n, reader, doc): function read_uint1 (line 201) | def read_uint1(f): function read_uint2 (line 220) | def read_uint2(f): function read_int4 (line 241) | def read_int4(f): function read_stringnl (line 262) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 321) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 335) | def read_stringnl_noescape_pair(f): function read_string4 (line 357) | def read_string4(f): function read_string1 (line 391) | def read_string1(f): function read_unicodestringnl (line 420) | def read_unicodestringnl(f): function read_unicodestring4 (line 445) | def read_unicodestring4(f): function read_decimalnl_short (line 485) | def read_decimalnl_short(f): function read_decimalnl_long (line 514) | def read_decimalnl_long(f): function read_floatnl (line 562) | def read_floatnl(f): function read_float8 (line 584) | def read_float8(f): function read_long1 (line 622) | def read_long1(f): function read_long4 (line 654) | def read_long4(f): class StackObject (line 697) | class StackObject(object): method __init__ (line 710) | def __init__(self, name, obtype, doc): method __repr__ (line 723) | def __repr__(self): class OpcodeInfo (line 823) | class OpcodeInfo(object): method __init__ (line 854) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1763) | def assure_pickle_consistency(verbose=False): function genops (line 1807) | def genops(pickle): function optimize (line 1864) | def optimize(p): function dis (line 1891) | def dis(pickle, out=None, memo=None, indentlevel=4): class _Example (line 2028) | class _Example: method __init__ (line 2029) | def __init__(self, value): function _test (line 2269) | def _test(): FILE: tests/pythons/win32-py27/Lib/pipes.py class Template (line 80) | class Template: method __init__ (line 83) | def __init__(self): method __repr__ (line 88) | def __repr__(self): method reset (line 92) | def reset(self): method clone (line 96) | def clone(self): method debug (line 104) | def debug(self, flag): method append (line 108) | def append(self, cmd, kind): method prepend (line 130) | def prepend(self, cmd, kind): method open (line 152) | def open(self, file, rw): method open_r (line 162) | def open_r(self, file): method open_w (line 173) | def open_w(self, file): method copy (line 182) | def copy(self, infile, outfile): method makepipeline (line 185) | def makepipeline(self, infile, outfile): function makepipeline (line 193) | def makepipeline(infile, steps, outfile): function quote (line 267) | def quote(file): FILE: tests/pythons/win32-py27/Lib/pkgutil.py function read_code (line 18) | def read_code(stream): function simplegeneric (line 31) | def simplegeneric(func): function walk_packages (line 71) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 129) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 154) | def iter_importer_modules(importer, prefix=''): class ImpImporter (line 162) | class ImpImporter: method __init__ (line 173) | def __init__(self, path=None): method find_module (line 176) | def find_module(self, fullname, path=None): method iter_modules (line 191) | def iter_modules(self, prefix=''): class ImpLoader (line 232) | class ImpLoader: method __init__ (line 237) | def __init__(self, fullname, file, filename, etc): method load_module (line 243) | def load_module(self, fullname): method get_data (line 254) | def get_data(self, pathname): method _reopen (line 257) | def _reopen(self): method _fix_name (line 265) | def _fix_name(self, fullname): method is_package (line 273) | def is_package(self, fullname): method get_code (line 277) | def get_code(self, fullname=None): method get_source (line 294) | def get_source(self, fullname=None): method _get_delegate (line 314) | def _get_delegate(self): method get_filename (line 317) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 331) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 366) | def get_importer(path_item): function iter_importers (line 400) | def iter_importers(fullname=""): function get_loader (line 441) | def get_loader(module_or_name): function find_loader (line 466) | def find_loader(fullname): function extend_path (line 482) | def extend_path(path, name): function get_data (line 556) | def get_data(package, resource): FILE: tests/pythons/win32-py27/Lib/platform.py function libc_ver (line 141) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 194) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 264) | def _parse_release_file(firstline): function linux_distribution (line 291) | def linux_distribution(distname='', version='', id='', function dist (line 347) | def dist(distname='',version='',id='', class _popen (line 365) | class _popen: method __init__ (line 381) | def __init__(self,cmd,mode='r',bufsize=None): method read (line 392) | def read(self): method readlines (line 396) | def readlines(self): method close (line 401) | def close(self, function popen (line 419) | def popen(cmd, mode='r', bufsize=None): function _norm_version (line 452) | def _norm_version(version, build=''): function _syscmd_ver (line 482) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 534) | def _win32_getvalue(key,name,default=''): function win32_ver (line 553) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 718) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 731) | def _bcd2str(bcd): function _mac_ver_gestalt (line 735) | def _mac_ver_gestalt(): function _mac_ver_xml (line 776) | def _mac_ver_xml(): function mac_ver (line 797) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 822) | def _java_getprop(name,default): function java_ver (line 833) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 868) | def system_alias(system,release,version): function _platform (line 922) | def _platform(*args): function _node (line 958) | def _node(default=''): function _abspath (line 976) | def _abspath(path, function _follow_symlinks (line 989) | def _follow_symlinks(filepath): function _syscmd_uname (line 1000) | def _syscmd_uname(option,default=''): function _syscmd_file (line 1018) | def _syscmd_file(target,default=''): function architecture (line 1077) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1166) | def uname(): function system (line 1303) | def system(): function node (line 1312) | def node(): function release (line 1322) | def release(): function version (line 1331) | def version(): function machine (line 1340) | def machine(): function processor (line 1349) | def processor(): function _sys_version (line 1389) | def _sys_version(sys_version=None): function python_implementation (line 1487) | def python_implementation(): function python_version (line 1500) | def python_version(): function python_version_tuple (line 1510) | def python_version_tuple(): function python_branch (line 1521) | def python_branch(): function python_revision (line 1535) | def python_revision(): function python_build (line 1548) | def python_build(): function python_compiler (line 1556) | def python_compiler(): function platform (line 1568) | def platform(aliased=0, terse=0): FILE: tests/pythons/win32-py27/Lib/plistlib.py function readPlist (line 68) | def readPlist(pathOrFile): function writePlist (line 84) | def writePlist(rootObject, pathOrFile): function readPlistFromString (line 100) | def readPlistFromString(data): function writePlistToString (line 106) | def writePlistToString(rootObject): function readPlistFromResource (line 114) | def readPlistFromResource(path, restype='plst', resid=0): function writePlistToResource (line 130) | def writePlistToResource(rootObject, path, restype='plst', resid=0): class DumbXMLWriter (line 151) | class DumbXMLWriter: method __init__ (line 153) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 159) | def beginElement(self, element): method endElement (line 164) | def endElement(self, element): method simpleElement (line 170) | def simpleElement(self, element, value=None): method writeln (line 177) | def writeln(self, line): function _dateFromString (line 189) | def _dateFromString(s): function _dateToString (line 200) | def _dateToString(d): function _escapeAndEncode (line 212) | def _escapeAndEncode(text): class PlistWriter (line 230) | class PlistWriter(DumbXMLWriter): method __init__ (line 232) | def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1): method writeValue (line 237) | def writeValue(self, value): method writeData (line 262) | def writeData(self, data): method writeDict (line 273) | def writeDict(self, d): method writeArray (line 284) | def writeArray(self, array): class _InternalDict (line 291) | class _InternalDict(dict): method __getattr__ (line 297) | def __getattr__(self, attr): method __setattr__ (line 307) | def __setattr__(self, attr, value): method __delattr__ (line 313) | def __delattr__(self, attr): class Dict (line 322) | class Dict(_InternalDict): method __init__ (line 324) | def __init__(self, **kwargs): class Plist (line 331) | class Plist(_InternalDict): method __init__ (line 337) | def __init__(self, **kwargs): method fromFile (line 343) | def fromFile(cls, pathOrFile): method write (line 351) | def write(self, pathOrFile): function _encodeBase64 (line 356) | def _encodeBase64(s, maxlinelength=76): class Data (line 365) | class Data: method __init__ (line 369) | def __init__(self, data): method fromBase64 (line 372) | def fromBase64(cls, data): method asBase64 (line 378) | def asBase64(self, maxlinelength=76): method __cmp__ (line 381) | def __cmp__(self, other): method __repr__ (line 389) | def __repr__(self): class PlistParser (line 393) | class PlistParser: method __init__ (line 395) | def __init__(self): method parse (line 400) | def parse(self, fileobj): method handleBeginElement (line 409) | def handleBeginElement(self, element, attrs): method handleEndElement (line 415) | def handleEndElement(self, element): method handleData (line 420) | def handleData(self, data): method addObject (line 423) | def addObject(self, value): method getData (line 433) | def getData(self): method begin_dict (line 444) | def begin_dict(self, attrs): method end_dict (line 448) | def end_dict(self): method end_key (line 451) | def end_key(self): method begin_array (line 454) | def begin_array(self, attrs): method end_array (line 458) | def end_array(self): method end_true (line 461) | def end_true(self): method end_false (line 463) | def end_false(self): method end_integer (line 465) | def end_integer(self): method end_real (line 467) | def end_real(self): method end_string (line 469) | def end_string(self): method end_data (line 471) | def end_data(self): method end_date (line 473) | def end_date(self): FILE: tests/pythons/win32-py27/Lib/popen2.py function _cleanup (line 24) | def _cleanup(): class Popen3 (line 34) | class Popen3: method __init__ (line 40) | def __init__(self, cmd, capturestderr=False, bufsize=-1): method __del__ (line 74) | def __del__(self): method _run_child (line 82) | def _run_child(self, cmd): method poll (line 91) | def poll(self, _deadstate=None): method wait (line 105) | def wait(self): class Popen4 (line 116) | class Popen4(Popen3): method __init__ (line 119) | def __init__(self, cmd, bufsize=-1): function popen2 (line 141) | def popen2(cmd, bufsize=-1, mode='t'): function popen3 (line 151) | def popen3(cmd, bufsize=-1, mode='t'): function popen4 (line 161) | def popen4(cmd, bufsize=-1, mode='t'): function popen2 (line 171) | def popen2(cmd, bufsize=-1, mode='t'): function popen3 (line 181) | def popen3(cmd, bufsize=-1, mode='t'): function popen4 (line 191) | def popen4(cmd, bufsize=-1, mode='t'): FILE: tests/pythons/win32-py27/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 36) | class POP3: method __init__ (line 79) | def __init__(self, host, port=POP3_PORT, method _putline (line 89) | def _putline(self, line): method _putcmd (line 96) | def _putcmd(self, line): method _getline (line 105) | def _getline(self): method _getresp (line 123) | def _getresp(self): method _getlongresp (line 134) | def _getlongresp(self): method _shortcmd (line 150) | def _shortcmd(self, line): method _longcmd (line 157) | def _longcmd(self, line): method getwelcome (line 164) | def getwelcome(self): method set_debuglevel (line 168) | def set_debuglevel(self, level): method user (line 174) | def user(self, user): method pass_ (line 182) | def pass_(self, pswd): method stat (line 192) | def stat(self): method list (line 205) | def list(self, which=None): method retr (line 219) | def retr(self, which): method dele (line 227) | def dele(self, which): method noop (line 235) | def noop(self): method rset (line 243) | def rset(self): method quit (line 248) | def quit(self): method rpop (line 264) | def rpop(self, user): method apop (line 271) | def apop(self, user, secret): method top (line 291) | def top(self, which, howmuch): method uidl (line 300) | def uidl(self, which=None): class POP3_SSL (line 317) | class POP3_SSL(POP3): method __init__ (line 330) | def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfil... method _fillBuffer (line 356) | def _fillBuffer(self): method _getline (line 362) | def _getline(self): method _putline (line 380) | def _putline(self, line): method quit (line 391) | def quit(self): FILE: tests/pythons/win32-py27/Lib/posixfile.py class _posixfile_ (line 59) | class _posixfile_: method __repr__ (line 67) | def __repr__(self): method open (line 76) | def open(self, name, mode='r', bufsize=-1): method fileopen (line 80) | def fileopen(self, file): method file (line 96) | def file(self): method dup (line 99) | def dup(self): method dup2 (line 107) | def dup2(self, fd): method flags (line 116) | def flags(self, *which): method lock (line 153) | def lock(self, how, *args): function open (line 220) | def open(name, mode='r', bufsize=-1): function fileopen (line 224) | def fileopen(file): FILE: tests/pythons/win32-py27/Lib/posixpath.py class _unicode (line 25) | class _unicode(object): function normcase (line 51) | def normcase(s): function isabs (line 59) | def isabs(s): function join (line 68) | def join(a, *p): function split (line 89) | def split(p): function splitext (line 104) | def splitext(p): function splitdrive (line 111) | def splitdrive(p): function basename (line 119) | def basename(p): function dirname (line 127) | def dirname(p): function islink (line 139) | def islink(path): function lexists (line 149) | def lexists(path): function samefile (line 160) | def samefile(f1, f2): function sameopenfile (line 170) | def sameopenfile(fp1, fp2): function samestat (line 180) | def samestat(s1, s2): function ismount (line 189) | def ismount(path): function walk (line 218) | def walk(top, func, arg): function expanduser (line 258) | def expanduser(path): function expandvars (line 289) | def expandvars(path): function normpath (line 321) | def normpath(path): function abspath (line 350) | def abspath(path): function realpath (line 364) | def realpath(filename): function _joinrealpath (line 372) | def _joinrealpath(path, rest, seen): function relpath (line 416) | def relpath(path, start=curdir): FILE: tests/pythons/win32-py27/Lib/pprint.py function pprint (line 55) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 61) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 65) | def saferepr(object): function isreadable (line 69) | def isreadable(object): function isrecursive (line 73) | def isrecursive(object): function _sorted (line 77) | def _sorted(iterable): class PrettyPrinter (line 84) | class PrettyPrinter: method __init__ (line 85) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 116) | def pprint(self, object): method pformat (line 120) | def pformat(self, object): method isrecursive (line 125) | def isrecursive(self, object): method isreadable (line 128) | def isreadable(self, object): method _format (line 132) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 224) | def _repr(self, object, context, level): method format (line 233) | def format(self, object, context, maxlevels, level): function _safe_repr (line 243) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 327) | def _recursion(object): function _perfcheck (line 332) | def _perfcheck(object=None): FILE: tests/pythons/win32-py27/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): function help (line 87) | def help(): function _get_time_times (line 92) | def _get_time_times(timer=os.times): function _get_time_resource (line 104) | def _get_time_resource(timer=resgetrusage): class Profile (line 111) | class Profile: method __init__ (line 152) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 203) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 221) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 236) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 250) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 269) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 277) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 299) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 310) | def trace_dispatch_return(self, frame, t): method set_cmd (line 364) | def set_cmd(self, cmd): class fake_code (line 369) | class fake_code: method __init__ (line 370) | def __init__(self, filename, line, name): method __repr__ (line 376) | def __repr__(self): class fake_frame (line 379) | class fake_frame: method __init__ (line 380) | def __init__(self, code, prior): method simulate_call (line 384) | def simulate_call(self, name): method simulate_cmd_complete (line 396) | def simulate_cmd_complete(self): method print_stats (line 407) | def print_stats(self, sort=-1): method dump_stats (line 412) | def dump_stats(self, file): method create_stats (line 418) | def create_stats(self): method snapshot_stats (line 422) | def snapshot_stats(self): method run (line 435) | def run(self, cmd): method runctx (line 440) | def runctx(self, cmd, globals, locals): method runcall (line 450) | def runcall(self, func, *args, **kw): method calibrate (line 499) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 510) | def _calibrate_inner(self, m, verbose): function Stats (line 573) | def Stats(*args): function main (line 576) | def main(): FILE: tests/pythons/win32-py27/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, **kwds): method init (line 84) | def init(self, arg): method load_stats (line 106) | def load_stats(self, arg): method get_top_level_stats (line 127) | def get_top_level_stats(self): method add (line 137) | def add(self, *arg_list): method dump_stats (line 163) | def dump_stats(self, filename): method get_sort_arg_defs (line 190) | def get_sort_arg_defs(self): method sort_stats (line 209) | def sort_stats(self, *field): method reverse_order (line 241) | def reverse_order(self): method strip_dirs (line 246) | def strip_dirs(self): method calc_callees (line 275) | def calc_callees(self): method eval_print_amount (line 293) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 319) | def get_print_list(self, sel_list): method print_stats (line 343) | def print_stats(self, *amount): method print_callees (line 365) | def print_callees(self, *amount): method print_callers (line 380) | def print_callers(self, *amount): method print_call_heading (line 391) | def print_call_heading(self, name_size, column_title): method print_call_line (line 403) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 429) | def print_title(self): method print_line (line 433) | def print_line(self, func): # hack : should print percentages class TupleComp (line 451) | class TupleComp: method __init__ (line 459) | def __init__(self, comp_select_list): method compare (line 462) | def compare (self, left, right): function func_strip_path (line 475) | def func_strip_path(func_name): function func_get_function_name (line 479) | def func_get_function_name(func): function func_std_string (line 482) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 499) | def add_func_stats(target, source): function add_callers (line 506) | def add_callers(target, source): function count_calls (line 524) | def count_calls(callers): function f8 (line 535) | def f8(x): class ProfileBrowser (line 549) | class ProfileBrowser(cmd.Cmd): method __init__ (line 550) | def __init__(self, profile=None): method generic (line 558) | def generic(self, fn, line): method generic_help (line 582) | def generic_help(self): method do_add (line 590) | def do_add(self, line): method help_add (line 596) | def help_add(self): method do_callees (line 599) | def do_callees(self, line): method help_callees (line 601) | def help_callees(self): method do_callers (line 605) | def do_callers(self, line): method help_callers (line 607) | def help_callers(self): method do_EOF (line 611) | def do_EOF(self, line): method help_EOF (line 614) | def help_EOF(self): method do_quit (line 617) | def do_quit(self, line): method help_quit (line 619) | def help_quit(self): method do_read (line 622) | def do_read(self, line): method help_read (line 639) | def help_read(self): method do_reverse (line 643) | def do_reverse(self, line): method help_reverse (line 649) | def help_reverse(self): method do_sort (line 652) | def do_sort(self, line): method help_sort (line 664) | def help_sort(self): method complete_sort (line 667) | def complete_sort(self, text, *args): method do_stats (line 670) | def do_stats(self, line): method help_stats (line 672) | def help_stats(self): method do_strip (line 676) | def do_strip(self, line): method help_strip (line 681) | def help_strip(self): method help_help (line 684) | def help_help(self): method postcmd (line 687) | def postcmd(self, stop, line): FILE: tests/pythons/win32-py27/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win32-py27/Lib/py_compile.py class PyCompileError (line 18) | class PyCompileError(Exception): method __init__ (line 45) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 60) | def __str__(self): function wr_long (line 64) | def wr_long(f, x): function compile (line 71) | def compile(file, cfile=None, dfile=None, doraise=False): function main (line 131) | def main(args=None): FILE: tests/pythons/win32-py27/Lib/pyclbr.py class Class (line 53) | class Class: method __init__ (line 55) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 65) | def _addmethod(self, name, lineno): class Function (line 68) | class Function: method __init__ (line 70) | def __init__(self, module, name, file, lineno): function readmodule (line 76) | def readmodule(module, path=None): function readmodule_ex (line 88) | def readmodule_ex(module, path=None): function _readmodule (line 97) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 279) | def _getnamelist(g): function _getname (line 299) | def _getname(g): function _main (line 318) | def _main(): FILE: tests/pythons/win32-py27/Lib/pydoc.py class deque (line 63) | class deque(list): method popleft (line 64) | def popleft(self): function pathdirs (line 69) | def pathdirs(): function getdoc (line 81) | def getdoc(object): function splitdoc (line 86) | def splitdoc(doc): function classname (line 95) | def classname(object, modname): function isdata (line 102) | def isdata(object): function replace (line 108) | def replace(text, *pairs): function cram (line 115) | def cram(text, maxlen): function stripid (line 124) | def stripid(text): function _is_some_method (line 129) | def _is_some_method(obj): function allmethods (line 132) | def allmethods(cl): function _split_list (line 142) | def _split_list(s, predicate): function visiblename (line 159) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 176) | def classify_class_attrs(object): function ispackage (line 187) | def ispackage(path): function source_synopsis (line 195) | def source_synopsis(file): function synopsis (line 212) | def synopsis(filename, cache={}): class ErrorDuringImport (line 234) | class ErrorDuringImport(Exception): method __init__ (line 236) | def __init__(self, filename, exc_info): method __str__ (line 243) | def __str__(self): function importfile (line 249) | def importfile(path): function safeimport (line 268) | def safeimport(path, forceload=0, cache={}): class Doc (line 318) | class Doc: method document (line 319) | def document(self, object, name=None, *args): method fail (line 337) | def fail(self, object, name=None, *args): method getdocloc (line 345) | def getdocloc(self, object): class HTMLRepr (line 374) | class HTMLRepr(Repr): method __init__ (line 376) | def __init__(self): method escape (line 382) | def escape(self, text): method repr (line 385) | def repr(self, object): method repr1 (line 388) | def repr1(self, x, level): method repr_string (line 395) | def repr_string(self, x, level): method repr_instance (line 408) | def repr_instance(self, x, level): class HTMLDoc (line 416) | class HTMLDoc(Doc): method page (line 425) | def page(self, title, contents): method heading (line 434) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 445) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 467) | def bigsection(self, title, *args): method preformat (line 472) | def preformat(self, text): method multicolumn (line 478) | def multicolumn(self, list, format, cols=4): method grey (line 490) | def grey(self, text): return '%s' % text method namelink (line 492) | def namelink(self, name, *dicts): method classlink (line 499) | def classlink(self, object, modname): method modulelink (line 507) | def modulelink(self, object): method modpkglink (line 511) | def modpkglink(self, data): method markup (line 526) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 564) | def formattree(self, tree, modname, parent=None): method docmodule (line 583) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 707) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 859) | def formatvalue(self, object): method docroutine (line 863) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 917) | def _docdescriptor(self, name, value, mod): method docproperty (line 930) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 934) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 939) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 943) | def index(self, dir, shadowed=None): class TextRepr (line 957) | class TextRepr(Repr): method __init__ (line 959) | def __init__(self): method repr1 (line 965) | def repr1(self, x, level): method repr_string (line 972) | def repr_string(self, x, level): method repr_instance (line 983) | def repr_instance(self, x, level): class TextDoc (line 989) | class TextDoc(Doc): method bold (line 997) | def bold(self, text): method indent (line 1001) | def indent(self, text, prefix=' '): method section (line 1009) | def section(self, title, contents): method formattree (line 1015) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1031) | def docmodule(self, object, name=None, mod=None): method docclass (line 1131) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1251) | def formatvalue(self, object): method docroutine (line 1255) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1298) | def _docdescriptor(self, name, value, mod): method docproperty (line 1311) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1315) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1319) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... function pager (line 1333) | def pager(text): function getpager (line 1339) | def getpager(): function plain (line 1370) | def plain(text): function pipepager (line 1374) | def pipepager(text, cmd): function tempfilepager (line 1383) | def tempfilepager(text, cmd): function ttypager (line 1395) | def ttypager(text): function plainpager (line 1433) | def plainpager(text): function describe (line 1437) | def describe(thing): function locate (line 1466) | def locate(path, forceload=0): class _OldStyleClass (line 1490) | class _OldStyleClass: pass function resolve (line 1493) | def resolve(thing, forceload=0): function render_doc (line 1504) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1529) | def doc(thing, title='Python Library Documentation: %s', forceload=0): function writedoc (line 1536) | def writedoc(thing, forceload=0): function writedocs (line 1548) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1555) | class Helper: method __init__ (line 1732) | def __init__(self, input=None, output=None): method __repr__ (line 1739) | def __repr__(self): method __call__ (line 1746) | def __call__(self, request=_GoInteractive): method interact (line 1759) | def interact(self): method getline (line 1771) | def getline(self, prompt): method help (line 1780) | def help(self, request): method intro (line 1798) | def intro(self): method list (line 1815) | def list(self, items, columns=4, width=80): method listkeywords (line 1829) | def listkeywords(self): method listsymbols (line 1836) | def listsymbols(self): method listtopics (line 1844) | def listtopics(self): method showtopic (line 1851) | def showtopic(self, topic, more_xrefs=''): method showsymbol (line 1883) | def showsymbol(self, symbol): method listmodules (line 1888) | def listmodules(self, key=''): class Scanner (line 1917) | class Scanner: method __init__ (line 1919) | def __init__(self, roots, children, descendp): method next (line 1925) | def next(self): class ModuleScanner (line 1941) | class ModuleScanner: method run (line 1944) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 1985) | def apropos(key): function serve (line 1999) | def serve(port, callback=None, completer=None): function gui (line 2090) | def gui(): function ispath (line 2273) | def ispath(x): function cli (line 2276) | def cli(): FILE: tests/pythons/win32-py27/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 35) | def quote(c): function encode (line 42) | def encode(input, output, quotetabs, header = 0): function encodestring (line 105) | def encodestring(s, quotetabs = 0, header = 0): function decode (line 116) | def decode(input, output, header = 0): function decodestring (line 159) | def decodestring(s, header = 0): function ishex (line 171) | def ishex(c): function unhex (line 175) | def unhex(s): function main (line 192) | def main(): FILE: tests/pythons/win32-py27/Lib/random.py class Random (line 72) | class Random(_random.Random): method __init__ (line 91) | def __init__(self, x=None): method seed (line 100) | def seed(self, a=None): method getstate (line 119) | def getstate(self): method setstate (line 123) | def setstate(self, state): method jumpahead (line 145) | def jumpahead(self, n): method __getstate__ (line 162) | def __getstate__(self): # for pickle method __setstate__ (line 165) | def __setstate__(self, state): # for pickle method __reduce__ (line 168) | def __reduce__(self): method randrange (line 173) | def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<... method randint (line 236) | def randint(self, a, b): method _randbelow (line 242) | def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L< self.__cast(other) method __ge__ (line 859) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 860) | def __cast(self, other): method __contains__ (line 862) | def __contains__(self, item): return item in self.data method __len__ (line 863) | def __len__(self): return len(self.data) method __getitem__ (line 864) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 865) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 866) | def __delitem__(self, i): del self.data[i] method __add__ (line 867) | def __add__(self, other): method __radd__ (line 873) | def __radd__(self, other): method __iadd__ (line 879) | def __iadd__(self, other): method __mul__ (line 887) | def __mul__(self, n): method __imul__ (line 890) | def __imul__(self, n): method append (line 893) | def append(self, item): self.data.append(item) method insert (line 894) | def insert(self, i, item): self.data.insert(i, item) method pop (line 895) | def pop(self, i=-1): return self.data.pop(i) method remove (line 896) | def remove(self, item): self.data.remove(item) method count (line 897) | def count(self, item): return self.data.count(item) method index (line 898) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 899) | def reverse(self): self.data.reverse() method sort (line 900) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 901) | def extend(self, other): class UserString (line 913) | class UserString(Sequence): method __init__ (line 914) | def __init__(self, seq): method __str__ (line 921) | def __str__(self): return str(self.data) method __repr__ (line 922) | def __repr__(self): return repr(self.data) method __int__ (line 923) | def __int__(self): return int(self.data) method __float__ (line 924) | def __float__(self): return float(self.data) method __complex__ (line 925) | def __complex__(self): return complex(self.data) method __hash__ (line 926) | def __hash__(self): return hash(self.data) method __eq__ (line 928) | def __eq__(self, string): method __ne__ (line 932) | def __ne__(self, string): method __lt__ (line 936) | def __lt__(self, string): method __le__ (line 940) | def __le__(self, string): method __gt__ (line 944) | def __gt__(self, string): method __ge__ (line 948) | def __ge__(self, string): method __contains__ (line 953) | def __contains__(self, char): method __len__ (line 958) | def __len__(self): return len(self.data) method __getitem__ (line 959) | def __getitem__(self, index): return self.__class__(self.data[index]) method __add__ (line 960) | def __add__(self, other): method __radd__ (line 966) | def __radd__(self, other): method __mul__ (line 970) | def __mul__(self, n): method __mod__ (line 973) | def __mod__(self, args): method capitalize (line 977) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 978) | def center(self, width, *args): method count (line 980) | def count(self, sub, start=0, end=_sys.maxsize): method encode (line 984) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 990) | def endswith(self, suffix, start=0, end=_sys.maxsize): method expandtabs (line 992) | def expandtabs(self, tabsize=8): method find (line 994) | def find(self, sub, start=0, end=_sys.maxsize): method format (line 998) | def format(self, *args, **kwds): method index (line 1000) | def index(self, sub, start=0, end=_sys.maxsize): method isalpha (line 1002) | def isalpha(self): return self.data.isalpha() method isalnum (line 1003) | def isalnum(self): return self.data.isalnum() method isdecimal (line 1004) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 1005) | def isdigit(self): return self.data.isdigit() method isidentifier (line 1006) | def isidentifier(self): return self.data.isidentifier() method islower (line 1007) | def islower(self): return self.data.islower() method isnumeric (line 1008) | def isnumeric(self): return self.data.isnumeric() method isspace (line 1009) | def isspace(self): return self.data.isspace() method istitle (line 1010) | def istitle(self): return self.data.istitle() method isupper (line 1011) | def isupper(self): return self.data.isupper() method join (line 1012) | def join(self, seq): return self.data.join(seq) method ljust (line 1013) | def ljust(self, width, *args): method lower (line 1015) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 1016) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 1017) | def partition(self, sep): method replace (line 1019) | def replace(self, old, new, maxsplit=-1): method rfind (line 1025) | def rfind(self, sub, start=0, end=_sys.maxsize): method rindex (line 1029) | def rindex(self, sub, start=0, end=_sys.maxsize): method rjust (line 1031) | def rjust(self, width, *args): method rpartition (line 1033) | def rpartition(self, sep): method rstrip (line 1035) | def rstrip(self, chars=None): method split (line 1037) | def split(self, sep=None, maxsplit=-1): method rsplit (line 1039) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 1041) | def splitlines(self, keepends=0): return self.data.splitlines(keepends) method startswith (line 1042) | def startswith(self, prefix, start=0, end=_sys.maxsize): method strip (line 1044) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 1045) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 1046) | def title(self): return self.__class__(self.data.title()) method translate (line 1047) | def translate(self, *args): method upper (line 1049) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 1050) | def zfill(self, width): return self.__class__(self.data.zfill(width)) class Point (line 1066) | class Point(namedtuple('Point', 'x y')): method hypot (line 1069) | def hypot(self): method __str__ (line 1071) | def __str__(self): method _replace (line 1081) | def _replace(self, _map=map, **kwds): class Point (line 1077) | class Point(namedtuple('Point', 'x y')): method hypot (line 1069) | def hypot(self): method __str__ (line 1071) | def __str__(self): method _replace (line 1081) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win32-py32/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win32-py32/Lib/compileall.py function compile_dir (line 22) | def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, function compile_file (line 65) | def compile_file(fullname, ddir=None, force=False, rx=None, quiet=False, function compile_path (line 139) | def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False, function main (line 163) | def main(): FILE: tests/pythons/win32-py32/Lib/concurrent/futures/_base.py class Error (line 45) | class Error(Exception): class CancelledError (line 49) | class CancelledError(Error): class TimeoutError (line 53) | class TimeoutError(Error): class _Waiter (line 57) | class _Waiter(object): method __init__ (line 59) | def __init__(self): method add_result (line 63) | def add_result(self, future): method add_exception (line 66) | def add_exception(self, future): method add_cancelled (line 69) | def add_cancelled(self, future): class _AsCompletedWaiter (line 72) | class _AsCompletedWaiter(_Waiter): method __init__ (line 75) | def __init__(self): method add_result (line 79) | def add_result(self, future): method add_exception (line 84) | def add_exception(self, future): method add_cancelled (line 89) | def add_cancelled(self, future): class _FirstCompletedWaiter (line 94) | class _FirstCompletedWaiter(_Waiter): method add_result (line 97) | def add_result(self, future): method add_exception (line 101) | def add_exception(self, future): method add_cancelled (line 105) | def add_cancelled(self, future): class _AllCompletedWaiter (line 109) | class _AllCompletedWaiter(_Waiter): method __init__ (line 112) | def __init__(self, num_pending_calls, stop_on_exception): method _decrement_pending_calls (line 118) | def _decrement_pending_calls(self): method add_result (line 124) | def add_result(self, future): method add_exception (line 128) | def add_exception(self, future): method add_cancelled (line 135) | def add_cancelled(self, future): class _AcquireFutures (line 139) | class _AcquireFutures(object): method __init__ (line 142) | def __init__(self, futures): method __enter__ (line 145) | def __enter__(self): method __exit__ (line 149) | def __exit__(self, *args): function _create_and_install_waiters (line 153) | def _create_and_install_waiters(fs, return_when): function as_completed (line 174) | def as_completed(fs, timeout=None): function wait (line 232) | def wait(fs, timeout=None, return_when=ALL_COMPLETED): class Future (line 280) | class Future(object): method __init__ (line 283) | def __init__(self): method _invoke_callbacks (line 292) | def _invoke_callbacks(self): method __repr__ (line 299) | def __repr__(self): method cancel (line 316) | def cancel(self): method cancelled (line 335) | def cancelled(self): method running (line 340) | def running(self): method done (line 345) | def done(self): method __get_result (line 350) | def __get_result(self): method add_done_callback (line 356) | def add_done_callback(self, fn): method result (line 373) | def result(self, timeout=None): method exception (line 404) | def exception(self, timeout=None): method set_running_or_notify_cancel (line 438) | def set_running_or_notify_cancel(self): method set_result (line 478) | def set_result(self, result): method set_exception (line 491) | def set_exception(self, exception): class Executor (line 504) | class Executor(object): method submit (line 507) | def submit(self, fn, *args, **kwargs): method map (line 518) | def map(self, fn, *iterables, timeout=None): method shutdown (line 551) | def shutdown(self, wait=True): method __enter__ (line 564) | def __enter__(self): method __exit__ (line 567) | def __exit__(self, exc_type, exc_val, exc_tb): FILE: tests/pythons/win32-py32/Lib/concurrent/futures/process.py function _python_exit (line 72) | def _python_exit(): class _WorkItem (line 87) | class _WorkItem(object): method __init__ (line 88) | def __init__(self, future, fn, args, kwargs): class _ResultItem (line 94) | class _ResultItem(object): method __init__ (line 95) | def __init__(self, work_id, exception=None, result=None): class _CallItem (line 100) | class _CallItem(object): method __init__ (line 101) | def __init__(self, work_id, fn, args, kwargs): function _process_worker (line 107) | def _process_worker(call_queue, result_queue): function _add_call_item_to_queue (line 135) | def _add_call_item_to_queue(pending_work_items, function _queue_management_worker (line 172) | def _queue_management_worker(executor_reference, function _check_system_limits (line 239) | def _check_system_limits(): class ProcessPoolExecutor (line 262) | class ProcessPoolExecutor(_base.Executor): method __init__ (line 263) | def __init__(self, max_workers=None): method _start_queue_management_thread (line 294) | def _start_queue_management_thread(self): method _adjust_process_count (line 312) | def _adjust_process_count(self): method submit (line 321) | def submit(self, fn, *args, **kwargs): method shutdown (line 340) | def shutdown(self, wait=True): FILE: tests/pythons/win32-py32/Lib/concurrent/futures/thread.py function _python_exit (line 31) | def _python_exit(): class _WorkItem (line 42) | class _WorkItem(object): method __init__ (line 43) | def __init__(self, future, fn, args, kwargs): method run (line 49) | def run(self): function _worker (line 60) | def _worker(executor_reference, work_queue): class ThreadPoolExecutor (line 80) | class ThreadPoolExecutor(_base.Executor): method __init__ (line 81) | def __init__(self, max_workers): method submit (line 94) | def submit(self, fn, *args, **kwargs): method _adjust_thread_count (line 107) | def _adjust_thread_count(self): method shutdown (line 123) | def shutdown(self, wait=True): FILE: tests/pythons/win32-py32/Lib/configparser.py class Error (line 143) | class Error(Exception): method _get_message (line 146) | def _get_message(self): method _set_message (line 152) | def _set_message(self, value): method __init__ (line 163) | def __init__(self, msg=''): method __repr__ (line 167) | def __repr__(self): class NoSectionError (line 173) | class NoSectionError(Error): method __init__ (line 176) | def __init__(self, section): class DuplicateSectionError (line 182) | class DuplicateSectionError(Error): method __init__ (line 190) | def __init__(self, section, source=None, lineno=None): class DuplicateOptionError (line 208) | class DuplicateOptionError(Error): method __init__ (line 215) | def __init__(self, section, option, source=None, lineno=None): class NoOptionError (line 235) | class NoOptionError(Error): method __init__ (line 238) | def __init__(self, option, section): class InterpolationError (line 246) | class InterpolationError(Error): method __init__ (line 249) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 256) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 259) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 271) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 279) | class InterpolationDepthError(InterpolationError): method __init__ (line 282) | def __init__(self, option, section, rawval): class ParsingError (line 292) | class ParsingError(Error): method __init__ (line 295) | def __init__(self, source=None, filename=None): method filename (line 311) | def filename(self): method filename (line 321) | def filename(self, value): method append (line 330) | def append(self, lineno, line): class MissingSectionHeaderError (line 335) | class MissingSectionHeaderError(ParsingError): method __init__ (line 338) | def __init__(self, filename, lineno, line): class Interpolation (line 355) | class Interpolation: method before_get (line 358) | def before_get(self, parser, section, option, value, defaults): method before_set (line 361) | def before_set(self, parser, section, option, value): method before_read (line 364) | def before_read(self, parser, section, option, value): method before_write (line 367) | def before_write(self, parser, section, option, value): class BasicInterpolation (line 371) | class BasicInterpolation(Interpolation): method before_get (line 388) | def before_get(self, parser, section, option, value, defaults): method before_set (line 393) | def before_set(self, parser, section, option, value): method _interpolate_some (line 401) | def _interpolate_some(self, parser, option, accum, rest, section, map, class ExtendedInterpolation (line 442) | class ExtendedInterpolation(Interpolation): method before_get (line 448) | def before_get(self, parser, section, option, value, defaults): method before_set (line 453) | def before_set(self, parser, section, option, value): method _interpolate_some (line 461) | def _interpolate_some(self, parser, option, accum, rest, section, map, class LegacyInterpolation (line 515) | class LegacyInterpolation(Interpolation): method before_get (line 521) | def before_get(self, parser, section, option, value, vars): method before_set (line 541) | def before_set(self, parser, section, option, value): method _interpolation_replace (line 545) | def _interpolation_replace(match, parser): class RawConfigParser (line 553) | class RawConfigParser(MutableMapping): method __init__ (line 594) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 632) | def defaults(self): method sections (line 635) | def sections(self): method add_section (line 640) | def add_section(self, section): method has_section (line 654) | def has_section(self, section): method options (line 661) | def options(self, section): method read (line 670) | def read(self, filenames, encoding=None): method read_file (line 694) | def read_file(self, f, source=None): method read_string (line 709) | def read_string(self, string, source=''): method read_dict (line 714) | def read_dict(self, dictionary, source=''): method readfp (line 745) | def readfp(self, fp, filename=None): method get (line 754) | def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): method _get (line 791) | def _get(self, section, conv, option, **kwargs): method getint (line 794) | def getint(self, section, option, *, raw=False, vars=None, method getfloat (line 804) | def getfloat(self, section, option, *, raw=False, vars=None, method getboolean (line 814) | def getboolean(self, section, option, *, raw=False, vars=None, method items (line 825) | def items(self, section=_UNSET, raw=False, vars=None): method popitem (line 854) | def popitem(self): method optionxform (line 867) | def optionxform(self, optionstr): method has_option (line 870) | def has_option(self, section, option): method set (line 884) | def set(self, section, option, value=None): method write (line 898) | def write(self, fp, space_around_delimiters=True): method _write_section (line 915) | def _write_section(self, fp, section_name, section_items, delimiter): method remove_option (line 928) | def remove_option(self, section, option): method remove_section (line 943) | def remove_section(self, section): method __getitem__ (line 951) | def __getitem__(self, key): method __setitem__ (line 956) | def __setitem__(self, key, value): method __delitem__ (line 966) | def __delitem__(self, key): method __contains__ (line 973) | def __contains__(self, key): method __len__ (line 976) | def __len__(self): method __iter__ (line 979) | def __iter__(self): method _read (line 983) | def _read(self, fp, fpname): method _join_multiline_values (line 1097) | def _join_multiline_values(self): method _handle_error (line 1109) | def _handle_error(self, exc, fpname, lineno, line): method _unify_values (line 1115) | def _unify_values(self, section, vars): method _convert_to_boolean (line 1135) | def _convert_to_boolean(self, value): method _validate_value_types (line 1142) | def _validate_value_types(self, *, section="", option="", value=""): class ConfigParser (line 1164) | class ConfigParser(RawConfigParser): method set (line 1169) | def set(self, section, option, value=None): method add_section (line 1175) | def add_section(self, section): class SafeConfigParser (line 1183) | class SafeConfigParser(ConfigParser): method __init__ (line 1186) | def __init__(self, *args, **kwargs): class SectionProxy (line 1196) | class SectionProxy(MutableMapping): method __init__ (line 1199) | def __init__(self, parser, name): method __repr__ (line 1204) | def __repr__(self): method __getitem__ (line 1207) | def __getitem__(self, key): method __setitem__ (line 1212) | def __setitem__(self, key, value): method __delitem__ (line 1216) | def __delitem__(self, key): method __contains__ (line 1221) | def __contains__(self, key): method __len__ (line 1224) | def __len__(self): method __iter__ (line 1227) | def __iter__(self): method _options (line 1230) | def _options(self): method get (line 1236) | def get(self, option, fallback=None, *, raw=False, vars=None): method getint (line 1240) | def getint(self, option, fallback=None, *, raw=False, vars=None): method getfloat (line 1244) | def getfloat(self, option, fallback=None, *, raw=False, vars=None): method getboolean (line 1248) | def getboolean(self, option, fallback=None, *, raw=False, vars=None): method parser (line 1253) | def parser(self): method name (line 1258) | def name(self): FILE: tests/pythons/win32-py32/Lib/contextlib.py class ContextDecorator (line 10) | class ContextDecorator(object): method _recreate_cm (line 13) | def _recreate_cm(self): method __call__ (line 25) | def __call__(self, func): class _GeneratorContextManager (line 33) | class _GeneratorContextManager(ContextDecorator): method __init__ (line 36) | def __init__(self, func, *args, **kwds): method _recreate_cm (line 40) | def _recreate_cm(self): method __enter__ (line 46) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): function contextmanager (line 85) | def contextmanager(func): class closing (line 119) | class closing(object): method __init__ (line 136) | def __init__(self, thing): method __enter__ (line 138) | def __enter__(self): method __exit__ (line 140) | def __exit__(self, *exc_info): FILE: tests/pythons/win32-py32/Lib/copy.py class Error (line 56) | class Error(Exception): function copy (line 67) | def copy(x): function _copy_immutable (line 102) | def _copy_immutable(x): function _copy_with_constructor (line 117) | def _copy_with_constructor(x): function _copy_with_copy_method (line 122) | def _copy_with_copy_method(x): function deepcopy (line 129) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 182) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 205) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 213) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 232) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 242) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 246) | def _keep_alive(x, memo): function _reconstruct (line 262) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 322) | class _EmptyClass: function _test (line 325) | def _test(): FILE: tests/pythons/win32-py32/Lib/copyreg.py function pickle (line 12) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 22) | def constructor(object): function pickle_complex (line 34) | def pickle_complex(c): function _reconstructor (line 41) | def _reconstructor(cls, base, state): function _reduce_ex (line 54) | def _reduce_ex(self, proto): function __newobj__ (line 87) | def __newobj__(cls, *args): function _slotnames (line 90) | def _slotnames(cls): function add_extension (line 152) | def add_extension(module, name, code): function remove_extension (line 170) | def remove_extension(module, name, code): function clear_extension_cache (line 182) | def clear_extension_cache(): FILE: tests/pythons/win32-py32/Lib/csv.py class Dialect (line 22) | class Dialect: method __init__ (line 41) | def __init__(self): method _validate (line 46) | def _validate(self): class excel (line 53) | class excel(Dialect): class excel_tab (line 63) | class excel_tab(excel): class unix_dialect (line 68) | class unix_dialect(Dialect): class DictReader (line 79) | class DictReader: method __init__ (line 80) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 89) | def __iter__(self): method fieldnames (line 93) | def fieldnames(self): method fieldnames (line 103) | def fieldnames(self, value): method __next__ (line 106) | def __next__(self): class DictWriter (line 129) | class DictWriter: method __init__ (line 130) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 140) | def writeheader(self): method _dict_to_list (line 144) | def _dict_to_list(self, rowdict): method writerow (line 152) | def writerow(self, rowdict): method writerows (line 155) | def writerows(self, rowdicts): class Sniffer (line 167) | class Sniffer: method __init__ (line 172) | def __init__(self): method sniff (line 177) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 206) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 280) | def _guess_delimiter(self, data, delimiters): method has_header (line 383) | def has_header(self, sample): FILE: tests/pythons/win32-py32/Lib/ctypes/__init__.py function create_string_buffer (line 49) | def create_string_buffer(init, size=None): function c_buffer (line 67) | def c_buffer(init, size=None): function CFUNCTYPE (line 75) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 116) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 144) | def _check_size(typ, typecode=None): class py_object (line 156) | class py_object(_SimpleCData): method __repr__ (line 158) | def __repr__(self): class c_short (line 165) | class c_short(_SimpleCData): class c_ushort (line 169) | class c_ushort(_SimpleCData): class c_long (line 173) | class c_long(_SimpleCData): class c_ulong (line 177) | class c_ulong(_SimpleCData): class c_int (line 186) | class c_int(_SimpleCData): class c_uint (line 190) | class c_uint(_SimpleCData): class c_float (line 194) | class c_float(_SimpleCData): class c_double (line 198) | class c_double(_SimpleCData): class c_longdouble (line 202) | class c_longdouble(_SimpleCData): class c_longlong (line 212) | class c_longlong(_SimpleCData): class c_ulonglong (line 216) | class c_ulonglong(_SimpleCData): class c_ubyte (line 223) | class c_ubyte(_SimpleCData): class c_byte (line 230) | class c_byte(_SimpleCData): class c_char (line 235) | class c_char(_SimpleCData): class c_char_p (line 240) | class c_char_p(_SimpleCData): method __repr__ (line 243) | def __repr__(self): method __repr__ (line 248) | def __repr__(self): class c_void_p (line 252) | class c_void_p(_SimpleCData): class c_bool (line 257) | class c_bool(_SimpleCData): class c_wchar_p (line 262) | class c_wchar_p(_SimpleCData): class c_wchar (line 265) | class c_wchar(_SimpleCData): function _reset_cache (line 268) | def _reset_cache(): function create_unicode_buffer (line 284) | def create_unicode_buffer(init, size=None): function SetPointerType (line 304) | def SetPointerType(pointer, cls): function ARRAY (line 314) | def ARRAY(typ, len): class CDLL (line 320) | class CDLL(object): method __init__ (line 337) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 357) | def __repr__(self): method __getattr__ (line 363) | def __getattr__(self, name): method __getitem__ (line 370) | def __getitem__(self, name_or_ordinal): class PyDLL (line 376) | class PyDLL(CDLL): class WinDLL (line 385) | class WinDLL(CDLL): class HRESULT (line 394) | class HRESULT(_SimpleCData): class OleDLL (line 407) | class OleDLL(CDLL): class LibraryLoader (line 416) | class LibraryLoader(object): method __init__ (line 417) | def __init__(self, dlltype): method __getattr__ (line 420) | def __getattr__(self, name): method __getitem__ (line 427) | def __getitem__(self, name): method LoadLibrary (line 430) | def LoadLibrary(self, name): function WinError (line 454) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 481) | def PYFUNCTYPE(restype, *argtypes): function cast (line 489) | def cast(obj, typ): function string_at (line 493) | def string_at(ptr, size=-1): function wstring_at (line 505) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 513) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 521) | def DllCanUnloadNow(): FILE: tests/pythons/win32-py32/Lib/ctypes/_endian.py function _other_endian (line 6) | def _other_endian(typ): class _swapped_meta (line 23) | class _swapped_meta(type(Structure)): method __setattr__ (line 24) | def __setattr__(self, attrname, value): class BigEndianStructure (line 46) | class BigEndianStructure(Structure, metaclass=_swapped_meta): class LittleEndianStructure (line 54) | class LittleEndianStructure(Structure, metaclass=_swapped_meta): FILE: tests/pythons/win32-py32/Lib/ctypes/macholib/dyld.py function dyld_env (line 31) | def dyld_env(env, var): function dyld_image_suffix (line 39) | def dyld_image_suffix(env=None): function dyld_framework_path (line 44) | def dyld_framework_path(env=None): function dyld_library_path (line 47) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 50) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 53) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 56) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 70) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 87) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 94) | def dyld_default_search(name, env=None): function dyld_find (line 116) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 129) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 152) | def test_dyld_find(): FILE: tests/pythons/win32-py32/Lib/ctypes/macholib/dylib.py function dylib_info (line 19) | def dylib_info(filename): function test_dylib_info (line 45) | def test_dylib_info(): FILE: tests/pythons/win32-py32/Lib/ctypes/macholib/framework.py function framework_info (line 19) | def framework_info(filename): function test_framework_info (line 44) | def test_framework_info(): FILE: tests/pythons/win32-py32/Lib/ctypes/util.py function _get_build_version (line 7) | def _get_build_version(): function find_msvcrt (line 30) | def find_msvcrt(): function find_library (line 47) | def find_library(name): function find_library (line 69) | def find_library(name): function find_library (line 74) | def find_library(name): function _findLib_gcc (line 89) | def _findLib_gcc(name): function _get_soname (line 117) | def _get_soname(f): function _get_soname (line 128) | def _get_soname(f): function _num_version (line 150) | def _num_version(libname): function find_library (line 161) | def find_library(name): function _findSoname_ldconfig (line 174) | def _findSoname_ldconfig(name): function find_library (line 198) | def find_library(name): function test (line 204) | def test(): FILE: tests/pythons/win32-py32/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 20) | class VARIANT_BOOL(ctypes._SimpleCData): method __repr__ (line 22) | def __repr__(self): class RECT (line 97) | class RECT(ctypes.Structure): class _SMALL_RECT (line 104) | class _SMALL_RECT(ctypes.Structure): class _COORD (line 111) | class _COORD(ctypes.Structure): class POINT (line 115) | class POINT(ctypes.Structure): class SIZE (line 120) | class SIZE(ctypes.Structure): function RGB (line 125) | def RGB(red, green, blue): class FILETIME (line 128) | class FILETIME(ctypes.Structure): class MSG (line 133) | class MSG(ctypes.Structure): class WIN32_FIND_DATAA (line 143) | class WIN32_FIND_DATAA(ctypes.Structure): class WIN32_FIND_DATAW (line 155) | class WIN32_FIND_DATAW(ctypes.Structure): FILE: tests/pythons/win32-py32/Lib/curses/__init__.py function initscr (line 26) | def initscr(): function start_color (line 43) | def start_color(): FILE: tests/pythons/win32-py32/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win32-py32/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win32-py32/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win32-py32/Lib/curses/wrapper.py function wrapper (line 12) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win32-py32/Lib/datetime.py function _cmp (line 22) | def _cmp(x, y): function _is_leap (line 47) | def _is_leap(year): function _days_before_year (line 51) | def _days_before_year(year): function _days_in_month (line 56) | def _days_in_month(year, month): function _days_before_month (line 63) | def _days_before_month(year, month): function _ymd2ord (line 68) | def _ymd2ord(year, month, day): function _ord2ymd (line 93) | def _ord2ymd(n): function _build_struct_time (line 161) | def _build_struct_time(y, m, d, hh, mm, ss, dstflag): function _format_time (line 166) | def _format_time(hh, mm, ss, us): function _wrap_strftime (line 174) | def _wrap_strftime(object, format, timetuple): function _call_tzinfo_method (line 235) | def _call_tzinfo_method(tzinfo, methname, tzinfoarg): function _check_tzname (line 241) | def _check_tzname(name): function _check_utc_offset (line 252) | def _check_utc_offset(name, offset): function _check_date_fields (line 267) | def _check_date_fields(year, month, day): function _check_time_fields (line 278) | def _check_time_fields(hour, minute, second, microsecond): function _check_tzinfo_arg (line 290) | def _check_tzinfo_arg(tz): function _cmperror (line 294) | def _cmperror(x, y): class timedelta (line 298) | class timedelta: method __new__ (line 317) | def __new__(cls, days=0, seconds=0, microseconds=0, method __repr__ (line 430) | def __repr__(self): method __str__ (line 442) | def __str__(self): method total_seconds (line 454) | def total_seconds(self): method days (line 461) | def days(self): method seconds (line 466) | def seconds(self): method microseconds (line 471) | def microseconds(self): method __add__ (line 475) | def __add__(self, other): method __sub__ (line 486) | def __sub__(self, other): method __rsub__ (line 495) | def __rsub__(self, other): method __neg__ (line 500) | def __neg__(self): method __pos__ (line 507) | def __pos__(self): method __abs__ (line 510) | def __abs__(self): method __mul__ (line 516) | def __mul__(self, other): method _to_microseconds (line 530) | def _to_microseconds(self): method __floordiv__ (line 534) | def __floordiv__(self, other): method __truediv__ (line 543) | def __truediv__(self, other): method __mod__ (line 555) | def __mod__(self, other): method __divmod__ (line 561) | def __divmod__(self, other): method __eq__ (line 570) | def __eq__(self, other): method __ne__ (line 576) | def __ne__(self, other): method __le__ (line 582) | def __le__(self, other): method __lt__ (line 588) | def __lt__(self, other): method __ge__ (line 594) | def __ge__(self, other): method __gt__ (line 600) | def __gt__(self, other): method _cmp (line 606) | def _cmp(self, other): method __hash__ (line 610) | def __hash__(self): method __bool__ (line 613) | def __bool__(self): method _getstate (line 620) | def _getstate(self): method __reduce__ (line 623) | def __reduce__(self): class date (line 631) | class date: method __new__ (line 661) | def __new__(cls, year, month=None, day=None): method fromtimestamp (line 684) | def fromtimestamp(cls, t): method today (line 690) | def today(cls): method fromordinal (line 696) | def fromordinal(cls, n): method __repr__ (line 707) | def __repr__(self): method ctime (line 728) | def ctime(self): method strftime (line 736) | def strftime(self, fmt): method __format__ (line 740) | def __format__(self, fmt): method isoformat (line 745) | def isoformat(self): method year (line 760) | def year(self): method month (line 765) | def month(self): method day (line 770) | def day(self): method timetuple (line 776) | def timetuple(self): method toordinal (line 781) | def toordinal(self): method replace (line 789) | def replace(self, year=None, month=None, day=None): method __eq__ (line 802) | def __eq__(self, other): method __ne__ (line 807) | def __ne__(self, other): method __le__ (line 812) | def __le__(self, other): method __lt__ (line 817) | def __lt__(self, other): method __ge__ (line 822) | def __ge__(self, other): method __gt__ (line 827) | def __gt__(self, other): method _cmp (line 832) | def _cmp(self, other): method __hash__ (line 838) | def __hash__(self): method __add__ (line 844) | def __add__(self, other): method __sub__ (line 855) | def __sub__(self, other): method weekday (line 865) | def weekday(self): method isoweekday (line 871) | def isoweekday(self): method isocalendar (line 876) | def isocalendar(self): method _getstate (line 905) | def _getstate(self): method __setstate (line 909) | def __setstate(self, string): method __reduce__ (line 915) | def __reduce__(self): class tzinfo (line 924) | class tzinfo: method tzname (line 930) | def tzname(self, dt): method utcoffset (line 934) | def utcoffset(self, dt): method dst (line 938) | def dst(self, dt): method fromutc (line 946) | def fromutc(self, dt): method __reduce__ (line 975) | def __reduce__(self): class time (line 993) | class time: method __new__ (line 1017) | def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None): method hour (line 1042) | def hour(self): method minute (line 1047) | def minute(self): method second (line 1052) | def second(self): method microsecond (line 1057) | def microsecond(self): method tzinfo (line 1062) | def tzinfo(self): method __eq__ (line 1070) | def __eq__(self, other): method __ne__ (line 1076) | def __ne__(self, other): method __le__ (line 1082) | def __le__(self, other): method __lt__ (line 1088) | def __lt__(self, other): method __ge__ (line 1094) | def __ge__(self, other): method __gt__ (line 1100) | def __gt__(self, other): method _cmp (line 1106) | def _cmp(self, other): method __hash__ (line 1131) | def __hash__(self): method _tzstr (line 1146) | def _tzstr(self, sep=":"): method __repr__ (line 1162) | def __repr__(self): method isoformat (line 1177) | def isoformat(self): method strftime (line 1192) | def strftime(self, fmt): method __format__ (line 1203) | def __format__(self, fmt): method utcoffset (line 1210) | def utcoffset(self): method tzname (line 1219) | def tzname(self): method dst (line 1232) | def dst(self): method replace (line 1247) | def replace(self, hour=None, minute=None, second=None, microsecond=None, method __bool__ (line 1264) | def __bool__(self): method _getstate (line 1272) | def _getstate(self): method __setstate (line 1282) | def __setstate(self, string, tzinfo): method __reduce__ (line 1293) | def __reduce__(self): class datetime (line 1302) | class datetime(date): method __new__ (line 1312) | def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, method hour (line 1331) | def hour(self): method minute (line 1336) | def minute(self): method second (line 1341) | def second(self): method microsecond (line 1346) | def microsecond(self): method tzinfo (line 1351) | def tzinfo(self): method fromtimestamp (line 1356) | def fromtimestamp(cls, t, tz=None): method utcfromtimestamp (line 1384) | def utcfromtimestamp(cls, t): method now (line 1406) | def now(cls, tz=None): method utcnow (line 1412) | def utcnow(cls): method combine (line 1418) | def combine(cls, date, time): method timetuple (line 1428) | def timetuple(self): method utctimetuple (line 1441) | def utctimetuple(self): method date (line 1450) | def date(self): method time (line 1454) | def time(self): method timetz (line 1458) | def timetz(self): method replace (line 1463) | def replace(self, year=None, month=None, day=None, hour=None, method astimezone (line 1488) | def astimezone(self, tz): method ctime (line 1510) | def ctime(self): method isoformat (line 1520) | def isoformat(self, sep='T'): method __repr__ (line 1549) | def __repr__(self): method __str__ (line 1564) | def __str__(self): method strptime (line 1569) | def strptime(cls, date_string, format): method utcoffset (line 1574) | def utcoffset(self): method tzname (line 1583) | def tzname(self): method dst (line 1594) | def dst(self): method __eq__ (line 1611) | def __eq__(self, other): method __ne__ (line 1619) | def __ne__(self, other): method __le__ (line 1627) | def __le__(self, other): method __lt__ (line 1635) | def __lt__(self, other): method __ge__ (line 1643) | def __ge__(self, other): method __gt__ (line 1651) | def __gt__(self, other): method _cmp (line 1659) | def _cmp(self, other): method __add__ (line 1689) | def __add__(self, other): method __sub__ (line 1710) | def __sub__(self, other): method __hash__ (line 1734) | def __hash__(self): method _getstate (line 1744) | def _getstate(self): method __setstate (line 1756) | def __setstate(self, string, tzinfo): method __reduce__ (line 1766) | def __reduce__(self): function _isoweek1monday (line 1775) | def _isoweek1monday(year): class timezone (line 1786) | class timezone(tzinfo): method __new__ (line 1791) | def __new__(cls, offset, name=_Omitted): method _create (line 1811) | def _create(cls, offset, name=None): method __getinitargs__ (line 1817) | def __getinitargs__(self): method __eq__ (line 1823) | def __eq__(self, other): method __hash__ (line 1828) | def __hash__(self): method __repr__ (line 1831) | def __repr__(self): method __str__ (line 1849) | def __str__(self): method utcoffset (line 1852) | def utcoffset(self, dt): method tzname (line 1858) | def tzname(self, dt): method dst (line 1866) | def dst(self, dt): method fromutc (line 1872) | def fromutc(self, dt): method _name_from_offset (line 1885) | def _name_from_offset(delta): FILE: tests/pythons/win32-py32/Lib/dbm/__init__.py class error (line 38) | class error(Exception): function open (line 48) | def open(file, flag='r', mode=0o666): function whichdb (line 92) | def whichdb(filename): FILE: tests/pythons/win32-py32/Lib/dbm/dumb.py class _Database (line 34) | class _Database(collections.MutableMapping): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 94) | def _commit(self): method __getitem__ (line 121) | def __getitem__(self, key): method _addval (line 135) | def _addval(self, val): method _setval (line 150) | def _setval(self, pos, val): method _addkey (line 160) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 167) | def __setitem__(self, key, val): method __delitem__ (line 200) | def __delitem__(self, key): method keys (line 211) | def keys(self): method items (line 214) | def items(self): method __contains__ (line 217) | def __contains__(self, key): method iterkeys (line 222) | def iterkeys(self): method __len__ (line 226) | def __len__(self): method close (line 229) | def close(self): method _chmod (line 235) | def _chmod(self, file): function open (line 240) | def open(file, flag=None, mode=0o666): FILE: tests/pythons/win32-py32/Lib/decimal.py class DecimalException (line 159) | class DecimalException(ArithmeticError): method handle (line 178) | def handle(self, context, *args): class Clamped (line 182) | class Clamped(DecimalException): class InvalidOperation (line 194) | class InvalidOperation(DecimalException): method handle (line 217) | def handle(self, context, *args): class ConversionSyntax (line 223) | class ConversionSyntax(InvalidOperation): method handle (line 230) | def handle(self, context, *args): class DivisionByZero (line 233) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 246) | def handle(self, context, sign, *args): class DivisionImpossible (line 249) | class DivisionImpossible(InvalidOperation): method handle (line 257) | def handle(self, context, *args): class DivisionUndefined (line 260) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 268) | def handle(self, context, *args): class Inexact (line 271) | class Inexact(DecimalException): class InvalidContext (line 283) | class InvalidContext(InvalidOperation): method handle (line 294) | def handle(self, context, *args): class Rounded (line 297) | class Rounded(DecimalException): class Subnormal (line 309) | class Subnormal(DecimalException): class Overflow (line 320) | class Overflow(Inexact, Rounded): method handle (line 342) | def handle(self, context, sign, *args): class Underflow (line 358) | class Underflow(Inexact, Rounded, Subnormal): class MockThreading (line 396) | class MockThreading(object): method local (line 397) | def local(self, sys=sys): function setcontext (line 412) | def setcontext(context): function getcontext (line 419) | def getcontext(): function getcontext (line 439) | def getcontext(_local=local): function setcontext (line 453) | def setcontext(context, _local=local): function localcontext (line 462) | def localcontext(ctx=None): class Decimal (line 508) | class Decimal(object): method __new__ (line 517) | def __new__(cls, value="0", context=None): method from_float (line 664) | def from_float(cls, f): method _isnan (line 702) | def _isnan(self): method _isinfinity (line 717) | def _isinfinity(self): method _check_nans (line 730) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 762) | def _compare_check_nans(self, other, context): method __bool__ (line 795) | def __bool__(self): method _cmp (line 802) | def _cmp(self, other): method __eq__ (line 866) | def __eq__(self, other, context=None): method __ne__ (line 874) | def __ne__(self, other, context=None): method __lt__ (line 883) | def __lt__(self, other, context=None): method __le__ (line 892) | def __le__(self, other, context=None): method __gt__ (line 901) | def __gt__(self, other, context=None): method __ge__ (line 910) | def __ge__(self, other, context=None): method compare (line 919) | def compare(self, other, context=None): method __hash__ (line 938) | def __hash__(self): method as_tuple (line 964) | def as_tuple(self): method __repr__ (line 971) | def __repr__(self): method __str__ (line 976) | def __str__(self, eng=False, context=None): method to_eng_string (line 1028) | def to_eng_string(self, context=None): method __neg__ (line 1038) | def __neg__(self, context=None): method __pos__ (line 1060) | def __pos__(self, context=None): method __abs__ (line 1081) | def __abs__(self, round=True, context=None): method __add__ (line 1103) | def __add__(self, other, context=None): method __sub__ (line 1191) | def __sub__(self, other, context=None): method __rsub__ (line 1205) | def __rsub__(self, other, context=None): method __mul__ (line 1213) | def __mul__(self, other, context=None): method __truediv__ (line 1270) | def __truediv__(self, other, context=None): method _divide (line 1329) | def _divide(self, other, context): method __rtruediv__ (line 1362) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1369) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1405) | def __rdivmod__(self, other, context=None): method __mod__ (line 1412) | def __mod__(self, other, context=None): method __rmod__ (line 1439) | def __rmod__(self, other, context=None): method remainder_near (line 1446) | def remainder_near(self, other, context=None): method __floordiv__ (line 1521) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1549) | def __rfloordiv__(self, other, context=None): method __float__ (line 1556) | def __float__(self): method __int__ (line 1566) | def __int__(self): method real (line 1581) | def real(self): method imag (line 1585) | def imag(self): method conjugate (line 1589) | def conjugate(self): method __complex__ (line 1592) | def __complex__(self): method _fix_nan (line 1595) | def _fix_nan(self, context): method _fix (line 1607) | def _fix(self, context): method _round_down (line 1709) | def _round_down(self, prec): method _round_up (line 1716) | def _round_up(self, prec): method _round_half_up (line 1720) | def _round_half_up(self, prec): method _round_half_down (line 1729) | def _round_half_down(self, prec): method _round_half_even (line 1736) | def _round_half_even(self, prec): method _round_ceiling (line 1744) | def _round_ceiling(self, prec): method _round_floor (line 1751) | def _round_floor(self, prec): method _round_05up (line 1758) | def _round_05up(self, prec): method __round__ (line 1776) | def __round__(self, n=None): method __floor__ (line 1838) | def __floor__(self): method __ceil__ (line 1853) | def __ceil__(self): method fma (line 1868) | def fma(self, other, third, context=None): method _power_modulo (line 1912) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 1996) | def _power_exact(self, other, p): method __pow__ (line 2211) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2427) | def __rpow__(self, other, context=None): method normalize (line 2434) | def normalize(self, context=None): method quantize (line 2459) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2530) | def same_quantum(self, other): method _rescale (line 2545) | def _rescale(self, exp, rounding): method _round (line 2579) | def _round(self, places, rounding): method to_integral_exact (line 2602) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2631) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2650) | def sqrt(self, context=None): method max (line 2749) | def max(self, other, context=None): method min (line 2791) | def min(self, other, context=None): method _isinteger (line 2825) | def _isinteger(self): method _iseven (line 2834) | def _iseven(self): method adjusted (line 2840) | def adjusted(self): method canonical (line 2848) | def canonical(self, context=None): method compare_signal (line 2856) | def compare_signal(self, other, context=None): method compare_total (line 2868) | def compare_total(self, other): method compare_total_mag (line 2941) | def compare_total_mag(self, other): method copy_abs (line 2952) | def copy_abs(self): method copy_negate (line 2956) | def copy_negate(self): method copy_sign (line 2963) | def copy_sign(self, other): method exp (line 2969) | def exp(self, context=None): method is_canonical (line 3044) | def is_canonical(self): method is_finite (line 3052) | def is_finite(self): method is_infinite (line 3060) | def is_infinite(self): method is_nan (line 3064) | def is_nan(self): method is_normal (line 3068) | def is_normal(self, context=None): method is_qnan (line 3076) | def is_qnan(self): method is_signed (line 3080) | def is_signed(self): method is_snan (line 3084) | def is_snan(self): method is_subnormal (line 3088) | def is_subnormal(self, context=None): method is_zero (line 3096) | def is_zero(self): method _ln_exp_bound (line 3100) | def _ln_exp_bound(self): method ln (line 3125) | def ln(self, context=None): method _log10_exp_bound (line 3175) | def _log10_exp_bound(self): method log10 (line 3205) | def log10(self, context=None): method logb (line 3256) | def logb(self, context=None): method _islogical (line 3286) | def _islogical(self): method _fill_logical (line 3300) | def _fill_logical(self, context, opa, opb): method logical_and (line 3313) | def logical_and(self, other, context=None): method logical_invert (line 3330) | def logical_invert(self, context=None): method logical_or (line 3337) | def logical_or(self, other, context=None): method logical_xor (line 3354) | def logical_xor(self, other, context=None): method max_mag (line 3371) | def max_mag(self, other, context=None): method min_mag (line 3401) | def min_mag(self, other, context=None): method next_minus (line 3431) | def next_minus(self, context=None): method next_plus (line 3454) | def next_plus(self, context=None): method next_toward (line 3477) | def next_toward(self, other, context=None): method number_class (line 3523) | def number_class(self, context=None): method radix (line 3565) | def radix(self): method rotate (line 3569) | def rotate(self, other, context=None): method scaleb (line 3602) | def scaleb(self, other, context=None): method shift (line 3627) | def shift(self, other, context=None): method __reduce__ (line 3666) | def __reduce__(self): method __copy__ (line 3669) | def __copy__(self): method __deepcopy__ (line 3674) | def __deepcopy__(self, memo): method __format__ (line 3681) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3761) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3785) | class _ContextManager(object): method __init__ (line 3791) | def __init__(self, new_context): method __enter__ (line 3793) | def __enter__(self): method __exit__ (line 3797) | def __exit__(self, t, v, tb): class Context (line 3800) | class Context(object): method __init__ (line 3819) | def __init__(self, prec=None, rounding=None, method __repr__ (line 3857) | def __repr__(self): method clear_flags (line 3870) | def clear_flags(self): method _shallow_copy (line 3875) | def _shallow_copy(self): method copy (line 3882) | def copy(self): method _get_clamp (line 3892) | def _get_clamp(self): method _set_clamp (line 3900) | def _set_clamp(self, clamp): method _raise_error (line 3912) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 3934) | def _ignore_all_flags(self): method _ignore_flags (line 3938) | def _ignore_flags(self, *flags): method _regard_flags (line 3945) | def _regard_flags(self, *flags): method Etiny (line 3955) | def Etiny(self): method Etop (line 3959) | def Etop(self): method _set_rounding (line 3963) | def _set_rounding(self, type): method create_decimal (line 3982) | def create_decimal(self, num='0'): method create_decimal_from_float (line 3999) | def create_decimal_from_float(self, f): method abs (line 4017) | def abs(self, a): method add (line 4038) | def add(self, a, b): method _apply (line 4059) | def _apply(self, a): method canonical (line 4062) | def canonical(self, a): method compare (line 4073) | def compare(self, a, b): method compare_signal (line 4109) | def compare_signal(self, a, b): method compare_total (line 4144) | def compare_total(self, a, b): method compare_total_mag (line 4173) | def compare_total_mag(self, a, b): method copy_abs (line 4181) | def copy_abs(self, a): method copy_decimal (line 4194) | def copy_decimal(self, a): method copy_negate (line 4207) | def copy_negate(self, a): method copy_sign (line 4220) | def copy_sign(self, a, b): method divide (line 4244) | def divide(self, a, b): method divide_int (line 4281) | def divide_int(self, a, b): method divmod (line 4304) | def divmod(self, a, b): method exp (line 4325) | def exp(self, a): method fma (line 4349) | def fma(self, a, b, c): method is_canonical (line 4372) | def is_canonical(self, a): method is_finite (line 4383) | def is_finite(self, a): method is_infinite (line 4405) | def is_infinite(self, a): method is_nan (line 4420) | def is_nan(self, a): method is_normal (line 4436) | def is_normal(self, a): method is_qnan (line 4459) | def is_qnan(self, a): method is_signed (line 4474) | def is_signed(self, a): method is_snan (line 4491) | def is_snan(self, a): method is_subnormal (line 4507) | def is_subnormal(self, a): method is_zero (line 4529) | def is_zero(self, a): method ln (line 4546) | def ln(self, a): method log10 (line 4568) | def log10(self, a): method logb (line 4596) | def logb(self, a): method logical_and (line 4622) | def logical_and(self, a, b): method logical_invert (line 4649) | def logical_invert(self, a): method logical_or (line 4668) | def logical_or(self, a, b): method logical_xor (line 4695) | def logical_xor(self, a, b): method max (line 4722) | def max(self, a, b): method max_mag (line 4749) | def max_mag(self, a, b): method min (line 4766) | def min(self, a, b): method min_mag (line 4793) | def min_mag(self, a, b): method minus (line 4810) | def minus(self, a): method multiply (line 4827) | def multiply(self, a, b): method next_minus (line 4859) | def next_minus(self, a): method next_plus (line 4879) | def next_plus(self, a): method next_toward (line 4899) | def next_toward(self, a, b): method normalize (line 4934) | def normalize(self, a): method number_class (line 4958) | def number_class(self, a): method plus (line 5008) | def plus(self, a): method power (line 5025) | def power(self, a, b, modulo=None): method quantize (line 5105) | def quantize(self, a, b): method radix (line 5163) | def radix(self): method remainder (line 5171) | def remainder(self, a, b): method remainder_near (line 5209) | def remainder_near(self, a, b): method rotate (line 5243) | def rotate(self, a, b): method same_quantum (line 5272) | def same_quantum(self, a, b): method scaleb (line 5296) | def scaleb (self, a, b): method shift (line 5315) | def shift(self, a, b): method sqrt (line 5345) | def sqrt(self, a): method subtract (line 5377) | def subtract(self, a, b): method to_eng_string (line 5400) | def to_eng_string(self, a): method to_sci_string (line 5408) | def to_sci_string(self, a): method to_integral_exact (line 5416) | def to_integral_exact(self, a): method to_integral_value (line 5446) | def to_integral_value(self, a): class _WorkRep (line 5478) | class _WorkRep(object): method __init__ (line 5484) | def __init__(self, value=None): method __repr__ (line 5499) | def __repr__(self): function _normalize (line 5506) | def _normalize(op1, op2, prec = 0): function _sqrt_nearest (line 5538) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5553) | def _rshift_nearest(x, shift): function _div_nearest (line 5561) | def _div_nearest(a, b): function _ilog (line 5569) | def _ilog(x, M, L = 8): function _dlog10 (line 5617) | def _dlog10(c, e, p): function _dlog (line 5651) | def _dlog(c, e, p): class _Log10Memoize (line 5695) | class _Log10Memoize(object): method __init__ (line 5699) | def __init__(self): method getdigits (line 5702) | def getdigits(self, p): function _iexp (line 5732) | def _iexp(x, M, L=8): function _dexp (line 5769) | def _dexp(c, e, p): function _dpower (line 5805) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5847) | def _log10_lb(c, correction = { function _convert_other (line 5858) | def _convert_other(other, raiseit=False, allow_float=False): function _convert_for_comparison (line 5877) | def _convert_for_comparison(self, other, equality_op=False): function _parse_format_specifier (line 6012) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6092) | def _format_align(sign, body, spec): function _group_lengths (line 6119) | def _group_lengths(grouping): function _insert_thousands_sep (line 6142) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6179) | def _format_sign(is_negative, spec): function _format_number (line 6189) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win32-py32/Lib/difflib.py function _calculate_ratio (line 41) | def _calculate_ratio(matches, length): class SequenceMatcher (line 46) | class SequenceMatcher: method __init__ (line 154) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 218) | def set_seqs(self, a, b): method set_seq1 (line 230) | def set_seq1(self, a): method set_seq2 (line 256) | def set_seq2(self, b): method __chain_b (line 301) | def __chain_b(self): method isbjunk (line 340) | def isbjunk(self, item): method isbpopular (line 347) | def isbpopular(self, item): method find_longest_match (line 354) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 464) | def get_matching_blocks(self): method get_opcodes (line 535) | def get_opcodes(self): method get_grouped_opcodes (line 590) | def get_grouped_opcodes(self, n=3): method ratio (line 640) | def ratio(self): method quick_ratio (line 665) | def quick_ratio(self): method real_quick_ratio (line 694) | def real_quick_ratio(self): function get_close_matches (line 706) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 754) | def _count_leading(line, ch): class Differ (line 769) | class Differ: method __init__ (line 863) | def __init__(self, linejunk=None, charjunk=None): method compare (line 887) | def compare(self, a, b): method _dump (line 929) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 934) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 949) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1047) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1060) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1112) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1128) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1151) | def _format_range_unified(start, stop): function unified_diff (line 1162) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1234) | def _format_range_context(start, stop): function context_diff (line 1246) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1321) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1357) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1677) | class HtmlDiff(object): method __init__ (line 1699) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1716) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1740) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1763) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1818) | def _line_wrapper(self,diffs): method _collect_lines (line 1846) | def _collect_lines(self,diffs): method _format_line (line 1867) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1890) | def _make_prefix(self): method _convert_flags (line 1901) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1948) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2027) | def restore(delta, which): function _test (line 2059) | def _test(): FILE: tests/pythons/win32-py32/Lib/dis.py function _try_compile (line 15) | def _try_compile(source, name): function dis (line 28) | def dis(x=None): function distb (line 61) | def distb(tb=None): function pretty_flags (line 84) | def pretty_flags(flags): function code_info (line 98) | def code_info(x): function _format_code_info (line 112) | def _format_code_info(co): function show_code (line 143) | def show_code(co): function disassemble (line 147) | def disassemble(co, lasti=-1): function _disassemble_bytes (line 195) | def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, function _disassemble_str (line 234) | def _disassemble_str(source): function findlabels (line 240) | def findlabels(code): function findlinestarts (line 265) | def findlinestarts(code): function _test (line 287) | def _test(): FILE: tests/pythons/win32-py32/Lib/distutils/archive_util.py function make_tarball (line 21) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 72) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 132) | def check_archive_formats(formats): function make_archive (line 142) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win32-py32/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 361) | def preprocess (self, FILE: tests/pythons/win32-py32/Lib/distutils/ccompiler.py class CCompiler (line 15) | class CCompiler: method __init__ (line 85) | def __init__(self, verbose=0, dry_run=0, force=0): method set_executables (line 121) | def set_executables(self, **kwargs): method set_executable (line 153) | def set_executable(self, key, value): method _find_macro (line 159) | def _find_macro(self, name): method _check_macro_definitions (line 167) | def _check_macro_definitions(self, definitions): method define_macro (line 184) | def define_macro(self, name, value=None): method undefine_macro (line 199) | def undefine_macro(self, name): method add_include_dir (line 217) | def add_include_dir(self, dir): method set_include_dirs (line 225) | def set_include_dirs(self, dirs): method add_library (line 235) | def add_library(self, libname): method set_libraries (line 251) | def set_libraries(self, libnames): method add_library_dir (line 259) | def add_library_dir(self, dir): method set_library_dirs (line 267) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 274) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 280) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 288) | def add_link_object(self, object): method set_link_objects (line 296) | def set_link_objects(self, objects): method _setup_compile (line 310) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 353) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 362) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _prep_compile (line 394) | def _prep_compile(self, sources, output_dir, depends=None): method _fix_object_args (line 410) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 427) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 498) | def preprocess(self, source, output_file=None, macros=None, method compile (line 511) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 585) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, method link_shared_lib (line 679) | def link_shared_lib(self, method link_shared_object (line 700) | def link_shared_object(self, method link_executable (line 720) | def link_executable(self, method library_dir_option (line 742) | def library_dir_option(self, dir): method runtime_library_dir_option (line 748) | def runtime_library_dir_option(self, dir): method library_option (line 754) | def library_option(self, lib): method has_function (line 760) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 803) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 846) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 863) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 869) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 875) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 894) | def announce(self, msg, level=1): method debug_print (line 897) | def debug_print(self, msg): method warn (line 902) | def warn(self, msg): method execute (line 905) | def execute(self, func, args, msg=None, level=1): method spawn (line 908) | def spawn(self, cmd): method move_file (line 911) | def move_file(self, src, dst): method mkpath (line 914) | def mkpath (self, name, mode=0o777): function get_default_compiler (line 937) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 975) | def show_compilers(): function new_compiler (line 992) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1037) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1082) | def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libra... FILE: tests/pythons/win32-py32/Lib/distutils/cmd.py class Command (line 12) | class Command: method __init__ (line 47) | def __init__(self, dist): method __getattr__ (line 95) | def __getattr__(self, attr): method ensure_finalized (line 105) | def ensure_finalized(self): method initialize_options (line 123) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method dump_options (line 151) | def dump_options(self, header=None, indent=""): method run (line 165) | def run(self): method announce (line 178) | def announce(self, msg, level=1): method debug_print (line 184) | def debug_print(self, msg): method _ensure_stringlike (line 207) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 217) | def ensure_string(self, option, default=None): method ensure_string_list (line 223) | def ensure_string_list(self, option): method _ensure_tested_string (line 244) | def _ensure_tested_string(self, option, tester, what, error_fmt, method ensure_filename (line 251) | def ensure_filename(self, option): method ensure_dirname (line 257) | def ensure_dirname(self, option): method get_command_name (line 265) | def get_command_name(self): method set_undefined_options (line 271) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 292) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 304) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 308) | def run_command(self, command): method get_sub_commands (line 315) | def get_sub_commands(self): method warn (line 331) | def warn(self, msg): method execute (line 335) | def execute(self, func, args, msg=None, level=1): method mkpath (line 338) | def mkpath(self, name, mode=0o777): method copy_file (line 341) | def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, method copy_tree (line 350) | def copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, method move_file (line 359) | def move_file (self, src, dst, level=1): method spawn (line 363) | def spawn(self, cmd, search_path=1, level=1): method make_archive (line 368) | def make_archive(self, base_name, format, root_dir=None, base_dir=None): method make_file (line 372) | def make_file(self, infiles, outfile, func, args, class install_misc (line 409) | class install_misc(Command): method initialize_options (line 416) | def initialize_options (self): method _install_dir_from (line 420) | def _install_dir_from(self, dirname): method _copy_files (line 423) | def _copy_files(self, filelist): method get_outputs (line 432) | def get_outputs(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/bdist.py function show_formats (line 12) | def show_formats(): class bdist (line 24) | class bdist(Command): method initialize_options (line 75) | def initialize_options(self): method finalize_options (line 82) | def finalize_options(self): method run (line 110) | def run(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 15) | class bdist_dumb(Command): method initialize_options (line 44) | def initialize_options(self): method finalize_options (line 53) | def finalize_options(self): method run (line 71) | def run(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/bdist_msi.py class PyDialog (line 21) | class PyDialog(Dialog): method __init__ (line 25) | def __init__(self, *args, **kw): method title (line 35) | def title(self, title): method back (line 42) | def back(self, title, next, name = "Back", active = 1): method cancel (line 53) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 64) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 75) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 83) | class bdist_msi(Command): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method run (line 178) | def run(self): method add_files (line 269) | def add_files(self): method add_find_python (line 323) | def add_find_python(self): method add_scripts (line 377) | def add_scripts(self): method add_ui (line 415) | def add_ui(self): method get_installer_filename (line 733) | def get_installer_filename(self, fullname): FILE: tests/pythons/win32-py32/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 15) | class bdist_rpm(Command): method initialize_options (line 136) | def initialize_options(self): method finalize_options (line 181) | def finalize_options(self): method finalize_package_data (line 212) | def finalize_package_data(self): method run (line 257) | def run(self): method _dist_path (line 392) | def _dist_path(self, path): method _make_spec_file (line 395) | def _make_spec_file(self): method _format_changelog (line 563) | def _format_changelog(self, changelog): FILE: tests/pythons/win32-py32/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 14) | class bdist_wininst(Command): method initialize_options (line 58) | def initialize_options(self): method finalize_options (line 74) | def finalize_options(self): method run (line 112) | def run(self): method get_inidata (line 193) | def get_inidata(self): method create_exe (line 239) | def create_exe(self, arcname, fullname, bitmap=None): method get_installer_filename (line 292) | def get_installer_filename(self, fullname): method get_exe_bytes (line 305) | def get_exe_bytes(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/build.py function show_compilers (line 11) | def show_compilers(): class build (line 16) | class build(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 119) | def run(self): method has_pure_modules (line 131) | def has_pure_modules(self): method has_c_libraries (line 134) | def has_c_libraries(self): method has_ext_modules (line 137) | def has_ext_modules(self): method has_scripts (line 140) | def has_scripts(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/build_clib.py function show_compilers (line 23) | def show_compilers(): class build_clib (line 28) | class build_clib(Command): method initialize_options (line 52) | def initialize_options(self): method finalize_options (line 68) | def finalize_options(self): method run (line 94) | def run(self): method check_library_list (line 118) | def check_library_list(self, libraries): method get_library_names (line 154) | def get_library_names(self): method get_source_files (line 166) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win32-py32/Lib/distutils/command/build_ext.py function show_compilers (line 34) | def show_compilers (): class build_ext (line 39) | class build_ext(Command): method initialize_options (line 113) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method run (line 282) | def run(self): method check_extensions_list (line 346) | def check_extensions_list(self, extensions): method get_source_files (line 424) | def get_source_files(self): method get_outputs (line 433) | def get_outputs(self): method build_extensions (line 447) | def build_extensions(self): method build_extension (line 460) | def build_extension(self, ext): method swig_sources (line 542) | def swig_sources(self, sources, extension): method find_swig (line 596) | def find_swig(self): method get_ext_fullpath (line 623) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 650) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 659) | def get_ext_filename(self, ext_name): method get_export_symbols (line 675) | def get_export_symbols(self, ext): method get_libraries (line 686) | def get_libraries(self, ext): FILE: tests/pythons/win32-py32/Lib/distutils/command/build_py.py class build_py (line 15) | class build_py (Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 67) | def run(self): method get_data_files (line 97) | def get_data_files(self): method find_data_files (line 121) | def find_data_files(self, package, src_dir): method build_package_data (line 133) | def build_package_data(self): method get_package_dir (line 143) | def get_package_dir(self, package): method check_package (line 182) | def check_package(self, package, package_dir): method check_module (line 209) | def check_module(self, module, module_file): method find_package_modules (line 216) | def find_package_modules(self, package, package_dir): method find_modules (line 231) | def find_modules(self): method find_all_modules (line 283) | def find_all_modules(self): method get_source_files (line 299) | def get_source_files(self): method get_module_outfile (line 302) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 306) | def get_outputs(self, include_bytecode=1): method build_module (line 329) | def build_module(self, module, module_file, package): method build_modules (line 344) | def build_modules(self): method build_packages (line 353) | def build_packages(self): method byte_compile (line 373) | def byte_compile(self, files): class build_py_2to3 (line 393) | class build_py_2to3(build_py, Mixin2to3): method run (line 394) | def run(self): method build_module (line 410) | def build_module(self, module, module_file, package): FILE: tests/pythons/win32-py32/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts(Command): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run(self): method copy_scripts (line 53) | def copy_scripts(self): class build_scripts_2to3 (line 155) | class build_scripts_2to3(build_scripts, Mixin2to3): method copy_scripts (line 157) | def copy_scripts(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/check.py class SilentReporter (line 16) | class SilentReporter(Reporter): method __init__ (line 18) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 24) | def system_message(self, level, message, *children, **kwargs): class check (line 36) | class check(Command): method initialize_options (line 49) | def initialize_options(self): method finalize_options (line 56) | def finalize_options(self): method warn (line 59) | def warn(self, msg): method run (line 64) | def run(self): method check_metadata (line 80) | def check_metadata(self): method check_restructuredtext (line 110) | def check_restructuredtext(self): method _check_rst_data (line 121) | def _check_rst_data(self, data): FILE: tests/pythons/win32-py32/Lib/distutils/command/clean.py class clean (line 12) | class clean(Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 40) | def finalize_options(self): method run (line 49) | def run(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/config.py class config (line 21) | class config(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 66) | def finalize_options(self): method run (line 82) | def run(self): method _check_compiler (line 89) | def _check_compiler(self): method _gen_temp_sourcefile (line 107) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 120) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 127) | def _compile(self, body, headers, include_dirs, lang): method _link (line 136) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 151) | def _clean(self, *filenames): method try_cpp (line 173) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 191) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 220) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 236) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 255) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 280) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 310) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 324) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 334) | def dump_file(filename, head=None): FILE: tests/pythons/win32-py32/Lib/distutils/command/install.py class install (line 103) | class install(Command): method initialize_options (line 176) | def initialize_options(self): method finalize_options (line 253) | def finalize_options(self): method dump_dirs (line 401) | def dump_dirs(self, msg): method finalize_unix (line 420) | def finalize_unix(self): method finalize_other (line 460) | def finalize_other(self): method select_scheme (line 482) | def select_scheme(self, name): method _expand_attrs (line 491) | def _expand_attrs(self, attrs): method expand_basedirs (line 500) | def expand_basedirs(self): method expand_dirs (line 505) | def expand_dirs(self): method convert_paths (line 511) | def convert_paths(self, *names): method handle_extra_path (line 517) | def handle_extra_path(self): method change_roots (line 547) | def change_roots(self, *names): method create_home_path (line 553) | def create_home_path(self): method run (line 565) | def run(self): method create_path_file (line 609) | def create_path_file(self): method get_outputs (line 623) | def get_outputs(self): method get_inputs (line 640) | def get_inputs(self): method has_lib (line 652) | def has_lib(self): method has_headers (line 658) | def has_headers(self): method has_scripts (line 663) | def has_scripts(self): method has_data (line 668) | def has_data(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/install_data.py class install_data (line 12) | class install_data(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 35) | def finalize_options(self): method run (line 42) | def run(self): method get_inputs (line 75) | def get_inputs(self): method get_outputs (line 78) | def get_outputs(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 46) | def get_outputs(self): function safe_name (line 54) | def safe_name(name): function safe_version (line 62) | def safe_version(version): function to_filename (line 72) | def to_filename(name): FILE: tests/pythons/win32-py32/Lib/distutils/command/install_headers.py class install_headers (line 10) | class install_headers(Command): method initialize_options (line 22) | def initialize_options(self): method finalize_options (line 27) | def finalize_options(self): method run (line 33) | def run(self): method get_inputs (line 43) | def get_inputs(self): method get_outputs (line 46) | def get_outputs(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/install_lib.py class install_lib (line 17) | class install_lib(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 60) | def finalize_options(self): method run (line 86) | def run(self): method build (line 102) | def build(self): method install (line 109) | def install(self): method byte_compile (line 118) | def byte_compile(self, files): method _mutate_outputs (line 143) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 158) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 180) | def get_outputs(self): method get_inputs (line 201) | def get_inputs(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/install_scripts.py class install_scripts (line 14) | class install_scripts(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 33) | def finalize_options(self): method run (line 41) | def run(self): method get_inputs (line 56) | def get_inputs(self): method get_outputs (line 59) | def get_outputs(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/register.py class register (line 17) | class register(PyPIRCCommand): method initialize_options (line 31) | def initialize_options(self): method finalize_options (line 36) | def finalize_options(self): method run (line 43) | def run(self): method check_metadata (line 58) | def check_metadata(self): method _set_config (line 68) | def _set_config(self): method classifiers (line 85) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 99) | def send_metadata(self): method build_post_data (line 221) | def build_post_data(self, action): method post_to_server (line 249) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win32-py32/Lib/distutils/command/sdist.py function show_formats (line 20) | def show_formats(): class sdist (line 34) | class sdist(Command): method checking_metadata (line 38) | def checking_metadata(self): method initialize_options (line 96) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): method run (line 140) | def run(self): method check_metadata (line 162) | def check_metadata(self): method get_file_list (line 170) | def get_file_list(self): method add_defaults (line 210) | def add_defaults(self): method read_template (line 290) | def read_template(self): method prune_file_list (line 319) | def prune_file_list(self): method write_manifest (line 343) | def write_manifest(self): method _manifest_is_not_generated (line 358) | def _manifest_is_not_generated(self): method read_manifest (line 370) | def read_manifest(self): method make_release_tree (line 385) | def make_release_tree(self, base_dir, files): method make_distribution (line 427) | def make_distribution(self): method get_archive_files (line 456) | def get_archive_files(self): FILE: tests/pythons/win32-py32/Lib/distutils/command/upload.py class upload (line 24) | class upload(PyPIRCCommand): method initialize_options (line 36) | def initialize_options(self): method finalize_options (line 44) | def finalize_options(self): method run (line 62) | def run(self): method upload_file (line 68) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win32-py32/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 48) | def _read_pypirc(self): method initialize_options (line 104) | def initialize_options(self): method finalize_options (line 110) | def finalize_options(self): FILE: tests/pythons/win32-py32/Lib/distutils/core.py function gen_usage (line 33) | def gen_usage (script_name): function setup (line 58) | def setup (**attrs): function run_setup (line 172) | def run_setup (script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win32-py32/Lib/distutils/cygwinccompiler.py function get_msvcr (line 62) | def get_msvcr(): class CygwinCCompiler (line 85) | class CygwinCCompiler(UnixCCompiler): method __init__ (line 96) | def __init__(self, verbose=0, dry_run=0, force=0): method _compile (line 155) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 170) | def link(self, target_desc, objects, output_filename, output_dir=None, method object_filenames (line 248) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): class Mingw32CCompiler (line 271) | class Mingw32CCompiler(CygwinCCompiler): method __init__ (line 276) | def __init__(self, verbose=0, dry_run=0, force=0): function check_config_h (line 320) | def check_config_h(): function _find_exe_version (line 365) | def _find_exe_version(cmd): function get_versions (line 386) | def get_versions(): FILE: tests/pythons/win32-py32/Lib/distutils/dep_util.py function newer (line 11) | def newer (source, target): function newer_pairwise (line 32) | def newer_pairwise (sources, targets): function newer_group (line 54) | def newer_group (sources, target, missing='error'): FILE: tests/pythons/win32-py32/Lib/distutils/dir_util.py function mkpath (line 17) | def mkpath(name, mode=0o777, verbose=1, dry_run=0): function create_tree (line 80) | def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function copy_tree (line 99) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 169) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 179) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 205) | def ensure_relative(path): FILE: tests/pythons/win32-py32/Lib/distutils/dist.py class Distribution (line 27) | class Distribution: method __init__ (line 118) | def __init__ (self, attrs=None): method get_option_dict (line 263) | def get_option_dict(self, command): method dump_option_dicts (line 274) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 302) | def find_config_files(self): method parse_config_files (line 343) | def parse_config_files(self, filenames=None): method parse_command_line (line 389) | def parse_command_line(self): method _get_toplevel_options (line 456) | def _get_toplevel_options(self): method _parse_command_opts (line 467) | def _parse_command_opts(self, parser, args): method finalize_options (line 559) | def finalize_options(self): method _show_help (line 572) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 622) | def handle_display_options(self, option_order): method print_command_list (line 662) | def print_command_list(self, commands, header, max_length): method print_commands (line 679) | def print_commands(self): method get_command_list (line 712) | def get_command_list(self): method get_command_packages (line 746) | def get_command_packages(self): method get_command_class (line 758) | def get_command_class(self, command): method get_command_obj (line 796) | def get_command_obj(self, command, create=1): method _set_command_options (line 823) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 867) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 908) | def announce(self, msg, level=log.INFO): method run_commands (line 911) | def run_commands(self): method run_command (line 921) | def run_command(self, command): method has_pure_modules (line 942) | def has_pure_modules(self): method has_ext_modules (line 945) | def has_ext_modules(self): method has_c_libraries (line 948) | def has_c_libraries(self): method has_modules (line 951) | def has_modules(self): method has_headers (line 954) | def has_headers(self): method has_scripts (line 957) | def has_scripts(self): method has_data_files (line 960) | def has_data_files(self): method is_pure (line 963) | def is_pure(self): class DistributionMetadata (line 975) | class DistributionMetadata: method __init__ (line 990) | def __init__ (self): method write_pkg_info (line 1010) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1017) | def write_pkg_file(self, file): method _write_list (line 1051) | def _write_list(self, file, name, values): method get_name (line 1057) | def get_name(self): method get_version (line 1060) | def get_version(self): method get_fullname (line 1063) | def get_fullname(self): method get_author (line 1066) | def get_author(self): method get_author_email (line 1069) | def get_author_email(self): method get_maintainer (line 1072) | def get_maintainer(self): method get_maintainer_email (line 1075) | def get_maintainer_email(self): method get_contact (line 1078) | def get_contact(self): method get_contact_email (line 1081) | def get_contact_email(self): method get_url (line 1084) | def get_url(self): method get_license (line 1087) | def get_license(self): method get_description (line 1091) | def get_description(self): method get_long_description (line 1094) | def get_long_description(self): method get_keywords (line 1097) | def get_keywords(self): method get_platforms (line 1100) | def get_platforms(self): method get_classifiers (line 1103) | def get_classifiers(self): method get_download_url (line 1106) | def get_download_url(self): method get_requires (line 1110) | def get_requires(self): method set_requires (line 1113) | def set_requires(self, value): method get_provides (line 1119) | def get_provides(self): method set_provides (line 1122) | def set_provides(self, value): method get_obsoletes (line 1129) | def get_obsoletes(self): method set_obsoletes (line 1132) | def set_obsoletes(self, value): function fix_help_options (line 1138) | def fix_help_options(options): FILE: tests/pythons/win32-py32/Lib/distutils/emxccompiler.py class EMXCCompiler (line 29) | class EMXCCompiler (UnixCCompiler): method __init__ (line 40) | def __init__ (self, method _compile (line 75) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 89) | def link (self, method object_filenames (line 180) | def object_filenames (self, method find_library_file (line 207) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 239) | def check_config_h(): function get_versions (line 290) | def get_versions(): FILE: tests/pythons/win32-py32/Lib/distutils/errors.py class DistutilsError (line 11) | class DistutilsError (Exception): class DistutilsModuleError (line 15) | class DistutilsModuleError (DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError (DistutilsError): class DistutilsGetoptError (line 27) | class DistutilsGetoptError (DistutilsError): class DistutilsArgError (line 31) | class DistutilsArgError (DistutilsError): class DistutilsFileError (line 36) | class DistutilsFileError (DistutilsError): class DistutilsOptionError (line 42) | class DistutilsOptionError (DistutilsError): class DistutilsSetupError (line 51) | class DistutilsSetupError (DistutilsError): class DistutilsPlatformError (line 56) | class DistutilsPlatformError (DistutilsError): class DistutilsExecError (line 62) | class DistutilsExecError (DistutilsError): class DistutilsInternalError (line 67) | class DistutilsInternalError (DistutilsError): class DistutilsTemplateError (line 72) | class DistutilsTemplateError (DistutilsError): class DistutilsByteCompileError (line 75) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 79) | class CCompilerError (Exception): class PreprocessError (line 82) | class PreprocessError (CCompilerError): class CompileError (line 85) | class CompileError (CCompilerError): class LibError (line 88) | class LibError (CCompilerError): class LinkError (line 92) | class LinkError (CCompilerError): class UnknownFileError (line 96) | class UnknownFileError (CCompilerError): FILE: tests/pythons/win32-py32/Lib/distutils/extension.py class Extension (line 20) | class Extension: method __init__ (line 87) | def __init__(self, name, sources, function read_setup_file (line 134) | def read_setup_file(filename): FILE: tests/pythons/win32-py32/Lib/distutils/fancy_getopt.py class FancyGetopt (line 29) | class FancyGetopt: method __init__ (line 41) | def __init__(self, option_table=None): method _build_index (line 81) | def _build_index(self): method set_option_table (line 86) | def set_option_table(self, option_table): method add_option (line 90) | def add_option(self, long_option, short_option=None, help_string=None): method has_option (line 99) | def has_option(self, long_option): method get_attr_name (line 104) | def get_attr_name(self, long_option): method _check_alias_dict (line 110) | def _check_alias_dict(self, aliases, what): method set_aliases (line 120) | def set_aliases(self, alias): method set_negative_aliases (line 125) | def set_negative_aliases(self, negative_alias): method _grok_option_table (line 133) | def _grok_option_table(self): method getopt (line 210) | def getopt(self, args=None, object=None): method get_option_order (line 271) | def get_option_order(self): method generate_help (line 281) | def generate_help(self, header=None): method print_help (line 360) | def print_help(self, header=None, file=None): function fancy_getopt (line 367) | def fancy_getopt(options, negative_opt, object, args): function wrap_text (line 375) | def wrap_text(text, width): function translate_longopt (line 429) | def translate_longopt(opt): class OptionDummy (line 436) | class OptionDummy: method __init__ (line 440) | def __init__(self, options=[]): FILE: tests/pythons/win32-py32/Lib/distutils/file_util.py function _copy_file_contents (line 16) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 67) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 158) | def move_file (src, dst, function write_file (line 221) | def write_file (filename, contents): FILE: tests/pythons/win32-py32/Lib/distutils/filelist.py class FileList (line 13) | class FileList: method __init__ (line 28) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 34) | def set_allfiles(self, allfiles): method findall (line 37) | def findall(self, dir=os.curdir): method debug_print (line 40) | def debug_print(self, msg): method append (line 50) | def append(self, item): method extend (line 53) | def extend(self, items): method sort (line 56) | def sort(self): method remove_duplicates (line 66) | def remove_duplicates(self): method _parse_template_line (line 75) | def _parse_template_line(self, line): method process_template_line (line 103) | def process_template_line(self, line): method include_pattern (line 179) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 222) | def exclude_pattern (self, pattern, function findall (line 245) | def findall(dir=os.curdir): function glob_to_re (line 276) | def glob_to_re(pattern): function translate_pattern (line 299) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win32-py32/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 37) | def log(self, level, msg, *args): method debug (line 40) | def debug(self, msg, *args): method info (line 43) | def info(self, msg, *args): method warn (line 46) | def warn(self, msg, *args): method error (line 49) | def error(self, msg, *args): method fatal (line 52) | def fatal(self, msg, *args): function set_threshold (line 63) | def set_threshold(level): function set_verbosity (line 69) | def set_verbosity(v): FILE: tests/pythons/win32-py32/Lib/distutils/msvc9compiler.py class Reg (line 61) | class Reg: method get_value (line 65) | def get_value(cls, path, key): method read_keys (line 73) | def read_keys(cls, base, key): method read_values (line 91) | def read_values(cls, base, key): method convert_mbcs (line 113) | def convert_mbcs(s): class MacroExpander (line 123) | class MacroExpander: method __init__ (line 125) | def __init__(self, version): method set_macro (line 130) | def set_macro(self, macro, path, key): method load_macros (line 133) | def load_macros(self, version): method sub (line 164) | def sub(self, s): function get_build_version (line 169) | def get_build_version(): function normalize_and_reduce_paths (line 191) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 205) | def removeDuplicates(variable): function find_vcvarsall (line 216) | def find_vcvarsall(version): function query_vcvarsall (line 251) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 297) | class MSVCCompiler(CCompiler) : method __init__ (line 327) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 338) | def initialize(self, plat_name=None): method object_filenames (line 424) | def object_filenames(self, method compile (line 455) | def compile(self, sources, method create_static_lib (line 540) | def create_static_lib(self, method link (line 565) | def link(self, method manifest_setup_ldargs (line 660) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 672) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 696) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 739) | def library_dir_option(self, dir): method runtime_library_dir_option (line 742) | def runtime_library_dir_option(self, dir): method library_option (line 746) | def library_option(self, lib): method find_library_file (line 750) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 768) | def find_exe(self, exe): FILE: tests/pythons/win32-py32/Lib/distutils/msvccompiler.py function read_keys (line 55) | def read_keys(base, key): function read_values (line 72) | def read_values(base, key): function convert_mbcs (line 93) | def convert_mbcs(s): class MacroExpander (line 102) | class MacroExpander: method __init__ (line 103) | def __init__(self, version): method set_macro (line 107) | def set_macro(self, macro, path, key): method load_macros (line 114) | def load_macros(self, version): method sub (line 142) | def sub(self, s): function get_build_version (line 147) | def get_build_version(): function get_build_architecture (line 169) | def get_build_architecture(): function normalize_and_reduce_paths (line 182) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 197) | class MSVCCompiler(CCompiler) : method __init__ (line 227) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 245) | def initialize(self): method object_filenames (line 309) | def object_filenames(self, method compile (line 340) | def compile(self, sources, method create_static_lib (line 425) | def create_static_lib(self, method link (line 450) | def link(self, method library_dir_option (line 533) | def library_dir_option(self, dir): method runtime_library_dir_option (line 536) | def runtime_library_dir_option(self, dir): method library_option (line 540) | def library_option(self, lib): method find_library_file (line 544) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 562) | def find_exe(self, exe): method get_msvc_paths (line 584) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 620) | def set_path_env_var(self, name): FILE: tests/pythons/win32-py32/Lib/distutils/spawn.py function spawn (line 15) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 41) | def _nt_quote_args(args): function _spawn_nt (line 57) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 77) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 102) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 171) | def find_executable(executable, path=None): FILE: tests/pythons/win32-py32/Lib/distutils/sysconfig.py function _python_build (line 42) | def _python_build(): function get_python_version (line 61) | def get_python_version(): function get_python_inc (line 69) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 107) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 151) | def customize_compiler(compiler): function get_config_h_filename (line 217) | def get_config_h_filename(): function get_makefile_filename (line 234) | def get_makefile_filename(): function parse_config_h (line 243) | def parse_config_h(fp, g=None): function parse_makefile (line 278) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 384) | def expand_makefile_vars(s, vars): function _init_posix (line 411) | def _init_posix(): function _init_nt (line 458) | def _init_nt(): function _init_os2 (line 478) | def _init_os2(): function get_config_vars (line 496) | def get_config_vars(*args): function get_config_var (line 548) | def get_config_var(name): FILE: tests/pythons/win32-py32/Lib/distutils/text_file.py class TextFile (line 10) | class TextFile: method __init__ (line 78) | def __init__(self, filename=None, file=None, **options): method open (line 111) | def open(self, filename): method close (line 118) | def close(self): method gen_error (line 126) | def gen_error(self, msg, line=None): method error (line 138) | def error(self, msg, line=None): method warn (line 141) | def warn(self, msg, line=None): method readline (line 151) | def readline(self): method readlines (line 271) | def readlines(self): method unreadline (line 281) | def unreadline(self, line): FILE: tests/pythons/win32-py32/Lib/distutils/unixccompiler.py class UnixCCompiler (line 45) | class UnixCCompiler(CCompiler): method preprocess (line 83) | def preprocess(self, source, output_file=None, macros=None, method _compile (line 109) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 120) | def create_static_lib(self, objects, output_libname, method link (line 146) | def link(self, target_desc, objects, method library_dir_option (line 204) | def library_dir_option(self, dir): method _is_gcc (line 207) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 210) | def runtime_library_dir_option(self, dir): method library_option (line 252) | def library_option(self, lib): method find_library_file (line 255) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win32-py32/Lib/distutils/util.py function get_platform (line 18) | def get_platform (): function convert_path (line 107) | def convert_path (pathname): function change_root (line 135) | def change_root (new_root, pathname): function check_environ (line 164) | def check_environ (): function subst_vars (line 186) | def subst_vars (s, local_vars): function grok_environment_error (line 211) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 235) | def _init_regex(): function split_quoted (line 241) | def split_quoted (s): function execute (line 302) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 321) | def strtobool (val): function byte_compile (line 337) | def byte_compile (py_files, function rfc822_escape (line 482) | def rfc822_escape (header): function run_2to3 (line 492) | def run_2to3(files, fixer_names=None, options=None, explicit=None): function copydir_run_2to3 (line 519) | def copydir_run_2to3(src, dest, template=None, fixer_names=None, class Mixin2to3 (line 552) | class Mixin2to3: method run_2to3 (line 568) | def run_2to3(self, files): FILE: tests/pythons/win32-py32/Lib/distutils/version.py class Version (line 31) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): method __eq__ (line 45) | def __eq__(self, other): method __ne__ (line 51) | def __ne__(self, other): method __lt__ (line 57) | def __lt__(self, other): method __le__ (line 63) | def __le__(self, other): method __gt__ (line 69) | def __gt__(self, other): method __ge__ (line 75) | def __ge__(self, other): class StrictVersion (line 99) | class StrictVersion (Version): method parse (line 140) | def parse (self, vstring): method __str__ (line 159) | def __str__ (self): method _cmp (line 172) | def _cmp (self, other): class LooseVersion (line 273) | class LooseVersion (Version): method __init__ (line 308) | def __init__ (self, vstring=None): method parse (line 313) | def parse (self, vstring): method __str__ (line 329) | def __str__ (self): method __repr__ (line 333) | def __repr__ (self): method _cmp (line 337) | def _cmp (self, other): FILE: tests/pythons/win32-py32/Lib/distutils/versionpredicate.py function splitUp (line 17) | def splitUp(pred): class VersionPredicate (line 31) | class VersionPredicate: method __init__ (line 96) | def __init__(self, versionPredicateStr): method __str__ (line 123) | def __str__(self): method satisfied_by (line 130) | def satisfied_by(self, version): function split_provision (line 143) | def split_provision(value): FILE: tests/pythons/win32-py32/Lib/doctest.py function register_optionflag (line 131) | def register_optionflag(name): function _extract_future_flags (line 180) | def _extract_future_flags(globs): function _normalize_module (line 192) | def _normalize_module(module, depth=2): function _load_testfile (line 211) | def _load_testfile(filename, package, module_relative, encoding): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 233) | def _exception_traceback(exc_info): class _SpoofOut (line 245) | class _SpoofOut(StringIO): method getvalue (line 246) | def getvalue(self): method truncate (line 255) | def truncate(self, size=None): function _ellipsis_match (line 260) | def _ellipsis_match(want, got): function _comment_line (line 309) | def _comment_line(line): class _OutputRedirectingPdb (line 317) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 323) | def __init__(self, out): method set_trace (line 331) | def set_trace(self, frame=None): method set_continue (line 337) | def set_continue(self): method trace_dispatch (line 343) | def trace_dispatch(self, *args): function _module_relative_path (line 354) | def _module_relative_path(module, path): class Example (line 390) | class Example: method __init__ (line 425) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 443) | def __eq__(self, other): method __ne__ (line 454) | def __ne__(self, other): method __hash__ (line 457) | def __hash__(self): class DocTest (line 462) | class DocTest: method __init__ (line 486) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 500) | def __repr__(self): method __eq__ (line 510) | def __eq__(self, other): method __ne__ (line 521) | def __ne__(self, other): method __hash__ (line 524) | def __hash__(self): method __lt__ (line 528) | def __lt__(self, other): class DocTestParser (line 539) | class DocTestParser: method parse (line 587) | def parse(self, string, name=''): method get_doctest (line 626) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 638) | def get_examples(self, string, name=''): method _parse_example (line 652) | def _parse_example(self, m, name, lineno): method _find_options (line 706) | def _find_options(self, source, name, lineno): method _min_indent (line 736) | def _min_indent(self, s): method _check_prompt_blank (line 744) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 758) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 774) | class DocTestFinder: method __init__ (line 783) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 805) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 907) | def _from_module(self, module, object): method _find (line 927) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 990) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1027) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1079) | class DocTestRunner: method __init__ (line 1139) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1175) | def report_start(self, out, test, example): method report_success (line 1188) | def report_success(self, out, test, example, got): method report_failure (line 1196) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1203) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1210) | def _failure_header(self, test, example): method __run (line 1230) | def __run(self, test, compileflags, out): method __record_outcome (line 1353) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1366) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1374) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1445) | def summarize(self, verbose=None): method merge (line 1502) | def merge(self, other): class OutputChecker (line 1515) | class OutputChecker: method _toAscii (line 1523) | def _toAscii(self, s): method check_output (line 1529) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1592) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1615) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1663) | class DocTestFailure(Exception): method __init__ (line 1674) | def __init__(self, test, example, got): method __str__ (line 1679) | def __str__(self): class UnexpectedException (line 1682) | class UnexpectedException(Exception): method __init__ (line 1693) | def __init__(self, test, example, exc_info): method __str__ (line 1698) | def __str__(self): class DebugRunner (line 1701) | class DebugRunner(DocTestRunner): method run (line 1792) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1798) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1801) | def report_failure(self, out, test, example, got): function testmod (line 1813) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1917) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2040) | def run_docstring_examples(f, globs, verbose=False, name="NoName", function set_unittest_reportflags (line 2069) | def set_unittest_reportflags(flags): class DocTestCase (line 2105) | class DocTestCase(unittest.TestCase): method __init__ (line 2107) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2117) | def setUp(self): method tearDown (line 2123) | def tearDown(self): method runTest (line 2131) | def runTest(self): method format_failure (line 2155) | def format_failure(self, err): method debug (line 2167) | def debug(self): method id (line 2239) | def id(self): method __eq__ (line 2242) | def __eq__(self, other): method __ne__ (line 2252) | def __ne__(self, other): method __hash__ (line 2255) | def __hash__(self): method __repr__ (line 2259) | def __repr__(self): method shortDescription (line 2265) | def shortDescription(self): class SkipDocTestCase (line 2268) | class SkipDocTestCase(DocTestCase): method __init__ (line 2269) | def __init__(self, module): method setUp (line 2273) | def setUp(self): method test_skip (line 2276) | def test_skip(self): method shortDescription (line 2279) | def shortDescription(self): function DocTestSuite (line 2285) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2358) | class DocFileCase(DocTestCase): method id (line 2360) | def id(self): method __repr__ (line 2363) | def __repr__(self): method format_failure (line 2367) | def format_failure(self, err): function DocFileTest (line 2372) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2398) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2471) | def script_from_examples(s): function testsource (line 2553) | def testsource(module, name): function debug_src (line 2569) | def debug_src(src, pm=False, globs=None): function debug_script (line 2574) | def debug_script(src, pm=False, globs=None): function debug (line 2594) | def debug(module, name, pm=False): class _TestClass (line 2608) | class _TestClass: method __init__ (line 2622) | def __init__(self, val): method square (line 2632) | def square(self): method get (line 2642) | def get(self): function _test (line 2703) | def _test(): FILE: tests/pythons/win32-py32/Lib/email/__init__.py function message_from_string (line 34) | def message_from_string(s, *args, **kws): function message_from_bytes (line 42) | def message_from_bytes(s, *args, **kws): function message_from_file (line 50) | def message_from_file(fp, *args, **kws): function message_from_binary_file (line 58) | def message_from_binary_file(fp, *args, **kws): FILE: tests/pythons/win32-py32/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function parsedate (line 145) | def parsedate(data): function mktime_tz (line 154) | def mktime_tz(data): function quote (line 164) | def quote(str): class AddrlistClass (line 174) | class AddrlistClass: method __init__ (line 184) | def __init__(self, field): method gotonext (line 203) | def gotonext(self): method getaddrlist (line 217) | def getaddrlist(self): method getaddress (line 231) | def getaddress(self): method getrouteaddr (line 290) | def getrouteaddr(self): method getaddrspec (line 322) | def getaddrspec(self): method getdomain (line 355) | def getdomain(self): method getdelimited (line 374) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 411) | def getquote(self): method getcomment (line 415) | def getcomment(self): method getdomainliteral (line 419) | def getdomainliteral(self): method getatom (line 423) | def getatom(self, atomends=None): method getphraselist (line 443) | def getphraselist(self): class AddressList (line 466) | class AddressList(AddrlistClass): method __init__ (line 468) | def __init__(self, field): method __len__ (line 475) | def __len__(self): method __add__ (line 478) | def __add__(self, other): method __iadd__ (line 487) | def __iadd__(self, other): method __sub__ (line 494) | def __sub__(self, other): method __isub__ (line 502) | def __isub__(self, other): method __getitem__ (line 509) | def __getitem__(self, index): FILE: tests/pythons/win32-py32/Lib/email/base64mime.py function header_length (line 50) | def header_length(bytearray): function header_encode (line 61) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 76) | def body_encode(s, maxlinelen=76, eol=NL): function decode (line 102) | def decode(string): FILE: tests/pythons/win32-py32/Lib/email/charset.py function add_charset (line 109) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 137) | def add_alias(alias, canonical): function add_codec (line 146) | def add_codec(charset, codecname): function _encode (line 159) | def _encode(string, codec): class Charset (line 167) | class Charset: method __init__ (line 211) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 244) | def __str__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 252) | def __ne__(self, other): method get_body_encoding (line 255) | def get_body_encoding(self): method get_output_charset (line 276) | def get_output_charset(self): method header_encode (line 284) | def header_encode(self, string): method header_encode_lines (line 303) | def header_encode_lines(self, string, maxlengths): method _get_encoder (line 365) | def _get_encoder(self, header_bytes): method body_encode (line 380) | def body_encode(self, string): FILE: tests/pythons/win32-py32/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function encode_base64 (line 26) | def encode_base64(msg): function encode_quopri (line 38) | def encode_quopri(msg): function encode_7or8bit (line 50) | def encode_7or8bit(msg): function encode_noop (line 79) | def encode_noop(msg): FILE: tests/pythons/win32-py32/Lib/email/errors.py class MessageError (line 9) | class MessageError(Exception): class MessageParseError (line 13) | class MessageParseError(MessageError): class HeaderParseError (line 17) | class HeaderParseError(MessageParseError): class BoundaryError (line 21) | class BoundaryError(MessageParseError): class MultipartConversionError (line 25) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 29) | class CharsetError(MessageError): class MessageDefect (line 35) | class MessageDefect: method __init__ (line 38) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 47) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 50) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MalformedHeaderDefect (line 53) | class MalformedHeaderDefect(MessageDefect): class MultipartInvariantViolationDefect (line 56) | class MultipartInvariantViolationDefect(MessageDefect): FILE: tests/pythons/win32-py32/Lib/email/feedparser.py class BufferedSubFile (line 43) | class BufferedSubFile(object): method __init__ (line 51) | def __init__(self): method push_eof_matcher (line 61) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 64) | def pop_eof_matcher(self): method close (line 67) | def close(self): method readline (line 73) | def readline(self): method unreadline (line 91) | def unreadline(self, line): method push (line 96) | def push(self, data): method pushlines (line 119) | def pushlines(self, lines): method is_closed (line 123) | def is_closed(self): method __iter__ (line 126) | def __iter__(self): method __next__ (line 129) | def __next__(self): class FeedParser (line 137) | class FeedParser: method __init__ (line 140) | def __init__(self, _factory=message.Message): method _set_headersonly (line 151) | def _set_headersonly(self): method feed (line 154) | def feed(self, data): method _call_parse (line 159) | def _call_parse(self): method close (line 165) | def close(self): method _new_message (line 177) | def _new_message(self): method _pop_message (line 187) | def _pop_message(self): method _parsegen (line 195) | def _parsegen(self): method _parse_headers (line 431) | def _parse_headers(self, lines): class BytesFeedParser (line 487) | class BytesFeedParser(FeedParser): method feed (line 490) | def feed(self, data): FILE: tests/pythons/win32-py32/Lib/email/generator.py class Generator (line 26) | class Generator: method __init__ (line 36) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): method write (line 57) | def write(self, s): method flatten (line 61) | def flatten(self, msg, unixfrom=False, linesep='\n'): method clone (line 93) | def clone(self, fp): method _new_buffer (line 114) | def _new_buffer(self): method _encode (line 118) | def _encode(self, s): method _write_lines (line 122) | def _write_lines(self, lines): method _write (line 135) | def _write(self, msg): method _dispatch (line 162) | def _dispatch(self, msg): method _write_headers (line 182) | def _write_headers(self, msg): method _handle_text (line 200) | def _handle_text(self, msg): method _handle_multipart (line 219) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 278) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 289) | def _handle_message_delivery_status(self, msg): method _handle_message (line 310) | def _handle_message(self, msg): method _make_boundary (line 334) | def _make_boundary(cls, text=None): method _compile_re (line 352) | def _compile_re(cls, s, flags): class BytesGenerator (line 356) | class BytesGenerator(Generator): method write (line 370) | def write(self, s): method _new_buffer (line 373) | def _new_buffer(self): method _encode (line 376) | def _encode(self, s): method _write_headers (line 379) | def _write_headers(self, msg): method _handle_text (line 402) | def _handle_text(self, msg): method _compile_re (line 418) | def _compile_re(cls, s, flags): class DecodedGenerator (line 425) | class DecodedGenerator(Generator): method __init__ (line 431) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 459) | def _dispatch(self, msg): FILE: tests/pythons/win32-py32/Lib/email/header.py function decode_header (line 62) | def decode_header(header): function make_header (line 144) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 167) | class Header: method __init__ (line 168) | def __init__(self, s=None, charset=None, method __str__ (line 215) | def __str__(self): method __eq__ (line 242) | def __eq__(self, other): method __ne__ (line 248) | def __ne__(self, other): method append (line 251) | def append(self, s, charset=None, errors='strict'): method encode (line 294) | def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): method _normalize (line 361) | def _normalize(self): class _ValueFormatter (line 381) | class _ValueFormatter: method __init__ (line 382) | def __init__(self, headerlen, maxlen, continuation_ws, splitchars): method _str (line 390) | def _str(self, linesep): method __str__ (line 394) | def __str__(self): method newline (line 397) | def newline(self): method add_transition (line 408) | def add_transition(self): method feed (line 411) | def feed(self, fws, string, charset): method _maxlengths (line 448) | def _maxlengths(self): method _ascii_split (line 454) | def _ascii_split(self, fws, string, splitchars): method _append_chunk (line 476) | def _append_chunk(self, fws, string): class _Accumulator (line 509) | class _Accumulator(list): method __init__ (line 511) | def __init__(self, initial_size=0): method push (line 515) | def push(self, fws, string): method pop_from (line 518) | def pop_from(self, i=0): method pop (line 523) | def pop(self): method __len__ (line 528) | def __len__(self): method __str__ (line 532) | def __str__(self): method reset (line 536) | def reset(self, startval=None): method is_onlyws (line 542) | def is_onlyws(self): method part_count (line 545) | def part_count(self): FILE: tests/pythons/win32-py32/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win32-py32/Lib/email/message.py function _sanitize_header (line 36) | def _sanitize_header(name, value): function _splitparam (line 48) | def _splitparam(param): function _formatparam (line 58) | def _formatparam(param, value=None, quote=True): function _parseparam (line 92) | def _parseparam(s): function _unquotevalue (line 112) | def _unquotevalue(value): class Message (line 124) | class Message: method __init__ (line 139) | def __init__(self): method __str__ (line 150) | def __str__(self): method as_string (line 156) | def as_string(self, unixfrom=False, maxheaderlen=0): method is_multipart (line 171) | def is_multipart(self): method set_unixfrom (line 178) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 181) | def get_unixfrom(self): method attach (line 187) | def attach(self, payload): method get_payload (line 199) | def get_payload(self, i=None, decode=False): method set_payload (line 288) | def set_payload(self, payload, charset=None): method set_charset (line 298) | def set_charset(self, charset): method get_charset (line 336) | def get_charset(self): method __len__ (line 344) | def __len__(self): method __getitem__ (line 348) | def __getitem__(self, name): method __setitem__ (line 359) | def __setitem__(self, name, val): method __delitem__ (line 367) | def __delitem__(self, name): method __contains__ (line 379) | def __contains__(self, name): method __iter__ (line 382) | def __iter__(self): method keys (line 386) | def keys(self): method values (line 396) | def values(self): method items (line 406) | def items(self): method get (line 416) | def get(self, name, failobj=None): method get_all (line 432) | def get_all(self, name, failobj=None): method add_header (line 450) | def add_header(self, _name, _value, **_params): method replace_header (line 480) | def replace_header(self, _name, _value): method get_content_type (line 499) | def get_content_type(self): method get_content_maintype (line 523) | def get_content_maintype(self): method get_content_subtype (line 532) | def get_content_subtype(self): method get_default_type (line 541) | def get_default_type(self): method set_default_type (line 550) | def set_default_type(self, ctype): method _get_params_preserve (line 559) | def _get_params_preserve(self, failobj, header): method get_params (line 580) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 602) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 636) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 684) | def del_param(self, param, header='content-type', requote=True): method set_type (line 706) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 738) | def get_filename(self, failobj=None): method get_boundary (line 754) | def get_boundary(self, failobj=None): method set_boundary (line 767) | def set_boundary(self, boundary): method get_content_charset (line 812) | def get_content_charset(self, failobj=None): method get_charsets (line 842) | def get_charsets(self, failobj=None): FILE: tests/pythons/win32-py32/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win32-py32/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win32-py32/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win32-py32/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win32-py32/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win32-py32/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win32-py32/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win32-py32/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset='us-ascii'): FILE: tests/pythons/win32-py32/Lib/email/parser.py class Parser (line 17) | class Parser: method __init__ (line 18) | def __init__(self, *args, **kws): method parse (line 56) | def parse(self, fp, headersonly=False): method parsestr (line 74) | def parsestr(self, text, headersonly=False): class HeaderParser (line 86) | class HeaderParser(Parser): method parse (line 87) | def parse(self, fp, headersonly=True): method parsestr (line 90) | def parsestr(self, text, headersonly=True): class BytesParser (line 94) | class BytesParser: method __init__ (line 96) | def __init__(self, *args, **kw): method parse (line 114) | def parse(self, fp, headersonly=False): method parsebytes (line 127) | def parsebytes(self, text, headersonly=False): FILE: tests/pythons/win32-py32/Lib/email/quoprimime.py function header_check (line 74) | def header_check(octet): function body_check (line 79) | def body_check(octet): function header_length (line 84) | def header_length(bytearray): function body_length (line 97) | def body_length(bytearray): function _max_append (line 107) | def _max_append(L, s, maxlen, extra=''): function unquote (line 118) | def unquote(s): function quote (line 123) | def quote(c): function header_encode (line 128) | def header_encode(header_bytes, charset='iso-8859-1'): class _body_accumulator (line 151) | class _body_accumulator(io.StringIO): method __init__ (line 153) | def __init__(self, maxlinelen, eol, *args, **kw): method write_str (line 158) | def write_str(self, s): method newline (line 163) | def newline(self): method write_soft_break (line 168) | def write_soft_break(self): method write_wrapped (line 173) | def write_wrapped(self, s, extra_room=0): method write_char (line 179) | def write_char(self, c, is_last_char): function body_encode (line 205) | def body_encode(body, maxlinelen=76, eol=NL): function decode (line 254) | def decode(encoded, eol=NL): function _unquote_match (line 307) | def _unquote_match(match): function header_decode (line 314) | def header_decode(s): FILE: tests/pythons/win32-py32/Lib/email/utils.py function formataddr (line 59) | def formataddr(pair): function getaddresses (line 78) | def getaddresses(fieldvalues): function formatdate (line 98) | def formatdate(timeval=None, localtime=False, usegmt=False): function make_msgid (line 151) | def make_msgid(idstring=None, domain=None): function parsedate (line 179) | def parsedate(data): function parsedate_tz (line 185) | def parsedate_tz(data): function parseaddr (line 191) | def parseaddr(addr): function unquote (line 199) | def unquote(str): function decode_rfc2231 (line 211) | def decode_rfc2231(s): function encode_rfc2231 (line 219) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 237) | def decode_params(params): function collapse_rfc2231_value (line 293) | def collapse_rfc2231_value(value, errors='replace', FILE: tests/pythons/win32-py32/Lib/encodings/__init__.py class CodecRegistryError (line 39) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 42) | def normalize_encoding(encoding): function search_function (line 69) | def search_function(encoding): FILE: tests/pythons/win32-py32/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/base64_codec.py function base64_encode (line 14) | def base64_encode(input, errors='strict'): function base64_decode (line 18) | def base64_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input, errors='strict'): function bz2_decode (line 19) | def bz2_decode(input, errors='strict'): class Codec (line 23) | class Codec(codecs.Codec): method encode (line 24) | def encode(self, input, errors='strict'): method decode (line 26) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 29) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 30) | def __init__(self, errors='strict'): method encode (line 35) | def encode(self, input, final=False): method reset (line 42) | def reset(self): class IncrementalDecoder (line 45) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 46) | def __init__(self, errors='strict'): method decode (line 51) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/hex_codec.py function hex_encode (line 14) | def hex_encode(input, errors='strict'): function hex_decode (line 18) | def hex_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self, input, errors='strict'): method decode (line 170) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 196) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 197) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 231) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 232) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 270) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 273) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 278) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/punycode.py function segregate (line 10) | def segregate(str): function selective_len (line 22) | def selective_len(str, max): function selective_find (line 30) | def selective_find(str, char, index, pos): function insertion_unsort (line 48) | def insertion_unsort(str, extended): function T (line 70) | def T(j, bias): function generate_generalized_integer (line 78) | def generate_generalized_integer(N, bias): function adapt (line 91) | def adapt(delta, first, numchars): function generate_integers (line 106) | def generate_integers(baselen, deltas): function punycode_encode (line 117) | def punycode_encode(text): function decode_generalized_number (line 127) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 157) | def insertion_sort(base, extended, errors): function punycode_decode (line 182) | def punycode_decode(text, errors): class Codec (line 198) | class Codec(codecs.Codec): method encode (line 200) | def encode(self, input, errors='strict'): method decode (line 204) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 210) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 211) | def encode(self, input, final=False): class IncrementalDecoder (line 214) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 215) | def decode(self, input, final=False): class StreamWriter (line 220) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 223) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 228) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/quopri_codec.py function quopri_encode (line 11) | def quopri_encode(input, errors='strict'): function quopri_decode (line 18) | def quopri_decode(input, errors='strict'): class Codec (line 25) | class Codec(codecs.Codec): method encode (line 26) | def encode(self, input, errors='strict'): method decode (line 28) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 31) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 32) | def encode(self, input, final=False): class IncrementalDecoder (line 35) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 36) | def decode(self, input, final=False): class StreamWriter (line 39) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 42) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 47) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 15) | def encode(self, input, errors='strict'): method decode (line 18) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 21) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 22) | def encode(self, input, final=False): class IncrementalDecoder (line 25) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 26) | def decode(self, input, final=False): class StreamWriter (line 29) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 32) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 37) | def getregentry(): function rot13 (line 108) | def rot13(infile, outfile): FILE: tests/pythons/win32-py32/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 89) | def setstate(self, state): class StreamWriter (line 104) | class StreamWriter(codecs.StreamWriter): method __init__ (line 105) | def __init__(self, stream, errors='strict'): method reset (line 109) | def reset(self): method encode (line 113) | def encode(self, input, errors='strict'): class StreamReader (line 124) | class StreamReader(codecs.StreamReader): method reset (line 126) | def reset(self): method decode (line 133) | def decode(self, input, errors='strict'): function getregentry (line 146) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 18) | def decode(input, errors='strict'): class IncrementalEncoder (line 26) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 27) | def __init__(self, errors='strict'): method encode (line 31) | def encode(self, input, final=False): method reset (line 39) | def reset(self): method getstate (line 43) | def getstate(self): method setstate (line 46) | def setstate(self, state): class IncrementalDecoder (line 49) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 50) | def __init__(self, errors='strict'): method _buffer_decode (line 54) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 80) | def setstate(self, state): class StreamWriter (line 85) | class StreamWriter(codecs.StreamWriter): method reset (line 86) | def reset(self): method encode (line 93) | def encode(self, input, errors='strict'): class StreamReader (line 97) | class StreamReader(codecs.StreamReader): method reset (line 98) | def reset(self): method decode (line 105) | def decode(self, input, errors='strict'): function getregentry (line 121) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/uu_codec.py function uu_encode (line 17) | def uu_encode(input, errors='strict', filename='', mode=0o666): function uu_decode (line 34) | def uu_decode(input, errors='strict'): class Codec (line 67) | class Codec(codecs.Codec): method encode (line 68) | def encode(self, input, errors='strict'): method decode (line 71) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 74) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 75) | def encode(self, input, final=False): class IncrementalDecoder (line 78) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 79) | def decode(self, input, final=False): class StreamWriter (line 82) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 85) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 90) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input, errors='strict'): function zlib_decode (line 18) | def zlib_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 29) | def __init__(self, errors='strict'): method encode (line 34) | def encode(self, input, final=False): method reset (line 41) | def reset(self): class IncrementalDecoder (line 44) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 45) | def __init__(self, errors='strict'): method decode (line 50) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win32-py32/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=True): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=True): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win32-py32/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=False, backup="", bufsize=0, function close (line 107) | def close(): function nextfile (line 115) | def nextfile(): function filename (line 129) | def filename(): function lineno (line 138) | def lineno(): function filelineno (line 148) | def filelineno(): function fileno (line 158) | def fileno(): function isfirstline (line 167) | def isfirstline(): function isstdin (line 176) | def isstdin(): class FileInput (line 185) | class FileInput: method __init__ (line 198) | def __init__(self, files=None, inplace=False, backup="", bufsize=0, method __del__ (line 235) | def __del__(self): method close (line 238) | def close(self): method __enter__ (line 242) | def __enter__(self): method __exit__ (line 245) | def __exit__(self, type, value, traceback): method __iter__ (line 248) | def __iter__(self): method __next__ (line 251) | def __next__(self): method __getitem__ (line 266) | def __getitem__(self, i): method nextfile (line 274) | def nextfile(self): method readline (line 300) | def readline(self): method filename (line 363) | def filename(self): method lineno (line 366) | def lineno(self): method filelineno (line 369) | def filelineno(self): method fileno (line 372) | def fileno(self): method isfirstline (line 381) | def isfirstline(self): method isstdin (line 384) | def isstdin(self): function hook_compressed (line 388) | def hook_compressed(filename, mode): function hook_encoded (line 400) | def hook_encoded(encoding): function _test (line 407) | def _test(): FILE: tests/pythons/win32-py32/Lib/fnmatch.py function fnmatch (line 19) | def fnmatch(name, pat): function _compile_pattern (line 39) | def _compile_pattern(pat, is_bytes=False): function filter (line 48) | def filter(names, pat): function fnmatchcase (line 64) | def fnmatchcase(name, pat): function translate (line 74) | def translate(pat): FILE: tests/pythons/win32-py32/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win32-py32/Lib/fractions.py function gcd (line 17) | def gcd(a, b): class Fraction (line 49) | class Fraction(numbers.Rational): method __new__ (line 73) | def __new__(cls, numerator=0, denominator=None): method from_float (line 174) | def from_float(cls, f): method from_decimal (line 190) | def from_decimal(cls, dec): method limit_denominator (line 211) | def limit_denominator(self, max_denominator=1000000): method numerator (line 267) | def numerator(a): method denominator (line 271) | def denominator(a): method __repr__ (line 274) | def __repr__(self): method __str__ (line 278) | def __str__(self): method _operator_fallbacks (line 285) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 392) | def _add(a, b): method _sub (line 400) | def _sub(a, b): method _mul (line 408) | def _mul(a, b): method _div (line 414) | def _div(a, b): method __floordiv__ (line 421) | def __floordiv__(a, b): method __rfloordiv__ (line 425) | def __rfloordiv__(b, a): method __mod__ (line 429) | def __mod__(a, b): method __rmod__ (line 434) | def __rmod__(b, a): method __pow__ (line 439) | def __pow__(a, b): method __rpow__ (line 463) | def __rpow__(b, a): method __pos__ (line 477) | def __pos__(a): method __neg__ (line 481) | def __neg__(a): method __abs__ (line 485) | def __abs__(a): method __trunc__ (line 489) | def __trunc__(a): method __floor__ (line 496) | def __floor__(a): method __ceil__ (line 500) | def __ceil__(a): method __round__ (line 505) | def __round__(self, ndigits=None): method __hash__ (line 530) | def __hash__(self): method __eq__ (line 552) | def __eq__(a, b): method _richcmp (line 571) | def _richcmp(self, other, op): method __lt__ (line 593) | def __lt__(a, b): method __gt__ (line 597) | def __gt__(a, b): method __le__ (line 601) | def __le__(a, b): method __ge__ (line 605) | def __ge__(a, b): method __bool__ (line 609) | def __bool__(a): method __reduce__ (line 615) | def __reduce__(self): method __copy__ (line 618) | def __copy__(self): method __deepcopy__ (line 623) | def __deepcopy__(self, memo): FILE: tests/pythons/win32-py32/Lib/ftplib.py class Error (line 55) | class Error(Exception): pass class error_reply (line 56) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 57) | class error_temp(Error): pass # 4xx errors class error_perm (line 58) | class error_perm(Error): pass # 5xx errors class error_proto (line 59) | class error_proto(Error): pass # response does not begin with [... class FTP (line 72) | class FTP: method __init__ (line 109) | def __init__(self, host='', user='', passwd='', acct='', method __enter__ (line 117) | def __enter__(self): method __exit__ (line 121) | def __exit__(self, *args): method connect (line 131) | def connect(self, host='', port=0, timeout=-999): method getwelcome (line 148) | def getwelcome(self): method set_debuglevel (line 155) | def set_debuglevel(self, level): method set_pasv (line 164) | def set_pasv(self, val): method sanitize (line 171) | def sanitize(self, s): method putline (line 180) | def putline(self, line): method putcmd (line 186) | def putcmd(self, line): method getline (line 192) | def getline(self): method getmultiline (line 205) | def getmultiline(self): method getresp (line 219) | def getresp(self): method voidresp (line 232) | def voidresp(self): method abort (line 239) | def abort(self): method sendcmd (line 252) | def sendcmd(self, cmd): method voidcmd (line 257) | def voidcmd(self, cmd): method sendport (line 262) | def sendport(self, host, port): method sendeprt (line 272) | def sendeprt(self, host, port): method makeport (line 285) | def makeport(self): method makepasv (line 318) | def makepasv(self): method ntransfercmd (line 325) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 382) | def transfercmd(self, cmd, rest=None): method login (line 386) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 407) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 430) | def retrlines(self, cmd, callback = None): method storbinary (line 458) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 482) | def storlines(self, cmd, fp, callback=None): method acct (line 506) | def acct(self, password): method nlst (line 511) | def nlst(self, *args): method dir (line 520) | def dir(self, *args): method rename (line 535) | def rename(self, fromname, toname): method delete (line 542) | def delete(self, filename): method cwd (line 550) | def cwd(self, dirname): method size (line 563) | def size(self, filename): method mkd (line 574) | def mkd(self, dirname): method rmd (line 583) | def rmd(self, dirname): method pwd (line 587) | def pwd(self): method quit (line 596) | def quit(self): method close (line 602) | def close(self): class FTP_TLS (line 615) | class FTP_TLS(FTP): method __init__ (line 650) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 665) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 670) | def auth(self): method prot_p (line 687) | def prot_p(self): method prot_c (line 703) | def prot_c(self): method ntransfercmd (line 711) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 721) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 737) | def retrlines(self, cmd, callback = None): method storbinary (line 761) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 777) | def storlines(self, cmd, fp, callback=None): method abort (line 796) | def abort(self): function parse150 (line 811) | def parse150(resp): function parse227 (line 835) | def parse227(resp): function parse229 (line 855) | def parse229(resp, peer): function parse257 (line 877) | def parse257(resp): function print_line (line 900) | def print_line(line): function ftpcp (line 905) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 924) | class Netrc: method __init__ (line 936) | def __init__(self, filename=None): method get_hosts (line 1000) | def get_hosts(self): method get_account (line 1004) | def get_account(self, host): method get_macros (line 1020) | def get_macros(self): method get_macro (line 1024) | def get_macro(self, macro): function test (line 1030) | def test(): FILE: tests/pythons/win32-py32/Lib/functools.py function update_wrapper (line 26) | def update_wrapper(wrapper, function wraps (line 54) | def wraps(wrapped, function total_ordering (line 68) | def total_ordering(cls): function cmp_to_key (line 96) | def cmp_to_key(mycmp): function lru_cache (line 119) | def lru_cache(maxsize=100): FILE: tests/pythons/win32-py32/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win32-py32/Lib/getopt.py class GetoptError (line 38) | class GetoptError(Exception): method __init__ (line 41) | def __init__(self, msg, opt=''): method __str__ (line 46) | def __str__(self): function getopt (line 51) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 94) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 144) | def do_longs(opts, opt, longopts, args): function long_has_args (line 166) | def long_has_args(opt, longopts): function do_shorts (line 187) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 202) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win32-py32/Lib/getpass.py class GetPassWarning (line 23) | class GetPassWarning(UserWarning): pass function unix_getpass (line 26) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 89) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 112) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 121) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 140) | def getuser(): FILE: tests/pythons/win32-py32/Lib/gettext.py function c2py (line 61) | def c2py(plural): function _expand_lang (line 111) | def _expand_lang(loc): class NullTranslations (line 153) | class NullTranslations: method __init__ (line 154) | def __init__(self, fp=None): method _parse (line 162) | def _parse(self, fp): method add_fallback (line 165) | def add_fallback(self, fallback): method gettext (line 171) | def gettext(self, message): method lgettext (line 176) | def lgettext(self, message): method ngettext (line 181) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 189) | def lngettext(self, msgid1, msgid2, n): method info (line 197) | def info(self): method charset (line 200) | def charset(self): method output_charset (line 203) | def output_charset(self): method set_output_charset (line 206) | def set_output_charset(self, charset): method install (line 209) | def install(self, names=None): class GNUTranslations (line 223) | class GNUTranslations(NullTranslations): method _parse (line 228) | def _parse(self, fp): method lgettext (line 305) | def lgettext(self, message): method lngettext (line 316) | def lngettext(self, msgid1, msgid2, n): method gettext (line 330) | def gettext(self, message): method ngettext (line 339) | def ngettext(self, msgid1, msgid2, n): function find (line 353) | def find(domain, localedir=None, languages=None, all=False): function translation (line 393) | def translation(domain, localedir=None, languages=None, function install (line 424) | def install(domain, localedir=None, codeset=None, names=None): function textdomain (line 438) | def textdomain(domain=None): function bindtextdomain (line 445) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 452) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 459) | def dgettext(domain, message): function ldgettext (line 467) | def ldgettext(domain, message): function dngettext (line 475) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 486) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 497) | def gettext(message): function lgettext (line 500) | def lgettext(message): function ngettext (line 503) | def ngettext(msgid1, msgid2, n): function lngettext (line 506) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win32-py32/Lib/glob.py function glob (line 9) | def glob(pathname): function iglob (line 20) | def iglob(pathname): function glob1 (line 57) | def glob1(dirname, pattern): function glob0 (line 71) | def glob0(dirname, basename): function has_magic (line 86) | def has_magic(s): function _ishidden (line 93) | def _ishidden(path): FILE: tests/pythons/win32-py32/Lib/gzip.py function U32 (line 19) | def U32(i): function LOWU32 (line 27) | def LOWU32(i): function write32u (line 31) | def write32u(output, value): function read32 (line 36) | def read32(input): function open (line 39) | def open(filename, mode="rb", compresslevel=9): class _PaddedFile (line 48) | class _PaddedFile: method __init__ (line 53) | def __init__(self, f, prepend=b''): method read (line 59) | def read(self, size): method prepend (line 72) | def prepend(self, prepend=b'', readprevious=False): method unused (line 83) | def unused(self): method seek (line 88) | def seek(self, offset, whence=0): method __getattr__ (line 100) | def __getattr__(self, name): class GzipFile (line 104) | class GzipFile(io.BufferedIOBase): method __init__ (line 116) | def __init__(self, filename=None, mode=None, method filename (line 204) | def filename(self): method __repr__ (line 211) | def __repr__(self): method _check_closed (line 218) | def _check_closed(self): method _init_write (line 225) | def _init_write(self, filename): method _write_gzip_header (line 232) | def _write_gzip_header(self): method _init_read (line 258) | def _init_read(self): method _read_gzip_header (line 262) | def _read_gzip_header(self): method write (line 303) | def write(self,data): method read (line 324) | def read(self, size=-1): method peek (line 357) | def peek(self, n): method _unread (line 381) | def _unread(self, buf): method _read (line 385) | def _read(self, size=1024): method _add_read_data (line 427) | def _add_read_data(self, data): method _read_eof (line 435) | def _read_eof(self): method closed (line 458) | def closed(self): method close (line 461) | def close(self): method flush (line 476) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 483) | def fileno(self): method rewind (line 491) | def rewind(self): method readable (line 503) | def readable(self): method writable (line 506) | def writable(self): method seekable (line 509) | def seekable(self): method seek (line 512) | def seek(self, offset, whence=0): method readline (line 537) | def readline(self, size=-1): function compress (line 577) | def compress(data, compresslevel=9): function decompress (line 586) | def decompress(data): function _test (line 594) | def _test(): FILE: tests/pythons/win32-py32/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, data=b''): function __hash_new (line 113) | def __hash_new(name, data=b''): FILE: tests/pythons/win32-py32/Lib/heapq.py function heappush (line 133) | def heappush(heap, item): function heappop (line 138) | def heappop(heap): function heapreplace (line 149) | def heapreplace(heap, item): function heappushpop (line 165) | def heappushpop(heap, item): function heapify (line 172) | def heapify(x): function nlargest (line 183) | def nlargest(n, iterable): function nsmallest (line 201) | def nsmallest(n, iterable): function _siftdown (line 236) | def _siftdown(heap, startpos, pos): function _siftup (line 289) | def _siftup(heap, pos): function merge (line 315) | def merge(*iterables): function nsmallest (line 352) | def nsmallest(n, iterable, key=None): function nlargest (line 389) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win32-py32/Lib/hmac.py class HMAC (line 16) | class HMAC: method __init__ (line 23) | def __init__(self, key, msg = None, digestmod = None): method update (line 73) | def update(self, msg): method copy (line 80) | def copy(self): method _current (line 93) | def _current(self): method digest (line 102) | def digest(self): method hexdigest (line 112) | def hexdigest(self): function new (line 118) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win32-py32/Lib/html/__init__.py function escape (line 12) | def escape(s, quote=True): FILE: tests/pythons/win32-py32/Lib/html/parser.py class HTMLParseError (line 76) | class HTMLParseError(Exception): method __init__ (line 79) | def __init__(self, msg, position=(None, None)): method __str__ (line 85) | def __str__(self): class HTMLParser (line 94) | class HTMLParser(_markupbase.ParserBase): method __init__ (line 116) | def __init__(self, strict=True): method reset (line 127) | def reset(self): method feed (line 135) | def feed(self, data): method close (line 144) | def close(self): method error (line 148) | def error(self, message): method get_starttag_text (line 153) | def get_starttag_text(self): method set_cdata_mode (line 157) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 161) | def clear_cdata_mode(self): method goahead (line 168) | def goahead(self, end): method parse_html_declaration (line 272) | def parse_html_declaration(self, i): method parse_bogus_comment (line 293) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 305) | def parse_pi(self, i): method parse_starttag (line 317) | def parse_starttag(self, i): method check_for_whole_start_tag (line 374) | def check_for_whole_start_tag(self, i): method parse_endtag (line 417) | def parse_endtag(self, i): method handle_startendtag (line 459) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 464) | def handle_starttag(self, tag, attrs): method handle_endtag (line 468) | def handle_endtag(self, tag): method handle_charref (line 472) | def handle_charref(self, name): method handle_entityref (line 476) | def handle_entityref(self, name): method handle_data (line 480) | def handle_data(self, data): method handle_comment (line 484) | def handle_comment(self, data): method handle_decl (line 488) | def handle_decl(self, decl): method handle_pi (line 492) | def handle_pi(self, data): method unknown_decl (line 495) | def unknown_decl(self, data): method unescape (line 501) | def unescape(self, s): FILE: tests/pythons/win32-py32/Lib/http/client.py class HTTPMessage (line 210) | class HTTPMessage(email.message.Message): method getallmatchingheaders (line 217) | def getallmatchingheaders(self, name): function parse_headers (line 240) | def parse_headers(fp, _class=HTTPMessage): class HTTPResponse (line 264) | class HTTPResponse(io.RawIOBase): method __init__ (line 273) | def __init__(self, sock, debuglevel=0, strict=_strict_sentinel, method... method _read_status (line 307) | def _read_status(self): method begin (line 339) | def begin(self): method _check_close (line 419) | def _check_close(self): method _close_conn (line 449) | def _close_conn(self): method close (line 454) | def close(self): method flush (line 464) | def flush(self): method readable (line 469) | def readable(self): method isclosed (line 474) | def isclosed(self): method read (line 484) | def read(self, amt=None): method _read_chunked (line 529) | def _read_chunked(self, amt): method _safe_read (line 587) | def _safe_read(self, amt): method fileno (line 610) | def fileno(self): method getheader (line 613) | def getheader(self, name, default=None): method getheaders (line 622) | def getheaders(self): method __iter__ (line 630) | def __iter__(self): method info (line 635) | def info(self): method geturl (line 638) | def geturl(self): method getcode (line 641) | def getcode(self): class HTTPConnection (line 644) | class HTTPConnection: method __init__ (line 654) | def __init__(self, host, port=None, strict=_strict_sentinel, method set_tunnel (line 673) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 686) | def _set_hostport(self, host, port): method set_debuglevel (line 706) | def set_debuglevel(self, level): method _tunnel (line 709) | def _tunnel(self): method connect (line 737) | def connect(self): method close (line 744) | def close(self): method send (line 754) | def send(self, data): method _output (line 802) | def _output(self, s): method _send_output (line 809) | def _send_output(self, message_body=None): method putrequest (line 830) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 946) | def putheader(self, header, *values): method endheaders (line 966) | def endheaders(self, message_body=None): method request (line 981) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 985) | def _set_content_length(self, body): method _send_request (line 1002) | def _send_request(self, method, url, body, headers): method getresponse (line 1023) | def getresponse(self): class HTTPSConnection (line 1083) | class HTTPSConnection(HTTPConnection): method __init__ (line 1090) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1112) | def connect(self): class HTTPException (line 1135) | class HTTPException(Exception): class NotConnected (line 1140) | class NotConnected(HTTPException): class InvalidURL (line 1143) | class InvalidURL(HTTPException): class UnknownProtocol (line 1146) | class UnknownProtocol(HTTPException): method __init__ (line 1147) | def __init__(self, version): class UnknownTransferEncoding (line 1151) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1154) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1157) | class IncompleteRead(HTTPException): method __init__ (line 1158) | def __init__(self, partial, expected=None): method __repr__ (line 1162) | def __repr__(self): method __str__ (line 1168) | def __str__(self): class ImproperConnectionState (line 1171) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1174) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1177) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1180) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1183) | class BadStatusLine(HTTPException): method __init__ (line 1184) | def __init__(self, line): class LineTooLong (line 1190) | class LineTooLong(HTTPException): method __init__ (line 1191) | def __init__(self, line_type): FILE: tests/pythons/win32-py32/Lib/http/cookiejar.py function _debug (line 46) | def _debug(*args): function _warn_unhandled_exception (line 60) | def _warn_unhandled_exception(): function _timegm (line 75) | def _timegm(tt): function time2isoz (line 89) | def time2isoz(t=None): function time2netscape (line 108) | def time2netscape(t=None): function offset_from_tz_string (line 131) | def offset_from_tz_string(tz): function _str2time (line 145) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 220) | def http2time(text): function iso2time (line 292) | def iso2time(text): function unmatched (line 325) | def unmatched(match): function split_header_words (line 334) | def split_header_words(header_values): function join_header_words (line 420) | def join_header_words(lists): function strip_quotes (line 445) | def strip_quotes(text): function parse_ns_headers (line 452) | def parse_ns_headers(ns_headers): function is_HDN (line 505) | def is_HDN(text): function domain_match (line 520) | def domain_match(A, B): function liberal_is_HDN (line 559) | def liberal_is_HDN(text): function user_domain_match (line 569) | def user_domain_match(A, B): function request_host (line 590) | def request_host(request): function eff_request_host (line 606) | def eff_request_host(request): function request_path (line 617) | def request_path(request): function request_port (line 627) | def request_port(request): function uppercase_escaped_char (line 645) | def uppercase_escaped_char(match): function escape_path (line 647) | def escape_path(path): function reach (line 661) | def reach(h): function is_third_party (line 696) | def is_third_party(request): class Cookie (line 713) | class Cookie: method __init__ (line 731) | def __init__(self, version, name, value, method has_nonstandard_attr (line 773) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 775) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 777) | def set_nonstandard_attr(self, name, value): method is_expired (line 780) | def is_expired(self, now=None): method __str__ (line 786) | def __str__(self): method __repr__ (line 796) | def __repr__(self): class CookiePolicy (line 811) | class CookiePolicy: method set_ok (line 820) | def set_ok(self, cookie, request): method return_ok (line 829) | def return_ok(self, cookie, request): method domain_return_ok (line 833) | def domain_return_ok(self, domain, request): method path_return_ok (line 838) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 844) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 854) | def __init__(self, method blocked_domains (line 887) | def blocked_domains(self): method set_blocked_domains (line 890) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 894) | def is_blocked(self, domain): method allowed_domains (line 900) | def allowed_domains(self): method set_allowed_domains (line 903) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 909) | def is_not_allowed(self, domain): method set_ok (line 917) | def set_ok(self, cookie, request): method set_ok_version (line 936) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 951) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 963) | def set_ok_name(self, cookie, request): method set_ok_path (line 972) | def set_ok_path(self, cookie, request): method set_ok_domain (line 983) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1042) | def set_ok_port(self, cookie, request): method return_ok (line 1063) | def return_ok(self, cookie, request): method return_ok_version (line 1081) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1090) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1102) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1108) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1114) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1128) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1150) | def domain_return_ok(self, domain, request): method path_return_ok (line 1172) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1181) | def vals_sorted_by_key(adict): function deepvalues (line 1185) | def deepvalues(mapping): class Absent (line 1204) | class Absent: pass class CookieJar (line 1206) | class CookieJar: method __init__ (line 1221) | def __init__(self, policy=None): method set_policy (line 1229) | def set_policy(self, policy): method _cookies_for_domain (line 1232) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1250) | def _cookies_for_request(self, request): method _cookie_attrs (line 1257) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1316) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1349) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1446) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1538) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1547) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1559) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1613) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1626) | def set_cookie(self, cookie): method extract_cookies (line 1639) | def extract_cookies(self, response, request): method clear (line 1653) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1680) | def clear_session_cookies(self): method clear_expired_cookies (line 1695) | def clear_expired_cookies(self): method __iter__ (line 1714) | def __iter__(self): method __len__ (line 1717) | def __len__(self): method __repr__ (line 1723) | def __repr__(self): method __str__ (line 1728) | def __str__(self): class LoadError (line 1735) | class LoadError(IOError): pass class FileCookieJar (line 1737) | class FileCookieJar(CookieJar): method __init__ (line 1740) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1755) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1759) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1771) | def revert(self, filename=None, function lwp_cookie_str (line 1798) | def lwp_cookie_str(cookie): class LWPCookieJar (line 1826) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 1839) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 1855) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 1870) | def _really_load(self, f, filename, ignore_discard, ignore_expires): class MozillaCookieJar (line 1950) | class MozillaCookieJar(FileCookieJar): method _really_load (line 1989) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 2055) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win32-py32/Lib/http/cookies.py class CookieError (line 147) | class CookieError(Exception): function _quote (line 228) | def _quote(str, LegalChars=_LegalChars): function _unquote (line 244) | def _unquote(str): function _getdate (line 300) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 308) | class Morsel(dict): method __init__ (line 341) | def __init__(self): method __setitem__ (line 349) | def __setitem__(self, K, V): method isReservedKey (line 355) | def isReservedKey(self, K): method set (line 358) | def set(self, key, val, coded_val, LegalChars=_LegalChars): method output (line 371) | def output(self, attrs=None, header="Set-Cookie:"): method __repr__ (line 376) | def __repr__(self): method js_output (line 380) | def js_output(self, attrs=None): method OutputString (line 390) | def OutputString(self, attrs=None): class BaseCookie (line 453) | class BaseCookie(dict): method value_decode (line 456) | def value_decode(self, val): method value_encode (line 465) | def value_encode(self, val): method __init__ (line 474) | def __init__(self, input=None): method __set (line 478) | def __set(self, key, real_value, coded_value): method __setitem__ (line 484) | def __setitem__(self, key, value): method output (line 489) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 499) | def __repr__(self): method js_output (line 506) | def js_output(self, attrs=None): method load (line 514) | def load(self, rawdata): method __parse_string (line 528) | def __parse_string(self, str, patt=_CookiePattern): class SimpleCookie (line 559) | class SimpleCookie(BaseCookie): method value_decode (line 566) | def value_decode(self, val): method value_encode (line 569) | def value_encode(self, val): FILE: tests/pythons/win32-py32/Lib/http/server.py function _quote_html (line 123) | def _quote_html(html): class HTTPServer (line 126) | class HTTPServer(socketserver.TCPServer): method server_bind (line 130) | def server_bind(self): class BaseHTTPRequestHandler (line 138) | class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): method parse_request (line 259) | def parse_request(self): method handle_expect_100 (line 340) | def handle_expect_100(self): method handle_one_request (line 357) | def handle_one_request(self): method handle (line 392) | def handle(self): method send_error (line 400) | def send_error(self, code, message=None): method send_response (line 431) | def send_response(self, code, message=None): method send_response_only (line 443) | def send_response_only(self, code, message=None): method send_header (line 454) | def send_header(self, keyword, value): method end_headers (line 468) | def end_headers(self): method log_request (line 475) | def log_request(self, code='-', size='-'): method log_error (line 485) | def log_error(self, format, *args): method log_message (line 499) | def log_message(self, format, *args): method version_string (line 521) | def version_string(self): method date_time_string (line 525) | def date_time_string(self, timestamp=None): method log_date_time_string (line 536) | def log_date_time_string(self): method address_string (line 550) | def address_string(self): class SimpleHTTPRequestHandler (line 640) | class SimpleHTTPRequestHandler(BaseHTTPRequestHandler): method do_GET (line 655) | def do_GET(self): method do_HEAD (line 662) | def do_HEAD(self): method send_head (line 668) | def send_head(self): method list_directory (line 709) | def list_directory(self, path): method translate_path (line 753) | def translate_path(self, path): method copyfile (line 775) | def copyfile(self, source, outputfile): method guess_type (line 791) | def guess_type(self, path): function _url_collapse_path (line 828) | def _url_collapse_path(path): function nobody_uid (line 873) | def nobody_uid(): function executable (line 889) | def executable(path): class CGIHTTPRequestHandler (line 898) | class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): method do_POST (line 915) | def do_POST(self): method send_head (line 927) | def send_head(self): method is_cgi (line 934) | def is_cgi(self): method is_executable (line 960) | def is_executable(self, path): method is_python (line 964) | def is_python(self, path): method run_cgi (line 969) | def run_cgi(self): function test (line 1164) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win32-py32/Lib/imaplib.py class IMAP4 (line 108) | class IMAP4: class error (line 154) | class error(Exception): pass # Logical errors - debug required class abort (line 155) | class abort(error): pass # Service errors - close and retry class readonly (line 156) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 158) | def __init__(self, host = '', port = IMAP4_PORT): method _connect (line 183) | def _connect(self): method __getattr__ (line 225) | def __getattr__(self, attr): method _create_socket (line 236) | def _create_socket(self): method open (line 239) | def open(self, host = '', port = IMAP4_PORT): method read (line 251) | def read(self, size): method readline (line 264) | def readline(self): method send (line 269) | def send(self, data): method shutdown (line 274) | def shutdown(self): method socket (line 287) | def socket(self): method recent (line 299) | def recent(self): method response (line 316) | def response(self, code): method append (line 330) | def append(self, mailbox, flags, date_time, message): method authenticate (line 353) | def authenticate(self, mechanism, authobject): method capability (line 382) | def capability(self): method check (line 391) | def check(self): method close (line 399) | def close(self): method copy (line 414) | def copy(self, message_set, new_mailbox): method create (line 422) | def create(self, mailbox): method delete (line 430) | def delete(self, mailbox): method deleteacl (line 437) | def deleteacl(self, mailbox, who): method expunge (line 444) | def expunge(self): method fetch (line 458) | def fetch(self, message_set, message_parts): method getacl (line 473) | def getacl(self, mailbox): method getannotation (line 482) | def getannotation(self, mailbox, entry, attribute): method getquota (line 490) | def getquota(self, root): method getquotaroot (line 501) | def getquotaroot(self, mailbox): method list (line 512) | def list(self, directory='""', pattern='*'): method login (line 524) | def login(self, user, password): method login_cram_md5 (line 538) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 547) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 555) | def logout(self): method lsub (line 571) | def lsub(self, directory='""', pattern='*'): method myrights (line 582) | def myrights(self, mailbox): method namespace (line 590) | def namespace(self): method noop (line 600) | def noop(self): method partial (line 611) | def partial(self, message_num, message_part, start, length): method proxyauth (line 623) | def proxyauth(self, user): method rename (line 636) | def rename(self, oldmailbox, newmailbox): method search (line 644) | def search(self, charset, *criteria): method select (line 659) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 691) | def setacl(self, mailbox, who, what): method setannotation (line 699) | def setannotation(self, *args): method setquota (line 707) | def setquota(self, root, limits): method sort (line 716) | def sort(self, sort_criteria, charset, *search_criteria): method starttls (line 730) | def starttls(self, ssl_context=None): method status (line 754) | def status(self, mailbox, names): method store (line 766) | def store(self, message_set, command, flags): method subscribe (line 777) | def subscribe(self, mailbox): method thread (line 785) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 795) | def uid(self, command, *args): method unsubscribe (line 820) | def unsubscribe(self, mailbox): method xatom (line 828) | def xatom(self, name, *args): method _append_untagged (line 850) | def _append_untagged(self, typ, dat): method _check_bye (line 864) | def _check_bye(self): method _command (line 870) | def _command(self, name, *args): method _command_complete (line 947) | def _command_complete(self, name, tag): method _get_capabilities (line 964) | def _get_capabilities(self): method _get_response (line 973) | def _get_response(self): method _get_tagged_response (line 1053) | def _get_tagged_response(self, tag): method _get_line (line 1075) | def _get_line(self): method _match (line 1094) | def _match(self, cre, s): method _new_tag (line 1106) | def _new_tag(self): method _quote (line 1114) | def _quote(self, arg): method _simple_command (line 1122) | def _simple_command(self, name, *args): method _untagged_response (line 1127) | def _untagged_response(self, typ, dat, name): method _mesg (line 1141) | def _mesg(self, s, secs=None): method _dump_ur (line 1148) | def _dump_ur(self, dict): method _log (line 1156) | def _log(self, line): method print_log (line 1163) | def print_log(self): class IMAP4_SSL (line 1179) | class IMAP4_SSL(IMAP4): method __init__ (line 1194) | def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, c... method _create_socket (line 1199) | def _create_socket(self): method open (line 1203) | def open(self, host='', port=IMAP4_SSL_PORT): class IMAP4_stream (line 1214) | class IMAP4_stream(IMAP4): method __init__ (line 1226) | def __init__(self, command): method open (line 1231) | def open(self, host = None, port = None): method read (line 1247) | def read(self, size): method readline (line 1252) | def readline(self): method send (line 1257) | def send(self, data): method shutdown (line 1263) | def shutdown(self): class _Authenticator (line 1271) | class _Authenticator: method __init__ (line 1277) | def __init__(self, mechinst): method process (line 1280) | def process(self, data): method encode (line 1286) | def encode(self, inp): method decode (line 1310) | def decode(self, inp): function Internaldate2tuple (line 1320) | def Internaldate2tuple(resp): function Int2AP (line 1355) | def Int2AP(num): function ParseFlags (line 1368) | def ParseFlags(resp): function Time2Internaldate (line 1379) | def Time2Internaldate(date_time): function run (line 1467) | def run(cmd, args): FILE: tests/pythons/win32-py32/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 37) | def test_jpeg(h, f): function test_png (line 44) | def test_png(h, f): function test_gif (line 50) | def test_gif(h, f): function test_tiff (line 57) | def test_tiff(h, f): function test_rgb (line 64) | def test_rgb(h, f): function test_pbm (line 71) | def test_pbm(h, f): function test_pgm (line 79) | def test_pgm(h, f): function test_ppm (line 87) | def test_ppm(h, f): function test_rast (line 95) | def test_rast(h, f): function test_xbm (line 102) | def test_xbm(h, f): function test_bmp (line 109) | def test_bmp(h, f): function test (line 119) | def test(): function testall (line 134) | def testall(list, recursive, toplevel): FILE: tests/pythons/win32-py32/Lib/importlib/__init__.py function _case_ok (line 31) | def _case_ok(directory, check): function _w_long (line 44) | def _w_long(x): function _r_long (line 59) | def _r_long(int_bytes): function import_module (line 108) | def import_module(name, package=None): FILE: tests/pythons/win32-py32/Lib/importlib/_bootstrap.py function _path_join (line 22) | def _path_join(*args): function _path_exists (line 28) | def _path_exists(path): function _path_is_mode_type (line 38) | def _path_is_mode_type(path, mode): function _path_isfile (line 48) | def _path_isfile(path): function _path_isdir (line 54) | def _path_isdir(path): function _path_without_ext (line 61) | def _path_without_ext(path, ext_type): function _path_absolute (line 70) | def _path_absolute(path): function _wrap (line 83) | def _wrap(new, old): function set_package (line 94) | def set_package(fxn): function set_loader (line 107) | def set_loader(fxn): function module_for_loader (line 118) | def module_for_loader(fxn): function _check_name (line 150) | def _check_name(method): function _requires_builtin (line 166) | def _requires_builtin(fxn): function _requires_frozen (line 176) | def _requires_frozen(fxn): function _suffix_list (line 186) | def _suffix_list(suffix_type): class BuiltinImporter (line 194) | class BuiltinImporter: method find_module (line 204) | def find_module(cls, fullname, path=None): method load_module (line 218) | def load_module(cls, fullname): method get_code (line 230) | def get_code(cls, fullname): method get_source (line 236) | def get_source(cls, fullname): method is_package (line 242) | def is_package(cls, fullname): class FrozenImporter (line 247) | class FrozenImporter: method find_module (line 257) | def find_module(cls, fullname, path=None): method load_module (line 265) | def load_module(cls, fullname): method get_code (line 277) | def get_code(cls, fullname): method get_source (line 283) | def get_source(cls, fullname): method is_package (line 289) | def is_package(cls, fullname): class _LoaderBasics (line 294) | class _LoaderBasics: method is_package (line 299) | def is_package(self, fullname): method _bytes_from_bytecode (line 305) | def _bytes_from_bytecode(self, fullname, data, source_mtime): method _load_module (line 326) | def _load_module(self, module, *, sourceless=False): class SourceLoader (line 346) | class SourceLoader(_LoaderBasics): method path_mtime (line 348) | def path_mtime(self, path): method set_data (line 357) | def set_data(self, path, data): method get_source (line 366) | def get_source(self, fullname): method get_code (line 378) | def get_code(self, fullname): method load_module (line 428) | def load_module(self, fullname): class _FileLoader (line 439) | class _FileLoader: method __init__ (line 444) | def __init__(self, fullname, path): method get_filename (line 451) | def get_filename(self, fullname): method get_data (line 455) | def get_data(self, path): class _SourceFileLoader (line 461) | class _SourceFileLoader(_FileLoader, SourceLoader): method path_mtime (line 465) | def path_mtime(self, path): method set_data (line 469) | def set_data(self, path, data): class _SourcelessFileLoader (line 506) | class _SourcelessFileLoader(_FileLoader, _LoaderBasics): method load_module (line 510) | def load_module(self, fullname): method get_code (line 513) | def get_code(self, fullname): method get_source (line 523) | def get_source(self, fullname): class _ExtensionFileLoader (line 528) | class _ExtensionFileLoader: method __init__ (line 536) | def __init__(self, name, path): method load_module (line 549) | def load_module(self, fullname): method is_package (line 560) | def is_package(self, fullname): method get_code (line 565) | def get_code(self, fullname): method get_source (line 570) | def get_source(self, fullname): class PathFinder (line 577) | class PathFinder: method _path_hooks (line 582) | def _path_hooks(cls, path, hooks=None): method _path_importer_cache (line 599) | def _path_importer_cache(cls, path, default=None): method find_module (line 624) | def find_module(cls, fullname, path=None): class _FileFinder (line 642) | class _FileFinder: method __init__ (line 651) | def __init__(self, path, *details): method find_module (line 664) | def find_module(self, fullname): class _SourceFinderDetails (line 685) | class _SourceFinderDetails: method __init__ (line 690) | def __init__(self): class _SourcelessFinderDetails (line 693) | class _SourcelessFinderDetails: method __init__ (line 698) | def __init__(self): class _ExtensionFinderDetails (line 702) | class _ExtensionFinderDetails: method __init__ (line 707) | def __init__(self): function _file_path_hook (line 713) | def _file_path_hook(path): class _DefaultPathFinder (line 725) | class _DefaultPathFinder(PathFinder): method _path_hooks (line 731) | def _path_hooks(cls, path): method _path_importer_cache (line 740) | def _path_importer_cache(cls, path): class _ImportLockContext (line 746) | class _ImportLockContext: method __enter__ (line 750) | def __enter__(self): method __exit__ (line 754) | def __exit__(self, exc_type, exc_value, exc_traceback): function _gcd_import (line 763) | def _gcd_import(name, package=None, level=0): function __import__ (line 843) | def __import__(name, globals={}, locals={}, fromlist=[], level=0): FILE: tests/pythons/win32-py32/Lib/importlib/abc.py class Loader (line 16) | class Loader(metaclass=abc.ABCMeta): method load_module (line 21) | def load_module(self, fullname): class Finder (line 27) | class Finder(metaclass=abc.ABCMeta): method find_module (line 32) | def find_module(self, fullname, path=None): class ResourceLoader (line 44) | class ResourceLoader(Loader): method get_data (line 54) | def get_data(self, path): class InspectLoader (line 60) | class InspectLoader(Loader): method is_package (line 70) | def is_package(self, fullname): method get_code (line 76) | def get_code(self, fullname): method get_source (line 82) | def get_source(self, fullname): class ExecutionLoader (line 91) | class ExecutionLoader(InspectLoader): method get_filename (line 101) | def get_filename(self, fullname): class SourceLoader (line 107) | class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoa... method path_mtime (line 124) | def path_mtime(self, path): method set_data (line 128) | def set_data(self, path, data): class PyLoader (line 141) | class PyLoader(SourceLoader): method is_package (line 175) | def is_package(self, fullname): method source_path (line 179) | def source_path(self, fullname): method get_filename (line 184) | def get_filename(self, fullname): class PyPycLoader (line 206) | class PyPycLoader(PyLoader): method get_filename (line 220) | def get_filename(self, fullname): method get_code (line 231) | def get_code(self, fullname): method source_mtime (line 288) | def source_mtime(self, fullname): method bytecode_path (line 294) | def bytecode_path(self, fullname): method write_bytecode (line 300) | def write_bytecode(self, fullname, bytecode): FILE: tests/pythons/win32-py32/Lib/importlib/test/builtin/__init__.py function test_suite (line 5) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/importlib/test/builtin/test_finder.py class FinderTests (line 9) | class FinderTests(abc.FinderTests): method test_module (line 13) | def test_module(self): method test_package (line 19) | def test_package(self): method test_module_in_package (line 23) | def test_module_in_package(self): method test_package_in_package (line 27) | def test_package_in_package(self): method test_package_over_module (line 31) | def test_package_over_module(self): method test_failure (line 35) | def test_failure(self): method test_ignore_path (line 40) | def test_ignore_path(self): function test_main (line 49) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/builtin/test_loader.py class LoaderTests (line 12) | class LoaderTests(abc.LoaderTests): method verify (line 19) | def verify(self, module): method test_module (line 29) | def test_module(self): method test_package (line 35) | def test_package(self): method test_lacking_parent (line 39) | def test_lacking_parent(self): method test_state_after_failure (line 43) | def test_state_after_failure(self): method test_module_reuse (line 47) | def test_module_reuse(self): method test_unloadable (line 54) | def test_unloadable(self): method test_already_imported (line 60) | def test_already_imported(self): class InspectLoaderTests (line 68) | class InspectLoaderTests(unittest.TestCase): method test_get_code (line 72) | def test_get_code(self): method test_get_source (line 77) | def test_get_source(self): method test_is_package (line 82) | def test_is_package(self): method test_not_builtin (line 87) | def test_not_builtin(self): function test_main (line 96) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/extension/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/importlib/test/extension/test_case_sensitivity.py class ExtensionModuleCaseSensitivityTest (line 10) | class ExtensionModuleCaseSensitivityTest(unittest.TestCase): method find_module (line 12) | def find_module(self): method test_case_sensitive (line 20) | def test_case_sensitive(self): method test_case_insensitivity (line 26) | def test_case_insensitivity(self): function test_main (line 35) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/extension/test_finder.py class FinderTests (line 7) | class FinderTests(abc.FinderTests): method find_module (line 11) | def find_module(self, fullname): method test_module (line 16) | def test_module(self): method test_package (line 19) | def test_package(self): method test_module_in_package (line 23) | def test_module_in_package(self): method test_package_in_package (line 27) | def test_package_in_package(self): method test_package_over_module (line 31) | def test_package_over_module(self): method test_failure (line 35) | def test_failure(self): function test_main (line 41) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/extension/test_loader.py class LoaderTests (line 10) | class LoaderTests(abc.LoaderTests): method load_module (line 14) | def load_module(self, fullname): method test_module (line 19) | def test_module(self): method test_package (line 30) | def test_package(self): method test_lacking_parent (line 34) | def test_lacking_parent(self): method test_module_reuse (line 38) | def test_module_reuse(self): method test_state_after_failure (line 44) | def test_state_after_failure(self): method test_unloadable (line 48) | def test_unloadable(self): function test_main (line 53) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/extension/test_path_hook.py class PathHookTests (line 10) | class PathHookTests(unittest.TestCase): method hook (line 16) | def hook(self, entry): method test_success (line 19) | def test_success(self): function test_main (line 25) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/frozen/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/importlib/test/frozen/test_finder.py class FinderTests (line 7) | class FinderTests(abc.FinderTests): method find (line 11) | def find(self, name, path=None): method test_module (line 15) | def test_module(self): method test_package (line 20) | def test_package(self): method test_module_in_package (line 24) | def test_module_in_package(self): method test_package_in_package (line 28) | def test_package_in_package(self): method test_package_over_module (line 32) | def test_package_over_module(self): method test_failure (line 36) | def test_failure(self): function test_main (line 41) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/frozen/test_loader.py class LoaderTests (line 8) | class LoaderTests(abc.LoaderTests): method test_module (line 10) | def test_module(self): method test_package (line 19) | def test_package(self): method test_lacking_parent (line 32) | def test_lacking_parent(self): method test_module_reuse (line 46) | def test_module_reuse(self): method test_state_after_failure (line 54) | def test_state_after_failure(self): method test_unloadable (line 58) | def test_unloadable(self): class InspectLoaderTests (line 64) | class InspectLoaderTests(unittest.TestCase): method test_get_code (line 68) | def test_get_code(self): method test_get_source (line 78) | def test_get_source(self): method test_is_package (line 83) | def test_is_package(self): method test_failure (line 91) | def test_failure(self): function test_main (line 99) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test___package__.py class Using__package__ (line 12) | class Using__package__(unittest.TestCase): method test_using___package__ (line 37) | def test_using___package__(self): method test_using___name__ (line 47) | def test_using___name__(self, package_as_None=False): method test_None_as___package__ (line 59) | def test_None_as___package__(self): method test_bad__package__ (line 63) | def test_bad__package__(self): method test_bunk__package__ (line 68) | def test_bunk__package__(self): class Setting__package__ (line 75) | class Setting__package__(unittest.TestCase): method test_top_level (line 88) | def test_top_level(self): method test_package (line 96) | def test_package(self): method test_submodule (line 104) | def test_submodule(self): function test_main (line 113) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_api.py class APITest (line 5) | class APITest(unittest.TestCase): method test_name_requires_rparition (line 10) | def test_name_requires_rparition(self): function test_main (line 16) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_caching.py class UseCache (line 9) | class UseCache(unittest.TestCase): method test_using_cache (line 24) | def test_using_cache(self): method test_None_in_cache (line 32) | def test_None_in_cache(self): method create_mock (line 40) | def create_mock(self, *names, return_=None): method test_using_cache_after_loader (line 52) | def test_using_cache_after_loader(self): method test_using_cache_for_assigning_to_attribute (line 61) | def test_using_cache_for_assigning_to_attribute(self): method test_using_cache_for_fromlist (line 71) | def test_using_cache_for_fromlist(self): function test_main (line 81) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_fromlist.py class ReturnValue (line 6) | class ReturnValue(unittest.TestCase): method test_return_from_import (line 17) | def test_return_from_import(self): method test_return_from_from_import (line 24) | def test_return_from_from_import(self): class HandlingFromlist (line 32) | class HandlingFromlist(unittest.TestCase): method test_object (line 49) | def test_object(self): method test_unexistent_object (line 56) | def test_unexistent_object(self): method test_module_from_package (line 64) | def test_module_from_package(self): method test_no_module_from_package (line 73) | def test_no_module_from_package(self): method test_empty_string (line 81) | def test_empty_string(self): method basic_star_test (line 87) | def basic_star_test(self, fromlist=['*']): method test_using_star (line 97) | def test_using_star(self): method test_fromlist_as_tuple (line 101) | def test_fromlist_as_tuple(self): method test_star_with_others (line 104) | def test_star_with_others(self): function test_main (line 118) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_meta_path.py class CallingOrder (line 7) | class CallingOrder(unittest.TestCase): method test_first_called (line 15) | def test_first_called(self): method test_continuing (line 26) | def test_continuing(self): class CallSignature (line 37) | class CallSignature(unittest.TestCase): method log (line 43) | def log(self, fxn): method test_no_path (line 51) | def test_no_path(self): method test_with_path (line 69) | def test_with_path(self): function test_main (line 91) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_packages.py class ParentModuleTests (line 8) | class ParentModuleTests(unittest.TestCase): method test_import_parent (line 12) | def test_import_parent(self): method test_bad_parent (line 18) | def test_bad_parent(self): method test_module_not_package (line 24) | def test_module_not_package(self): function test_main (line 31) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_path.py class FinderTests (line 14) | class FinderTests(unittest.TestCase): method test_failure (line 18) | def test_failure(self): method test_sys_path (line 24) | def test_sys_path(self): method test_path (line 35) | def test_path(self): method test_path_hooks (line 45) | def test_path_hooks(self): method test_path_importer_cache_has_None (line 58) | def test_path_importer_cache_has_None(self): method test_path_importer_cache_has_None_continues (line 65) | def test_path_importer_cache_has_None_continues(self): class DefaultPathFinderTests (line 78) | class DefaultPathFinderTests(unittest.TestCase): method test_implicit_hooks (line 82) | def test_implicit_hooks(self): method test_path_importer_cache_has_None (line 107) | def test_path_importer_cache_has_None(self): function test_main (line 126) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/test_relative_imports.py class RelativeImports (line 7) | class RelativeImports(unittest.TestCase): method relative_import_test (line 59) | def relative_import_test(self, create, globals_, callback): method test_module_from_module (line 74) | def test_module_from_module(self): method test_attr_from_module (line 86) | def test_attr_from_module(self): method test_package_to_module (line 98) | def test_package_to_module(self): method test_module_to_package (line 112) | def test_module_to_package(self): method test_package_to_package (line 122) | def test_package_to_package(self): method test_deep_import (line 135) | def test_deep_import(self): method test_too_high_from_package (line 150) | def test_too_high_from_package(self): method test_too_high_from_module (line 162) | def test_too_high_from_module(self): method test_empty_name_w_level_0 (line 173) | def test_empty_name_w_level_0(self): method test_import_from_different_package (line 178) | def test_import_from_different_package(self): function test_main (line 198) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/import_/util.py function import_ (line 10) | def import_(*args, **kwargs): function importlib_only (line 18) | def importlib_only(fxn): function mock_path_hook (line 23) | def mock_path_hook(*entries, importer): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_abc_loader.py class SourceOnlyLoaderMock (line 19) | class SourceOnlyLoaderMock(abc.SourceLoader): method __init__ (line 25) | def __init__(self, path): method get_data (line 28) | def get_data(self, path): method get_filename (line 32) | def get_filename(self, fullname): class SourceLoaderMock (line 36) | class SourceLoaderMock(SourceOnlyLoaderMock): method __init__ (line 40) | def __init__(self, path, magic=imp.get_magic()): method get_data (line 51) | def get_data(self, path): method path_mtime (line 59) | def path_mtime(self, path): method set_data (line 63) | def set_data(self, path, data): class PyLoaderMock (line 68) | class PyLoaderMock(abc.PyLoader): method __init__ (line 74) | def __init__(self, data): method get_data (line 84) | def get_data(self, path): method is_package (line 89) | def is_package(self, name): method source_path (line 93) | def source_path(self, name): method get_filename (line 99) | def get_filename(self, name): class PyLoaderCompatMock (line 109) | class PyLoaderCompatMock(PyLoaderMock): method get_filename (line 114) | def get_filename(self, fullname): method source_path (line 120) | def source_path(self, fullname): class PyPycLoaderMock (line 127) | class PyPycLoaderMock(abc.PyPycLoader, PyLoaderMock): method __init__ (line 131) | def __init__(self, source, bc={}): method compile_bc (line 155) | def compile_bc(self, name): method source_mtime (line 160) | def source_mtime(self, name): method bytecode_path (line 168) | def bytecode_path(self, name): method write_bytecode (line 177) | def write_bytecode(self, name, bytecode): method get_data (line 181) | def get_data(self, path): method is_package (line 190) | def is_package(self, name): method get_code (line 196) | def get_code(self, name): class PyLoaderTests (line 204) | class PyLoaderTests(testing_abc.LoaderTests): method eq_attrs (line 210) | def eq_attrs(self, ob, **kwargs): method test_module (line 216) | def test_module(self): method test_package (line 228) | def test_package(self): method test_lacking_parent (line 240) | def test_lacking_parent(self): method test_module_reuse (line 252) | def test_module_reuse(self): method test_state_after_failure (line 264) | def test_state_after_failure(self): method test_unloadable (line 278) | def test_unloadable(self): class PyLoaderCompatTests (line 289) | class PyLoaderCompatTests(PyLoaderTests): class PyLoaderInterfaceTests (line 297) | class PyLoaderInterfaceTests(unittest.TestCase): method test_no_source_path (line 302) | def test_no_source_path(self): method test_source_path_is_None (line 309) | def test_source_path_is_None(self): method test_get_filename_with_source_path (line 315) | def test_get_filename_with_source_path(self): method test_get_filename_no_source_path (line 323) | def test_get_filename_no_source_path(self): class PyPycLoaderTests (line 331) | class PyPycLoaderTests(PyLoaderTests): method verify_bytecode (line 338) | def verify_bytecode(self, mock, name): method test_module (line 348) | def test_module(self): method test_package (line 352) | def test_package(self): method test_lacking_parent (line 356) | def test_lacking_parent(self): method test_module_reuse (line 360) | def test_module_reuse(self): method test_state_after_failure (line 364) | def test_state_after_failure(self): method test_unloadable (line 367) | def test_unloadable(self): class PyPycLoaderInterfaceTests (line 371) | class PyPycLoaderInterfaceTests(unittest.TestCase): method get_filename_check (line 375) | def get_filename_check(self, src_path, bc_path, expect): method test_filename_with_source_bc (line 383) | def test_filename_with_source_bc(self): method test_filename_with_source_no_bc (line 387) | def test_filename_with_source_no_bc(self): method test_filename_with_no_source_bc (line 391) | def test_filename_with_no_source_bc(self): method test_filename_with_no_source_or_bc (line 395) | def test_filename_with_no_source_or_bc(self): class SkipWritingBytecodeTests (line 403) | class SkipWritingBytecodeTests(unittest.TestCase): method run_test (line 409) | def run_test(self, dont_write_bytecode): method test_no_bytecode_written (line 418) | def test_no_bytecode_written(self): method test_bytecode_written (line 421) | def test_bytecode_written(self): class RegeneratedBytecodeTests (line 425) | class RegeneratedBytecodeTests(unittest.TestCase): method test_different_magic (line 430) | def test_different_magic(self): method test_old_mtime (line 446) | def test_old_mtime(self): class BadBytecodeFailureTests (line 459) | class BadBytecodeFailureTests(unittest.TestCase): method test_bad_magic (line 464) | def test_bad_magic(self): method test_no_bytecode (line 475) | def test_no_bytecode(self): method test_bad_bytecode (line 483) | def test_bad_bytecode(self): function raise_ImportError (line 492) | def raise_ImportError(*args, **kwargs): class MissingPathsTests (line 495) | class MissingPathsTests(unittest.TestCase): method test_source_path_None (line 500) | def test_source_path_None(self): method test_all_paths_None (line 513) | def test_all_paths_None(self): method test_source_path_ImportError (line 520) | def test_source_path_ImportError(self): method test_bytecode_path_ImportError (line 528) | def test_bytecode_path_ImportError(self): class SourceLoaderTestHarness (line 538) | class SourceLoaderTestHarness(unittest.TestCase): method setUp (line 540) | def setUp(self, *, is_package=True, **kwargs): method verify_module (line 552) | def verify_module(self, module): method verify_code (line 565) | def verify_code(self, code_object): class SourceOnlyLoaderTests (line 576) | class SourceOnlyLoaderTests(SourceLoaderTestHarness): method test_get_source (line 587) | def test_get_source(self): method test_is_package (line 598) | def test_is_package(self): method test_get_code (line 605) | def test_get_code(self): method test_load_module (line 610) | def test_load_module(self): method test_package_settings (line 620) | def test_package_settings(self): method test_get_source_encoding (line 630) | def test_get_source_encoding(self): class SourceLoaderBytecodeTests (line 644) | class SourceLoaderBytecodeTests(SourceLoaderTestHarness): method verify_code (line 654) | def verify_code(self, code_object, *, bytecode_written=False): method test_code_with_everything (line 663) | def test_code_with_everything(self): method test_no_bytecode (line 668) | def test_no_bytecode(self): method test_code_bad_timestamp (line 678) | def test_code_bad_timestamp(self): method test_code_bad_magic (line 690) | def test_code_bad_magic(self): method test_dont_write_bytecode (line 698) | def test_dont_write_bytecode(self): method test_no_set_data (line 709) | def test_no_set_data(self): method test_set_data_raises_exceptions (line 720) | def test_set_data_raises_exceptions(self): class SourceLoaderGetSourceTests (line 733) | class SourceLoaderGetSourceTests(unittest.TestCase): method test_default_encoding (line 737) | def test_default_encoding(self): method test_decoded_source (line 746) | def test_decoded_source(self): method test_universal_newlines (line 756) | def test_universal_newlines(self): class AbstractMethodImplTests (line 765) | class AbstractMethodImplTests(unittest.TestCase): class Loader (line 769) | class Loader(abc.Loader): method load_module (line 770) | def load_module(self, fullname): class Finder (line 773) | class Finder(abc.Finder): method find_module (line 774) | def find_module(self, _): class ResourceLoader (line 777) | class ResourceLoader(Loader, abc.ResourceLoader): method get_data (line 778) | def get_data(self, _): class InspectLoader (line 781) | class InspectLoader(Loader, abc.InspectLoader): method is_package (line 782) | def is_package(self, _): method get_code (line 785) | def get_code(self, _): method get_source (line 788) | def get_source(self, _): class ExecutionLoader (line 791) | class ExecutionLoader(InspectLoader, abc.ExecutionLoader): method get_filename (line 792) | def get_filename(self, _): class SourceLoader (line 795) | class SourceLoader(ResourceLoader, ExecutionLoader, abc.SourceLoader): class PyLoader (line 798) | class PyLoader(ResourceLoader, InspectLoader, abc.PyLoader): method source_path (line 799) | def source_path(self, _): class PyPycLoader (line 802) | class PyPycLoader(PyLoader, abc.PyPycLoader): method bytecode_path (line 803) | def bytecode_path(self, _): method source_mtime (line 806) | def source_mtime(self, _): method write_bytecode (line 809) | def write_bytecode(self, _, _2): method raises_NotImplementedError (line 812) | def raises_NotImplementedError(self, ins, *args): method test_Loader (line 825) | def test_Loader(self): method test_Finder (line 829) | def test_Finder(self): method test_ResourceLoader (line 832) | def test_ResourceLoader(self): method test_InspectLoader (line 836) | def test_InspectLoader(self): method test_ExecutionLoader (line 840) | def test_ExecutionLoader(self): method test_SourceLoader (line 845) | def test_SourceLoader(self): method test_PyLoader (line 852) | def test_PyLoader(self): method test_PyPycLoader (line 856) | def test_PyPycLoader(self): function test_main (line 862) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_case_sensitivity.py class CaseSensitivityTest (line 12) | class CaseSensitivityTest(unittest.TestCase): method find (line 21) | def find(self, path): method sensitivity_test (line 27) | def sensitivity_test(self): method test_sensitive (line 37) | def test_sensitive(self): method test_insensitive (line 45) | def test_insensitive(self): function test_main (line 55) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_file_loader.py class SimpleTest (line 20) | class SimpleTest(unittest.TestCase): method test_module (line 28) | def test_module(self): method test_package (line 38) | def test_package(self): method test_lacking_parent (line 51) | def test_lacking_parent(self): method fake_mtime (line 62) | def fake_mtime(self, fxn): method test_module_reuse (line 66) | def test_module_reuse(self): method test_state_after_failure (line 87) | def test_state_after_failure(self): method test_bad_syntax (line 105) | def test_bad_syntax(self): method test_file_from_empty_string_dir (line 114) | def test_file_from_empty_string_dir(self): method test_timestamp_overflow (line 133) | def test_timestamp_overflow(self): class BadBytecodeTest (line 158) | class BadBytecodeTest(unittest.TestCase): method import_ (line 160) | def import_(self, file, module_name): method manipulate_bytecode (line 165) | def manipulate_bytecode(self, name, mapping, manipulator, *, method _test_empty_file (line 188) | def _test_empty_file(self, test, *, del_source=False): method _test_partial_magic (line 196) | def _test_partial_magic(self, test, *, del_source=False): method _test_magic_only (line 205) | def _test_magic_only(self, test, *, del_source=False): method _test_partial_timestamp (line 212) | def _test_partial_timestamp(self, test, *, del_source=False): method _test_no_marshal (line 219) | def _test_no_marshal(self, *, del_source=False): method _test_non_code_marshal (line 228) | def _test_non_code_marshal(self, *, del_source=False): method _test_bad_marshal (line 237) | def _test_bad_marshal(self, *, del_source=False): method _test_bad_magic (line 246) | def _test_bad_magic(self, test, *, del_source=False): class SourceLoaderBadBytecodeTest (line 253) | class SourceLoaderBadBytecodeTest(BadBytecodeTest): method test_empty_file (line 258) | def test_empty_file(self): method test_partial_magic (line 268) | def test_partial_magic(self): method test_magic_only (line 277) | def test_magic_only(self): method test_bad_magic (line 288) | def test_bad_magic(self): method test_partial_timestamp (line 299) | def test_partial_timestamp(self): method test_no_marshal (line 310) | def test_no_marshal(self): method test_non_code_marshal (line 315) | def test_non_code_marshal(self): method test_bad_marshal (line 321) | def test_bad_marshal(self): method test_old_timestamp (line 327) | def test_old_timestamp(self): method test_read_only_bytecode (line 346) | def test_read_only_bytecode(self): class SourcelessLoaderBadBytecodeTest (line 366) | class SourcelessLoaderBadBytecodeTest(BadBytecodeTest): method test_empty_file (line 370) | def test_empty_file(self): method test_partial_magic (line 377) | def test_partial_magic(self): method test_magic_only (line 383) | def test_magic_only(self): method test_bad_magic (line 390) | def test_bad_magic(self): method test_partial_timestamp (line 397) | def test_partial_timestamp(self): method test_no_marshal (line 404) | def test_no_marshal(self): method test_non_code_marshal (line 407) | def test_non_code_marshal(self): function test_main (line 411) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_finder.py class FinderTests (line 12) | class FinderTests(abc.FinderTests): method import_ (line 36) | def import_(self, root, module): method run_test (line 42) | def run_test(self, test, create=None, *, compile_=None, unlink=None): method test_module (line 71) | def test_module(self): method test_package (line 81) | def test_package(self): method test_module_in_package (line 91) | def test_module_in_package(self): method test_package_in_package (line 98) | def test_package_in_package(self): method test_empty_sub_directory (line 106) | def test_empty_sub_directory(self): method test_package_over_module (line 117) | def test_package_over_module(self): method test_failure (line 123) | def test_failure(self): method test_empty_dir (line 129) | def test_empty_dir(self): method test_empty_string_for_dir (line 135) | def test_empty_string_for_dir(self): function test_main (line 147) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_path_hook.py class PathHookTest (line 6) | class PathHookTest(unittest.TestCase): method test_success (line 10) | def test_success(self): method test_empty_string (line 15) | def test_empty_string(self): function test_main (line 20) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/test_source_encoding.py class EncodingTest (line 16) | class EncodingTest(unittest.TestCase): method run_test (line 34) | def run_test(self, source): method create_source (line 42) | def create_source(self, encoding): method test_non_obvious_encoding (line 49) | def test_non_obvious_encoding(self): method test_default_encoding (line 58) | def test_default_encoding(self): method test_encoding_on_first_line (line 62) | def test_encoding_on_first_line(self): method test_encoding_on_second_line (line 68) | def test_encoding_on_second_line(self): method test_bom (line 73) | def test_bom(self): method test_bom_and_utf_8 (line 77) | def test_bom_and_utf_8(self): method test_bom_conflict (line 82) | def test_bom_conflict(self): class LineEndingTest (line 88) | class LineEndingTest(unittest.TestCase): method run_test (line 93) | def run_test(self, line_ending): method test_cr (line 105) | def test_cr(self): method test_crlf (line 109) | def test_crlf(self): method test_lf (line 113) | def test_lf(self): function test_main (line 117) | def test_main(): FILE: tests/pythons/win32-py32/Lib/importlib/test/source/util.py function writes_bytecode_files (line 13) | def writes_bytecode_files(fxn): function ensure_bytecode_path (line 30) | def ensure_bytecode_path(bytecode_path): function create_modules (line 43) | def create_modules(*names): FILE: tests/pythons/win32-py32/Lib/inspect.py function ismodule (line 62) | def ismodule(object): function isclass (line 71) | def isclass(object): function ismethod (line 79) | def ismethod(object): function ismethoddescriptor (line 89) | def ismethoddescriptor(object): function isdatadescriptor (line 109) | def isdatadescriptor(object): function ismemberdescriptor (line 125) | def ismemberdescriptor(object): function ismemberdescriptor (line 133) | def ismemberdescriptor(object): function isgetsetdescriptor (line 142) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 150) | def isgetsetdescriptor(object): function isfunction (line 157) | def isfunction(object): function isgeneratorfunction (line 170) | def isgeneratorfunction(object): function isgenerator (line 179) | def isgenerator(object): function istraceback (line 196) | def istraceback(object): function isframe (line 206) | def isframe(object): function iscode (line 220) | def iscode(object): function isbuiltin (line 238) | def isbuiltin(object): function isroutine (line 247) | def isroutine(object): function isabstract (line 254) | def isabstract(object): function getmembers (line 258) | def getmembers(object, predicate=None): function classify_class_attrs (line 285) | def classify_class_attrs(cls): function getmro (line 355) | def getmro(cls): function indentsize (line 360) | def indentsize(line): function getdoc (line 365) | def getdoc(object): function cleandoc (line 379) | def cleandoc(doc): function getfile (line 408) | def getfile(object): function getmoduleinfo (line 434) | def getmoduleinfo(path): function getmodulename (line 444) | def getmodulename(path): function getsourcefile (line 449) | def getsourcefile(object): function getabsfile (line 469) | def getabsfile(object, _filename=None): function getmodule (line 481) | def getmodule(object, _filename=None): function findsource (line 527) | def findsource(object): function getcomments (line 594) | def getcomments(object): class EndOfBlock (line 639) | class EndOfBlock(Exception): pass class BlockFinder (line 641) | class BlockFinder: method __init__ (line 643) | def __init__(self): method tokeneater (line 650) | def tokeneater(self, type, token, srowcol, erowcol, line): function getblock (line 680) | def getblock(lines): function getsourcelines (line 691) | def getsourcelines(object): function getsource (line 704) | def getsource(object): function walktree (line 714) | def walktree(classes, children, parent): function getclasstree (line 724) | def getclasstree(classes, unique=False): function getargs (line 752) | def getargs(co): function _getfullargs (line 762) | def _getfullargs(co): function getargspec (line 792) | def getargspec(func): function getfullargspec (line 816) | def getfullargspec(func): function getargvalues (line 841) | def getargvalues(frame): function formatannotation (line 851) | def formatannotation(annotation, base_module=None): function formatannotationrelativeto (line 858) | def formatannotationrelativeto(object): function formatargspec (line 864) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 911) | def formatargvalues(args, varargs, varkw, locals, function getcallargs (line 934) | def getcallargs(func, *positional, **named): function getframeinfo (line 1009) | def getframeinfo(frame, context=1): function getlineno (line 1042) | def getlineno(frame): function getouterframes (line 1047) | def getouterframes(frame, context=1): function getinnerframes (line 1058) | def getinnerframes(tb, context=1): function currentframe (line 1069) | def currentframe(): function stack (line 1073) | def stack(context=1): function trace (line 1077) | def trace(context=1): function _static_getmro (line 1086) | def _static_getmro(klass): function _check_instance (line 1089) | def _check_instance(obj, attr): function _check_class (line 1098) | def _check_class(klass, attr): function _is_type (line 1107) | def _is_type(obj): function _shadowed_dict (line 1114) | def _shadowed_dict(klass): function getattr_static (line 1128) | def getattr_static(obj, attr, default=_sentinel): function getgeneratorstate (line 1179) | def getgeneratorstate(generator): FILE: tests/pythons/win32-py32/Lib/io.py class IOBase (line 69) | class IOBase(_io._IOBase, metaclass=abc.ABCMeta): class RawIOBase (line 72) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 75) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 78) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win32-py32/Lib/json/__init__.py function dump (line 123) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 187) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 249) | def load(fp, cls=None, object_hook=None, parse_float=None, function loads (line 277) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win32-py32/Lib/json/decoder.py function _floatconstants (line 18) | def _floatconstants(): function linecol (line 28) | def linecol(doc, pos): function errmsg (line 41) | def errmsg(msg, doc, pos, end=None): function py_scanstring (line 69) | def py_scanstring(s, end, strict=True, function JSONObject (line 149) | def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_h... function JSONArray (line 230) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 267) | class JSONDecoder(object): method __init__ (line 297) | def __init__(self, object_hook=None, parse_float=None, method decode (line 348) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 359) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win32-py32/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 67) | class JSONEncoder(object): method __init__ (line 98) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 154) | def default(self, o): method encode (line 175) | def encode(self, o): method iterencode (line 196) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 251) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win32-py32/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win32-py32/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win32-py32/Lib/keyword.py function main (line 55) | def main(): FILE: tests/pythons/win32-py32/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win32-py32/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 49) | def __init__(self, options, log): method compile_pattern (line 61) | def compile_pattern(self): method set_filename (line 72) | def set_filename(self, filename): method match (line 80) | def match(self, node): method transform (line 92) | def transform(self, node, results): method new_name (line 108) | def new_name(self, template="xxx_todo_changeme"): method log_message (line 119) | def log_message(self, message): method cannot_convert (line 125) | def cannot_convert(self, node, reason=None): method warning (line 140) | def warning(self, node, reason): method start_tree (line 150) | def start_tree(self, tree, filename): method finish_tree (line 162) | def finish_tree(self, tree, filename): class ConditionalFix (line 172) | class ConditionalFix(BaseFix): method start_tree (line 178) | def start_tree(self, *args): method should_skip (line 182) | def should_skip(self, node): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_operator.py function invocation (line 19) | def invocation(s): class FixOperator (line 26) | class FixOperator(fixer_base.BaseFix): method transform (line 43) | def transform(self, node, results): method _sequenceIncludes (line 49) | def _sequenceIncludes(self, node, results): method _isCallable (line 53) | def _isCallable(self, node, results): method _repeat (line 59) | def _repeat(self, node, results): method _irepeat (line 63) | def _irepeat(self, node, results): method _isSequenceType (line 67) | def _isSequenceType(self, node, results): method _isMappingType (line 71) | def _isMappingType(self, node, results): method _isNumberType (line 75) | def _isNumberType(self, node, results): method _handle_rename (line 78) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 83) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 89) | def _check_method(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 12) | class FixUnicode(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 129) | def warn(msg): function main (line 133) | def main(fixer_pkg, args=None): FILE: tests/pythons/win32-py32/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win32-py32/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, xxx_todo_changeme, xxx_todo_changeme1, line)... function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 241) | def _get_normal_name(orig_enc): function detect_encoding (line 252) | def detect_encoding(readline): function untokenize (line 324) | def untokenize(iterable): function generate_tokens (line 345) | def generate_tokens(readline): FILE: tests/pythons/win32-py32/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win32-py32/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method set_prefix (line 112) | def set_prefix(self, prefix): method get_prefix (line 122) | def get_prefix(self): method replace (line 132) | def replace(self, new): method get_lineno (line 155) | def get_lineno(self): method changed (line 164) | def changed(self): method remove (line 169) | def remove(self): method next_sibling (line 183) | def next_sibling(self): method prev_sibling (line 200) | def prev_sibling(self): method leaves (line 215) | def leaves(self): method depth (line 220) | def depth(self): method get_suffix (line 225) | def get_suffix(self): method __str__ (line 236) | def __str__(self): class Node (line 239) | class Node(Base): method __init__ (line 243) | def __init__(self,type, children, method __repr__ (line 268) | def __repr__(self): method __unicode__ (line 274) | def __unicode__(self): method _eq (line 285) | def _eq(self, other): method clone (line 289) | def clone(self): method post_order (line 294) | def post_order(self): method pre_order (line 301) | def pre_order(self): method _prefix_getter (line 308) | def _prefix_getter(self): method _prefix_setter (line 316) | def _prefix_setter(self, prefix): method set_child (line 322) | def set_child(self, i, child): method insert_child (line 332) | def insert_child(self, i, child): method append_child (line 341) | def append_child(self, child): class Leaf (line 351) | class Leaf(Base): method __init__ (line 360) | def __init__(self, type, value, method __repr__ (line 379) | def __repr__(self): method __unicode__ (line 385) | def __unicode__(self): method _eq (line 396) | def _eq(self, other): method clone (line 400) | def clone(self): method leaves (line 406) | def leaves(self): method post_order (line 409) | def post_order(self): method pre_order (line 413) | def pre_order(self): method _prefix_getter (line 417) | def _prefix_getter(self): method _prefix_setter (line 423) | def _prefix_setter(self, prefix): function convert (line 429) | def convert(gr, raw_node): class BasePattern (line 448) | class BasePattern(object): method __new__ (line 469) | def __new__(cls, *args, **kwds): method __repr__ (line 474) | def __repr__(self): method optimize (line 480) | def optimize(self): method match (line 488) | def match(self, node, results=None): method match_seq (line 513) | def match_seq(self, nodes, results=None): method generate_matches (line 523) | def generate_matches(self, nodes): class LeafPattern (line 534) | class LeafPattern(BasePattern): method __init__ (line 536) | def __init__(self, type=None, content=None, name=None): method match (line 556) | def match(self, node, results=None): method _submatch (line 562) | def _submatch(self, node, results=None): class NodePattern (line 578) | class NodePattern(BasePattern): method __init__ (line 582) | def __init__(self, type=None, content=None, name=None): method _submatch (line 611) | def _submatch(self, node, results=None): class WildcardPattern (line 639) | class WildcardPattern(BasePattern): method __init__ (line 653) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 688) | def optimize(self): method match (line 707) | def match(self, node, results=None): method match_seq (line 711) | def match_seq(self, nodes, results=None): method generate_matches (line 722) | def generate_matches(self, nodes): method _iterative_matches (line 767) | def _iterative_matches(self, nodes): method _bare_name_matches (line 796) | def _bare_name_matches(self, nodes): method _recursive_matches (line 812) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 827) | class NegatedPattern(BasePattern): method __init__ (line 829) | def __init__(self, content=None): method match (line 842) | def match(self, node): method match_seq (line 846) | def match_seq(self, nodes): method generate_matches (line 850) | def generate_matches(self, nodes): function generate_matches (line 862) | def generate_matches(patterns, nodes): FILE: tests/pythons/win32-py32/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/bad_order.py class FixBadOrder (line 3) | class FixBadOrder(BaseFix): FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py class FixExplicit (line 3) | class FixExplicit(BaseFix): method match (line 6) | def match(self): return False FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py class FixFirst (line 3) | class FixFirst(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py class FixLast (line 3) | class FixLast(BaseFix): method match (line 7) | def match(self, node): return False FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py class FixParrot (line 4) | class FixParrot(BaseFix): method transform (line 11) | def transform(self, node, results): FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py class FixPreorder (line 3) | class FixPreorder(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win32-py32/Lib/lib2to3/tests/data/fixers/parrot_example.py function parrot (line 1) | def parrot(): FILE: tests/pythons/win32-py32/Lib/linecache.py function getline (line 14) | def getline(filename, lineno, module_globals=None): function clearcache (line 27) | def clearcache(): function getlines (line 34) | def getlines(filename, module_globals=None): function checkcache (line 44) | def checkcache(filename=None): function updatecache (line 69) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win32-py32/Lib/locale.py function _strcoll (line 34) | def _strcoll(a,b): function _strxfrm (line 40) | def _strxfrm(s): function localeconv (line 64) | def localeconv(): function setlocale (line 88) | def setlocale(category, value=None): function localeconv (line 110) | def localeconv(): function _grouping_intervals (line 123) | def _grouping_intervals(grouping): function _group (line 139) | def _group(s, monetary=False): function _strip_padding (line 170) | def _strip_padding(s, amount): function format (line 184) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 197) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 221) | def format_string(f, val, grouping=False): function currency (line 255) | def currency(val, symbol=True, grouping=False, international=False): function str (line 300) | def str(val): function atof (line 304) | def atof(string, func=float): function atoi (line 317) | def atoi(str): function _test (line 321) | def _test(): function normalize (line 339) | def normalize(localename): function _parse_localename (line 405) | def _parse_localename(localename): function _build_localename (line 435) | def _build_localename(localetuple): function getdefaultlocale (line 455) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 508) | def getlocale(category=LC_CTYPE): function setlocale (line 526) | def setlocale(category, locale=None): function resetlocale (line 543) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 555) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 565) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 574) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1819) | def _print_locale(): FILE: tests/pythons/win32-py32/Lib/logging/__init__.py function currentframe (line 69) | def currentframe(): function getLevelName (line 148) | def getLevelName(level): function addLevelName (line 164) | def addLevelName(level, levelName): function _checkLevel (line 177) | def _checkLevel(level): function _acquireLock (line 206) | def _acquireLock(): function _releaseLock (line 215) | def _releaseLock(): class LogRecord (line 226) | class LogRecord(object): method __init__ (line 238) | def __init__(self, name, level, pathname, lineno, method __str__ (line 304) | def __str__(self): method getMessage (line 308) | def getMessage(self): function setLogRecordFactory (line 325) | def setLogRecordFactory(factory): function getLogRecordFactory (line 335) | def getLogRecordFactory(): function makeLogRecord (line 342) | def makeLogRecord(dict): class PercentStyle (line 357) | class PercentStyle(object): method __init__ (line 363) | def __init__(self, fmt): method usesTime (line 366) | def usesTime(self): method format (line 369) | def format(self, record): class StrFormatStyle (line 372) | class StrFormatStyle(PercentStyle): method format (line 377) | def format(self, record): class StringTemplateStyle (line 381) | class StringTemplateStyle(PercentStyle): method __init__ (line 386) | def __init__(self, fmt): method usesTime (line 390) | def usesTime(self): method format (line 394) | def format(self, record): class Formatter (line 403) | class Formatter(object): method __init__ (line 447) | def __init__(self, fmt=None, datefmt=None, style='%'): method formatTime (line 469) | def formatTime(self, record, datefmt=None): method formatException (line 495) | def formatException(self, ei): method usesTime (line 514) | def usesTime(self): method formatMessage (line 520) | def formatMessage(self, record): method formatStack (line 523) | def formatStack(self, stack_info): method format (line 536) | def format(self, record): class BufferingFormatter (line 573) | class BufferingFormatter(object): method __init__ (line 577) | def __init__(self, linefmt=None): method formatHeader (line 587) | def formatHeader(self, records): method formatFooter (line 593) | def formatFooter(self, records): method format (line 599) | def format(self, records): class Filter (line 615) | class Filter(object): method __init__ (line 626) | def __init__(self, name=''): method filter (line 637) | def filter(self, record): class Filterer (line 652) | class Filterer(object): method __init__ (line 657) | def __init__(self): method addFilter (line 663) | def addFilter(self, filter): method removeFilter (line 670) | def removeFilter(self, filter): method filter (line 677) | def filter(self, record): function _removeHandlerRef (line 707) | def _removeHandlerRef(wr): function _addHandlerRef (line 723) | def _addHandlerRef(handler): class Handler (line 733) | class Handler(Filterer): method __init__ (line 742) | def __init__(self, level=NOTSET): method get_name (line 755) | def get_name(self): method set_name (line 758) | def set_name(self, name): method createLock (line 771) | def createLock(self): method acquire (line 780) | def acquire(self): method release (line 787) | def release(self): method setLevel (line 794) | def setLevel(self, level): method format (line 800) | def format(self, record): method emit (line 813) | def emit(self, record): method handle (line 823) | def handle(self, record): method setFormatter (line 841) | def setFormatter(self, fmt): method flush (line 847) | def flush(self): method close (line 856) | def close(self): method handleError (line 873) | def handleError(self, record): class StreamHandler (line 897) | class StreamHandler(Handler): method __init__ (line 906) | def __init__(self, stream=None): method flush (line 917) | def flush(self): method emit (line 928) | def emit(self, record): class FileHandler (line 950) | class FileHandler(StreamHandler): method __init__ (line 954) | def __init__(self, filename, mode='a', encoding=None, delay=0): method close (line 973) | def close(self): method _open (line 988) | def _open(self): method emit (line 999) | def emit(self, record): class _StderrHandler (line 1010) | class _StderrHandler(StreamHandler): method __init__ (line 1016) | def __init__(self, level=NOTSET): method stream (line 1023) | def stream(self): class PlaceHolder (line 1034) | class PlaceHolder(object): method __init__ (line 1040) | def __init__(self, alogger): method append (line 1046) | def append(self, alogger): function setLoggerClass (line 1058) | def setLoggerClass(klass): function getLoggerClass (line 1071) | def getLoggerClass(): class Manager (line 1078) | class Manager(object): method __init__ (line 1083) | def __init__(self, rootnode): method getLogger (line 1094) | def getLogger(self, name): method setLoggerClass (line 1128) | def setLoggerClass(self, klass): method setLogRecordFactory (line 1138) | def setLogRecordFactory(self, factory): method _fixupParents (line 1145) | def _fixupParents(self, alogger): method _fixupChildren (line 1169) | def _fixupChildren(self, ph, alogger): class Logger (line 1186) | class Logger(Filterer): method __init__ (line 1201) | def __init__(self, name, level=NOTSET): method setLevel (line 1213) | def setLevel(self, level): method debug (line 1219) | def debug(self, msg, *args, **kwargs): method info (line 1231) | def info(self, msg, *args, **kwargs): method warning (line 1243) | def warning(self, msg, *args, **kwargs): method error (line 1257) | def error(self, msg, *args, **kwargs): method exception (line 1269) | def exception(self, msg, *args, **kwargs): method critical (line 1276) | def critical(self, msg, *args, **kwargs): method log (line 1290) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1307) | def findCaller(self, stack_info=False): method makeRecord (line 1337) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, method _log (line 1352) | def _log(self, level, msg, args, exc_info=None, extra=None, stack_info... method handle (line 1375) | def handle(self, record): method addHandler (line 1385) | def addHandler(self, hdlr): method removeHandler (line 1396) | def removeHandler(self, hdlr): method hasHandlers (line 1407) | def hasHandlers(self): method callHandlers (line 1429) | def callHandlers(self, record): method getEffectiveLevel (line 1459) | def getEffectiveLevel(self): method isEnabledFor (line 1473) | def isEnabledFor(self, level): method getChild (line 1481) | def getChild(self, suffix): class RootLogger (line 1500) | class RootLogger(Logger): method __init__ (line 1506) | def __init__(self, level): class LoggerAdapter (line 1514) | class LoggerAdapter(object): method __init__ (line 1520) | def __init__(self, logger, extra): method process (line 1534) | def process(self, msg, kwargs): method debug (line 1550) | def debug(self, msg, *args, **kwargs): method info (line 1556) | def info(self, msg, *args, **kwargs): method warning (line 1562) | def warning(self, msg, *args, **kwargs): method error (line 1570) | def error(self, msg, *args, **kwargs): method exception (line 1576) | def exception(self, msg, *args, **kwargs): method critical (line 1583) | def critical(self, msg, *args, **kwargs): method log (line 1589) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1598) | def isEnabledFor(self, level): method setLevel (line 1606) | def setLevel(self, level): method getEffectiveLevel (line 1612) | def getEffectiveLevel(self): method hasHandlers (line 1618) | def hasHandlers(self): function basicConfig (line 1634) | def basicConfig(**kwargs): function getLogger (line 1705) | def getLogger(name=None): function critical (line 1716) | def critical(msg, *args, **kwargs): function error (line 1728) | def error(msg, *args, **kwargs): function exception (line 1738) | def exception(msg, *args, **kwargs): function warning (line 1747) | def warning(msg, *args, **kwargs): function info (line 1759) | def info(msg, *args, **kwargs): function debug (line 1769) | def debug(msg, *args, **kwargs): function log (line 1779) | def log(level, msg, *args, **kwargs): function disable (line 1789) | def disable(level): function shutdown (line 1795) | def shutdown(handlerList=_handlerList): class NullHandler (line 1831) | class NullHandler(Handler): method handle (line 1841) | def handle(self, record): method emit (line 1844) | def emit(self, record): method createLock (line 1847) | def createLock(self): function _showwarning (line 1854) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1872) | def captureWarnings(capture): FILE: tests/pythons/win32-py32/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _encoded (line 101) | def _encoded(s): function _create_formatters (line 104) | def _create_formatters(cp): function _install_handlers (line 125) | def _install_handlers(cp, formatters): function _handle_existing_loggers (line 160) | def _handle_existing_loggers(existing, child_loggers, disable_existing): function _install_loggers (line 181) | def _install_loggers(cp, handlers, disable_existing): function valid_ident (line 270) | def valid_ident(s): class ConvertingDict (line 286) | class ConvertingDict(dict): method __getitem__ (line 289) | def __getitem__(self, key): method get (line 301) | def get(self, key, default=None): method pop (line 313) | def pop(self, key, default=None): class ConvertingList (line 323) | class ConvertingList(list): method __getitem__ (line 325) | def __getitem__(self, key): method pop (line 337) | def pop(self, idx=-1): class ConvertingTuple (line 346) | class ConvertingTuple(tuple): method __getitem__ (line 348) | def __getitem__(self, key): class BaseConfigurator (line 358) | class BaseConfigurator(object): method __init__ (line 378) | def __init__(self, config): method resolve (line 382) | def resolve(self, s): method ext_convert (line 405) | def ext_convert(self, value): method cfg_convert (line 409) | def cfg_convert(self, value): method convert (line 443) | def convert(self, value): method configure_custom (line 471) | def configure_custom(self, config): method as_tuple (line 485) | def as_tuple(self, value): class DictConfigurator (line 491) | class DictConfigurator(BaseConfigurator): method configure (line 497) | def configure(self): method configure_formatter (line 656) | def configure_formatter(self, config): method configure_filter (line 678) | def configure_filter(self, config): method add_filters (line 687) | def add_filters(self, filterer, filters): method configure_handler (line 695) | def configure_handler(self, config): method add_handlers (line 753) | def add_handlers(self, logger, handlers): method common_logger_config (line 761) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 779) | def configure_logger(self, name, config, incremental=False): method configure_root (line 787) | def configure_root(self, config, incremental=False): function dictConfig (line 794) | def dictConfig(config): function listen (line 799) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 915) | def stopListening(): FILE: tests/pythons/win32-py32/Lib/logging/handlers.py class BaseRotatingHandler (line 52) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 58) | def __init__(self, filename, mode, encoding=None, delay=0): method emit (line 68) | def emit(self, record): class RotatingFileHandler (line 84) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 89) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 121) | def doRollover(self): method shouldRollover (line 142) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 158) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 166) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 219) | def computeRollover(self, currentTime): method shouldRollover (line 279) | def shouldRollover(self, record): method getFilesToDelete (line 291) | def getFilesToDelete(self): method doRollover (line 314) | def doRollover(self): class WatchedFileHandler (line 362) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 382) | def __init__(self, filename, mode='a', encoding=None, delay=0): method _statstream (line 387) | def _statstream(self): method emit (line 392) | def emit(self, record): class SocketHandler (line 424) | class SocketHandler(logging.Handler): method __init__ (line 437) | def __init__(self, host, port): method makeSocket (line 458) | def makeSocket(self, timeout=1): method createSocket (line 469) | def createSocket(self): method send (line 497) | def send(self, s): method makePickle (line 524) | def makePickle(self, record): method handleError (line 544) | def handleError(self, record): method emit (line 558) | def emit(self, record): method close (line 575) | def close(self): class DatagramHandler (line 588) | class DatagramHandler(SocketHandler): method __init__ (line 599) | def __init__(self, host, port): method makeSocket (line 606) | def makeSocket(self): method send (line 614) | def send(self, s): class SysLogHandler (line 626) | class SysLogHandler(logging.Handler): method __init__ (line 729) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 754) | def _connect_unixsocket(self, address): method encodePriority (line 762) | def encodePriority(self, facility, priority): method close (line 775) | def close (self): method mapPriority (line 787) | def mapPriority(self, levelName): method emit (line 799) | def emit(self, record): class SMTPHandler (line 835) | class SMTPHandler(logging.Handler): method __init__ (line 839) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 872) | def getSubject(self, record): method emit (line 881) | def emit(self, record): class NTEventLogHandler (line 913) | class NTEventLogHandler(logging.Handler): method __init__ (line 923) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 949) | def getMessageID(self, record): method getEventCategory (line 959) | def getEventCategory(self, record): method getEventType (line 968) | def getEventType(self, record): method emit (line 981) | def emit(self, record): method close (line 1000) | def close(self): class HTTPHandler (line 1013) | class HTTPHandler(logging.Handler): method __init__ (line 1018) | def __init__(self, host, url, method="GET", secure=False, credentials=... method mapLogRecord (line 1033) | def mapLogRecord(self, record): method emit (line 1041) | def emit(self, record): class BufferingHandler (line 1085) | class BufferingHandler(logging.Handler): method __init__ (line 1091) | def __init__(self, capacity): method shouldFlush (line 1099) | def shouldFlush(self, record): method emit (line 1108) | def emit(self, record): method flush (line 1119) | def flush(self): method close (line 1131) | def close(self): class MemoryHandler (line 1140) | class MemoryHandler(BufferingHandler): method __init__ (line 1146) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1158) | def shouldFlush(self, record): method setTarget (line 1165) | def setTarget(self, target): method flush (line 1171) | def flush(self): method close (line 1188) | def close(self): class QueueHandler (line 1201) | class QueueHandler(logging.Handler): method __init__ (line 1212) | def __init__(self, queue): method enqueue (line 1219) | def enqueue(self, record): method prepare (line 1229) | def prepare(self, record): method emit (line 1254) | def emit(self, record): class QueueListener (line 1268) | class QueueListener(object): method __init__ (line 1276) | def __init__(self, queue, *handlers): method dequeue (line 1286) | def dequeue(self, block): method start (line 1295) | def start(self): method prepare (line 1306) | def prepare(self , record): method handle (line 1316) | def handle(self, record): method _monitor (line 1327) | def _monitor(self): method stop (line 1359) | def stop(self): FILE: tests/pythons/win32-py32/Lib/macpath.py function _get_colon (line 26) | def _get_colon(path): function normcase (line 34) | def normcase(path): function isabs (line 41) | def isabs(s): function join (line 52) | def join(s, *p): function split (line 69) | def split(s): function splitext (line 85) | def splitext(p): function splitdrive (line 92) | def splitdrive(p): function dirname (line 104) | def dirname(s): return split(s)[0] function basename (line 105) | def basename(s): return split(s)[1] function ismount (line 107) | def ismount(s): function islink (line 113) | def islink(s): function lexists (line 125) | def lexists(path): function expandvars (line 134) | def expandvars(path): function expanduser (line 139) | def expanduser(path): class norm_error (line 143) | class norm_error(Exception): function normpath (line 146) | def normpath(s): function abspath (line 175) | def abspath(path): function realpath (line 186) | def realpath(path): FILE: tests/pythons/win32-py32/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): function test (line 79) | def test(): FILE: tests/pythons/win32-py32/Lib/mailbox.py class Mailbox (line 38) | class Mailbox: method __init__ (line 41) | def __init__(self, path, factory=None, create=True): method add (line 46) | def add(self, message): method remove (line 50) | def remove(self, key): method __delitem__ (line 54) | def __delitem__(self, key): method discard (line 57) | def discard(self, key): method __setitem__ (line 64) | def __setitem__(self, key, message): method get (line 68) | def get(self, key, default=None): method __getitem__ (line 75) | def __getitem__(self, key): method get_message (line 83) | def get_message(self, key): method get_string (line 87) | def get_string(self, key): method get_bytes (line 94) | def get_bytes(self, key): method get_file (line 98) | def get_file(self, key): method iterkeys (line 102) | def iterkeys(self): method keys (line 106) | def keys(self): method itervalues (line 110) | def itervalues(self): method __iter__ (line 119) | def __iter__(self): method values (line 122) | def values(self): method iteritems (line 126) | def iteritems(self): method items (line 135) | def items(self): method __contains__ (line 139) | def __contains__(self, key): method __len__ (line 143) | def __len__(self): method clear (line 147) | def clear(self): method pop (line 152) | def pop(self, key, default=None): method popitem (line 161) | def popitem(self): method update (line 168) | def update(self, arg=None): method flush (line 185) | def flush(self): method lock (line 189) | def lock(self): method unlock (line 193) | def unlock(self): method close (line 197) | def close(self): method _string_to_bytes (line 201) | def _string_to_bytes(self, message): method _dump_message (line 214) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 269) | class Maildir(Mailbox): method __init__ (line 274) | def __init__(self, dirname, factory=None, create=True): method add (line 294) | def add(self, message): method remove (line 331) | def remove(self, key): method discard (line 335) | def discard(self, key): method __setitem__ (line 346) | def __setitem__(self, key, message): method get_message (line 369) | def get_message(self, key): method get_bytes (line 387) | def get_bytes(self, key): method get_file (line 395) | def get_file(self, key): method iterkeys (line 400) | def iterkeys(self): method __contains__ (line 410) | def __contains__(self, key): method __len__ (line 415) | def __len__(self): method flush (line 420) | def flush(self): method lock (line 426) | def lock(self): method unlock (line 430) | def unlock(self): method close (line 434) | def close(self): method list_folders (line 438) | def list_folders(self): method get_folder (line 447) | def get_folder(self, folder): method add_folder (line 453) | def add_folder(self, folder): method remove_folder (line 463) | def remove_folder(self, folder): method clean (line 482) | def clean(self): method _create_tmp (line 492) | def _create_tmp(self): method _refresh (line 520) | def _refresh(self): method _lookup (line 556) | def _lookup(self, key): method next (line 570) | def next(self): class _singlefileMailbox (line 583) | class _singlefileMailbox(Mailbox): method __init__ (line 586) | def __init__(self, path, factory=None, create=True): method add (line 609) | def add(self, message): method remove (line 619) | def remove(self, key): method __setitem__ (line 625) | def __setitem__(self, key, message): method iterkeys (line 631) | def iterkeys(self): method __contains__ (line 637) | def __contains__(self, key): method __len__ (line 642) | def __len__(self): method lock (line 647) | def lock(self): method unlock (line 653) | def unlock(self): method flush (line 659) | def flush(self): method _pre_mailbox_hook (line 727) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 731) | def _pre_message_hook(self, f): method _post_message_hook (line 735) | def _post_message_hook(self, f): method close (line 739) | def close(self): method _lookup (line 746) | def _lookup(self, key=None): method _append_message (line 756) | def _append_message(self, message): class _mboxMMDF (line 779) | class _mboxMMDF(_singlefileMailbox): method get_message (line 784) | def get_message(self, key): method get_string (line 794) | def get_string(self, key, from_=False): method get_bytes (line 799) | def get_bytes(self, key, from_=False): method get_file (line 808) | def get_file(self, key, from_=False): method _install_message (line 816) | def _install_message(self, message): class mbox (line 845) | class mbox(_mboxMMDF): method __init__ (line 854) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 859) | def _post_message_hook(self, f): method _generate_toc (line 863) | def _generate_toc(self): class MMDF (line 897) | class MMDF(_mboxMMDF): method __init__ (line 900) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 905) | def _pre_message_hook(self, f): method _post_message_hook (line 909) | def _post_message_hook(self, f): method _generate_toc (line 913) | def _generate_toc(self): class MH (line 942) | class MH(Mailbox): method __init__ (line 945) | def __init__(self, path, factory=None, create=True): method add (line 957) | def add(self, message): method remove (line 991) | def remove(self, key): method __setitem__ (line 1005) | def __setitem__(self, key, message): method get_message (line 1029) | def get_message(self, key): method get_bytes (line 1056) | def get_bytes(self, key): method get_file (line 1079) | def get_file(self, key): method iterkeys (line 1090) | def iterkeys(self): method __contains__ (line 1095) | def __contains__(self, key): method __len__ (line 1099) | def __len__(self): method lock (line 1103) | def lock(self): method unlock (line 1110) | def unlock(self): method flush (line 1118) | def flush(self): method close (line 1122) | def close(self): method list_folders (line 1127) | def list_folders(self): method get_folder (line 1135) | def get_folder(self, folder): method add_folder (line 1140) | def add_folder(self, folder): method remove_folder (line 1145) | def remove_folder(self, folder): method get_sequences (line 1157) | def get_sequences(self): method set_sequences (line 1184) | def set_sequences(self, sequences): method pack (line 1213) | def pack(self): method _dump_sequences (line 1238) | def _dump_sequences(self, message, key): class Babyl (line 1253) | class Babyl(_singlefileMailbox): method __init__ (line 1259) | def __init__(self, path, factory=None, create=True): method add (line 1264) | def add(self, message): method remove (line 1271) | def remove(self, key): method __setitem__ (line 1277) | def __setitem__(self, key, message): method get_message (line 1283) | def get_message(self, key): method get_bytes (line 1311) | def get_bytes(self, key): method get_file (line 1333) | def get_file(self, key): method get_labels (line 1337) | def get_labels(self): method _generate_toc (line 1346) | def _generate_toc(self): method _pre_mailbox_hook (line 1376) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1386) | def _pre_message_hook(self, f): method _post_message_hook (line 1390) | def _post_message_hook(self, f): method _install_message (line 1394) | def _install_message(self, message): class Message (line 1502) | class Message(email.message.Message): method __init__ (line 1505) | def __init__(self, message=None): method _become_message (line 1524) | def _become_message(self, message): method _explain_to (line 1530) | def _explain_to(self, message): class MaildirMessage (line 1538) | class MaildirMessage(Message): method __init__ (line 1541) | def __init__(self, message=None): method get_subdir (line 1548) | def get_subdir(self): method set_subdir (line 1552) | def set_subdir(self, subdir): method get_flags (line 1559) | def get_flags(self): method set_flags (line 1566) | def set_flags(self, flags): method add_flag (line 1570) | def add_flag(self, flag): method remove_flag (line 1574) | def remove_flag(self, flag): method get_date (line 1579) | def get_date(self): method set_date (line 1583) | def set_date(self, date): method get_info (line 1590) | def get_info(self): method set_info (line 1594) | def set_info(self, info): method _explain_to (line 1601) | def _explain_to(self, message): class _mboxMMDFMessage (line 1645) | class _mboxMMDFMessage(Message): method __init__ (line 1648) | def __init__(self, message=None): method get_from (line 1657) | def get_from(self): method set_from (line 1661) | def set_from(self, from_, time_=None): method get_flags (line 1669) | def get_flags(self): method set_flags (line 1673) | def set_flags(self, flags): method add_flag (line 1695) | def add_flag(self, flag): method remove_flag (line 1699) | def remove_flag(self, flag): method _explain_to (line 1704) | def _explain_to(self, message): class mboxMessage (line 1756) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1760) | class MHMessage(Message): method __init__ (line 1763) | def __init__(self, message=None): method get_sequences (line 1768) | def get_sequences(self): method set_sequences (line 1772) | def set_sequences(self, sequences): method add_sequence (line 1776) | def add_sequence(self, sequence): method remove_sequence (line 1784) | def remove_sequence(self, sequence): method _explain_to (line 1791) | def _explain_to(self, message): class BabylMessage (line 1830) | class BabylMessage(Message): method __init__ (line 1833) | def __init__(self, message=None): method get_labels (line 1839) | def get_labels(self): method set_labels (line 1843) | def set_labels(self, labels): method add_label (line 1847) | def add_label(self, label): method remove_label (line 1855) | def remove_label(self, label): method get_visible (line 1862) | def get_visible(self): method set_visible (line 1866) | def set_visible(self, visible): method update_visible (line 1870) | def update_visible(self): method _explain_to (line 1881) | def _explain_to(self, message): class MMDFMessage (line 1923) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1927) | class _ProxyFile: method __init__ (line 1930) | def __init__(self, f, pos=None): method read (line 1938) | def read(self, size=None): method read1 (line 1942) | def read1(self, size=None): method readline (line 1946) | def readline(self, size=None): method readlines (line 1950) | def readlines(self, sizehint=None): method __iter__ (line 1961) | def __iter__(self): method tell (line 1969) | def tell(self): method seek (line 1973) | def seek(self, offset, whence=0): method close (line 1980) | def close(self): method _read (line 1987) | def _read(self, size, read_method): method __enter__ (line 1996) | def __enter__(self): method __exit__ (line 2000) | def __exit__(self, *exc): method readable (line 2003) | def readable(self): method writable (line 2006) | def writable(self): method seekable (line 2009) | def seekable(self): method flush (line 2012) | def flush(self): method closed (line 2016) | def closed(self): class _PartialFile (line 2024) | class _PartialFile(_ProxyFile): method __init__ (line 2027) | def __init__(self, f, start=None, stop=None): method tell (line 2033) | def tell(self): method seek (line 2037) | def seek(self, offset, whence=0): method _read (line 2047) | def _read(self, size, read_method): method close (line 2056) | def close(self): function _lock_file (line 2063) | def _lock_file(f, dotlock=True): function _unlock_file (line 2108) | def _unlock_file(f): function _create_carefully (line 2115) | def _create_carefully(path): function _create_temporary (line 2123) | def _create_temporary(path): function _sync_flush (line 2129) | def _sync_flush(f): function _sync_close (line 2135) | def _sync_close(f): class Error (line 2141) | class Error(Exception): class NoSuchMailboxError (line 2144) | class NoSuchMailboxError(Error): class NotEmptyError (line 2147) | class NotEmptyError(Error): class ExternalClashError (line 2150) | class ExternalClashError(Error): class FormatError (line 2153) | class FormatError(Error): FILE: tests/pythons/win32-py32/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win32-py32/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 267) | def guess_type(url, strict=True): function guess_all_extensions (line 290) | def guess_all_extensions(type, strict=True): function guess_extension (line 307) | def guess_extension(type, strict=True): function add_type (line 323) | def add_type(type, ext, strict=True): function init (line 340) | def init(files=None): function read_mime_types (line 360) | def read_mime_types(file): function _default_mime_types (line 370) | def _default_mime_types(): function usage (line 558) | def usage(code, msg=''): FILE: tests/pythons/win32-py32/Lib/modulefinder.py function AddPackagePath (line 31) | def AddPackagePath(packagename, path): function ReplacePackage (line 44) | def ReplacePackage(oldname, newname): class Module (line 48) | class Module: method __init__ (line 50) | def __init__(self, name, file=None, path=None): method __repr__ (line 63) | def __repr__(self): class ModuleFinder (line 72) | class ModuleFinder: method __init__ (line 74) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 86) | def msg(self, level, str, *args): method msgin (line 95) | def msgin(self, *args): method msgout (line 101) | def msgout(self, *args): method run_script (line 107) | def run_script(self, pathname): method load_file (line 113) | def load_file(self, pathname): method import_hook (line 120) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 131) | def determine_parent(self, caller, level=-1): method find_head_package (line 166) | def find_head_package(self, parent, name): method load_tail (line 193) | def load_tail(self, q, tail): method ensure_fromlist (line 208) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 222) | def find_all_submodules(self, m): method import_module (line 249) | def import_module(self, partname, fqname, parent): method load_module (line 279) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 306) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 314) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes (line 337) | def scan_opcodes(self, co, method scan_opcodes_25 (line 361) | def scan_opcodes_25(self, co, method scan_code (line 390) | def scan_code(self, co, m): method load_package (line 442) | def load_package(self, fqname, pathname): method add_module (line 463) | def add_module(self, fqname): method find_module (line 469) | def find_module(self, name, path, parent=None): method report (line 486) | def report(self): method any_missing (line 520) | def any_missing(self): method any_missing_maybe (line 528) | def any_missing_maybe(self): method replace_paths_in_code (line 574) | def replace_paths_in_code(self, co): function test (line 602) | def test(): FILE: tests/pythons/win32-py32/Lib/msilib/__init__.py class Table (line 27) | class Table: method __init__ (line 28) | def __init__(self, name): method add_field (line 32) | def add_field(self, index, name, type): method sql (line 35) | def sql(self): method create (line 77) | def create(self, db): class _Unspecified (line 82) | class _Unspecified:pass function change_sequence (line 83) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 95) | def add_data(db, table, values): function add_stream (line 122) | def add_stream(db, name, path): function init_database (line 129) | def init_database(name, schema, function add_tables (line 170) | def add_tables(db, module): function make_id (line 174) | def make_id(str): function gen_uuid (line 182) | def gen_uuid(): class CAB (line 185) | class CAB: method __init__ (line 186) | def __init__(self, name): method gen_id (line 192) | def gen_id(self, file): method append (line 201) | def append(self, full, file, logical): method commit (line 210) | def commit(self, db): class Directory (line 221) | class Directory: method __init__ (line 222) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 256) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 285) | def make_short(self, file): method add_file (line 326) | def add_file(self, file, src=None, version=None, language=None): method glob (line 375) | def glob(self, pattern, exclude = None): method remove_pyc (line 384) | def remove_pyc(self): class Binary (line 390) | class Binary: method __init__ (line 391) | def __init__(self, fname): method __repr__ (line 393) | def __repr__(self): class Feature (line 396) | class Feature: method __init__ (line 397) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 405) | def set_current(self): class Control (line 409) | class Control: method __init__ (line 410) | def __init__(self, dlg, name): method event (line 414) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 419) | def mapping(self, event, attribute): method condition (line 423) | def condition(self, action, condition): class RadioButtonGroup (line 427) | class RadioButtonGroup(Control): method __init__ (line 428) | def __init__(self, dlg, name, property): method add (line 434) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 442) | class Dialog: method __init__ (line 443) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 449) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 454) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 458) | def bitmap(self, name, x, y, w, h, text): method line (line 461) | def line(self, name, x, y, w, h): method pushbutton (line 464) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 467) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 473) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win32-py32/Lib/multiprocessing/__init__.py class ProcessError (line 71) | class ProcessError(Exception): class BufferTooShort (line 74) | class BufferTooShort(ProcessError): class TimeoutError (line 77) | class TimeoutError(ProcessError): class AuthenticationError (line 80) | class AuthenticationError(ProcessError): function Manager (line 89) | def Manager(): function Pipe (line 101) | def Pipe(duplex=True): function cpu_count (line 108) | def cpu_count(): function freeze_support (line 137) | def freeze_support(): function get_logger (line 146) | def get_logger(): function log_to_stderr (line 153) | def log_to_stderr(level=None): function allow_connection_pickling (line 160) | def allow_connection_pickling(): function Lock (line 170) | def Lock(): function RLock (line 177) | def RLock(): function Condition (line 184) | def Condition(lock=None): function Semaphore (line 191) | def Semaphore(value=1): function BoundedSemaphore (line 198) | def BoundedSemaphore(value=1): function Event (line 205) | def Event(): function Queue (line 212) | def Queue(maxsize=0): function JoinableQueue (line 219) | def JoinableQueue(maxsize=0): function Pool (line 226) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 233) | def RawValue(typecode_or_type, *args): function RawArray (line 240) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 247) | def Value(typecode_or_type, *args, **kwds): function Array (line 254) | def Array(typecode_or_type, size_or_initializer, **kwds): function set_executable (line 267) | def set_executable(executable): FILE: tests/pythons/win32-py32/Lib/multiprocessing/connection.py function _init_timeout (line 73) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 76) | def _check_timeout(t): function arbitrary_address (line 83) | def arbitrary_address(family): function _validate_family (line 97) | def _validate_family(family): function address_type (line 109) | def address_type(address): class Listener (line 128) | class Listener(object): method __init__ (line 135) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 151) | def accept(self): method close (line 163) | def close(self): function Client (line 173) | def Client(address, family=None, authkey=None): function Pipe (line 196) | def Pipe(duplex=True): function Pipe (line 218) | def Pipe(duplex=True): class SocketListener (line 260) | class SocketListener(object): method __init__ (line 264) | def __init__(self, address, family, backlog=1): method accept (line 285) | def accept(self): method close (line 293) | def close(self): function SocketClient (line 299) | def SocketClient(address): class PipeListener (line 331) | class PipeListener(object): method __init__ (line 335) | def __init__(self, address, backlog=None): method accept (line 354) | def accept(self): method _finalize_pipe_listener (line 375) | def _finalize_pipe_listener(queue, address): function PipeClient (line 380) | def PipeClient(address): function deliver_challenge (line 416) | def deliver_challenge(connection, authkey): function answer_challenge (line 429) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 445) | class ConnectionWrapper(object): method __init__ (line 446) | def __init__(self, conn, dumps, loads): method send (line 453) | def send(self, obj): method recv (line 456) | def recv(self): function _xml_dumps (line 460) | def _xml_dumps(obj): function _xml_loads (line 463) | def _xml_loads(s): class XmlListener (line 467) | class XmlListener(Listener): method accept (line 468) | def accept(self): function XmlClient (line 474) | def XmlClient(*args, **kwds): FILE: tests/pythons/win32-py32/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 61) | class DummyProcess(threading.Thread): method __init__ (line 63) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 70) | def start(self): method exitcode (line 78) | def exitcode(self): class Condition (line 88) | class Condition(threading._Condition): function active_children (line 103) | def active_children(): function freeze_support (line 110) | def freeze_support(): class Namespace (line 117) | class Namespace(object): method __init__ (line 118) | def __init__(self, **kwds): method __repr__ (line 120) | def __repr__(self): function Array (line 132) | def Array(typecode, sequence, lock=True): class Value (line 135) | class Value(object): method __init__ (line 136) | def __init__(self, typecode, value, lock=True): method _get (line 139) | def _get(self): method _set (line 141) | def _set(self, value): method __repr__ (line 144) | def __repr__(self): function Manager (line 147) | def Manager(): function shutdown (line 150) | def shutdown(): function Pool (line 153) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win32-py32/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): function Client (line 57) | def Client(address): function Pipe (line 63) | def Pipe(duplex=True): class Connection (line 68) | class Connection(object): method __init__ (line 70) | def __init__(self, _in, _out): method poll (line 76) | def poll(self, timeout=0.0): method close (line 86) | def close(self): FILE: tests/pythons/win32-py32/Lib/multiprocessing/forking.py function assert_spawning (line 48) | def assert_spawning(self): class ForkingPickler (line 60) | class ForkingPickler(Pickler): method register (line 63) | def register(cls, type, reduce): function _reduce_method (line 72) | def _reduce_method(m): class _C (line 77) | class _C: method f (line 78) | def f(self): function _reduce_method_descriptor (line 83) | def _reduce_method_descriptor(m): function _reduce_partial (line 93) | def _reduce_partial(p): function _rebuild_partial (line 95) | def _rebuild_partial(func, args, keywords): class Popen (line 115) | class Popen(object): method __init__ (line 117) | def __init__(self, process_obj): method poll (line 130) | def poll(self, flag=os.WNOHANG): method wait (line 151) | def wait(self, timeout=None): method terminate (line 167) | def terminate(self): method thread_is_spawning (line 176) | def thread_is_spawning(): method __init__ (line 244) | def __init__(self, process_obj): method thread_is_spawning (line 278) | def thread_is_spawning(): method duplicate_for_child (line 282) | def duplicate_for_child(handle): method wait (line 285) | def wait(self, timeout=None): method poll (line 301) | def poll(self): method terminate (line 304) | def terminate(self): function dump (line 193) | def dump(obj, file, protocol=None): function set_executable (line 217) | def set_executable(exe): function duplicate (line 225) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 238) | class Popen(object): method __init__ (line 117) | def __init__(self, process_obj): method poll (line 130) | def poll(self, flag=os.WNOHANG): method wait (line 151) | def wait(self, timeout=None): method terminate (line 167) | def terminate(self): method thread_is_spawning (line 176) | def thread_is_spawning(): method __init__ (line 244) | def __init__(self, process_obj): method thread_is_spawning (line 278) | def thread_is_spawning(): method duplicate_for_child (line 282) | def duplicate_for_child(handle): method wait (line 285) | def wait(self, timeout=None): method poll (line 301) | def poll(self): method terminate (line 304) | def terminate(self): function is_forking (line 316) | def is_forking(argv): function freeze_support (line 327) | def freeze_support(): function get_command_line (line 336) | def get_command_line(): function main (line 362) | def main(): function get_preparation_data (line 384) | def get_preparation_data(name): function reduce_connection (line 418) | def reduce_connection(conn): function prepare (line 436) | def prepare(data): FILE: tests/pythons/win32-py32/Lib/multiprocessing/heap.py class Arena (line 57) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Arena (line 79) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Heap (line 90) | class Heap(object): method __init__ (line 94) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 108) | def _roundup(n, alignment): method _malloc (line 113) | def _malloc(self, size): method _free (line 135) | def _free(self, block): method _absorb (line 165) | def _absorb(self, block): method _free_pending_blocks (line 180) | def _free_pending_blocks(self): method free (line 190) | def free(self, block): method malloc (line 214) | def malloc(self, size): class BufferWrapper (line 237) | class BufferWrapper(object): method __init__ (line 241) | def __init__(self, size): method get_address (line 247) | def get_address(self): method get_size (line 253) | def get_size(self): FILE: tests/pythons/win32-py32/Lib/multiprocessing/managers.py function reduce_array (line 60) | def reduce_array(a): function rebuild_as_list (line 66) | def rebuild_as_list(obj): class Token (line 77) | class Token(object): method __init__ (line 83) | def __init__(self, typeid, address, id): method __getstate__ (line 86) | def __getstate__(self): method __setstate__ (line 89) | def __setstate__(self, state): method __repr__ (line 92) | def __repr__(self): function dispatch (line 100) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 110) | def convert_to_error(kind, result): class RemoteError (line 122) | class RemoteError(Exception): method __str__ (line 123) | def __str__(self): function all_methods (line 130) | def all_methods(obj): function public_methods (line 141) | def public_methods(obj): class Server (line 151) | class Server(object): method __init__ (line 158) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 173) | def serve_forever(self): method handle_request (line 194) | def handle_request(self, c): method serve_client (line 228) | def serve_client(self, conn): method fallback_getvalue (line 302) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 305) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 308) | def fallback_repr(self, conn, ident, obj): method dummy (line 317) | def dummy(self, c): method debug_info (line 320) | def debug_info(self, c): method number_of_objects (line 338) | def number_of_objects(self, c): method shutdown (line 344) | def shutdown(self, c): method create (line 376) | def create(self, c, typeid, *args, **kwds): method get_methods (line 414) | def get_methods(self, c, token): method accept_connection (line 420) | def accept_connection(self, c, name): method incref (line 428) | def incref(self, c, ident): method decref (line 435) | def decref(self, c, ident): class State (line 450) | class State(object): class BaseManager (line 469) | class BaseManager(object): method __init__ (line 476) | def __init__(self, address=None, authkey=None, serializer='pickle'): method __reduce__ (line 486) | def __reduce__(self): method get_server (line 490) | def get_server(self): method connect (line 498) | def connect(self): method start (line 507) | def start(self, initializer=None, initargs=()): method _run_server (line 544) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 563) | def _create(self, typeid, *args, **kwds): method join (line 575) | def join(self, timeout=None): method _debug_info (line 581) | def _debug_info(self): method _number_of_objects (line 591) | def _number_of_objects(self): method __enter__ (line 601) | def __enter__(self): method __exit__ (line 604) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 608) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 642) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 685) | class ProcessLocalSet(set): method __init__ (line 686) | def __init__(self): method __reduce__ (line 688) | def __reduce__(self): class BaseProxy (line 695) | class BaseProxy(object): method __init__ (line 702) | def __init__(self, token, serializer, manager=None, method _connect (line 740) | def _connect(self): method _callmethod (line 749) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 778) | def _getvalue(self): method _incref (line 784) | def _incref(self): method _decref (line 801) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 825) | def _after_fork(self): method __reduce__ (line 833) | def __reduce__(self): method __deepcopy__ (line 846) | def __deepcopy__(self, memo): method __repr__ (line 849) | def __repr__(self): method __str__ (line 853) | def __str__(self): function RebuildProxy (line 866) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 887) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 909) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 938) | class Namespace(object): method __init__ (line 939) | def __init__(self, **kwds): method __repr__ (line 941) | def __repr__(self): class Value (line 950) | class Value(object): method __init__ (line 951) | def __init__(self, typecode, value, lock=True): method get (line 954) | def get(self): method set (line 956) | def set(self, value): method __repr__ (line 958) | def __repr__(self): function Array (line 962) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 969) | class IteratorProxy(BaseProxy): method __iter__ (line 971) | def __iter__(self): method __next__ (line 973) | def __next__(self, *args): method send (line 975) | def send(self, *args): method throw (line 977) | def throw(self, *args): method close (line 979) | def close(self, *args): class AcquirerProxy (line 983) | class AcquirerProxy(BaseProxy): method acquire (line 985) | def acquire(self, blocking=True): method release (line 987) | def release(self): method __enter__ (line 989) | def __enter__(self): method __exit__ (line 991) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 995) | class ConditionProxy(AcquirerProxy): method wait (line 997) | def wait(self, timeout=None): method notify (line 999) | def notify(self): method notify_all (line 1001) | def notify_all(self): class EventProxy (line 1004) | class EventProxy(BaseProxy): method is_set (line 1006) | def is_set(self): method set (line 1008) | def set(self): method clear (line 1010) | def clear(self): method wait (line 1012) | def wait(self, timeout=None): class NamespaceProxy (line 1015) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1017) | def __getattr__(self, key): method __setattr__ (line 1022) | def __setattr__(self, key, value): method __delattr__ (line 1027) | def __delattr__(self, key): class ValueProxy (line 1034) | class ValueProxy(BaseProxy): method get (line 1036) | def get(self): method set (line 1038) | def set(self, value): class ListProxy (line 1050) | class ListProxy(BaseListProxy): method __iadd__ (line 1051) | def __iadd__(self, value): method __imul__ (line 1054) | def __imul__(self, value): class SyncManager (line 1086) | class SyncManager(BaseManager): FILE: tests/pythons/win32-py32/Lib/multiprocessing/pool.py function mapstar (line 64) | def mapstar(args): class MaybeEncodingError (line 71) | class MaybeEncodingError(Exception): method __init__ (line 75) | def __init__(self, exc, value): method __str__ (line 80) | def __str__(self): method __repr__ (line 84) | def __repr__(self): function worker (line 88) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 130) | class Pool(object): method __init__ (line 136) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 194) | def _join_exited_workers(self): method _repopulate_pool (line 209) | def _repopulate_pool(self): method _maintain_pool (line 225) | def _maintain_pool(self): method _setup_queues (line 231) | def _setup_queues(self): method apply (line 238) | def apply(self, func, args=(), kwds={}): method map (line 245) | def map(self, func, iterable, chunksize=None): method imap (line 253) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 271) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 289) | def apply_async(self, func, args=(), kwds={}, callback=None, method map_async (line 299) | def map_async(self, func, iterable, chunksize=None, callback=None, method _handle_workers (line 323) | def _handle_workers(pool): method _handle_tasks (line 336) | def _handle_tasks(taskqueue, put, outqueue, pool): method _handle_results (line 375) | def _handle_results(outqueue, get, cache): method _get_tasks (line 433) | def _get_tasks(func, it, size): method __reduce__ (line 441) | def __reduce__(self): method close (line 446) | def close(self): method terminate (line 452) | def terminate(self): method join (line 458) | def join(self): method _help_stuff_finish (line 468) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 477) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, class ApplyResult (line 526) | class ApplyResult(object): method __init__ (line 528) | def __init__(self, cache, callback, error_callback): method ready (line 537) | def ready(self): method successful (line 540) | def successful(self): method wait (line 544) | def wait(self, timeout=None): method get (line 552) | def get(self, timeout=None): method _set (line 561) | def _set(self, i, obj): class MapResult (line 579) | class MapResult(ApplyResult): method __init__ (line 581) | def __init__(self, cache, chunksize, length, callback, error_callback): method _set (line 594) | def _set(self, i, success_result): class IMapIterator (line 626) | class IMapIterator(object): method __init__ (line 628) | def __init__(self, cache): method __iter__ (line 638) | def __iter__(self): method next (line 641) | def next(self, timeout=None): method _set (line 666) | def _set(self, i, obj): method _set_length (line 685) | def _set_length(self, length): class IMapUnorderedIterator (line 699) | class IMapUnorderedIterator(IMapIterator): method _set (line 701) | def _set(self, i, obj): class ThreadPool (line 716) | class ThreadPool(Pool): method __init__ (line 720) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 723) | def _setup_queues(self): method _help_stuff_finish (line 730) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win32-py32/Lib/multiprocessing/process.py function current_process (line 60) | def current_process(): function active_children (line 66) | def active_children(): function _cleanup (line 77) | def _cleanup(): class Process (line 87) | class Process(object): method __init__ (line 95) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 111) | def run(self): method start (line 118) | def start(self): method terminate (line 135) | def terminate(self): method join (line 141) | def join(self, timeout=None): method is_alive (line 151) | def is_alive(self): method name (line 164) | def name(self): method name (line 168) | def name(self, name): method daemon (line 173) | def daemon(self): method daemon (line 180) | def daemon(self, daemonic): method authkey (line 188) | def authkey(self): method authkey (line 192) | def authkey(self, authkey): method exitcode (line 199) | def exitcode(self): method ident (line 208) | def ident(self): method __repr__ (line 219) | def __repr__(self): method _bootstrap (line 243) | def _bootstrap(self): class AuthenticationString (line 295) | class AuthenticationString(bytes): method __reduce__ (line 296) | def __reduce__(self): class _MainProcess (line 309) | class _MainProcess(Process): method __init__ (line 311) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/multiprocessing/queues.py class Queue (line 56) | class Queue(object): method __init__ (line 58) | def __init__(self, maxsize=0): method __getstate__ (line 76) | def __getstate__(self): method __setstate__ (line 81) | def __setstate__(self, state): method _after_fork (line 86) | def _after_fork(self): method put (line 99) | def put(self, obj, block=True, timeout=None): method get (line 113) | def get(self, block=True, timeout=None): method qsize (line 141) | def qsize(self): method empty (line 145) | def empty(self): method full (line 148) | def full(self): method get_nowait (line 151) | def get_nowait(self): method put_nowait (line 154) | def put_nowait(self, obj): method close (line 157) | def close(self): method join_thread (line 163) | def join_thread(self): method cancel_join_thread (line 169) | def cancel_join_thread(self): method _start_thread (line 177) | def _start_thread(self): method _finalize_join (line 216) | def _finalize_join(twr): method _finalize_close (line 226) | def _finalize_close(buffer, notempty): method _feed (line 236) | def _feed(buffer, notempty, send, writelock, close): class JoinableQueue (line 301) | class JoinableQueue(Queue): method __init__ (line 303) | def __init__(self, maxsize=0): method __getstate__ (line 308) | def __getstate__(self): method __setstate__ (line 311) | def __setstate__(self, state): method put (line 315) | def put(self, obj, block=True, timeout=None): method task_done (line 332) | def task_done(self): method join (line 342) | def join(self): class SimpleQueue (line 354) | class SimpleQueue(object): method __init__ (line 356) | def __init__(self): method empty (line 365) | def empty(self): method __getstate__ (line 368) | def __getstate__(self): method __setstate__ (line 372) | def __setstate__(self, state): method _make_methods (line 376) | def _make_methods(self): FILE: tests/pythons/win32-py32/Lib/multiprocessing/reduction.py function send_handle (line 65) | def send_handle(conn, handle, destination_pid): function recv_handle (line 75) | def recv_handle(conn): function send_handle (line 79) | def send_handle(conn, handle, destination_pid): function recv_handle (line 82) | def recv_handle(conn): function _reset (line 91) | def _reset(obj): function _get_listener (line 102) | def _get_listener(): function _serve (line 119) | def _serve(): function reduce_handle (line 142) | def reduce_handle(handle): function rebuild_handle (line 150) | def rebuild_handle(pickled_data): function reduce_connection (line 165) | def reduce_connection(conn): function rebuild_connection (line 169) | def rebuild_connection(reduced_handle, readable, writable): function fromfd (line 181) | def fromfd(fd, family, type_, proto=0): function reduce_socket (line 187) | def reduce_socket(s): function rebuild_socket (line 191) | def rebuild_socket(reduced_handle, family, type_, proto): function reduce_pipe_connection (line 205) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 209) | def rebuild_pipe_connection(reduced_handle, readable, writable): FILE: tests/pythons/win32-py32/Lib/multiprocessing/sharedctypes.py function _new_value (line 61) | def _new_value(type_): function RawValue (line 66) | def RawValue(typecode_or_type, *args): function RawArray (line 76) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 92) | def Value(typecode_or_type, *args, lock=None): function Array (line 105) | def Array(typecode_or_type, size_or_initializer, **kwds): function copy (line 121) | def copy(obj): function synchronized (line 126) | def synchronized(obj, lock=None): function reduce_ctype (line 150) | def reduce_ctype(obj): function rebuild_ctype (line 157) | def rebuild_ctype(type_, wrapper, length): function make_property (line 169) | def make_property(name): class SynchronizedBase (line 201) | class SynchronizedBase(object): method __init__ (line 203) | def __init__(self, obj, lock=None): method __reduce__ (line 209) | def __reduce__(self): method get_obj (line 213) | def get_obj(self): method get_lock (line 216) | def get_lock(self): method __repr__ (line 219) | def __repr__(self): class Synchronized (line 223) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 227) | class SynchronizedArray(SynchronizedBase): method __len__ (line 229) | def __len__(self): method __getitem__ (line 232) | def __getitem__(self, i): method __setitem__ (line 239) | def __setitem__(self, i, value): method __getslice__ (line 246) | def __getslice__(self, start, stop): method __setslice__ (line 253) | def __setslice__(self, start, stop, values): class SynchronizedString (line 261) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win32-py32/Lib/multiprocessing/synchronize.py class SemLock (line 72) | class SemLock(object): method __init__ (line 74) | def __init__(self, kind, value, maxvalue): method _make_methods (line 84) | def _make_methods(self): method __enter__ (line 88) | def __enter__(self): method __exit__ (line 91) | def __exit__(self, *args): method __getstate__ (line 94) | def __getstate__(self): method __setstate__ (line 99) | def __setstate__(self, state): class Semaphore (line 108) | class Semaphore(SemLock): method __init__ (line 110) | def __init__(self, value=1): method get_value (line 113) | def get_value(self): method __repr__ (line 116) | def __repr__(self): class BoundedSemaphore (line 127) | class BoundedSemaphore(Semaphore): method __init__ (line 129) | def __init__(self, value=1): method __repr__ (line 132) | def __repr__(self): class Lock (line 144) | class Lock(SemLock): method __init__ (line 146) | def __init__(self): method __repr__ (line 149) | def __repr__(self): class RLock (line 169) | class RLock(SemLock): method __init__ (line 171) | def __init__(self): method __repr__ (line 174) | def __repr__(self): class Condition (line 195) | class Condition(object): method __init__ (line 197) | def __init__(self, lock=None): method __getstate__ (line 204) | def __getstate__(self): method __setstate__ (line 209) | def __setstate__(self, state): method __enter__ (line 214) | def __enter__(self): method __exit__ (line 217) | def __exit__(self, *args): method _make_methods (line 220) | def _make_methods(self): method __repr__ (line 224) | def __repr__(self): method wait (line 232) | def wait(self, timeout=None): method notify (line 256) | def notify(self): method notify_all (line 273) | def notify_all(self): class Event (line 300) | class Event(object): method __init__ (line 302) | def __init__(self): method is_set (line 306) | def is_set(self): method set (line 316) | def set(self): method clear (line 325) | def clear(self): method wait (line 332) | def wait(self, timeout=None): FILE: tests/pythons/win32-py32/Lib/multiprocessing/util.py function sub_debug (line 66) | def sub_debug(msg, *args): function debug (line 70) | def debug(msg, *args): function info (line 74) | def info(msg, *args): function sub_warning (line 78) | def sub_warning(msg, *args): function get_logger (line 82) | def get_logger(): function log_to_stderr (line 111) | def log_to_stderr(level=None): function get_temp_dir (line 133) | def get_temp_dir(): function _run_after_forkers (line 150) | def _run_after_forkers(): function register_after_fork (line 159) | def register_after_fork(obj, func): class Finalize (line 170) | class Finalize(object): method __init__ (line 174) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 189) | def __call__(self, wr=None): method cancel (line 205) | def cancel(self): method still_active (line 217) | def still_active(self): method __repr__ (line 223) | def __repr__(self): function _run_finalizers (line 243) | def _run_finalizers(minpriority=None): function is_exiting (line 279) | def is_exiting(): function _exit_function (line 287) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 330) | class ForkAwareThreadLock(object): method __init__ (line 331) | def __init__(self): class ForkAwareLocal (line 337) | class ForkAwareLocal(threading.local): method __init__ (line 338) | def __init__(self): method __reduce__ (line 340) | def __reduce__(self): FILE: tests/pythons/win32-py32/Lib/netrc.py class NetrcParseError (line 10) | class NetrcParseError(Exception): method __init__ (line 12) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 18) | def __str__(self): class netrc (line 22) | class netrc: method __init__ (line 23) | def __init__(self, file=None): method _parse (line 34) | def _parse(self, file, fp): method authenticators (line 94) | def authenticators(self, host): method __repr__ (line 103) | def __repr__(self): FILE: tests/pythons/win32-py32/Lib/nntplib.py class NNTPError (line 89) | class NNTPError(Exception): method __init__ (line 91) | def __init__(self, *args): class NNTPReplyError (line 98) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 102) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 106) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 110) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 114) | class NNTPDataError(NNTPError): function decode_header (line 160) | def decode_header(header_str): function _parse_overview_fmt (line 171) | def _parse_overview_fmt(lines): function _parse_overview (line 196) | def _parse_overview(lines, fmt, data_process_func=None): function _parse_datetime (line 225) | def _parse_datetime(date_str, time_str=None): function _unparse_datetime (line 247) | def _unparse_datetime(dt, legacy=False): function _encrypt_on (line 275) | def _encrypt_on(sock, context): class _NNTPBase (line 291) | class _NNTPBase: method __init__ (line 307) | def __init__(self, file, host, method getwelcome (line 354) | def getwelcome(self): method getcapabilities (line 363) | def getcapabilities(self): method set_debuglevel (line 385) | def set_debuglevel(self, level): method _putline (line 394) | def _putline(self, line): method _putcmd (line 402) | def _putcmd(self, line): method _getline (line 409) | def _getline(self, strip_crlf=True): method _getresp (line 424) | def _getresp(self): method _getlongresp (line 440) | def _getlongresp(self, file=None): method _shortcmd (line 486) | def _shortcmd(self, line): method _longcmd (line 492) | def _longcmd(self, line, file=None): method _longcmdstring (line 498) | def _longcmdstring(self, line, file=None): method _getoverviewfmt (line 508) | def _getoverviewfmt(self): method _grouplist (line 525) | def _grouplist(self, lines): method capabilities (line 529) | def capabilities(self): method newgroups (line 543) | def newgroups(self, date, *, file=None): method newnews (line 559) | def newnews(self, group, date, *, file=None): method list (line 575) | def list(self, group_pattern=None, *, file=None): method _getdescriptions (line 590) | def _getdescriptions(self, group_pattern, return_all): method description (line 613) | def description(self, group): method descriptions (line 626) | def descriptions(self, group_pattern): method group (line 630) | def group(self, name): method help (line 656) | def help(self, *, file=None): method _statparse (line 666) | def _statparse(self, resp): method _statcmd (line 676) | def _statcmd(self, line): method stat (line 681) | def stat(self, message_spec=None): method next (line 695) | def next(self): method last (line 699) | def last(self): method _artcmd (line 703) | def _artcmd(self, line, file=None): method head (line 709) | def head(self, message_spec=None, *, file=None): method body (line 723) | def body(self, message_spec=None, *, file=None): method article (line 737) | def article(self, message_spec=None, *, file=None): method slave (line 751) | def slave(self): method xhdr (line 757) | def xhdr(self, hdr, str, *, file=None): method xover (line 773) | def xover(self, start, end, *, file=None): method over (line 787) | def over(self, message_spec, *, file=None): method xgtitle (line 814) | def xgtitle(self, group, *, file=None): method xpath (line 832) | def xpath(self, id): method date (line 852) | def date(self): method _post (line 869) | def _post(self, command, f): method post (line 890) | def post(self, data): method ihave (line 897) | def ihave(self, message_id, data): method _close (line 906) | def _close(self): method quit (line 910) | def quit(self): method login (line 919) | def login(self, user=None, password=None, usenetrc=True): method _setreadermode (line 960) | def _setreadermode(self): method starttls (line 974) | def starttls(self, context=None): class NNTP (line 998) | class NNTP(_NNTPBase): method __init__ (line 1000) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method _close (line 1029) | def _close(self): class NNTP_SSL (line 1037) | class NNTP_SSL(_NNTPBase): method __init__ (line 1039) | def __init__(self, host, port=NNTP_SSL_PORT, method _close (line 1054) | def _close(self): function cut (line 1098) | def cut(s, lim): FILE: tests/pythons/win32-py32/Lib/ntpath.py function _get_empty (line 38) | def _get_empty(path): function _get_sep (line 44) | def _get_sep(path): function _get_altsep (line 50) | def _get_altsep(path): function _get_bothseps (line 56) | def _get_bothseps(path): function _get_dot (line 62) | def _get_dot(path): function _get_colon (line 68) | def _get_colon(path): function _get_special (line 74) | def _get_special(path): function normcase (line 84) | def normcase(s): function isabs (line 100) | def isabs(s): function join (line 108) | def join(a, *p): function splitdrive (line 188) | def splitdrive(p): function splitunc (line 233) | def splitunc(p): function split (line 273) | def split(p): function splitext (line 299) | def splitext(p): function basename (line 307) | def basename(p): function dirname (line 314) | def dirname(p): function islink (line 321) | def islink(path): function lexists (line 334) | def lexists(path): function ismount (line 345) | def ismount(path): function expanduser (line 363) | def expanduser(path): function expandvars (line 412) | def expandvars(path): function normpath (line 529) | def normpath(path): function abspath (line 574) | def abspath(path): function abspath (line 585) | def abspath(path): function relpath (line 605) | def relpath(path, start=curdir): function _getfinalpathname (line 656) | def _getfinalpathname(f): function samefile (line 659) | def samefile(f1, f2): function _getfileinformation (line 669) | def _getfileinformation(fd): function sameopenfile (line 672) | def sameopenfile(f1, f2): FILE: tests/pythons/win32-py32/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win32-py32/Lib/numbers.py class Number (line 12) | class Number(metaclass=ABCMeta): class Complex (line 32) | class Complex(Number): method __complex__ (line 46) | def __complex__(self): method __bool__ (line 49) | def __bool__(self): method real (line 54) | def real(self): method imag (line 62) | def imag(self): method __add__ (line 70) | def __add__(self, other): method __radd__ (line 75) | def __radd__(self, other): method __neg__ (line 80) | def __neg__(self): method __pos__ (line 85) | def __pos__(self): method __sub__ (line 89) | def __sub__(self, other): method __rsub__ (line 93) | def __rsub__(self, other): method __mul__ (line 98) | def __mul__(self, other): method __rmul__ (line 103) | def __rmul__(self, other): method __truediv__ (line 108) | def __truediv__(self, other): method __rtruediv__ (line 113) | def __rtruediv__(self, other): method __pow__ (line 118) | def __pow__(self, exponent): method __rpow__ (line 123) | def __rpow__(self, base): method __abs__ (line 128) | def __abs__(self): method conjugate (line 133) | def conjugate(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): class Real (line 150) | class Real(Complex): method __float__ (line 162) | def __float__(self): method __trunc__ (line 169) | def __trunc__(self): method __floor__ (line 182) | def __floor__(self): method __ceil__ (line 187) | def __ceil__(self): method __round__ (line 192) | def __round__(self, ndigits=None): method __divmod__ (line 200) | def __divmod__(self, other): method __rdivmod__ (line 208) | def __rdivmod__(self, other): method __floordiv__ (line 217) | def __floordiv__(self, other): method __rfloordiv__ (line 222) | def __rfloordiv__(self, other): method __mod__ (line 227) | def __mod__(self, other): method __rmod__ (line 232) | def __rmod__(self, other): method __lt__ (line 237) | def __lt__(self, other): method __le__ (line 244) | def __le__(self, other): method __complex__ (line 249) | def __complex__(self): method real (line 254) | def real(self): method imag (line 259) | def imag(self): method conjugate (line 263) | def conjugate(self): class Rational (line 270) | class Rational(Real): method numerator (line 276) | def numerator(self): method denominator (line 280) | def denominator(self): method __float__ (line 284) | def __float__(self): class Integral (line 295) | class Integral(Rational): method __int__ (line 301) | def __int__(self): method __index__ (line 305) | def __index__(self): method __pow__ (line 310) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 321) | def __lshift__(self, other): method __rlshift__ (line 326) | def __rlshift__(self, other): method __rshift__ (line 331) | def __rshift__(self, other): method __rrshift__ (line 336) | def __rrshift__(self, other): method __and__ (line 341) | def __and__(self, other): method __rand__ (line 346) | def __rand__(self, other): method __xor__ (line 351) | def __xor__(self, other): method __rxor__ (line 356) | def __rxor__(self, other): method __or__ (line 361) | def __or__(self, other): method __ror__ (line 366) | def __ror__(self, other): method __invert__ (line 371) | def __invert__(self): method __float__ (line 376) | def __float__(self): method numerator (line 381) | def numerator(self): method denominator (line 386) | def denominator(self): FILE: tests/pythons/win32-py32/Lib/opcode.py function def_op (line 27) | def def_op(name, op): function name_op (line 31) | def name_op(name, op): function jrel_op (line 35) | def jrel_op(name, op): function jabs_op (line 39) | def jabs_op(name, op): FILE: tests/pythons/win32-py32/Lib/optparse.py function _repr (line 78) | def _repr(self): function gettext (line 91) | def gettext(message): class OptParseError (line 96) | class OptParseError (Exception): method __init__ (line 97) | def __init__(self, msg): method __str__ (line 100) | def __str__(self): class OptionError (line 104) | class OptionError (OptParseError): method __init__ (line 110) | def __init__(self, msg, option): method __str__ (line 114) | def __str__(self): class OptionConflictError (line 120) | class OptionConflictError (OptionError): class OptionValueError (line 125) | class OptionValueError (OptParseError): class BadOptionError (line 131) | class BadOptionError (OptParseError): method __init__ (line 135) | def __init__(self, opt_str): method __str__ (line 138) | def __str__(self): class AmbiguousOptionError (line 141) | class AmbiguousOptionError (BadOptionError): method __init__ (line 145) | def __init__(self, opt_str, possibilities): method __str__ (line 149) | def __str__(self): class HelpFormatter (line 154) | class HelpFormatter: method __init__ (line 199) | def __init__(self, method set_parser (line 223) | def set_parser(self, parser): method set_short_opt_delimiter (line 226) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 232) | def set_long_opt_delimiter(self, delim): method indent (line 238) | def indent(self): method dedent (line 242) | def dedent(self): method format_usage (line 247) | def format_usage(self, usage): method format_heading (line 250) | def format_heading(self, heading): method _format_text (line 253) | def _format_text(self, text): method format_description (line 265) | def format_description(self, description): method format_epilog (line 271) | def format_epilog(self, epilog): method expand_default (line 278) | def expand_default(self, option): method format_option (line 288) | def format_option(self, option): method store_option_strings (line 323) | def store_option_strings(self, parser): method format_option_strings (line 341) | def format_option_strings(self, option): class IndentedHelpFormatter (line 360) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 364) | def __init__(self, method format_usage (line 372) | def format_usage(self, usage): method format_heading (line 375) | def format_heading(self, heading): class TitledHelpFormatter (line 379) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 383) | def __init__(self, method format_usage (line 391) | def format_usage(self, usage): method format_heading (line 394) | def format_heading(self, heading): function _parse_num (line 398) | def _parse_num(val, type): function _parse_int (line 411) | def _parse_int(val): function _parse_long (line 414) | def _parse_long(val): function check_builtin (line 422) | def check_builtin(option, opt, value): function check_choice (line 430) | def check_choice(option, opt, value): class Option (line 444) | class Option: method __init__ (line 559) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 578) | def _check_opt_strings(self, opts): method _set_opt_strings (line 587) | def _set_opt_strings(self, opts): method _set_attrs (line 608) | def _set_attrs(self, attrs): method _check_action (line 627) | def _check_action(self): method _check_type (line 633) | def _check_type(self): method _check_choice (line 663) | def _check_choice(self): method _check_dest (line 676) | def _check_dest(self): method _check_const (line 691) | def _check_const(self): method _check_nargs (line 697) | def _check_nargs(self): method _check_callback (line 706) | def _check_callback(self): method __str__ (line 745) | def __str__(self): method takes_value (line 750) | def takes_value(self): method get_opt_string (line 753) | def get_opt_string(self): method check_value (line 762) | def check_value(self, opt, value): method convert_value (line 769) | def convert_value(self, opt, value): method process (line 776) | def process(self, opt, value, values, parser): method take_action (line 788) | def take_action(self, action, dest, opt, value, values, parser): class Values (line 824) | class Values: method __init__ (line 826) | def __init__(self, defaults=None): method __str__ (line 831) | def __str__(self): method __eq__ (line 836) | def __eq__(self, other): method _update_careful (line 844) | def _update_careful(self, dict): method _update_loose (line 857) | def _update_loose(self, dict): method _update (line 865) | def _update(self, dict, mode): method read_module (line 873) | def read_module(self, modname, mode="careful"): method read_file (line 878) | def read_file(self, filename, mode="careful"): method ensure_value (line 883) | def ensure_value(self, attr, value): class OptionContainer (line 889) | class OptionContainer: method __init__ (line 921) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 932) | def _create_option_mappings(self): method _share_option_mappings (line 941) | def _share_option_mappings(self, parser): method set_conflict_handler (line 948) | def set_conflict_handler(self, handler): method set_description (line 953) | def set_description(self, description): method get_description (line 956) | def get_description(self): method destroy (line 960) | def destroy(self): method _check_conflict (line 969) | def _check_conflict(self, option): method add_option (line 996) | def add_option(self, *args, **kwargs): method add_options (line 1026) | def add_options(self, option_list): method get_option (line 1032) | def get_option(self, opt_str): method has_option (line 1036) | def has_option(self, opt_str): method remove_option (line 1040) | def remove_option(self, opt_str): method format_option_help (line 1056) | def format_option_help(self, formatter): method format_description (line 1065) | def format_description(self, formatter): method format_help (line 1068) | def format_help(self, formatter): class OptionGroup (line 1077) | class OptionGroup (OptionContainer): method __init__ (line 1079) | def __init__(self, parser, title, description=None): method _create_option_list (line 1085) | def _create_option_list(self): method set_title (line 1089) | def set_title(self, title): method destroy (line 1092) | def destroy(self): method format_help (line 1099) | def format_help(self, formatter): class OptionParser (line 1107) | class OptionParser (OptionContainer): method __init__ (line 1179) | def __init__(self, method destroy (line 1213) | def destroy(self): method _create_option_list (line 1231) | def _create_option_list(self): method _add_help_option (line 1236) | def _add_help_option(self): method _add_version_option (line 1241) | def _add_version_option(self): method _populate_option_list (line 1246) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1256) | def _init_parsing_state(self): method set_usage (line 1265) | def set_usage(self, usage): method enable_interspersed_args (line 1276) | def enable_interspersed_args(self): method disable_interspersed_args (line 1284) | def disable_interspersed_args(self): method set_process_default_values (line 1292) | def set_process_default_values(self, process): method set_default (line 1295) | def set_default(self, dest, value): method set_defaults (line 1298) | def set_defaults(self, **kwargs): method _get_all_options (line 1301) | def _get_all_options(self): method get_default_values (line 1307) | def get_default_values(self): method add_option_group (line 1324) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1340) | def get_option_group(self, opt_str): method _get_args (line 1350) | def _get_args(self, args): method parse_args (line 1356) | def parse_args(self, args=None, values=None): method check_values (line 1395) | def check_values(self, values, args): method _process_args (line 1408) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1459) | def _match_long_opt(self, opt): method _process_long_opt (line 1468) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1505) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1547) | def get_prog_name(self): method expand_prog_name (line 1553) | def expand_prog_name(self, s): method get_description (line 1556) | def get_description(self): method exit (line 1559) | def exit(self, status=0, msg=None): method error (line 1564) | def error(self, msg): method get_usage (line 1574) | def get_usage(self): method print_usage (line 1581) | def print_usage(self, file=None): method get_version (line 1593) | def get_version(self): method print_version (line 1599) | def print_version(self, file=None): method format_option_help (line 1610) | def format_option_help(self, formatter=None): method format_epilog (line 1627) | def format_epilog(self, formatter): method format_help (line 1630) | def format_help(self, formatter=None): method print_help (line 1642) | def print_help(self, file=None): function _match_abbrev (line 1655) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win32-py32/Lib/os.py function _get_exports_list (line 35) | def _get_exports_list(module): function _get_masked_mode (line 118) | def _get_masked_mode(mode): function makedirs (line 128) | def makedirs(name, mode=0o777, exist_ok=False): function removedirs (line 171) | def removedirs(name): function renames (line 193) | def renames(old, new): function walk (line 221) | def walk(top, topdown=True, onerror=None, followlinks=False): function execl (line 319) | def execl(file, *args): function execle (line 326) | def execle(file, *args): function execlp (line 334) | def execlp(file, *args): function execlpe (line 341) | def execlpe(file, *args): function execvp (line 350) | def execvp(file, args): function execvpe (line 358) | def execvpe(file, args, env): function _execvpe (line 369) | def _execvpe(file, args, env=None): function get_exec_path (line 404) | def get_exec_path(env=None): class _Environ (line 451) | class _Environ(MutableMapping): method __init__ (line 452) | def __init__(self, data, encodekey, decodekey, encodevalue, decodevalu... method __getitem__ (line 461) | def __getitem__(self, key): method __setitem__ (line 465) | def __setitem__(self, key, value): method __delitem__ (line 471) | def __delitem__(self, key): method __iter__ (line 476) | def __iter__(self): method __len__ (line 480) | def __len__(self): method __repr__ (line 483) | def __repr__(self): method copy (line 488) | def copy(self): method setdefault (line 491) | def setdefault(self, key, value): function _createenviron (line 510) | def _createenviron(): function getenv (line 545) | def getenv(key, default=None): function _check_bytes (line 555) | def _check_bytes(value): function getenvb (line 567) | def getenvb(key, default=None): function _fscodec (line 575) | def _fscodec(): function _exists (line 613) | def _exists(name): function _spawnvef (line 626) | def _spawnvef(mode, file, args, env, func): function spawnv (line 653) | def spawnv(mode, file, args): function spawnve (line 662) | def spawnve(mode, file, args, env): function spawnvp (line 674) | def spawnvp(mode, file, args): function spawnvpe (line 684) | def spawnvpe(mode, file, args, env): function spawnl (line 698) | def spawnl(mode, file, *args): function spawnle (line 707) | def spawnle(mode, file, *args): function spawnlp (line 725) | def spawnlp(mode, file, *args): function spawnlpe (line 735) | def spawnlpe(mode, file, *args): function _make_stat_result (line 751) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 754) | def _pickle_stat_result(sr): function _make_statvfs_result (line 763) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 766) | def _pickle_statvfs_result(sr): function popen (line 777) | def popen(cmd, mode="r", buffering=-1): class _wrap_close (line 799) | class _wrap_close: method __init__ (line 800) | def __init__(self, stream, proc): method close (line 803) | def close(self): method __enter__ (line 812) | def __enter__(self): method __exit__ (line 814) | def __exit__(self, *args): method __getattr__ (line 816) | def __getattr__(self, name): method __iter__ (line 818) | def __iter__(self): function fdopen (line 822) | def fdopen(fd, *args, **kwargs): FILE: tests/pythons/win32-py32/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 47) | def join(a, *p): function splitunc (line 61) | def splitunc(p): function basename (line 91) | def basename(p): function dirname (line 98) | def dirname(p): function ismount (line 112) | def ismount(path): function normpath (line 123) | def normpath(path): function abspath (line 149) | def abspath(path): FILE: tests/pythons/win32-py32/Lib/pdb.py class Restart (line 83) | class Restart(Exception): function find_function (line 90) | def find_function(funcname, filename): function getsourcelines (line 110) | def getsourcelines(obj): function lasti2lineno (line 119) | def lasti2lineno(code, lasti): class _rstr (line 128) | class _rstr(str): method __repr__ (line 130) | def __repr__(self): class Pdb (line 141) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 143) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None, method sigint_handler (line 188) | def sigint_handler(self, signum, frame): method reset (line 197) | def reset(self): method forget (line 201) | def forget(self): method setup (line 208) | def setup(self, f, tb): method execRcLines (line 226) | def execRcLines(self): method user_call (line 246) | def user_call(self, frame, argument_list): method user_line (line 255) | def user_line(self, frame): method bp_commands (line 265) | def bp_commands(self, frame): method user_return (line 289) | def user_return(self, frame, return_value): method user_exception (line 297) | def user_exception(self, frame, exc_info): method _cmdloop (line 309) | def _cmdloop(self): method preloop (line 322) | def preloop(self): method interaction (line 335) | def interaction(self, frame, traceback): method displayhook (line 345) | def displayhook(self, obj): method default (line 353) | def default(self, line): method precmd (line 375) | def precmd(self, line): method onecmd (line 400) | def onecmd(self, line): method handle_command_def (line 412) | def handle_command_def(self, line): method message (line 442) | def message(self, msg): method error (line 445) | def error(self, msg): method do_commands (line 452) | def do_commands(self, arg): method do_break (line 529) | def do_break(self, arg, temporary = 0): method defaultFile (line 622) | def defaultFile(self): method do_tbreak (line 631) | def do_tbreak(self, arg): method lineinfo (line 638) | def lineinfo(self, identifier): method checkline (line 671) | def checkline(self, filename, lineno): method do_enable (line 692) | def do_enable(self, arg): method do_disable (line 707) | def do_disable(self, arg): method do_condition (line 725) | def do_condition(self, arg): method do_ignore (line 748) | def do_ignore(self, arg): method do_clear (line 779) | def do_clear(self, arg): method do_where (line 827) | def do_where(self, arg): method _select_frame (line 837) | def _select_frame(self, number): method do_up (line 845) | def do_up(self, arg): method do_down (line 865) | def do_down(self, arg): method do_until (line 885) | def do_until(self, arg): method do_step (line 909) | def do_step(self, arg): method do_next (line 919) | def do_next(self, arg): method do_run (line 928) | def do_run(self, arg): method do_return (line 945) | def do_return(self, arg): method do_continue (line 953) | def do_continue(self, arg): method do_jump (line 971) | def do_jump(self, arg): method do_debug (line 1000) | def do_debug(self, arg): method do_quit (line 1017) | def do_quit(self, arg): method do_EOF (line 1028) | def do_EOF(self, arg): method do_args (line 1037) | def do_args(self, arg): method do_retval (line 1054) | def do_retval(self, arg): method _getval (line 1064) | def _getval(self, arg): method _getval_except (line 1072) | def _getval_except(self, arg, frame=None): method do_p (line 1083) | def do_p(self, arg): method do_pp (line 1094) | def do_pp(self, arg): method do_list (line 1103) | def do_list(self, arg): method do_longlist (line 1154) | def do_longlist(self, arg): method do_source (line 1168) | def do_source(self, arg): method _print_lines (line 1183) | def _print_lines(self, lines, start, breaks=(), frame=None): method do_whatis (line 1204) | def do_whatis(self, arg): method do_display (line 1237) | def do_display(self, arg): method do_undisplay (line 1254) | def do_undisplay(self, arg): method do_interact (line 1269) | def do_interact(self, arg): method do_alias (line 1279) | def do_alias(self, arg): method do_unalias (line 1314) | def do_unalias(self, arg): method print_stack_trace (line 1335) | def print_stack_trace(self): method print_stack_entry (line 1342) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method do_help (line 1353) | def do_help(self, arg): method help_exec (line 1379) | def help_exec(self): method help_pdb (line 1391) | def help_pdb(self): method lookupmodule (line 1396) | def lookupmodule(self, filename): method _runscript (line 1420) | def _runscript(self, filename): function run (line 1467) | def run(statement, globals=None, locals=None): function runeval (line 1470) | def runeval(expression, globals=None, locals=None): function runctx (line 1473) | def runctx(statement, globals, locals): function runcall (line 1477) | def runcall(*args, **kwds): function set_trace (line 1480) | def set_trace(): function post_mortem (line 1485) | def post_mortem(t=None): function pm (line 1499) | def pm(): function test (line 1507) | def test(): function help (line 1511) | def help(): function main (line 1528) | def main(): FILE: tests/pythons/win32-py32/Lib/pickle.py class PickleError (line 68) | class PickleError(Exception): class PicklingError (line 72) | class PicklingError(PickleError): class UnpicklingError (line 79) | class UnpicklingError(PickleError): class _Stop (line 92) | class _Stop(Exception): method __init__ (line 93) | def __init__(self, value): class _Pickler (line 177) | class _Pickler: method __init__ (line 179) | def __init__(self, file, protocol=None, *, fix_imports=True): method clear_memo (line 217) | def clear_memo(self): method dump (line 228) | def dump(self, obj): method memoize (line 240) | def memoize(self, obj): method put (line 263) | def put(self, i, pack=struct.pack): method get (line 273) | def get(self, i, pack=struct.pack): method save (line 282) | def save(self, obj, save_persistent_id=True): method persistent_id (line 346) | def persistent_id(self, obj): method save_pers (line 350) | def save_pers(self, pid): method save_reduce (line 358) | def save_reduce(self, func, args, state=None, method save_none (line 439) | def save_none(self, obj): method save_bool (line 443) | def save_bool(self, obj): method save_long (line 450) | def save_long(self, obj, pack=struct.pack): method save_float (line 481) | def save_float(self, obj, pack=struct.pack): method save_bytes (line 488) | def save_bytes(self, obj, pack=struct.pack): method save_str (line 504) | def save_str(self, obj, pack=struct.pack): method save_tuple (line 517) | def save_tuple(self, obj): method save_list (line 570) | def save_list(self, obj): method _batch_appends (line 585) | def _batch_appends(self, items): method save_dict (line 618) | def save_dict(self, obj): method _batch_setitems (line 633) | def _batch_setitems(self, items): method save_global (line 669) | def save_global(self, obj, name=None, pack=struct.pack): function _keep_alive (line 731) | def _keep_alive(x, memo): function whichmodule (line 753) | def whichmodule(func, funcname): class _Unpickler (line 781) | class _Unpickler: method __init__ (line 783) | def __init__(self, file, *, fix_imports=True, method load (line 813) | def load(self): method marker (line 846) | def marker(self): method persistent_load (line 853) | def persistent_load(self, pid): method load_proto (line 858) | def load_proto(self): method load_persid (line 865) | def load_persid(self): method load_binpersid (line 870) | def load_binpersid(self): method load_none (line 875) | def load_none(self): method load_false (line 879) | def load_false(self): method load_true (line 883) | def load_true(self): method load_int (line 887) | def load_int(self): method load_binint (line 901) | def load_binint(self): method load_binint1 (line 905) | def load_binint1(self): method load_binint2 (line 909) | def load_binint2(self): method load_long (line 913) | def load_long(self): method load_long1 (line 920) | def load_long1(self): method load_long4 (line 926) | def load_long4(self): method load_float (line 935) | def load_float(self): method load_binfloat (line 939) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 943) | def load_string(self): method load_binstring (line 958) | def load_binstring(self): method load_binbytes (line 968) | def load_binbytes(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_unicode (line 975) | def load_unicode(self): method load_binunicode (line 979) | def load_binunicode(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_short_binstring (line 986) | def load_short_binstring(self): method load_short_binbytes (line 993) | def load_short_binbytes(self): method load_tuple (line 998) | def load_tuple(self): method load_empty_tuple (line 1003) | def load_empty_tuple(self): method load_tuple1 (line 1007) | def load_tuple1(self): method load_tuple2 (line 1011) | def load_tuple2(self): method load_tuple3 (line 1015) | def load_tuple3(self): method load_empty_list (line 1019) | def load_empty_list(self): method load_empty_dictionary (line 1023) | def load_empty_dictionary(self): method load_list (line 1027) | def load_list(self): method load_dict (line 1032) | def load_dict(self): method _instantiate (line 1048) | def _instantiate(self, klass, k): method load_inst (line 1062) | def load_inst(self): method load_obj (line 1069) | def load_obj(self): method load_newobj (line 1076) | def load_newobj(self): method load_global (line 1083) | def load_global(self): method load_ext1 (line 1090) | def load_ext1(self): method load_ext2 (line 1095) | def load_ext2(self): method load_ext4 (line 1100) | def load_ext4(self): method get_extension (line 1105) | def get_extension(self, code): method find_class (line 1121) | def find_class(self, module, name): method load_reduce (line 1133) | def load_reduce(self): method load_pop (line 1146) | def load_pop(self): method load_pop_mark (line 1150) | def load_pop_mark(self): method load_dup (line 1155) | def load_dup(self): method load_get (line 1159) | def load_get(self): method load_binget (line 1164) | def load_binget(self): method load_long_binget (line 1169) | def load_long_binget(self, unpack=struct.unpack): method load_put (line 1174) | def load_put(self): method load_binput (line 1181) | def load_binput(self): method load_long_binput (line 1188) | def load_long_binput(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_append (line 1195) | def load_append(self): method load_appends (line 1202) | def load_appends(self): method load_setitem (line 1210) | def load_setitem(self): method load_setitems (line 1218) | def load_setitems(self): method load_build (line 1228) | def load_build(self): method load_mark (line 1252) | def load_mark(self): method load_stop (line 1256) | def load_stop(self): function encode_long (line 1263) | def encode_long(x): function decode_long (line 1293) | def decode_long(data): function dump (line 1315) | def dump(obj, file, protocol=None, *, fix_imports=True): function dumps (line 1318) | def dumps(obj, protocol=None, *, fix_imports=True): function load (line 1325) | def load(file, *, fix_imports=True, encoding="ASCII", errors="strict"): function loads (line 1329) | def loads(s, *, fix_imports=True, encoding="ASCII", errors="strict"): function _test (line 1343) | def _test(): FILE: tests/pythons/win32-py32/Lib/pickletools.py class ArgumentDescriptor (line 171) | class ArgumentDescriptor(object): method __init__ (line 190) | def __init__(self, name, n, reader, doc): function read_uint1 (line 207) | def read_uint1(f): function read_uint2 (line 226) | def read_uint2(f): function read_int4 (line 247) | def read_int4(f): function read_stringnl (line 268) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 325) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 339) | def read_stringnl_noescape_pair(f): function read_string4 (line 361) | def read_string4(f): function read_string1 (line 395) | def read_string1(f): function read_unicodestringnl (line 424) | def read_unicodestringnl(f): function read_unicodestring4 (line 449) | def read_unicodestring4(f): function read_decimalnl_short (line 489) | def read_decimalnl_short(f): function read_decimalnl_long (line 518) | def read_decimalnl_long(f): function read_floatnl (line 559) | def read_floatnl(f): function read_float8 (line 581) | def read_float8(f): function read_long1 (line 619) | def read_long1(f): function read_long4 (line 651) | def read_long4(f): class StackObject (line 694) | class StackObject(object): method __init__ (line 707) | def __init__(self, name, obtype, doc): method __repr__ (line 720) | def __repr__(self): class OpcodeInfo (line 825) | class OpcodeInfo(object): method __init__ (line 856) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1783) | def assure_pickle_consistency(verbose=False): function genops (line 1827) | def genops(pickle): function optimize (line 1883) | def optimize(p): function dis (line 1910) | def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): class _Example (line 2061) | class _Example: method __init__ (line 2062) | def __init__(self, value): function _test (line 2353) | def _test(): FILE: tests/pythons/win32-py32/Lib/pipes.py class Template (line 80) | class Template: method __init__ (line 83) | def __init__(self): method __repr__ (line 88) | def __repr__(self): method reset (line 92) | def reset(self): method clone (line 96) | def clone(self): method debug (line 104) | def debug(self, flag): method append (line 108) | def append(self, cmd, kind): method prepend (line 124) | def prepend(self, cmd, kind): method open (line 140) | def open(self, file, rw): method open_r (line 150) | def open_r(self, file): method open_w (line 160) | def open_w(self, file): method copy (line 168) | def copy(self, infile, outfile): method makepipeline (line 171) | def makepipeline(self, infile, outfile): function makepipeline (line 179) | def makepipeline(infile, steps, outfile): function quote (line 253) | def quote(file): FILE: tests/pythons/win32-py32/Lib/pkgutil.py function read_code (line 15) | def read_code(stream): function simplegeneric (line 28) | def simplegeneric(func): function walk_packages (line 68) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 126) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 151) | def iter_importer_modules(importer, prefix=''): class ImpImporter (line 159) | class ImpImporter: method __init__ (line 170) | def __init__(self, path=None): method find_module (line 173) | def find_module(self, fullname, path=None): method iter_modules (line 188) | def iter_modules(self, prefix=''): class ImpLoader (line 229) | class ImpLoader: method __init__ (line 234) | def __init__(self, fullname, file, filename, etc): method load_module (line 240) | def load_module(self, fullname): method get_data (line 251) | def get_data(self, pathname): method _reopen (line 255) | def _reopen(self): method _fix_name (line 263) | def _fix_name(self, fullname): method is_package (line 271) | def is_package(self, fullname): method get_code (line 275) | def get_code(self, fullname=None): method get_source (line 292) | def get_source(self, fullname=None): method _get_delegate (line 312) | def _get_delegate(self): method get_filename (line 315) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 329) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 363) | def get_importer(path_item): function iter_importers (line 397) | def iter_importers(fullname=""): function get_loader (line 438) | def get_loader(module_or_name): function find_loader (line 463) | def find_loader(fullname): function extend_path (line 479) | def extend_path(path, name): function get_data (line 551) | def get_data(package, resource): FILE: tests/pythons/win32-py32/Lib/platform.py function libc_ver (line 139) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 192) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 260) | def _parse_release_file(firstline): function linux_distribution (line 287) | def linux_distribution(distname='', version='', id='', function dist (line 342) | def dist(distname='',version='',id='', class _popen (line 360) | class _popen: method __init__ (line 376) | def __init__(self,cmd,mode='r',bufsize=None): method read (line 387) | def read(self): method readlines (line 391) | def readlines(self): method close (line 396) | def close(self, function popen (line 414) | def popen(cmd, mode='r', bufsize=-1): function _norm_version (line 447) | def _norm_version(version, build=''): function _syscmd_ver (line 477) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 529) | def _win32_getvalue(key,name,default=''): function win32_ver (line 548) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 713) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 725) | def _bcd2str(bcd): function _mac_ver_gestalt (line 729) | def _mac_ver_gestalt(): function _mac_ver_xml (line 769) | def _mac_ver_xml(): function mac_ver (line 790) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 815) | def _java_getprop(name,default): function java_ver (line 826) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 861) | def system_alias(system,release,version): function _platform (line 915) | def _platform(*args): function _node (line 947) | def _node(default=''): function _follow_symlinks (line 962) | def _follow_symlinks(filepath): function _syscmd_uname (line 973) | def _syscmd_uname(option,default=''): function _syscmd_file (line 991) | def _syscmd_file(target,default=''): function architecture (line 1026) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1112) | def uname(): function system (line 1249) | def system(): function node (line 1258) | def node(): function release (line 1268) | def release(): function version (line 1277) | def version(): function machine (line 1286) | def machine(): function processor (line 1295) | def processor(): function _sys_version (line 1327) | def _sys_version(sys_version=None): function python_implementation (line 1422) | def python_implementation(): function python_version (line 1435) | def python_version(): function python_version_tuple (line 1445) | def python_version_tuple(): function python_branch (line 1456) | def python_branch(): function python_revision (line 1470) | def python_revision(): function python_build (line 1483) | def python_build(): function python_compiler (line 1491) | def python_compiler(): function platform (line 1503) | def platform(aliased=0, terse=0): FILE: tests/pythons/win32-py32/Lib/plistlib.py function readPlist (line 65) | def readPlist(pathOrFile): function writePlist (line 83) | def writePlist(rootObject, pathOrFile): function readPlistFromBytes (line 101) | def readPlistFromBytes(data): function writePlistToBytes (line 107) | def writePlistToBytes(rootObject): class DumbXMLWriter (line 115) | class DumbXMLWriter: method __init__ (line 116) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 122) | def beginElement(self, element): method endElement (line 127) | def endElement(self, element): method simpleElement (line 133) | def simpleElement(self, element, value=None): method writeln (line 140) | def writeln(self, line): function _dateFromString (line 155) | def _dateFromString(s): function _dateToString (line 166) | def _dateToString(d): function _escape (line 178) | def _escape(text): class PlistWriter (line 196) | class PlistWriter(DumbXMLWriter): method __init__ (line 198) | def __init__(self, file, indentLevel=0, indent=b"\t", writeHeader=1): method writeValue (line 203) | def writeValue(self, value): method writeData (line 228) | def writeData(self, data): method writeDict (line 239) | def writeDict(self, d): method writeArray (line 249) | def writeArray(self, array): class _InternalDict (line 256) | class _InternalDict(dict): method __getattr__ (line 262) | def __getattr__(self, attr): method __setattr__ (line 272) | def __setattr__(self, attr, value): method __delattr__ (line 278) | def __delattr__(self, attr): class Dict (line 287) | class Dict(_InternalDict): method __init__ (line 289) | def __init__(self, **kwargs): class Plist (line 296) | class Plist(_InternalDict): method __init__ (line 302) | def __init__(self, **kwargs): method fromFile (line 308) | def fromFile(cls, pathOrFile): method write (line 316) | def write(self, pathOrFile): function _encodeBase64 (line 321) | def _encodeBase64(s, maxlinelength=76): class Data (line 330) | class Data: method __init__ (line 334) | def __init__(self, data): method fromBase64 (line 340) | def fromBase64(cls, data): method asBase64 (line 345) | def asBase64(self, maxlinelength=76): method __eq__ (line 348) | def __eq__(self, other): method __repr__ (line 356) | def __repr__(self): class PlistParser (line 359) | class PlistParser: method __init__ (line 361) | def __init__(self): method parse (line 366) | def parse(self, fileobj): method handleBeginElement (line 375) | def handleBeginElement(self, element, attrs): method handleEndElement (line 381) | def handleEndElement(self, element): method handleData (line 386) | def handleData(self, data): method addObject (line 389) | def addObject(self, value): method getData (line 405) | def getData(self): method begin_dict (line 412) | def begin_dict(self, attrs): method end_dict (line 416) | def end_dict(self): method end_key (line 422) | def end_key(self): method begin_array (line 428) | def begin_array(self, attrs): method end_array (line 432) | def end_array(self): method end_true (line 435) | def end_true(self): method end_false (line 437) | def end_false(self): method end_integer (line 439) | def end_integer(self): method end_real (line 441) | def end_real(self): method end_string (line 443) | def end_string(self): method end_data (line 445) | def end_data(self): method end_date (line 447) | def end_date(self): FILE: tests/pythons/win32-py32/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 36) | class POP3: method __init__ (line 80) | def __init__(self, host, port=POP3_PORT, method _create_socket (line 89) | def _create_socket(self, timeout): method _putline (line 92) | def _putline(self, line): method _putcmd (line 99) | def _putcmd(self, line): method _getline (line 109) | def _getline(self): method _getresp (line 127) | def _getresp(self): method _getlongresp (line 137) | def _getlongresp(self): method _shortcmd (line 153) | def _shortcmd(self, line): method _longcmd (line 160) | def _longcmd(self, line): method getwelcome (line 167) | def getwelcome(self): method set_debuglevel (line 171) | def set_debuglevel(self, level): method user (line 177) | def user(self, user): method pass_ (line 185) | def pass_(self, pswd): method stat (line 195) | def stat(self): method list (line 208) | def list(self, which=None): method retr (line 222) | def retr(self, which): method dele (line 230) | def dele(self, which): method noop (line 238) | def noop(self): method rset (line 246) | def rset(self): method quit (line 251) | def quit(self): method rpop (line 267) | def rpop(self, user): method apop (line 274) | def apop(self, user, password): method top (line 295) | def top(self, which, howmuch): method uidl (line 304) | def uidl(self, which=None): class POP3_SSL (line 321) | class POP3_SSL(POP3): method __init__ (line 334) | def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, method _create_socket (line 347) | def _create_socket(self, timeout): FILE: tests/pythons/win32-py32/Lib/posixpath.py function _get_sep (line 38) | def _get_sep(path): function normcase (line 49) | def normcase(s): function isabs (line 61) | def isabs(s): function join (line 71) | def join(a, *p): function split (line 101) | def split(p): function splitext (line 117) | def splitext(p): function splitdrive (line 130) | def splitdrive(p): function basename (line 138) | def basename(p): function dirname (line 147) | def dirname(p): function islink (line 160) | def islink(path): function lexists (line 170) | def lexists(path): function samefile (line 181) | def samefile(f1, f2): function sameopenfile (line 191) | def sameopenfile(fp1, fp2): function samestat (line 201) | def samestat(s1, s2): function ismount (line 210) | def ismount(path): function expanduser (line 244) | def expanduser(path): function expandvars (line 289) | def expandvars(path): function normpath (line 339) | def normpath(path): function abspath (line 376) | def abspath(path): function realpath (line 390) | def realpath(filename): function _joinrealpath (line 398) | def _joinrealpath(path, rest, seen): function relpath (line 451) | def relpath(path, start=None): FILE: tests/pythons/win32-py32/Lib/pprint.py function pprint (line 51) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 57) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 61) | def saferepr(object): function isreadable (line 65) | def isreadable(object): function isrecursive (line 69) | def isrecursive(object): class _safe_key (line 73) | class _safe_key: method __init__ (line 85) | def __init__(self, obj): method __lt__ (line 88) | def __lt__(self, other): function _safe_tuple (line 99) | def _safe_tuple(t): class PrettyPrinter (line 103) | class PrettyPrinter: method __init__ (line 104) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 135) | def pprint(self, object): method pformat (line 139) | def pformat(self, object): method isrecursive (line 144) | def isrecursive(self, object): method isreadable (line 147) | def isreadable(self, object): method _format (line 151) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 247) | def _repr(self, object, context, level): method format (line 256) | def format(self, object, context, maxlevels, level): function _safe_repr (line 266) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 351) | def _recursion(object): function _perfcheck (line 356) | def _perfcheck(object=None): FILE: tests/pythons/win32-py32/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): function _get_time_times (line 87) | def _get_time_times(timer=os.times): function _get_time_resource (line 99) | def _get_time_resource(timer=resgetrusage): class Profile (line 106) | class Profile: method __init__ (line 147) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 198) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 216) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 231) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 245) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 264) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 272) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 294) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 305) | def trace_dispatch_return(self, frame, t): method set_cmd (line 359) | def set_cmd(self, cmd): class fake_code (line 364) | class fake_code: method __init__ (line 365) | def __init__(self, filename, line, name): method __repr__ (line 371) | def __repr__(self): class fake_frame (line 374) | class fake_frame: method __init__ (line 375) | def __init__(self, code, prior): method simulate_call (line 379) | def simulate_call(self, name): method simulate_cmd_complete (line 391) | def simulate_cmd_complete(self): method print_stats (line 402) | def print_stats(self, sort=-1): method dump_stats (line 407) | def dump_stats(self, file): method create_stats (line 413) | def create_stats(self): method snapshot_stats (line 417) | def snapshot_stats(self): method run (line 430) | def run(self, cmd): method runctx (line 435) | def runctx(self, cmd, globals, locals): method runcall (line 445) | def runcall(self, func, *args, **kw): method calibrate (line 494) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 505) | def _calibrate_inner(self, m, verbose): function main (line 569) | def main(): FILE: tests/pythons/win32-py32/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, stream=None): method init (line 72) | def init(self, arg): method load_stats (line 91) | def load_stats(self, arg): method get_top_level_stats (line 114) | def get_top_level_stats(self): method add (line 124) | def add(self, *arg_list): method dump_stats (line 150) | def dump_stats(self, filename): method get_sort_arg_defs (line 177) | def get_sort_arg_defs(self): method sort_stats (line 196) | def sort_stats(self, *field): method reverse_order (line 228) | def reverse_order(self): method strip_dirs (line 233) | def strip_dirs(self): method calc_callees (line 262) | def calc_callees(self): method eval_print_amount (line 281) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 307) | def get_print_list(self, sel_list): method print_stats (line 331) | def print_stats(self, *amount): method print_callees (line 354) | def print_callees(self, *amount): method print_callers (line 369) | def print_callers(self, *amount): method print_call_heading (line 380) | def print_call_heading(self, name_size, column_title): method print_call_line (line 392) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 417) | def print_title(self): method print_line (line 421) | def print_line(self, func): # hack: should print percentages class TupleComp (line 439) | class TupleComp: method __init__ (line 447) | def __init__(self, comp_select_list): method compare (line 450) | def compare (self, left, right): function func_strip_path (line 464) | def func_strip_path(func_name): function func_get_function_name (line 468) | def func_get_function_name(func): function func_std_string (line 471) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 488) | def add_func_stats(target, source): function add_callers (line 495) | def add_callers(target, source): function count_calls (line 513) | def count_calls(callers): function f8 (line 524) | def f8(x): class ProfileBrowser (line 538) | class ProfileBrowser(cmd.Cmd): method __init__ (line 539) | def __init__(self, profile=None): method generic (line 547) | def generic(self, fn, line): method generic_help (line 571) | def generic_help(self): method do_add (line 579) | def do_add(self, line): method help_add (line 585) | def help_add(self): method do_callees (line 588) | def do_callees(self, line): method help_callees (line 590) | def help_callees(self): method do_callers (line 594) | def do_callers(self, line): method help_callers (line 596) | def help_callers(self): method do_EOF (line 600) | def do_EOF(self, line): method help_EOF (line 603) | def help_EOF(self): method do_quit (line 606) | def do_quit(self, line): method help_quit (line 608) | def help_quit(self): method do_read (line 611) | def do_read(self, line): method help_read (line 628) | def help_read(self): method do_reverse (line 632) | def do_reverse(self, line): method help_reverse (line 638) | def help_reverse(self): method do_sort (line 641) | def do_sort(self, line): method help_sort (line 653) | def help_sort(self): method complete_sort (line 656) | def complete_sort(self, text, *args): method do_stats (line 659) | def do_stats(self, line): method help_stats (line 661) | def help_stats(self): method do_strip (line 665) | def do_strip(self, line): method help_strip (line 670) | def help_strip(self): method help_help (line 673) | def help_help(self): method postcmd (line 676) | def postcmd(self, stop, line): FILE: tests/pythons/win32-py32/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win32-py32/Lib/py_compile.py class PyCompileError (line 20) | class PyCompileError(Exception): method __init__ (line 48) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 64) | def __str__(self): function wr_long (line 68) | def wr_long(f, x): function compile (line 75) | def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1): function main (line 148) | def main(args=None): FILE: tests/pythons/win32-py32/Lib/pyclbr.py class Class (line 53) | class Class: method __init__ (line 55) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 65) | def _addmethod(self, name, lineno): class Function (line 68) | class Function: method __init__ (line 70) | def __init__(self, module, name, file, lineno): function readmodule (line 76) | def readmodule(module, path=None): function readmodule_ex (line 88) | def readmodule_ex(module, path=None): function _readmodule (line 97) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 279) | def _getnamelist(g): function _getname (line 299) | def _getname(g): function _main (line 318) | def _main(): FILE: tests/pythons/win32-py32/Lib/pydoc.py function pathdirs (line 79) | def pathdirs(): function getdoc (line 91) | def getdoc(object): function splitdoc (line 96) | def splitdoc(doc): function classname (line 105) | def classname(object, modname): function isdata (line 112) | def isdata(object): function replace (line 118) | def replace(text, *pairs): function cram (line 125) | def cram(text, maxlen): function stripid (line 134) | def stripid(text): function _is_some_method (line 139) | def _is_some_method(obj): function allmethods (line 145) | def allmethods(cl): function _split_list (line 155) | def _split_list(s, predicate): function visiblename (line 172) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 191) | def classify_class_attrs(object): function ispackage (line 202) | def ispackage(path): function source_synopsis (line 210) | def source_synopsis(file): function synopsis (line 227) | def synopsis(filename, cache={}): class ErrorDuringImport (line 249) | class ErrorDuringImport(Exception): method __init__ (line 251) | def __init__(self, filename, exc_info): method __str__ (line 255) | def __str__(self): function importfile (line 259) | def importfile(path): function safeimport (line 276) | def safeimport(path, forceload=0, cache={}): class Doc (line 325) | class Doc: method document (line 331) | def document(self, object, name=None, *args): method fail (line 349) | def fail(self, object, name=None, *args): method getdocloc (line 357) | def getdocloc(self, object): class HTMLRepr (line 386) | class HTMLRepr(Repr): method __init__ (line 388) | def __init__(self): method escape (line 394) | def escape(self, text): method repr (line 397) | def repr(self, object): method repr1 (line 400) | def repr1(self, x, level): method repr_string (line 407) | def repr_string(self, x, level): method repr_instance (line 420) | def repr_instance(self, x, level): class HTMLDoc (line 428) | class HTMLDoc(Doc): method page (line 437) | def page(self, title, contents): method heading (line 447) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 458) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 480) | def bigsection(self, title, *args): method preformat (line 485) | def preformat(self, text): method multicolumn (line 491) | def multicolumn(self, list, format, cols=4): method grey (line 503) | def grey(self, text): return '%s' % text method namelink (line 505) | def namelink(self, name, *dicts): method classlink (line 512) | def classlink(self, object, modname): method modulelink (line 520) | def modulelink(self, object): method modpkglink (line 524) | def modpkglink(self, modpkginfo): method filelink (line 539) | def filelink(self, url, path): method markup (line 543) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 581) | def formattree(self, tree, modname, parent=None): method docmodule (line 600) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 724) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 874) | def formatvalue(self, object): method docroutine (line 878) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 938) | def _docdescriptor(self, name, value, mod): method docproperty (line 951) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 955) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 960) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 964) | def index(self, dir, shadowed=None): class TextRepr (line 978) | class TextRepr(Repr): method __init__ (line 980) | def __init__(self): method repr1 (line 986) | def repr1(self, x, level): method repr_string (line 993) | def repr_string(self, x, level): method repr_instance (line 1004) | def repr_instance(self, x, level): class TextDoc (line 1010) | class TextDoc(Doc): method bold (line 1018) | def bold(self, text): method indent (line 1022) | def indent(self, text, prefix=' '): method section (line 1029) | def section(self, title, contents): method formattree (line 1036) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1052) | def docmodule(self, object, name=None, mod=None): method docclass (line 1153) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1274) | def formatvalue(self, object): method docroutine (line 1278) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1327) | def _docdescriptor(self, name, value, mod): method docproperty (line 1340) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1344) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1348) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... class _PlainTextDoc (line 1360) | class _PlainTextDoc(TextDoc): method bold (line 1362) | def bold(self, text): function pager (line 1367) | def pager(text): function getpager (line 1373) | def getpager(): function plain (line 1404) | def plain(text): function pipepager (line 1408) | def pipepager(text, cmd): function tempfilepager (line 1417) | def tempfilepager(text, cmd): function ttypager (line 1429) | def ttypager(text): function plainpager (line 1467) | def plainpager(text): function describe (line 1471) | def describe(thing): function locate (line 1498) | def locate(path, forceload=0): function resolve (line 1523) | def resolve(thing, forceload=0): function render_doc (line 1534) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1559) | def doc(thing, title='Python Library Documentation: %s', forceload=0, function writedoc (line 1570) | def writedoc(thing, forceload=0): function writedocs (line 1582) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1589) | class Helper: method __init__ (line 1762) | def __init__(self, input=None, output=None): method __repr__ (line 1769) | def __repr__(self): method __call__ (line 1776) | def __call__(self, request=_GoInteractive): method interact (line 1789) | def interact(self): method getline (line 1801) | def getline(self, prompt): method help (line 1810) | def help(self, request): method intro (line 1831) | def intro(self): method list (line 1848) | def list(self, items, columns=4, width=80): method listkeywords (line 1861) | def listkeywords(self): method listsymbols (line 1868) | def listsymbols(self): method listtopics (line 1876) | def listtopics(self): method showtopic (line 1883) | def showtopic(self, topic, more_xrefs=''): method _gettopic (line 1915) | def _gettopic(self, topic, more_xrefs=''): method showsymbol (line 1942) | def showsymbol(self, symbol): method listmodules (line 1947) | def listmodules(self, key=''): class Scanner (line 1976) | class Scanner: method __init__ (line 1978) | def __init__(self, roots, children, descendp): method next (line 1984) | def next(self): class ModuleScanner (line 2000) | class ModuleScanner: method run (line 2003) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 2068) | def apropos(key): function serve (line 2082) | def serve(port, callback=None, completer=None): function gui (line 2166) | def gui(): function _start_server (line 2348) | def _start_server(urlhandler, port): function _url_handler (line 2495) | def _url_handler(url, content_type="text/html"): function browse (line 2748) | def browse(port=0, *, open_browser=True): function ispath (line 2785) | def ispath(x): function cli (line 2788) | def cli(): FILE: tests/pythons/win32-py32/Lib/queue.py class Empty (line 13) | class Empty(Exception): class Full (line 17) | class Full(Exception): class Queue (line 21) | class Queue: method __init__ (line 26) | def __init__(self, maxsize=0): method task_done (line 45) | def task_done(self): method join (line 70) | def join(self): method qsize (line 86) | def qsize(self): method empty (line 93) | def empty(self): method full (line 110) | def full(self): method put (line 124) | def put(self, item, block=True, timeout=None): method put_nowait (line 159) | def put_nowait(self, item): method get (line 167) | def get(self, block=True, timeout=None): method get_nowait (line 201) | def get_nowait(self): method _init (line 214) | def _init(self, maxsize): method _qsize (line 217) | def _qsize(self, len=len): method _put (line 221) | def _put(self, item): method _get (line 225) | def _get(self): class PriorityQueue (line 229) | class PriorityQueue(Queue): method _init (line 235) | def _init(self, maxsize): method _qsize (line 238) | def _qsize(self, len=len): method _put (line 241) | def _put(self, item, heappush=heapq.heappush): method _get (line 244) | def _get(self, heappop=heapq.heappop): class LifoQueue (line 248) | class LifoQueue(Queue): method _init (line 251) | def _init(self, maxsize): method _qsize (line 254) | def _qsize(self, len=len): method _put (line 257) | def _put(self, item): method _get (line 260) | def _get(self): FILE: tests/pythons/win32-py32/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 36) | def quote(c): function encode (line 44) | def encode(input, output, quotetabs, header=False): function encodestring (line 108) | def encodestring(s, quotetabs=False, header=False): function decode (line 119) | def decode(input, output, header=False): function decodestring (line 162) | def decodestring(s, header=False): function ishex (line 174) | def ishex(c): function unhex (line 179) | def unhex(s): function main (line 197) | def main(): FILE: tests/pythons/win32-py32/Lib/random.py class Random (line 68) | class Random(_random.Random): method __init__ (line 84) | def __init__(self, x=None): method seed (line 93) | def seed(self, a=None, version=2): method getstate (line 123) | def getstate(self): method setstate (line 127) | def setstate(self, state): method __getstate__ (line 154) | def __getstate__(self): # for pickle method __setstate__ (line 157) | def __setstate__(self, state): # for pickle method __reduce__ (line 160) | def __reduce__(self): method randrange (line 165) | def randrange(self, start, stop=None, step=1, int=int): method randint (line 210) | def randint(self, a, b): method _randbelow (line 216) | def _randbelow(self, n, int=int, maxsize=1< (o.time, o.priority) method __ge__ (line 42) | def __ge__(s, o): return (s.time, s.priority) >= (o.time, o.priority) class scheduler (line 44) | class scheduler: method __init__ (line 45) | def __init__(self, timefunc, delayfunc): method enterabs (line 52) | def enterabs(self, time, priority, action, argument): method enter (line 63) | def enter(self, delay, priority, action, argument): method cancel (line 72) | def cancel(self, event): method empty (line 82) | def empty(self): method run (line 86) | def run(self): method queue (line 129) | def queue(self): FILE: tests/pythons/win32-py32/Lib/shelve.py class _ClosedDict (line 66) | class _ClosedDict(collections.MutableMapping): method closed (line 69) | def closed(self, *args): method __repr__ (line 73) | def __repr__(self): class Shelf (line 77) | class Shelf(collections.MutableMapping): method __init__ (line 84) | def __init__(self, dict, protocol=None, writeback=False, method __iter__ (line 94) | def __iter__(self): method __len__ (line 98) | def __len__(self): method __contains__ (line 101) | def __contains__(self, key): method get (line 104) | def get(self, key, default=None): method __getitem__ (line 109) | def __getitem__(self, key): method __setitem__ (line 119) | def __setitem__(self, key, value): method __delitem__ (line 127) | def __delitem__(self, key): method close (line 134) | def close(self): method __del__ (line 147) | def __del__(self): method sync (line 153) | def sync(self): class BsdDbShelf (line 164) | class BsdDbShelf(Shelf): method __init__ (line 177) | def __init__(self, dict, protocol=None, writeback=False, method set_location (line 181) | def set_location(self, key): method next (line 186) | def next(self): method previous (line 191) | def previous(self): method first (line 196) | def first(self): method last (line 201) | def last(self): class DbfilenameShelf (line 207) | class DbfilenameShelf(Shelf): method __init__ (line 214) | def __init__(self, filename, flag='c', protocol=None, writeback=False): function open (line 219) | def open(filename, flag='c', protocol=None, writeback=False): FILE: tests/pythons/win32-py32/Lib/shlex.py class shlex (line 17) | class shlex: method __init__ (line 19) | def __init__(self, instream=None, infile=None, posix=False): method push_token (line 55) | def push_token(self, tok): method push_source (line 61) | def push_source(self, newstream, newfile=None): method pop_source (line 75) | def pop_source(self): method get_token (line 84) | def get_token(self): method read_token (line 116) | def read_token(self): method sourcehook (line 244) | def sourcehook(self, newfile): method error_leader (line 253) | def error_leader(self, infile=None, lineno=None): method __iter__ (line 261) | def __iter__(self): method __next__ (line 264) | def __next__(self): function split (line 270) | def split(s, comments=False, posix=True): FILE: tests/pythons/win32-py32/Lib/shutil.py class Error (line 39) | class Error(EnvironmentError): class SpecialFileError (line 42) | class SpecialFileError(EnvironmentError): class ExecError (line 46) | class ExecError(EnvironmentError): class ReadError (line 49) | class ReadError(EnvironmentError): class RegistryError (line 52) | class RegistryError(Exception): function copyfileobj (line 62) | def copyfileobj(fsrc, fdst, length=16*1024): function _samefile (line 70) | def _samefile(src, dst): function copyfile (line 82) | def copyfile(src, dst): function copymode (line 102) | def copymode(src, dst): function copystat (line 109) | def copystat(src, dst): function copy (line 127) | def copy(src, dst): function copy2 (line 138) | def copy2(src, dst): function ignore_patterns (line 149) | def ignore_patterns(*patterns): function copytree (line 161) | def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function rmtree (line 243) | def rmtree(path, ignore_errors=False, onerror=None): function _basename (line 292) | def _basename(path): function move (line 297) | def move(src, dst): function _destinsrc (line 337) | def _destinsrc(src, dst): function _get_gid (line 346) | def _get_gid(name): function _get_uid (line 358) | def _get_uid(name): function _make_tarball (line 370) | def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_r... function _call_external_zip (line 432) | def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=Fa... function _make_zipfile (line 449) | def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function get_archive_formats (line 506) | def get_archive_formats(): function register_archive_format (line 516) | def register_archive_format(name, function, extra_args=None, description... function unregister_archive_format (line 537) | def unregister_archive_format(name): function make_archive (line 540) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... function get_unpack_formats (line 595) | def get_unpack_formats(): function _check_unpack_options (line 606) | def _check_unpack_options(extensions, function, extra_args): function register_unpack_format (line 624) | def register_unpack_format(name, extensions, function, extra_args=None, function unregister_unpack_format (line 646) | def unregister_unpack_format(name): function _ensure_directory (line 650) | def _ensure_directory(path): function _unpack_zipfile (line 656) | def _unpack_zipfile(filename, extract_dir): function _unpack_tarfile (line 693) | def _unpack_tarfile(filename, extract_dir): function _find_unpack_format (line 716) | def _find_unpack_format(filename): function unpack_archive (line 723) | def unpack_archive(filename, extract_dir=None, format=None): FILE: tests/pythons/win32-py32/Lib/site-packages/_markerlib/__init__.py function default_environment (line 7) | def default_environment(): function compile (line 9) | def compile(marker): function interpret (line 15) | def interpret(marker, environment=None, override=None): FILE: tests/pythons/win32-py32/Lib/site-packages/_markerlib/markers.py function python_implementation (line 33) | def python_implementation(): function default_environment (line 56) | def default_environment(): class ASTWhitelist (line 60) | class ASTWhitelist(ast.NodeTransformer): method __init__ (line 61) | def __init__(self, statement): method visit (line 70) | def visit(self, node): method visit_Attribute (line 78) | def visit_Attribute(self, node): function parse_marker (line 83) | def parse_marker(marker): function compile_marker (line 88) | def compile_marker(parsed_marker): function compile (line 94) | def compile(marker): function interpret (line 118) | def interpret(marker, environment=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/__init__.py function autocomplete (line 25) | def autocomplete(): function create_main_parser (line 98) | def create_main_parser(): function parseopts (line 128) | def parseopts(args): function main (line 170) | def main(initial_args=None): function bootstrap (line 188) | def bootstrap(): class FrozenRequirement (line 203) | class FrozenRequirement(object): method __init__ (line 205) | def __init__(self, name, req, editable, comments=()): method from_dist (line 215) | def from_dist(cls, dist, dependency_links, find_tags=False): method egg_name (line 260) | def egg_name(dist): method __str__ (line 267) | def __str__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/_markerlib/__init__.py function default_environment (line 7) | def default_environment(): function compile (line 9) | def compile(marker): function interpret (line 15) | def interpret(marker, environment=None, override=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/_markerlib/markers.py function python_implementation (line 33) | def python_implementation(): function default_environment (line 56) | def default_environment(): class ASTWhitelist (line 60) | class ASTWhitelist(ast.NodeTransformer): method __init__ (line 61) | def __init__(self, statement): method visit (line 70) | def visit(self, node): method visit_Attribute (line 78) | def visit_Attribute(self, node): function parse_marker (line 83) | def parse_marker(marker): function compile_marker (line 88) | def compile_marker(parsed_marker): function compile (line 94) | def compile(marker): function interpret (line 118) | def interpret(marker, environment=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/colorama/ansi.py function code_to_chars (line 9) | def code_to_chars(code): class AnsiCodes (line 12) | class AnsiCodes(object): method __init__ (line 13) | def __init__(self, codes): class AnsiFore (line 19) | class AnsiFore: class AnsiBack (line 30) | class AnsiBack: class AnsiStyle (line 41) | class AnsiStyle: FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py function is_a_tty (line 14) | def is_a_tty(stream): class StreamWrapper (line 18) | class StreamWrapper(object): method __init__ (line 24) | def __init__(self, wrapped, converter): method __getattr__ (line 30) | def __getattr__(self, name): method write (line 33) | def write(self, text): class AnsiToWin32 (line 37) | class AnsiToWin32(object): method __init__ (line 45) | def __init__(self, wrapped, convert=None, strip=None, autoreset=False): method should_wrap (line 74) | def should_wrap(self): method get_win32_calls (line 85) | def get_win32_calls(self): method write (line 113) | def write(self, text): method reset_all (line 123) | def reset_all(self): method write_and_convert (line 130) | def write_and_convert(self, text): method write_plain_text (line 145) | def write_plain_text(self, text, start, end): method convert_ansi (line 151) | def convert_ansi(self, paramstring, command): method extract_params (line 157) | def extract_params(self, paramstring): method call_win32 (line 165) | def call_win32(self, command, params): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/colorama/initialise.py function reset_all (line 17) | def reset_all(): function init (line 21) | def init(autoreset=False, convert=None, strip=None, wrap=True): function deinit (line 38) | def deinit(): function reinit (line 43) | def reinit(): function wrap_stream (line 48) | def wrap_stream(stream, convert, strip, autoreset, wrap): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/colorama/win32.py class CONSOLE_SCREEN_BUFFER_INFO (line 18) | class CONSOLE_SCREEN_BUFFER_INFO(Structure): method __str__ (line 27) | def __str__(self): function GetConsoleScreenBufferInfo (line 88) | def GetConsoleScreenBufferInfo(stream_id=STDOUT): function SetConsoleTextAttribute (line 95) | def SetConsoleTextAttribute(stream_id, attrs): function SetConsoleCursorPosition (line 99) | def SetConsoleCursorPosition(stream_id, position): function FillConsoleOutputCharacter (line 116) | def FillConsoleOutputCharacter(stream_id, char, length, start): function FillConsoleOutputAttribute (line 126) | def FillConsoleOutputAttribute(stream_id, attr, length, start): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/colorama/winterm.py class WinColor (line 6) | class WinColor(object): class WinStyle (line 17) | class WinStyle(object): class WinTerm (line 22) | class WinTerm(object): method __init__ (line 24) | def __init__(self): method get_attrs (line 31) | def get_attrs(self): method set_attrs (line 34) | def set_attrs(self, value): method reset_all (line 39) | def reset_all(self, on_stderr=None): method fore (line 43) | def fore(self, fore=None, on_stderr=False): method back (line 49) | def back(self, back=None, on_stderr=False): method style (line 55) | def style(self, style=None, on_stderr=False): method set_console (line 61) | def set_console(self, attrs=None, on_stderr=False): method get_position (line 69) | def get_position(self, handle): method set_cursor_position (line 77) | def set_cursor_position(self, position=None, on_stderr=False): method cursor_up (line 87) | def cursor_up(self, num_rows=0, on_stderr=False): method erase_data (line 97) | def erase_data(self, mode=0, on_stderr=False): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/__init__.py class DistlibException (line 11) | class DistlibException(Exception): class NullHandler (line 17) | class NullHandler(logging.Handler): method handle (line 18) | def handle(self, record): pass method emit (line 19) | def emit(self, record): pass FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py function cache_from_source (line 17) | def cache_from_source(py_file, debug=__debug__): function callable (line 27) | def callable(obj): function fsencode (line 34) | def fsencode(filename): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py class Error (line 44) | class Error(EnvironmentError): class SpecialFileError (line 47) | class SpecialFileError(EnvironmentError): class ExecError (line 51) | class ExecError(EnvironmentError): class ReadError (line 54) | class ReadError(EnvironmentError): class RegistryError (line 57) | class RegistryError(Exception): function copyfileobj (line 67) | def copyfileobj(fsrc, fdst, length=16*1024): function _samefile (line 75) | def _samefile(src, dst): function copyfile (line 87) | def copyfile(src, dst): function copymode (line 107) | def copymode(src, dst): function copystat (line 114) | def copystat(src, dst): function copy (line 130) | def copy(src, dst): function copy2 (line 141) | def copy2(src, dst): function ignore_patterns (line 152) | def ignore_patterns(*patterns): function copytree (line 164) | def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function rmtree (line 246) | def rmtree(path, ignore_errors=False, onerror=None): function _basename (line 295) | def _basename(path): function move (line 300) | def move(src, dst): function _destinsrc (line 340) | def _destinsrc(src, dst): function _get_gid (line 349) | def _get_gid(name): function _get_uid (line 361) | def _get_uid(name): function _make_tarball (line 373) | def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_r... function _call_external_zip (line 435) | def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=Fa... function _make_zipfile (line 452) | def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function get_archive_formats (line 510) | def get_archive_formats(): function register_archive_format (line 520) | def register_archive_format(name, function, extra_args=None, description... function unregister_archive_format (line 541) | def unregister_archive_format(name): function make_archive (line 544) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... function get_unpack_formats (line 599) | def get_unpack_formats(): function _check_unpack_options (line 610) | def _check_unpack_options(extensions, function, extra_args): function register_unpack_format (line 628) | def register_unpack_format(name, extensions, function, extra_args=None, function unregister_unpack_format (line 650) | def unregister_unpack_format(name): function _ensure_directory (line 654) | def _ensure_directory(path): function _unpack_zipfile (line 660) | def _unpack_zipfile(filename, extract_dir): function _unpack_tarfile (line 697) | def _unpack_tarfile(filename, extract_dir): function _find_unpack_format (line 720) | def _find_unpack_format(filename): function unpack_archive (line 727) | def unpack_archive(filename, extract_dir=None, format=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py function _safe_realpath (line 34) | def _safe_realpath(path): function is_python_build (line 58) | def is_python_build(): function _ensure_cfg_read (line 68) | def _ensure_cfg_read(): function _expand_globals (line 89) | def _expand_globals(config): function _subst_vars (line 133) | def _subst_vars(path, local_vars): function _extend_dict (line 149) | def _extend_dict(target_dict, other_dict): function _expand_vars (line 157) | def _expand_vars(scheme, vars): function format_value (line 170) | def format_value(value, vars): function _get_default_scheme (line 179) | def _get_default_scheme(): function _getuserbase (line 186) | def _getuserbase(): function _parse_makefile (line 215) | def _parse_makefile(filename, vars=None): function get_makefile_filename (line 333) | def get_makefile_filename(): function _init_posix (line 344) | def _init_posix(vars): function _init_non_posix (line 372) | def _init_non_posix(vars): function parse_config_h (line 388) | def parse_config_h(fp, vars=None): function get_config_h_filename (line 419) | def get_config_h_filename(): function get_scheme_names (line 431) | def get_scheme_names(): function get_path_names (line 436) | def get_path_names(): function get_paths (line 442) | def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function get_path (line 455) | def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function get_config_vars (line 463) | def get_config_vars(*args): function get_config_var (line 594) | def get_config_var(name): function get_platform (line 603) | def get_platform(): function get_python_version (line 765) | def get_python_version(): function _print_dict (line 769) | def _print_dict(title, data): function _main (line 776) | def _main(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py function stn (line 185) | def stn(s, length, encoding, errors): function nts (line 191) | def nts(s, encoding, errors): function nti (line 199) | def nti(s): function itn (line 216) | def itn(n, digits=8, format=DEFAULT_FORMAT): function calc_chksums (line 243) | def calc_chksums(buf): function copyfileobj (line 256) | def copyfileobj(src, dst, length=None): function filemode (line 312) | def filemode(mode): class TarError (line 327) | class TarError(Exception): class ExtractError (line 330) | class ExtractError(TarError): class ReadError (line 333) | class ReadError(TarError): class CompressionError (line 336) | class CompressionError(TarError): class StreamError (line 339) | class StreamError(TarError): class HeaderError (line 342) | class HeaderError(TarError): class EmptyHeaderError (line 345) | class EmptyHeaderError(HeaderError): class TruncatedHeaderError (line 348) | class TruncatedHeaderError(HeaderError): class EOFHeaderError (line 351) | class EOFHeaderError(HeaderError): class InvalidHeaderError (line 354) | class InvalidHeaderError(HeaderError): class SubsequentHeaderError (line 357) | class SubsequentHeaderError(HeaderError): class _LowLevelFile (line 364) | class _LowLevelFile(object): method __init__ (line 370) | def __init__(self, name, mode): method close (line 379) | def close(self): method read (line 382) | def read(self, size): method write (line 385) | def write(self, s): class _Stream (line 388) | class _Stream(object): method __init__ (line 399) | def __init__(self, name, mode, comptype, fileobj, bufsize): method __del__ (line 451) | def __del__(self): method _init_write_gz (line 455) | def _init_write_gz(self): method write (line 469) | def write(self, s): method __write (line 479) | def __write(self, s): method close (line 488) | def close(self): method _init_read_gz (line 516) | def _init_read_gz(self): method tell (line 547) | def tell(self): method seek (line 552) | def seek(self, pos=0): method read (line 565) | def read(self, size=None): method _read (line 583) | def _read(self, size): method __read (line 604) | def __read(self, size): class _StreamProxy (line 620) | class _StreamProxy(object): method __init__ (line 625) | def __init__(self, fileobj): method read (line 629) | def read(self, size): method getcomptype (line 633) | def getcomptype(self): method close (line 640) | def close(self): class _BZ2Proxy (line 644) | class _BZ2Proxy(object): method __init__ (line 654) | def __init__(self, fileobj, mode): method init (line 660) | def init(self): method read (line 670) | def read(self, size): method seek (line 685) | def seek(self, pos): method tell (line 690) | def tell(self): method write (line 693) | def write(self, data): method close (line 698) | def close(self): class _FileInFile (line 707) | class _FileInFile(object): method __init__ (line 713) | def __init__(self, fileobj, offset, size, blockinfo=None): method seekable (line 736) | def seekable(self): method tell (line 742) | def tell(self): method seek (line 747) | def seek(self, position): method read (line 752) | def read(self, size=None): class ExFileObject (line 782) | class ExFileObject(object): method __init__ (line 788) | def __init__(self, tarfile, tarinfo): method readable (line 801) | def readable(self): method writable (line 804) | def writable(self): method seekable (line 807) | def seekable(self): method read (line 810) | def read(self, size=None): method readline (line 837) | def readline(self, size=-1): method readlines (line 866) | def readlines(self): method tell (line 876) | def tell(self): method seek (line 884) | def seek(self, pos, whence=os.SEEK_SET): method close (line 905) | def close(self): method __iter__ (line 910) | def __iter__(self): class TarInfo (line 923) | class TarInfo(object): method __init__ (line 937) | def __init__(self, name=""): method _getpath (line 963) | def _getpath(self): method _setpath (line 965) | def _setpath(self, name): method _getlinkpath (line 969) | def _getlinkpath(self): method _setlinkpath (line 971) | def _setlinkpath(self, linkname): method __repr__ (line 975) | def __repr__(self): method get_info (line 978) | def get_info(self): method tobuf (line 1002) | def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surr... method create_ustar_header (line 1016) | def create_ustar_header(self, info, encoding, errors): method create_gnu_header (line 1029) | def create_gnu_header(self, info, encoding, errors): method create_pax_header (line 1043) | def create_pax_header(self, info, encoding): method create_pax_global_header (line 1093) | def create_pax_global_header(cls, pax_headers): method _posix_split_name (line 1098) | def _posix_split_name(self, name): method _create_header (line 1114) | def _create_header(info, format, encoding, errors): method _create_payload (line 1142) | def _create_payload(payload): method _create_gnu_long_header (line 1152) | def _create_gnu_long_header(cls, name, type, encoding, errors): method _create_pax_generic_header (line 1169) | def _create_pax_generic_header(cls, pax_headers, type, encoding): method frombuf (line 1220) | def frombuf(cls, buf, encoding, errors): method fromtarfile (line 1283) | def fromtarfile(cls, tarfile): method _proc_member (line 1303) | def _proc_member(self, tarfile): method _proc_builtin (line 1316) | def _proc_builtin(self, tarfile): method _proc_gnulong (line 1333) | def _proc_gnulong(self, tarfile): method _proc_sparse (line 1355) | def _proc_sparse(self, tarfile): method _proc_pax (line 1383) | def _proc_pax(self, tarfile): method _proc_gnusparse_00 (line 1485) | def _proc_gnusparse_00(self, next, pax_headers, buf): method _proc_gnusparse_01 (line 1496) | def _proc_gnusparse_01(self, next, pax_headers): method _proc_gnusparse_10 (line 1502) | def _proc_gnusparse_10(self, next, pax_headers, tarfile): method _apply_pax_info (line 1518) | def _apply_pax_info(self, pax_headers, encoding, errors): method _decode_pax_field (line 1541) | def _decode_pax_field(self, value, encoding, fallback_encoding, fallba... method _block (line 1549) | def _block(self, count): method isreg (line 1558) | def isreg(self): method isfile (line 1560) | def isfile(self): method isdir (line 1562) | def isdir(self): method issym (line 1564) | def issym(self): method islnk (line 1566) | def islnk(self): method ischr (line 1568) | def ischr(self): method isblk (line 1570) | def isblk(self): method isfifo (line 1572) | def isfifo(self): method issparse (line 1574) | def issparse(self): method isdev (line 1576) | def isdev(self): class TarFile (line 1580) | class TarFile(object): method __init__ (line 1606) | def __init__(self, name=None, mode="r", fileobj=None, format=None, method open (line 1714) | def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, *... method taropen (line 1790) | def taropen(cls, name, mode="r", fileobj=None, **kwargs): method gzopen (line 1798) | def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): method bz2open (line 1829) | def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwar... method close (line 1864) | def close(self): method getmember (line 1884) | def getmember(self, name): method getmembers (line 1895) | def getmembers(self): method getnames (line 1905) | def getnames(self): method gettarinfo (line 1911) | def gettarinfo(self, name=None, arcname=None, fileobj=None): method list (line 2009) | def list(self, verbose=True): method add (line 2038) | def add(self, name, arcname=None, recursive=True, exclude=None, filter... method addfile (line 2100) | def addfile(self, tarinfo, fileobj=None): method extractall (line 2126) | def extractall(self, path=".", members=None): method extract (line 2164) | def extract(self, member, path="", set_attrs=True): method extractfile (line 2199) | def extractfile(self, member): method _extract_member (line 2237) | def _extract_member(self, tarinfo, targetpath, set_attrs=True): method makedir (line 2285) | def makedir(self, tarinfo, targetpath): method makefile (line 2296) | def makefile(self, tarinfo, targetpath): method makeunknown (line 2312) | def makeunknown(self, tarinfo, targetpath): method makefifo (line 2320) | def makefifo(self, tarinfo, targetpath): method makedev (line 2328) | def makedev(self, tarinfo, targetpath): method makelink (line 2343) | def makelink(self, tarinfo, targetpath): method chown (line 2372) | def chown(self, tarinfo, targetpath): method chmod (line 2394) | def chmod(self, tarinfo, targetpath): method utime (line 2403) | def utime(self, tarinfo, targetpath): method next (line 2414) | def next(self): method _getmember (line 2463) | def _getmember(self, name, tarinfo=None, normalize=False): method _load (line 2486) | def _load(self): method _check (line 2496) | def _check(self, mode=None): method _find_link_target (line 2505) | def _find_link_target(self, tarinfo): method __iter__ (line 2524) | def __iter__(self): method _dbg (line 2532) | def _dbg(self, level, msg): method __enter__ (line 2538) | def __enter__(self): method __exit__ (line 2542) | def __exit__(self, type, value, traceback): class TarIter (line 2553) | class TarIter(object): method __init__ (line 2560) | def __init__(self, tarfile): method __iter__ (line 2565) | def __iter__(self): method __next__ (line 2570) | def __next__(self): function is_tarfile (line 2595) | def is_tarfile(name): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/compat.py function quote (line 25) | def quote(s): function splituser (line 45) | def splituser(host): class CertificateError (line 85) | class CertificateError(ValueError): function _dnsname_to_pat (line 89) | def _dnsname_to_pat(dn): function match_hostname (line 103) | def match_hostname(cert, hostname): class Container (line 147) | class Container(object): method __init__ (line 151) | def __init__(self, **kwargs): function which (line 159) | def which(cmd, mode=os.F_OK | os.X_OK, path=None): class ZipExtFile (line 231) | class ZipExtFile(BaseZipExtFile): method __init__ (line 232) | def __init__(self, base): method __enter__ (line 235) | def __enter__(self): method __exit__ (line 238) | def __exit__(self, *exc_info): class ZipFile (line 242) | class ZipFile(BaseZipFile): method __enter__ (line 243) | def __enter__(self): method __exit__ (line 246) | def __exit__(self, *exc_info): method open (line 250) | def open(self, *args, **kwargs): function python_implementation (line 257) | def python_implementation(): function callable (line 277) | def callable(obj): function fsencode (line 291) | def fsencode(filename): function fsdecode (line 300) | def fsdecode(filename): function _get_normal_name (line 317) | def _get_normal_name(orig_enc): function detect_encoding (line 328) | def detect_encoding(readline): function _recursive_repr (line 436) | def _recursive_repr(fillvalue='...'): class ChainMap (line 465) | class ChainMap(MutableMapping): method __init__ (line 478) | def __init__(self, *maps): method __missing__ (line 485) | def __missing__(self, key): method __getitem__ (line 488) | def __getitem__(self, key): method get (line 496) | def get(self, key, default=None): method __len__ (line 499) | def __len__(self): method __iter__ (line 502) | def __iter__(self): method __contains__ (line 505) | def __contains__(self, key): method __bool__ (line 508) | def __bool__(self): method __repr__ (line 512) | def __repr__(self): method fromkeys (line 517) | def fromkeys(cls, iterable, *args): method copy (line 521) | def copy(self): method new_child (line 527) | def new_child(self): # like Django's Context.pu... method parents (line 532) | def parents(self): # like Django's Context.pop() method __setitem__ (line 536) | def __setitem__(self, key, value): method __delitem__ (line 539) | def __delitem__(self, key): method popitem (line 545) | def popitem(self): method pop (line 552) | def pop(self, key, *args): method clear (line 559) | def clear(self): function cache_from_source (line 566) | def cache_from_source(path, debug_override=None): class OrderedDict (line 593) | class OrderedDict(dict): method __init__ (line 605) | def __init__(self, *args, **kwds): method __setitem__ (line 621) | def __setitem__(self, key, value, dict_setitem=dict.__setitem__): method __delitem__ (line 631) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 640) | def __iter__(self): method __reversed__ (line 648) | def __reversed__(self): method clear (line 656) | def clear(self): method popitem (line 668) | def popitem(self, last=True): method keys (line 693) | def keys(self): method values (line 697) | def values(self): method items (line 701) | def items(self): method iterkeys (line 705) | def iterkeys(self): method itervalues (line 709) | def itervalues(self): method iteritems (line 714) | def iteritems(self): method update (line 719) | def update(*args, **kwds): method pop (line 754) | def pop(self, key, default=__marker): method setdefault (line 767) | def setdefault(self, key, default=None): method __repr__ (line 774) | def __repr__(self, _repr_running=None): method __reduce__ (line 788) | def __reduce__(self): method copy (line 798) | def copy(self): method fromkeys (line 803) | def fromkeys(cls, iterable, value=None): method __eq__ (line 813) | def __eq__(self, other): method __ne__ (line 822) | def __ne__(self, other): method viewkeys (line 827) | def viewkeys(self): method viewvalues (line 831) | def viewvalues(self): method viewitems (line 835) | def viewitems(self): function valid_ident (line 845) | def valid_ident(s): class ConvertingDict (line 861) | class ConvertingDict(dict): method __getitem__ (line 864) | def __getitem__(self, key): method get (line 876) | def get(self, key, default=None): function pop (line 888) | def pop(self, key, default=None): class ConvertingList (line 898) | class ConvertingList(list): method __getitem__ (line 900) | def __getitem__(self, key): method pop (line 912) | def pop(self, idx=-1): class ConvertingTuple (line 921) | class ConvertingTuple(tuple): method __getitem__ (line 923) | def __getitem__(self, key): class BaseConfigurator (line 933) | class BaseConfigurator(object): method __init__ (line 953) | def __init__(self, config): method resolve (line 957) | def resolve(self, s): method ext_convert (line 980) | def ext_convert(self, value): method cfg_convert (line 984) | def cfg_convert(self, value): method convert (line 1018) | def convert(self, value): method configure_custom (line 1046) | def configure_custom(self, config): method as_tuple (line 1060) | def as_tuple(self, value): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/database.py class _Cache (line 44) | class _Cache(object): method __init__ (line 48) | def __init__(self): method clear (line 56) | def clear(self): method add (line 64) | def add(self, dist): class DistributionPath (line 74) | class DistributionPath(object): method __init__ (line 78) | def __init__(self, path=None, include_egg=False): method _get_cache_enabled (line 98) | def _get_cache_enabled(self): method _set_cache_enabled (line 101) | def _set_cache_enabled(self, value): method clear_cache (line 106) | def clear_cache(self): method _yield_distributions (line 114) | def _yield_distributions(self): method _generate_cache (line 152) | def _generate_cache(self): method distinfo_dirname (line 172) | def distinfo_dirname(cls, name, version): method get_distributions (line 193) | def get_distributions(self): method get_distribution (line 215) | def get_distribution(self, name): method provides_distribution (line 241) | def provides_distribution(self, name, version=None): method get_file_path (line 277) | def get_file_path(self, name, relative_path): method get_exported_entries (line 286) | def get_exported_entries(self, category, name=None): class Distribution (line 305) | class Distribution(object): method __init__ (line 323) | def __init__(self, metadata): method source_url (line 339) | def source_url(self): method name_and_version (line 348) | def name_and_version(self): method provides (line 355) | def provides(self): method _get_requirements (line 366) | def _get_requirements(self, req_attr): method run_requires (line 372) | def run_requires(self): method meta_requires (line 376) | def meta_requires(self): method build_requires (line 380) | def build_requires(self): method test_requires (line 384) | def test_requires(self): method dev_requires (line 388) | def dev_requires(self): method matches_requirement (line 391) | def matches_requirement(self, req): method __repr__ (line 425) | def __repr__(self): method __eq__ (line 435) | def __eq__(self, other): method __hash__ (line 451) | def __hash__(self): class BaseInstalledDistribution (line 458) | class BaseInstalledDistribution(Distribution): method __init__ (line 466) | def __init__(self, metadata, path, env=None): method get_hash (line 481) | def get_hash(self, data, hasher=None): class InstalledDistribution (line 513) | class InstalledDistribution(BaseInstalledDistribution): method __init__ (line 523) | def __init__(self, path, metadata=None, env=None): method __repr__ (line 551) | def __repr__(self): method __str__ (line 555) | def __str__(self): method _get_records (line 558) | def _get_records(self): method exports (line 582) | def exports(self): method read_exports (line 595) | def read_exports(self): method write_exports (line 610) | def write_exports(self, exports): method get_resource_path (line 621) | def get_resource_path(self, relative_path): method list_installed_files (line 641) | def list_installed_files(self): method write_installed_files (line 651) | def write_installed_files(self, paths, prefix, dry_run=False): method check_installed_files (line 686) | def check_installed_files(self): method shared_locations (line 722) | def shared_locations(self): method write_shared_locations (line 748) | def write_shared_locations(self, paths, dry_run=False): method get_distinfo_resource (line 773) | def get_distinfo_resource(self, path): method get_distinfo_file (line 782) | def get_distinfo_file(self, path): method list_distinfo_files (line 811) | def list_distinfo_files(self): method __eq__ (line 827) | def __eq__(self, other): class EggInfoDistribution (line 835) | class EggInfoDistribution(BaseInstalledDistribution): method __init__ (line 844) | def __init__(self, path, env=None): method _get_metadata (line 865) | def _get_metadata(self, path): method __repr__ (line 940) | def __repr__(self): method __str__ (line 944) | def __str__(self): method check_installed_files (line 947) | def check_installed_files(self): method list_installed_files (line 966) | def list_installed_files(self): method list_distinfo_files (line 1004) | def list_distinfo_files(self, absolute=False): method __eq__ (line 1032) | def __eq__(self, other): class DependencyGraph (line 1043) | class DependencyGraph(object): method __init__ (line 1059) | def __init__(self): method add_distribution (line 1064) | def add_distribution(self, distribution): method add_edge (line 1074) | def add_edge(self, x, y, label=None): method add_missing (line 1089) | def add_missing(self, distribution, requirement): method _repr_dist (line 1100) | def _repr_dist(self, dist): method repr_node (line 1103) | def repr_node(self, dist, level=1): method to_dot (line 1116) | def to_dot(self, f, skip_disconnected=True): method topological_sort (line 1148) | def topological_sort(self): method __repr__ (line 1179) | def __repr__(self): function make_graph (line 1187) | def make_graph(dists, scheme='default'): function get_dependent_dists (line 1241) | def get_dependent_dists(dists, dist): function get_required_dists (line 1267) | def get_required_dists(dists, dist): function make_dist (line 1292) | def make_dist(name, version, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/index.py class PackageIndex (line 28) | class PackageIndex(object): method __init__ (line 36) | def __init__(self, url=None): method _get_pypirc_command (line 63) | def _get_pypirc_command(self): method read_configuration (line 73) | def read_configuration(self): method save_configuration (line 88) | def save_configuration(self): method check_credentials (line 100) | def check_credentials(self): method register (line 112) | def register(self, metadata): method _reader (line 132) | def _reader(self, name, stream, outbuf): method get_sign_command (line 150) | def get_sign_command(self, filename, signer, sign_password): method run_command (line 173) | def run_command(self, cmd, input_data=None): method sign_file (line 208) | def sign_file(self, filename, signer, sign_password): method upload_file (line 227) | def upload_file(self, metadata, filename, signer=None, sign_password=N... method upload_documentation (line 280) | def upload_documentation(self, metadata, doc_dir): method get_verify_command (line 308) | def get_verify_command(self, signature_filename, data_filename): method verify_signature (line 326) | def verify_signature(self, signature_filename, data_filename): method download_file (line 346) | def download_file(self, url, destfile, digest=None, reporthook=None): method send_request (line 423) | def send_request(self, req): method encode_request (line 439) | def encode_request(self, fields, files): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/locators.py function get_all_distribution_names (line 41) | def get_all_distribution_names(url=None): class RedirectHandler (line 52) | class RedirectHandler(BaseRedirectHandler): method http_error_302 (line 61) | def http_error_302(self, req, fp, code, msg, headers): class Locator (line 83) | class Locator(object): method __init__ (line 99) | def __init__(self, scheme='default'): method clear_cache (line 117) | def clear_cache(self): method _get_scheme (line 120) | def _get_scheme(self): method _set_scheme (line 123) | def _set_scheme(self, value): method _get_project (line 128) | def _get_project(self, name): method get_distribution_names (line 140) | def get_distribution_names(self): method get_project (line 146) | def get_project(self, name): method score_url (line 162) | def score_url(self, url): method prefer_url (line 171) | def prefer_url(self, url1, url2): method split_filename (line 192) | def split_filename(self, filename, project_name): method convert_url_to_download_info (line 198) | def convert_url_to_download_info(self, url, project_name): method _get_digest (line 275) | def _get_digest(self, info): method _update_version_data (line 291) | def _update_version_data(self, result, info): method locate (line 311) | def locate(self, requirement, prereleases=False): class PyPIRPCLocator (line 360) | class PyPIRPCLocator(Locator): method __init__ (line 365) | def __init__(self, url, **kwargs): method get_distribution_names (line 376) | def get_distribution_names(self): method _get_project (line 382) | def _get_project(self, name): class PyPIJSONLocator (line 403) | class PyPIJSONLocator(Locator): method __init__ (line 408) | def __init__(self, url, **kwargs): method get_distribution_names (line 412) | def get_distribution_names(self): method _get_project (line 418) | def _get_project(self, name): class Page (line 445) | class Page(object): method __init__ (line 461) | def __init__(self, data, url): method links (line 475) | def links(self): class SimpleScrapingLocator (line 503) | class SimpleScrapingLocator(Locator): method __init__ (line 517) | def __init__(self, url, timeout=None, num_workers=10, **kwargs): method _prepare_threads (line 538) | def _prepare_threads(self): method _wait_threads (line 551) | def _wait_threads(self): method _get_project (line 564) | def _get_project(self, name): method _is_platform_dependent (line 583) | def _is_platform_dependent(self, url): method _process_download (line 589) | def _process_download(self, url): method _should_queue (line 609) | def _should_queue(self, link, referrer, rel): method _fetch (line 638) | def _fetch(self): method get_page (line 666) | def get_page(self, url): method get_distribution_names (line 727) | def get_distribution_names(self): class DirectoryLocator (line 739) | class DirectoryLocator(Locator): method __init__ (line 744) | def __init__(self, path, **kwargs): method should_include (line 761) | def should_include(self, filename, parent): method _get_project (line 769) | def _get_project(self, name): method get_distribution_names (line 785) | def get_distribution_names(self): class JSONLocator (line 804) | class JSONLocator(Locator): method get_distribution_names (line 811) | def get_distribution_names(self): method _get_project (line 817) | def _get_project(self, name): class DistPathLocator (line 841) | class DistPathLocator(Locator): method __init__ (line 846) | def __init__(self, distpath, **kwargs): method _get_project (line 856) | def _get_project(self, name): class AggregatingLocator (line 865) | class AggregatingLocator(Locator): method __init__ (line 869) | def __init__(self, *locators, **kwargs): method clear_cache (line 885) | def clear_cache(self): method _set_scheme (line 890) | def _set_scheme(self, value): method _get_project (line 897) | def _get_project(self, name): method get_distribution_names (line 928) | def get_distribution_names(self): class DependencyFinder (line 954) | class DependencyFinder(object): method __init__ (line 959) | def __init__(self, locator=None): method add_distribution (line 967) | def add_distribution(self, dist): method remove_distribution (line 982) | def remove_distribution(self, dist): method get_matcher (line 1000) | def get_matcher(self, reqt): method find_providers (line 1016) | def find_providers(self, reqt): method try_to_replace (line 1040) | def try_to_replace(self, provider, other, problems): method find (line 1079) | def find(self, requirement, meta_extras=None, prereleases=False): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/manifest.py class Manifest (line 30) | class Manifest(object): method __init__ (line 35) | def __init__(self, base=None): method findall (line 50) | def findall(self): method add (line 77) | def add(self, item): method add_many (line 87) | def add_many(self, items): method sorted (line 96) | def sorted(self, wantdirs=False): method clear (line 118) | def clear(self): method process_directive (line 123) | def process_directive(self, directive): method _parse_directive (line 199) | def _parse_directive(self, directive): method _include_pattern (line 246) | def _include_pattern(self, pattern, anchor=True, prefix=None, method _exclude_pattern (line 287) | def _exclude_pattern(self, pattern, anchor=True, prefix=None, method _translate_pattern (line 307) | def _translate_pattern(self, pattern, anchor=True, prefix=None, method _glob_to_re (line 343) | def _glob_to_re(self, pattern): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/markers.py class Evaluator (line 20) | class Evaluator(object): method __init__ (line 51) | def __init__(self, context=None): method get_fragment (line 60) | def get_fragment(self, offset): method get_handler (line 70) | def get_handler(self, node_type): method evaluate (line 76) | def evaluate(self, node, filename=None): method get_attr_key (line 102) | def get_attr_key(self, node): method do_attribute (line 106) | def do_attribute(self, node): method do_boolop (line 120) | def do_boolop(self, node): method do_compare (line 132) | def do_compare(self, node): method do_expression (line 162) | def do_expression(self, node): method do_name (line 165) | def do_name(self, node): method do_str (line 177) | def do_str(self, node): function interpret (line 181) | def interpret(marker, execution_context=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/metadata.py class MetadataMissingError (line 28) | class MetadataMissingError(DistlibException): class MetadataConflictError (line 32) | class MetadataConflictError(DistlibException): class MetadataUnrecognizedVersionError (line 36) | class MetadataUnrecognizedVersionError(DistlibException): class MetadataInvalidError (line 40) | class MetadataInvalidError(DistlibException): function _version2fieldlist (line 102) | def _version2fieldlist(version): function _best_version (line 114) | def _best_version(fields): function _get_name_and_version (line 222) | def _get_name_and_version(name, version, for_filename=False): class LegacyMetadata (line 235) | class LegacyMetadata(object): method __init__ (line 247) | def __init__(self, path=None, fileobj=None, mapping=None, method set_metadata_version (line 263) | def set_metadata_version(self): method _write_field (line 266) | def _write_field(self, fileobj, name, value): method __getitem__ (line 269) | def __getitem__(self, name): method __setitem__ (line 272) | def __setitem__(self, name, value): method __delitem__ (line 275) | def __delitem__(self, name): method __contains__ (line 282) | def __contains__(self, name): method _convert_name (line 286) | def _convert_name(self, name): method _default_value (line 292) | def _default_value(self, name): method _remove_line_prefix (line 297) | def _remove_line_prefix(self, value): method __getattr__ (line 300) | def __getattr__(self, name): method get_fullname (line 311) | def get_fullname(self, filesafe=False): method is_field (line 317) | def is_field(self, name): method is_multi_field (line 322) | def is_multi_field(self, name): method read (line 326) | def read(self, filepath): method read_file (line 334) | def read_file(self, fileob): method write (line 356) | def write(self, filepath, skip_unknown=False): method write_file (line 364) | def write_file(self, fileobject, skip_unknown=False): method update (line 386) | def update(self, other=None, **kwargs): method set (line 414) | def set(self, name, value): method get (line 458) | def get(self, name, default=_MISSING): method check (line 487) | def check(self, strict=False): method todict (line 531) | def todict(self, skip_missing=False): method add_requirements (line 590) | def add_requirements(self, requirements): method keys (line 601) | def keys(self): method __iter__ (line 604) | def __iter__(self): method values (line 608) | def values(self): method items (line 611) | def items(self): method __repr__ (line 614) | def __repr__(self): class Metadata (line 622) | class Metadata(object): method __init__ (line 664) | def __init__(self, path=None, fileobj=None, mapping=None, method __getattribute__ (line 732) | def __getattribute__(self, key): method _validate_value (line 753) | def _validate_value(self, key, value, scheme=None): method __setattr__ (line 763) | def __setattr__(self, key, value): method name_and_version (line 791) | def name_and_version(self): method provides (line 795) | def provides(self): method provides (line 806) | def provides(self, value): method get_requirements (line 812) | def get_requirements(self, reqts, extras=None, env=None): method dictionary (line 855) | def dictionary(self): method dependencies (line 861) | def dependencies(self): method dependencies (line 868) | def dependencies(self, value): method _validate_mapping (line 874) | def _validate_mapping(self, mapping, scheme): method validate (line 888) | def validate(self): method todict (line 897) | def todict(self): method _from_legacy (line 904) | def _from_legacy(self): method _to_legacy (line 942) | def _to_legacy(self): method write (line 979) | def write(self, path=None, fileobj=None, legacy=False, skip_unknown=Tr... method add_requirements (line 1005) | def add_requirements(self, requirements): method __repr__ (line 1011) | def __repr__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/resources.py class Cache (line 25) | class Cache(object): method __init__ (line 31) | def __init__(self, base=None): method prefix_to_dir (line 48) | def prefix_to_dir(self, prefix): method is_stale (line 54) | def is_stale(self, resource, path): method get (line 65) | def get(self, resource): method clear (line 90) | def clear(self): class ResourceBase (line 109) | class ResourceBase(object): method __init__ (line 110) | def __init__(self, finder, name): class Resource (line 115) | class Resource(ResourceBase): method as_stream (line 123) | def as_stream(self): method file_path (line 133) | def file_path(self): method bytes (line 137) | def bytes(self): method size (line 141) | def size(self): class ResourceContainer (line 145) | class ResourceContainer(ResourceBase): method resources (line 149) | def resources(self): class ResourceFinder (line 153) | class ResourceFinder(object): method __init__ (line 157) | def __init__(self, module): method _adjust_path (line 162) | def _adjust_path(self, path): method _make_path (line 165) | def _make_path(self, resource_name): method _find (line 171) | def _find(self, path): method get_cache_info (line 174) | def get_cache_info(self, resource): method find (line 177) | def find(self, resource_name): method get_stream (line 189) | def get_stream(self, resource): method get_bytes (line 192) | def get_bytes(self, resource): method get_size (line 196) | def get_size(self, resource): method get_resources (line 199) | def get_resources(self, resource): method is_container (line 204) | def is_container(self, resource): class ZipResourceFinder (line 210) | class ZipResourceFinder(ResourceFinder): method __init__ (line 214) | def __init__(self, module): method _adjust_path (line 225) | def _adjust_path(self, path): method _find (line 228) | def _find(self, path): method get_cache_info (line 246) | def get_cache_info(self, resource): method get_bytes (line 251) | def get_bytes(self, resource): method get_stream (line 254) | def get_stream(self, resource): method get_size (line 257) | def get_size(self, resource): method get_resources (line 261) | def get_resources(self, resource): method _is_directory (line 276) | def _is_directory(self, path): function register_finder (line 300) | def register_finder(loader, finder_maker): function finder (line 306) | def finder(package): function finder_for_path (line 334) | def finder_for_path(path): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/scripts.py class ScriptMaker (line 66) | class ScriptMaker(object): method __init__ (line 75) | def __init__(self, source_dir, target_dir, add_launchers=True, method _get_alternate_executable (line 87) | def _get_alternate_executable(self, executable, options): method _get_shebang (line 94) | def _get_shebang(self, encoding, post_interp=b'', options=None): method _get_script_text (line 134) | def _get_script_text(self, entry): method get_manifest (line 140) | def get_manifest(self, exename): method _write_script (line 144) | def _write_script(self, names, shebang, script_bytes, filenames, ext): method _make_script (line 194) | def _make_script(self, entry, filenames, options=None): method _copy_script (line 211) | def _copy_script(self, script, filenames): method dry_run (line 264) | def dry_run(self): method dry_run (line 268) | def dry_run(self, value): method _get_launcher (line 275) | def _get_launcher(self, kind): method make (line 289) | def make(self, specification, options=None): method make_multiple (line 308) | def make_multiple(self, specifications, options=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/util.py function parse_requirement (line 82) | def parse_requirement(s): function get_resources_dests (line 119) | def get_resources_dests(resources_root, rules): function in_venv (line 146) | def in_venv(): function get_executable (line 156) | def get_executable(): function proceed (line 165) | def proceed(prompt, allowed_chars, error_prompt=None, default=None): function extract_by_key (line 181) | def extract_by_key(d, keys): function read_exports (line 190) | def read_exports(stream): function write_exports (line 226) | def write_exports(exports, stream): function tempdir (line 246) | def tempdir(): function chdir (line 254) | def chdir(d): function socket_timeout (line 264) | def socket_timeout(seconds=15): class cached_property (line 273) | class cached_property(object): method __init__ (line 274) | def __init__(self, func): method __get__ (line 279) | def __get__(self, obj, cls=None): function convert_path (line 287) | def convert_path(pathname): class FileOperator (line 314) | class FileOperator(object): method __init__ (line 315) | def __init__(self, dry_run=False): method _init_record (line 320) | def _init_record(self): method record_as_written (line 325) | def record_as_written(self, path): method newer (line 329) | def newer(self, source, target): method copy_file (line 349) | def copy_file(self, infile, outfile, check=True): method copy_stream (line 366) | def copy_stream(self, instream, outfile, encoding=None): method write_binary_file (line 381) | def write_binary_file(self, path, data): method write_text_file (line 388) | def write_text_file(self, path, data, encoding): method set_mode (line 395) | def set_mode(self, bits, mask, files): method ensure_dir (line 409) | def ensure_dir(self, path): method byte_compile (line 421) | def byte_compile(self, path, optimize=False, force=False, prefix=None): method ensure_removed (line 435) | def ensure_removed(self, path): method is_writable (line 456) | def is_writable(self, path): method commit (line 468) | def commit(self): method rollback (line 478) | def rollback(self): function resolve (line 496) | def resolve(module_name, dotted_path): class ExportEntry (line 511) | class ExportEntry(object): method __init__ (line 512) | def __init__(self, name, prefix, suffix, flags): method value (line 519) | def value(self): method __repr__ (line 522) | def __repr__(self): method __eq__ (line 526) | def __eq__(self, other): function get_export_entry (line 545) | def get_export_entry(specification): function get_cache_base (line 576) | def get_cache_base(suffix=None): function path_to_cache_dir (line 618) | def path_to_cache_dir(path): function ensure_slash (line 635) | def ensure_slash(s): function parse_credentials (line 641) | def parse_credentials(netloc): function get_process_umask (line 652) | def get_process_umask(): function is_string_sequence (line 657) | def is_string_sequence(seq): function split_filename (line 672) | def split_filename(filename, project_name=None): function parse_name_and_version (line 699) | def parse_name_and_version(p): function get_extras (line 714) | def get_extras(requested, available): function _get_external_data (line 739) | def _get_external_data(url): function get_project_data (line 759) | def get_project_data(name): function get_package_data (line 765) | def get_package_data(name, version): class EventMixin (line 771) | class EventMixin(object): method __init__ (line 775) | def __init__(self): method add (line 778) | def add(self, event, subscriber, append=True): method remove (line 798) | def remove(self, event, subscriber): method get_subscribers (line 810) | def get_subscribers(self, event): method publish (line 817) | def publish(self, event, *args, **kwargs): class Sequencer (line 843) | class Sequencer(object): method __init__ (line 844) | def __init__(self): method add_node (line 849) | def add_node(self, node): method remove_node (line 852) | def remove_node(self, node, edges=False): method add (line 868) | def add(self, pred, succ): method remove (line 873) | def remove(self, pred, succ): method is_step (line 886) | def is_step(self, step): method get_steps (line 890) | def get_steps(self, final): method strong_connections (line 916) | def strong_connections(self): method dot (line 967) | def dot(self): function unarchive (line 985) | def unarchive(archive_filename, dest_dir, format=None, check=True): function zip_dir (line 1039) | def zip_dir(directory): class Progress (line 1059) | class Progress(object): method __init__ (line 1062) | def __init__(self, minval=0, maxval=100): method update (line 1070) | def update(self, curval): method increment (line 1080) | def increment(self, incr): method start (line 1084) | def start(self): method stop (line 1088) | def stop(self): method maximum (line 1094) | def maximum(self): method percentage (line 1098) | def percentage(self): method format_duration (line 1108) | def format_duration(self, duration): method ETA (line 1118) | def ETA(self): method speed (line 1137) | def speed(self): function iglob (line 1157) | def iglob(path_glob): function _iglob (line 1168) | def _iglob(path_glob): class HTTPSConnection (line 1201) | class HTTPSConnection(httplib.HTTPSConnection): method connect (line 1206) | def connect(self): class HTTPSHandler (line 1243) | class HTTPSHandler(BaseHTTPSHandler): method __init__ (line 1244) | def __init__(self, ca_certs, check_domain=True): method _conn_maker (line 1249) | def _conn_maker(self, *args, **kwargs): method https_open (line 1265) | def https_open(self, req): class HTTPSOnlyHandler (line 1284) | class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): method http_open (line 1285) | def http_open(self, req): class HTTP (line 1296) | class HTTP(httplib.HTTP): method __init__ (line 1297) | def __init__(self, host='', port=None, **kwargs): class HTTPS (line 1303) | class HTTPS(httplib.HTTPS): method __init__ (line 1304) | def __init__(self, host='', port=None, **kwargs): class Transport (line 1310) | class Transport(xmlrpclib.Transport): method __init__ (line 1311) | def __init__(self, timeout, use_datetime=0): method make_connection (line 1315) | def make_connection(self, host): class SafeTransport (line 1326) | class SafeTransport(xmlrpclib.SafeTransport): method __init__ (line 1327) | def __init__(self, timeout, use_datetime=0): method make_connection (line 1331) | def make_connection(self, host): class ServerProxy (line 1347) | class ServerProxy(xmlrpclib.ServerProxy): method __init__ (line 1348) | def __init__(self, uri, **kwargs): function _csv_open (line 1368) | def _csv_open(fn, mode, **kwargs): class CSVBase (line 1376) | class CSVBase(object): method __enter__ (line 1383) | def __enter__(self): method __exit__ (line 1386) | def __exit__(self, *exc_info): class CSVReader (line 1390) | class CSVReader(CSVBase): method __init__ (line 1391) | def __init__(self, **kwargs): method __iter__ (line 1402) | def __iter__(self): method next (line 1405) | def next(self): class CSVWriter (line 1415) | class CSVWriter(CSVBase): method __init__ (line 1416) | def __init__(self, fn, **kwargs): method writerow (line 1420) | def writerow(self, row): class Configurator (line 1434) | class Configurator(BaseConfigurator): method __init__ (line 1439) | def __init__(self, config, base=None): method configure_custom (line 1443) | def configure_custom(self, config): method __getitem__ (line 1474) | def __getitem__(self, key): method inc_convert (line 1480) | def inc_convert(self, value): class SubprocessMixin (line 1492) | class SubprocessMixin(object): method __init__ (line 1493) | def __init__(self, verbose=False, progress=None): method reader (line 1497) | def reader(self, stream, context): method run_command (line 1518) | def run_command(self, cmd, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/version.py class UnsupportedVersionError (line 24) | class UnsupportedVersionError(ValueError): class Version (line 29) | class Version(object): method __init__ (line 30) | def __init__(self, s): method parse (line 36) | def parse(self, s): method _check_compatible (line 39) | def _check_compatible(self, other): method __eq__ (line 43) | def __eq__(self, other): method __ne__ (line 47) | def __ne__(self, other): method __lt__ (line 50) | def __lt__(self, other): method __gt__ (line 54) | def __gt__(self, other): method __le__ (line 57) | def __le__(self, other): method __ge__ (line 60) | def __ge__(self, other): method __hash__ (line 64) | def __hash__(self): method __repr__ (line 67) | def __repr__(self): method __str__ (line 70) | def __str__(self): method is_prerelease (line 74) | def is_prerelease(self): class Matcher (line 78) | class Matcher(object): method __init__ (line 97) | def __init__(self, s): method match (line 134) | def match(self, version): method exact_version (line 156) | def exact_version(self): method _check_compatible (line 162) | def _check_compatible(self, other): method __eq__ (line 166) | def __eq__(self, other): method __ne__ (line 170) | def __ne__(self, other): method __hash__ (line 174) | def __hash__(self): method __repr__ (line 177) | def __repr__(self): method __str__ (line 180) | def __str__(self): function _pep426_key (line 189) | def _pep426_key(s): class NormalizedVersion (line 239) | class NormalizedVersion(Version): method parse (line 257) | def parse(self, s): method is_prerelease (line 271) | def is_prerelease(self): function _match_prefix (line 275) | def _match_prefix(x, y): class NormalizedMatcher (line 286) | class NormalizedMatcher(Matcher): method _match_lt (line 300) | def _match_lt(self, version, constraint, prefix): method _match_gt (line 307) | def _match_gt(self, version, constraint, prefix): method _match_le (line 314) | def _match_le(self, version, constraint, prefix): method _match_ge (line 317) | def _match_ge(self, version, constraint, prefix): method _match_eq (line 320) | def _match_eq(self, version, constraint, prefix): method _match_ne (line 327) | def _match_ne(self, version, constraint, prefix): method _match_compatible (line 334) | def _match_compatible(self, version, constraint, prefix): function _suggest_semantic_version (line 370) | def _suggest_semantic_version(s): function _suggest_normalized_version (line 416) | def _suggest_normalized_version(s): function _legacy_key (line 542) | def _legacy_key(s): class LegacyVersion (line 568) | class LegacyVersion(Version): method parse (line 569) | def parse(self, s): method is_prerelease (line 577) | def is_prerelease(self): class LegacyMatcher (line 581) | class LegacyMatcher(Matcher): method _match_compatible (line 589) | def _match_compatible(self, version, constraint, prefix): function is_semver (line 611) | def is_semver(s): function _semantic_key (line 615) | def _semantic_key(s): class SemanticVersion (line 636) | class SemanticVersion(Version): method parse (line 637) | def parse(self, s): method is_prerelease (line 641) | def is_prerelease(self): class SemanticMatcher (line 645) | class SemanticMatcher(Matcher): class VersionScheme (line 649) | class VersionScheme(object): method __init__ (line 650) | def __init__(self, key, matcher, suggester=None): method is_valid_version (line 655) | def is_valid_version(self, s): method is_valid_matcher (line 663) | def is_valid_matcher(self, s): method is_valid_constraint_list (line 671) | def is_valid_constraint_list(self, s): method suggest (line 677) | def suggest(self, s): function get_scheme (line 695) | def get_scheme(name): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/distlib/wheel.py class Mounter (line 84) | class Mounter(object): method __init__ (line 85) | def __init__(self): method add (line 89) | def add(self, pathname, extensions): method remove (line 93) | def remove(self, pathname): method find_module (line 99) | def find_module(self, fullname, path=None): method load_module (line 106) | def load_module(self, fullname): class Wheel (line 122) | class Wheel(object): method __init__ (line 130) | def __init__(self, filename=None, sign=False, verify=False): method filename (line 171) | def filename(self): method tags (line 186) | def tags(self): method metadata (line 193) | def metadata(self): method info (line 210) | def info(self): method process_shebang (line 223) | def process_shebang(self, data): method get_hash (line 240) | def get_hash(self, data, hash_kind=None): method write_record (line 251) | def write_record(self, records, record_path, base): method build (line 258) | def build(self, paths, tags=None, wheel_version=None): method install (line 377) | def install(self, paths, maker, **kwargs): method _get_dylib_cache (line 603) | def _get_dylib_cache(self): method _get_extensions (line 610) | def _get_extensions(self): method mount (line 640) | def mount(self, append=False): method unmount (line 658) | def unmount(self): function compatible_tags (line 671) | def compatible_tags(): function is_compatible (line 713) | def is_compatible(wheel, tags=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/constants.py class DataLossWarning (line 3081) | class DataLossWarning(UserWarning): class ReparseException (line 3085) | class ReparseException(Exception): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/_base.py class Filter (line 4) | class Filter(object): method __init__ (line 5) | def __init__(self, source): method __iter__ (line 8) | def __iter__(self): method __getattr__ (line 11) | def __getattr__(self, name): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py class Filter (line 11) | class Filter(_base.Filter): method __iter__ (line 12) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py class Filter (line 6) | class Filter(_base.Filter): method __init__ (line 7) | def __init__(self, source, encoding): method __iter__ (line 11) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py class LintError (line 13) | class LintError(Exception): class Filter (line 17) | class Filter(_base.Filter): method __iter__ (line 18) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py class Filter (line 6) | class Filter(_base.Filter): method slider (line 7) | def slider(self): method __iter__ (line 16) | def __iter__(self): method is_optional_start (line 29) | def is_optional_start(self, tagname, previous, next): method is_optional_end (line 86) | def is_optional_end(self, tagname, next): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py class Filter (line 7) | class Filter(_base.Filter, HTMLSanitizerMixin): method __iter__ (line 8) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py class Filter (line 12) | class Filter(_base.Filter): method __iter__ (line 16) | def __iter__(self): function collapse_spaces (line 37) | def collapse_spaces(text): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/html5parser.py function parse (line 22) | def parse(doc, treebuilder="etree", encoding=None, function parseFragment (line 30) | def parseFragment(doc, container="div", treebuilder="etree", encoding=None, function method_decorator_metaclass (line 37) | def method_decorator_metaclass(function): class HTMLParser (line 49) | class HTMLParser(object): method __init__ (line 53) | def __init__(self, tree=None, tokenizer=tokenizer.HTMLTokenizer, method _parse (line 79) | def _parse(self, stream, innerHTML=False, container="div", method reset (line 97) | def reset(self): method isHTMLIntegrationPoint (line 131) | def isHTMLIntegrationPoint(self, element): method isMathMLTextIntegrationPoint (line 141) | def isMathMLTextIntegrationPoint(self, element): method mainLoop (line 144) | def mainLoop(self): method normalizedTokens (line 208) | def normalizedTokens(self): method parse (line 212) | def parse(self, stream, encoding=None, parseMeta=True, useChardet=True): method parseFragment (line 226) | def parseFragment(self, stream, container="div", encoding=None, method parseError (line 243) | def parseError(self, errorcode="XXX-undefined-error", datavars={}): method normalizeToken (line 249) | def normalizeToken(self, token): method adjustMathMLAttributes (line 257) | def adjustMathMLAttributes(self, token): method adjustSVGAttributes (line 264) | def adjustSVGAttributes(self, token): method adjustForeignAttributes (line 335) | def adjustForeignAttributes(self, token): method reparseTokenNormal (line 357) | def reparseTokenNormal(self, token): method resetInsertionMode (line 360) | def resetInsertionMode(self): method parseRCDataRawtext (line 404) | def parseRCDataRawtext(self, token, contentType): function getPhases (line 422) | def getPhases(debug): function impliedTagToken (line 2715) | def impliedTagToken(name, type="EndTag", attributes=None, class ParseError (line 2723) | class ParseError(Exception): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/ihatexml.py function charStringToList (line 103) | def charStringToList(chars): function normaliseCharList (line 124) | def normaliseCharList(charList): function missingRanges (line 143) | def missingRanges(charList): function listToRegexpStr (line 154) | def listToRegexpStr(charList): function hexToInt (line 165) | def hexToInt(hex_str): function escapeRegexp (line 169) | def escapeRegexp(string): class InfosetFilter (line 186) | class InfosetFilter(object): method __init__ (line 189) | def __init__(self, replaceChars=None, method coerceAttribute (line 209) | def coerceAttribute(self, name, namespace=None): method coerceElement (line 220) | def coerceElement(self, name, namespace=None): method coerceComment (line 223) | def coerceComment(self, data): method coerceCharacters (line 230) | def coerceCharacters(self, data): method coercePubid (line 238) | def coercePubid(self, data): method toXmlName (line 249) | def toXmlName(self, name): method getReplacementCharacter (line 267) | def getReplacementCharacter(self, char): method fromXmlName (line 274) | def fromXmlName(self, name): method escapeChar (line 279) | def escapeChar(self, char): method unescapeChar (line 284) | def unescapeChar(self, charcode): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/inputstream.py class BufferedIOBase (line 21) | class BufferedIOBase(object): class BufferedStream (line 46) | class BufferedStream: method __init__ (line 53) | def __init__(self, stream): method tell (line 58) | def tell(self): method seek (line 65) | def seek(self, pos): method read (line 74) | def read(self, bytes): method _bufferedBytes (line 83) | def _bufferedBytes(self): method _readStream (line 86) | def _readStream(self, bytes): method _readFromBuffer (line 93) | def _readFromBuffer(self, bytes): function HTMLInputStream (line 120) | def HTMLInputStream(source, encoding=None, parseMeta=True, chardet=True): class HTMLUnicodeInputStream (line 135) | class HTMLUnicodeInputStream: method __init__ (line 145) | def __init__(self, source): method reset (line 178) | def reset(self): method openStream (line 192) | def openStream(self, source): method _position (line 206) | def _position(self, offset): method position (line 217) | def position(self): method char (line 222) | def char(self): method readChunk (line 237) | def readChunk(self, chunkSize=None): method characterErrorsUCS4 (line 277) | def characterErrorsUCS4(self, data): method characterErrorsUCS2 (line 281) | def characterErrorsUCS2(self, data): method charsUntil (line 304) | def charsUntil(self, characters, opposite=False): method unget (line 351) | def unget(self, char): class HTMLBinaryInputStream (line 368) | class HTMLBinaryInputStream(HTMLUnicodeInputStream): method __init__ (line 376) | def __init__(self, source, encoding=None, parseMeta=True, chardet=True): method reset (line 416) | def reset(self): method openStream (line 421) | def openStream(self, source): method detectEncoding (line 440) | def detectEncoding(self, parseMeta=True, chardet=True): method changeEncoding (line 485) | def changeEncoding(self, newEncoding): method detectBOM (line 500) | def detectBOM(self): method detectEncodingMeta (line 531) | def detectEncodingMeta(self): class EncodingBytes (line 546) | class EncodingBytes(bytes): method __new__ (line 550) | def __new__(self, value): method __init__ (line 554) | def __init__(self, value): method __iter__ (line 557) | def __iter__(self): method __next__ (line 560) | def __next__(self): method next (line 568) | def next(self): method previous (line 572) | def previous(self): method setPosition (line 581) | def setPosition(self, position): method getPosition (line 586) | def getPosition(self): method getCurrentByte (line 596) | def getCurrentByte(self): method skip (line 601) | def skip(self, chars=spaceCharactersBytes): method skipUntil (line 613) | def skipUntil(self, chars): method matchBytes (line 624) | def matchBytes(self, bytes): method jumpTo (line 635) | def jumpTo(self, bytes): class EncodingParser (line 649) | class EncodingParser(object): method __init__ (line 652) | def __init__(self, data): method getEncoding (line 657) | def getEncoding(self): method handleComment (line 680) | def handleComment(self): method handleMeta (line 684) | def handleMeta(self): method handlePossibleStartTag (line 720) | def handlePossibleStartTag(self): method handlePossibleEndTag (line 723) | def handlePossibleEndTag(self): method handlePossibleTag (line 727) | def handlePossibleTag(self, endTag): method handleOther (line 750) | def handleOther(self): method getAttribute (line 753) | def getAttribute(self): class ContentAttrParser (line 830) | class ContentAttrParser(object): method __init__ (line 831) | def __init__(self, data): method parse (line 835) | def parse(self): function codecName (line 869) | def codecName(encoding): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/sanitizer.py class HTMLSanitizerMixin (line 10) | class HTMLSanitizerMixin(object): method sanitize_token (line 162) | def sanitize_token(self, token): method allowed_token (line 180) | def allowed_token(self, token, token_type): method disallowed_token (line 210) | def disallowed_token(self, token, token_type): method sanitize_css (line 229) | def sanitize_css(self, style): class HTMLSanitizer (line 259) | class HTMLSanitizer(HTMLTokenizer, HTMLSanitizerMixin): method __init__ (line 260) | def __init__(self, stream, encoding=None, parseMeta=True, useChardet=T... method __iter__ (line 267) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/serializer/__init__.py function serialize (line 8) | def serialize(input, tree="etree", format="html", encoding=None, FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/serializer/htmlserializer.py function htmlentityreplace_errors (line 42) | def htmlentityreplace_errors(exc): class HTMLSerializer (line 76) | class HTMLSerializer(object): method __init__ (line 105) | def __init__(self, **kwargs): method encode (line 156) | def encode(self, string): method encodeStrict (line 163) | def encodeStrict(self, string): method serialize (line 170) | def serialize(self, treewalker, encoding=None): method render (line 294) | def render(self, treewalker, encoding=None): method serializeError (line 300) | def serializeError(self, data="XXX ERROR MESSAGE NEEDED"): function SerializeError (line 307) | def SerializeError(Exception): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/tokenizer.py class HTMLTokenizer (line 24) | class HTMLTokenizer(object): method __init__ (line 37) | def __init__(self, stream, encoding=None, parseMeta=True, useChardet=T... method __iter__ (line 57) | def __iter__(self): method consumeNumberEntity (line 73) | def consumeNumberEntity(self, isHex): method consumeEntity (line 145) | def consumeEntity(self, allowedChar=None, fromAttribute=False): method processEntityInAttribute (line 225) | def processEntityInAttribute(self, allowedChar): method emitCurrentToken (line 230) | def emitCurrentToken(self): method dataState (line 251) | def dataState(self): method entityDataState (line 280) | def entityDataState(self): method rcdataState (line 285) | def rcdataState(self): method characterReferenceInRcdata (line 314) | def characterReferenceInRcdata(self): method rawtextState (line 319) | def rawtextState(self): method scriptDataState (line 337) | def scriptDataState(self): method plaintextState (line 355) | def plaintextState(self): method tagOpenState (line 370) | def tagOpenState(self): method closeTagOpenState (line 405) | def closeTagOpenState(self): method tagNameState (line 429) | def tagNameState(self): method rcdataLessThanSignState (line 451) | def rcdataLessThanSignState(self): method rcdataEndTagOpenState (line 462) | def rcdataEndTagOpenState(self): method rcdataEndTagNameState (line 473) | def rcdataEndTagNameState(self): method rawtextLessThanSignState (line 501) | def rawtextLessThanSignState(self): method rawtextEndTagOpenState (line 512) | def rawtextEndTagOpenState(self): method rawtextEndTagNameState (line 523) | def rawtextEndTagNameState(self): method scriptDataLessThanSignState (line 551) | def scriptDataLessThanSignState(self): method scriptDataEndTagOpenState (line 565) | def scriptDataEndTagOpenState(self): method scriptDataEndTagNameState (line 576) | def scriptDataEndTagNameState(self): method scriptDataEscapeStartState (line 604) | def scriptDataEscapeStartState(self): method scriptDataEscapeStartDashState (line 614) | def scriptDataEscapeStartDashState(self): method scriptDataEscapedState (line 624) | def scriptDataEscapedState(self): method scriptDataEscapedDashState (line 644) | def scriptDataEscapedDashState(self): method scriptDataEscapedDashDashState (line 664) | def scriptDataEscapedDashDashState(self): method scriptDataEscapedLessThanSignState (line 686) | def scriptDataEscapedLessThanSignState(self): method scriptDataEscapedEndTagOpenState (line 701) | def scriptDataEscapedEndTagOpenState(self): method scriptDataEscapedEndTagNameState (line 712) | def scriptDataEscapedEndTagNameState(self): method scriptDataDoubleEscapeStartState (line 740) | def scriptDataDoubleEscapeStartState(self): method scriptDataDoubleEscapedState (line 756) | def scriptDataDoubleEscapedState(self): method scriptDataDoubleEscapedDashState (line 777) | def scriptDataDoubleEscapedDashState(self): method scriptDataDoubleEscapedDashDashState (line 800) | def scriptDataDoubleEscapedDashDashState(self): method scriptDataDoubleEscapedLessThanSignState (line 825) | def scriptDataDoubleEscapedLessThanSignState(self): method scriptDataDoubleEscapeEndState (line 836) | def scriptDataDoubleEscapeEndState(self): method beforeAttributeNameState (line 852) | def beforeAttributeNameState(self): method attributeNameState (line 882) | def attributeNameState(self): method afterAttributeNameState (line 937) | def afterAttributeNameState(self): method beforeAttributeValueState (line 969) | def beforeAttributeValueState(self): method attributeValueDoubleQuotedState (line 1003) | def attributeValueDoubleQuotedState(self): method attributeValueSingleQuotedState (line 1022) | def attributeValueSingleQuotedState(self): method attributeValueUnQuotedState (line 1041) | def attributeValueUnQuotedState(self): method afterAttributeValueState (line 1066) | def afterAttributeValueState(self): method selfClosingStartTagState (line 1086) | def selfClosingStartTagState(self): method bogusCommentState (line 1104) | def bogusCommentState(self): method markupDeclarationOpenState (line 1119) | def markupDeclarationOpenState(self): method commentStartState (line 1164) | def commentStartState(self): method commentStartDashState (line 1187) | def commentStartDashState(self): method commentState (line 1210) | def commentState(self): method commentEndDashState (line 1228) | def commentEndDashState(self): method commentEndState (line 1247) | def commentEndState(self): method commentEndBangState (line 1278) | def commentEndBangState(self): method doctypeState (line 1301) | def doctypeState(self): method beforeDoctypeNameState (line 1318) | def beforeDoctypeNameState(self): method doctypeNameState (line 1344) | def doctypeNameState(self): method afterDoctypeNameState (line 1369) | def afterDoctypeNameState(self): method afterDoctypePublicKeywordState (line 1420) | def afterDoctypePublicKeywordState(self): method beforeDoctypePublicIdentifierState (line 1440) | def beforeDoctypePublicIdentifierState(self): method doctypePublicIdentifierDoubleQuotedState (line 1469) | def doctypePublicIdentifierDoubleQuotedState(self): method doctypePublicIdentifierSingleQuotedState (line 1493) | def doctypePublicIdentifierSingleQuotedState(self): method afterDoctypePublicIdentifierState (line 1517) | def afterDoctypePublicIdentifierState(self): method betweenDoctypePublicAndSystemIdentifiersState (line 1547) | def betweenDoctypePublicAndSystemIdentifiersState(self): method afterDoctypeSystemKeywordState (line 1573) | def afterDoctypeSystemKeywordState(self): method beforeDoctypeSystemIdentifierState (line 1593) | def beforeDoctypeSystemIdentifierState(self): method doctypeSystemIdentifierDoubleQuotedState (line 1622) | def doctypeSystemIdentifierDoubleQuotedState(self): method doctypeSystemIdentifierSingleQuotedState (line 1646) | def doctypeSystemIdentifierSingleQuotedState(self): method afterDoctypeSystemIdentifierState (line 1670) | def afterDoctypeSystemIdentifierState(self): method bogusDoctypeState (line 1689) | def bogusDoctypeState(self): method cdataSectionState (line 1703) | def cdataSectionState(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py function getTreeBuilder (line 36) | def getTreeBuilder(treeType, implementation=None, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treebuilders/_base.py class Node (line 23) | class Node(object): method __init__ (line 24) | def __init__(self, name): method __str__ (line 42) | def __str__(self): method __repr__ (line 51) | def __repr__(self): method appendChild (line 54) | def appendChild(self, node): method insertText (line 59) | def insertText(self, data, insertBefore=None): method insertBefore (line 65) | def insertBefore(self, node, refNode): method removeChild (line 71) | def removeChild(self, node): method reparentChildren (line 76) | def reparentChildren(self, newParent): method cloneNode (line 86) | def cloneNode(self): method hasContent (line 92) | def hasContent(self): class ActiveFormattingElements (line 98) | class ActiveFormattingElements(list): method append (line 99) | def append(self, node): method nodesEqual (line 112) | def nodesEqual(self, node1, node2): class TreeBuilder (line 122) | class TreeBuilder(object): method __init__ (line 145) | def __init__(self, namespaceHTMLElements): method reset (line 152) | def reset(self): method elementInScope (line 164) | def elementInScope(self, target, variant=None): method reconstructActiveFormattingElements (line 181) | def reconstructActiveFormattingElements(self): method clearActiveFormattingElements (line 227) | def clearActiveFormattingElements(self): method elementInActiveFormattingElements (line 232) | def elementInActiveFormattingElements(self, name): method insertRoot (line 246) | def insertRoot(self, token): method insertDoctype (line 251) | def insertDoctype(self, token): method insertComment (line 259) | def insertComment(self, token, parent=None): method createElement (line 264) | def createElement(self, token): method _getInsertFromTable (line 272) | def _getInsertFromTable(self): method _setInsertFromTable (line 275) | def _setInsertFromTable(self, value): method insertElementNormal (line 286) | def insertElementNormal(self, token): method insertElementTable (line 296) | def insertElementTable(self, token): method insertText (line 312) | def insertText(self, data, parent=None): method getTableMisnestedNodePosition (line 327) | def getTableMisnestedNodePosition(self): method generateImpliedEndTags (line 353) | def generateImpliedEndTags(self, exclude=None): method getDocument (line 363) | def getDocument(self): method getFragment (line 367) | def getFragment(self): method testSerializer (line 374) | def testSerializer(self, node): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py function getDomBuilder (line 13) | def getDomBuilder(DomImplementation): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py function getETreeBuilder (line 15) | def getETreeBuilder(ElementTreeImplementation, fullTree=False): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py class DocumentType (line 33) | class DocumentType(object): method __init__ (line 34) | def __init__(self, name, publicId, systemId): class Document (line 40) | class Document(object): method __init__ (line 41) | def __init__(self): method appendChild (line 45) | def appendChild(self, element): method _getChildNodes (line 48) | def _getChildNodes(self): function testSerializer (line 54) | def testSerializer(element): function tostring (line 137) | def tostring(element): class TreeBuilder (line 182) | class TreeBuilder(_base.TreeBuilder): method __init__ (line 190) | def __init__(self, namespaceHTMLElements, fullTree=False): method reset (line 264) | def reset(self): method testSerializer (line 270) | def testSerializer(self, element): method getDocument (line 273) | def getDocument(self): method getFragment (line 279) | def getFragment(self): method insertDoctype (line 289) | def insertDoctype(self, token): method insertCommentInitial (line 305) | def insertCommentInitial(self, data, parent=None): method insertCommentMain (line 308) | def insertCommentMain(self, data, parent=None): method insertRoot (line 314) | def insertRoot(self, token): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py function getTreeWalker (line 20) | def getTreeWalker(treeType, implementation=None, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/_base.py class TreeWalker (line 11) | class TreeWalker(object): method __init__ (line 12) | def __init__(self, tree): method __iter__ (line 15) | def __iter__(self): method error (line 18) | def error(self, msg): method emptyTag (line 21) | def emptyTag(self, namespace, name, attrs, hasChildren=False): method startTag (line 35) | def startTag(self, namespace, name, attrs): method endTag (line 48) | def endTag(self, namespace, name): method text (line 57) | def text(self, data): method comment (line 73) | def comment(self, data): method doctype (line 78) | def doctype(self, name, publicId=None, systemId=None, correct=True): method entity (line 89) | def entity(self, name): method unknown (line 94) | def unknown(self, nodeType): class RecursiveTreeWalker (line 98) | class RecursiveTreeWalker(TreeWalker): method walkChildren (line 99) | def walkChildren(self, node): method element (line 102) | def element(self, node, namespace, name, attrs, hasChildren): class NonRecursiveTreeWalker (line 124) | class NonRecursiveTreeWalker(TreeWalker): method getNodeDetails (line 125) | def getNodeDetails(self, node): method getFirstChild (line 128) | def getFirstChild(self, node): method getNextSibling (line 131) | def getNextSibling(self, node): method getParentNode (line 134) | def getParentNode(self, node): method __iter__ (line 137) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py class TreeWalker (line 11) | class TreeWalker(_base.NonRecursiveTreeWalker): method getNodeDetails (line 12) | def getNodeDetails(self, node): method getFirstChild (line 39) | def getFirstChild(self, node): method getNextSibling (line 42) | def getNextSibling(self, node): method getParentNode (line 45) | def getParentNode(self, node): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py function getETreeBuilder (line 16) | def getETreeBuilder(ElementTreeImplementation): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshistream.py class TreeWalker (line 12) | class TreeWalker(_base.TreeWalker): method __iter__ (line 13) | def __iter__(self): method tokens (line 27) | def tokens(self, event, next): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/lxmletree.py function ensure_str (line 15) | def ensure_str(s): class Root (line 24) | class Root(object): method __init__ (line 25) | def __init__(self, et): method __getitem__ (line 45) | def __getitem__(self, key): method getnext (line 48) | def getnext(self): method __len__ (line 51) | def __len__(self): class Doctype (line 55) | class Doctype(object): method __init__ (line 56) | def __init__(self, root_node, name, public_id, system_id): method getnext (line 65) | def getnext(self): class FragmentRoot (line 69) | class FragmentRoot(Root): method __init__ (line 70) | def __init__(self, children): method getnext (line 74) | def getnext(self): class FragmentWrapper (line 78) | class FragmentWrapper(object): method __init__ (line 79) | def __init__(self, fragment_root, obj): method __getattr__ (line 95) | def __getattr__(self, name): method getnext (line 98) | def getnext(self): method __getitem__ (line 106) | def __getitem__(self, key): method __bool__ (line 109) | def __bool__(self): method getparent (line 112) | def getparent(self): method __str__ (line 115) | def __str__(self): method __unicode__ (line 118) | def __unicode__(self): method __len__ (line 121) | def __len__(self): class TreeWalker (line 125) | class TreeWalker(_base.NonRecursiveTreeWalker): method __init__ (line 126) | def __init__(self, tree): method getNodeDetails (line 134) | def getNodeDetails(self, node): method getFirstChild (line 175) | def getFirstChild(self, node): method getNextSibling (line 184) | def getNextSibling(self, node): method getParentNode (line 200) | def getParentNode(self, node): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/treewalkers/pulldom.py class TreeWalker (line 11) | class TreeWalker(_base.TreeWalker): method __iter__ (line 12) | def __iter__(self): method tokens (line 31) | def tokens(self, event, next): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/trie/_base.py class Trie (line 6) | class Trie(Mapping): method keys (line 9) | def keys(self, prefix=None): method has_keys_with_prefix (line 18) | def has_keys_with_prefix(self, prefix): method longest_prefix (line 25) | def longest_prefix(self, prefix): method longest_prefix_item (line 35) | def longest_prefix_item(self, prefix): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/trie/datrie.py class Trie (line 9) | class Trie(ABCTrie): method __init__ (line 10) | def __init__(self, data): method __contains__ (line 22) | def __contains__(self, key): method __len__ (line 25) | def __len__(self): method __iter__ (line 28) | def __iter__(self): method __getitem__ (line 31) | def __getitem__(self, key): method keys (line 34) | def keys(self, prefix=None): method has_keys_with_prefix (line 37) | def has_keys_with_prefix(self, prefix): method longest_prefix (line 40) | def longest_prefix(self, prefix): method longest_prefix_item (line 43) | def longest_prefix_item(self, prefix): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/trie/py.py class Trie (line 9) | class Trie(ABCTrie): method __init__ (line 10) | def __init__(self, data): method __contains__ (line 19) | def __contains__(self, key): method __len__ (line 22) | def __len__(self): method __iter__ (line 25) | def __iter__(self): method __getitem__ (line 28) | def __getitem__(self, key): method keys (line 31) | def keys(self, prefix=None): method has_keys_with_prefix (line 54) | def has_keys_with_prefix(self, prefix): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/html5lib/utils.py class MethodDispatcher (line 11) | class MethodDispatcher(dict): method __init__ (line 24) | def __init__(self, items=()): method __getitem__ (line 38) | def __getitem__(self, key): function isSurrogatePair (line 45) | def isSurrogatePair(data): function surrogatePairToCodepoint (line 51) | def surrogatePairToCodepoint(data): function moduleFactoryFactory (line 60) | def moduleFactoryFactory(factory): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/pkg_resources.py function execfile (line 50) | def execfile(fn, globs=None, locs=None): function _bypass_ensure_directory (line 80) | def _bypass_ensure_directory(name, mode=0x1FF): # 0777 function _declare_state (line 92) | def _declare_state(vartype, **kw): function __getstate__ (line 98) | def __getstate__(): function __setstate__ (line 105) | def __setstate__(state): function _sget_dict (line 111) | def _sget_dict(val): function _sset_dict (line 114) | def _sset_dict(key, ob, state): function _sget_object (line 118) | def _sget_object(val): function _sset_object (line 121) | def _sset_object(key, ob, state): function get_supported_platform (line 127) | def get_supported_platform(): class ResolutionError (line 191) | class ResolutionError(Exception): method __repr__ (line 193) | def __repr__(self): class VersionConflict (line 196) | class VersionConflict(ResolutionError): class DistributionNotFound (line 199) | class DistributionNotFound(ResolutionError): class UnknownExtra (line 202) | class UnknownExtra(ResolutionError): function register_loader_type (line 213) | def register_loader_type(loader_type, provider_factory): function get_provider (line 222) | def get_provider(moduleOrReq): function _macosx_vers (line 234) | def _macosx_vers(_cache=[]): function _macosx_arch (line 251) | def _macosx_arch(machine): function get_build_platform (line 254) | def get_build_platform(): function compatible_platforms (line 284) | def compatible_platforms(provided,required): function run_script (line 333) | def run_script(dist_spec, script_name): function get_distribution (line 343) | def get_distribution(dist): function load_entry_point (line 351) | def load_entry_point(dist, group, name): function get_entry_map (line 355) | def get_entry_map(dist, group=None): function get_entry_info (line 359) | def get_entry_info(dist, group, name): class IMetadataProvider (line 364) | class IMetadataProvider: method has_metadata (line 366) | def has_metadata(name): method get_metadata (line 369) | def get_metadata(name): method get_metadata_lines (line 372) | def get_metadata_lines(name): method metadata_isdir (line 378) | def metadata_isdir(name): method metadata_listdir (line 381) | def metadata_listdir(name): method run_script (line 384) | def run_script(script_name, namespace): class IResourceProvider (line 388) | class IResourceProvider(IMetadataProvider): method get_resource_filename (line 391) | def get_resource_filename(manager, resource_name): method get_resource_stream (line 396) | def get_resource_stream(manager, resource_name): method get_resource_string (line 401) | def get_resource_string(manager, resource_name): method has_resource (line 406) | def has_resource(resource_name): method resource_isdir (line 409) | def resource_isdir(resource_name): method resource_listdir (line 412) | def resource_listdir(resource_name): class WorkingSet (line 416) | class WorkingSet(object): method __init__ (line 419) | def __init__(self, entries=None): method add_entry (line 432) | def add_entry(self, entry): method __contains__ (line 447) | def __contains__(self,dist): method find (line 451) | def find(self, req): method iter_entry_points (line 467) | def iter_entry_points(self, group, name=None): method run_script (line 482) | def run_script(self, requires, script_name): method __iter__ (line 490) | def __iter__(self): method add (line 507) | def add(self, dist, entry=None, insert=True): method resolve (line 535) | def resolve(self, requirements, env=None, installer=None): method find_plugins (line 582) | def find_plugins(self, plugin_env, full_env=None, installer=None, method require (line 660) | def require(self, *requirements): method subscribe (line 676) | def subscribe(self, callback): method _added_new (line 684) | def _added_new(self, dist): method __getstate__ (line 688) | def __getstate__(self): method __setstate__ (line 694) | def __setstate__(self, e_k_b_c): class Environment (line 702) | class Environment(object): method __init__ (line 705) | def __init__(self, search_path=None, platform=get_supported_platform()... method can_add (line 728) | def can_add(self, dist): method remove (line 739) | def remove(self, dist): method scan (line 743) | def scan(self, search_path=None): method __getitem__ (line 758) | def __getitem__(self,project_name): method add (line 774) | def add(self,dist): method best_match (line 783) | def best_match(self, req, working_set, installer=None): method obtain (line 804) | def obtain(self, requirement, installer=None): method __iter__ (line 816) | def __iter__(self): method __iadd__ (line 821) | def __iadd__(self, other): method __add__ (line 833) | def __add__(self, other): class ExtractionError (line 844) | class ExtractionError(RuntimeError): class ResourceManager (line 860) | class ResourceManager: method __init__ (line 864) | def __init__(self): method resource_exists (line 867) | def resource_exists(self, package_or_requirement, resource_name): method resource_isdir (line 871) | def resource_isdir(self, package_or_requirement, resource_name): method resource_filename (line 877) | def resource_filename(self, package_or_requirement, resource_name): method resource_stream (line 883) | def resource_stream(self, package_or_requirement, resource_name): method resource_string (line 889) | def resource_string(self, package_or_requirement, resource_name): method resource_listdir (line 895) | def resource_listdir(self, package_or_requirement, resource_name): method extraction_error (line 901) | def extraction_error(self): method get_cache_path (line 928) | def get_cache_path(self, archive_name, names=()): method _warn_unsafe_extraction_path (line 954) | def _warn_unsafe_extraction_path(path): method postprocess (line 977) | def postprocess(self, tempname, filename): method set_extraction_path (line 997) | def set_extraction_path(self, path): method cleanup_resources (line 1023) | def cleanup_resources(self, force=False): function get_default_cache (line 1036) | def get_default_cache(): function safe_name (line 1077) | def safe_name(name): function safe_version (line 1085) | def safe_version(version): function safe_extra (line 1095) | def safe_extra(extra): function to_filename (line 1104) | def to_filename(name): class MarkerEvaluation (line 1112) | class MarkerEvaluation(object): method is_invalid_marker (line 1124) | def is_invalid_marker(cls, text): method normalize_exception (line 1136) | def normalize_exception(exc): method and_test (line 1152) | def and_test(cls, nodelist): method test (line 1157) | def test(cls, nodelist): method atom (line 1162) | def atom(cls, nodelist): method comparison (line 1171) | def comparison(cls, nodelist): method get_op (line 1189) | def get_op(cls, op): method evaluate_marker (line 1205) | def evaluate_marker(cls, text, extra=None): method _markerlib_evaluate (line 1218) | def _markerlib_evaluate(cls, text): method interpret (line 1244) | def interpret(cls, nodelist): method evaluate (line 1253) | def evaluate(cls, nodelist): class NullProvider (line 1275) | class NullProvider: method __init__ (line 1282) | def __init__(self, module): method get_resource_filename (line 1286) | def get_resource_filename(self, manager, resource_name): method get_resource_stream (line 1289) | def get_resource_stream(self, manager, resource_name): method get_resource_string (line 1292) | def get_resource_string(self, manager, resource_name): method has_resource (line 1295) | def has_resource(self, resource_name): method has_metadata (line 1298) | def has_metadata(self, name): method get_metadata (line 1302) | def get_metadata(self, name): method get_metadata (line 1307) | def get_metadata(self, name): method get_metadata_lines (line 1312) | def get_metadata_lines(self, name): method resource_isdir (line 1315) | def resource_isdir(self,resource_name): method metadata_isdir (line 1318) | def metadata_isdir(self,name): method resource_listdir (line 1321) | def resource_listdir(self,resource_name): method metadata_listdir (line 1324) | def metadata_listdir(self,name): method run_script (line 1329) | def run_script(self,script_name,namespace): method _has (line 1347) | def _has(self, path): method _isdir (line 1352) | def _isdir(self, path): method _listdir (line 1357) | def _listdir(self, path): method _fn (line 1362) | def _fn(self, base, resource_name): method _get (line 1367) | def _get(self, path): class EggProvider (line 1377) | class EggProvider(NullProvider): method __init__ (line 1380) | def __init__(self,module): method _setup_prefix (line 1384) | def _setup_prefix(self): class DefaultProvider (line 1398) | class DefaultProvider(EggProvider): method _has (line 1401) | def _has(self, path): method _isdir (line 1404) | def _isdir(self,path): method _listdir (line 1407) | def _listdir(self,path): method get_resource_stream (line 1410) | def get_resource_stream(self, manager, resource_name): method _get (line 1413) | def _get(self, path): class EmptyProvider (line 1426) | class EmptyProvider(NullProvider): method __init__ (line 1434) | def __init__(self): function build_zipmanifest (line 1440) | def build_zipmanifest(path): class ZipProvider (line 1473) | class ZipProvider(EggProvider): method __init__ (line 1478) | def __init__(self, module): method _zipinfo_name (line 1483) | def _zipinfo_name(self, fspath): method _parts (line 1492) | def _parts(self,zip_path): method get_resource_filename (line 1501) | def get_resource_filename(self, manager, resource_name): method _get_date_and_size (line 1515) | def _get_date_and_size(zip_stat): method _extract_resource (line 1522) | def _extract_resource(self, manager, zip_path): method _is_current (line 1571) | def _is_current(self, file_path, zip_path): method _get_eager_resources (line 1588) | def _get_eager_resources(self): method _index (line 1597) | def _index(self): method _has (line 1614) | def _has(self, fspath): method _isdir (line 1618) | def _isdir(self,fspath): method _listdir (line 1621) | def _listdir(self,fspath): method _eager_to_zip (line 1624) | def _eager_to_zip(self,resource_name): method _resource_to_zip (line 1627) | def _resource_to_zip(self,resource_name): class FileMetadata (line 1633) | class FileMetadata(EmptyProvider): method __init__ (line 1645) | def __init__(self,path): method has_metadata (line 1648) | def has_metadata(self,name): method get_metadata (line 1651) | def get_metadata(self,name): method get_metadata_lines (line 1659) | def get_metadata_lines(self,name): class PathMetadata (line 1663) | class PathMetadata(DefaultProvider): method __init__ (line 1683) | def __init__(self, path, egg_info): class EggMetadata (line 1688) | class EggMetadata(ZipProvider): method __init__ (line 1691) | def __init__(self, importer): function register_finder (line 1705) | def register_finder(importer_type, distribution_finder): function find_distributions (line 1715) | def find_distributions(path_item, only=False): function find_eggs_in_zip (line 1721) | def find_eggs_in_zip(importer, path_item, only=False): function find_nothing (line 1742) | def find_nothing(importer, path_item, only=False): function find_on_path (line 1746) | def find_on_path(importer, path_item, only=False): function register_namespace_handler (line 1795) | def register_namespace_handler(importer_type, namespace_handler): function _handle_ns (line 1812) | def _handle_ns(packageName, path_item): function declare_namespace (line 1836) | def declare_namespace(packageName): function fixup_namespace_packages (line 1868) | def fixup_namespace_packages(path_item, parent=None): function file_ns_handler (line 1878) | def file_ns_handler(importer, path_item, packageName, module): function null_ns_handler (line 1897) | def null_ns_handler(importer, path_item, packageName, module): function normalize_path (line 1903) | def normalize_path(filename): function _normalize_cached (line 1907) | def _normalize_cached(filename,_cache={}): function _set_parent_ns (line 1914) | def _set_parent_ns(packageName): function yield_lines (line 1922) | def yield_lines(strs): function _parse_version_parts (line 1951) | def _parse_version_parts(s): function parse_version (line 1963) | def parse_version(s): class EntryPoint (line 2004) | class EntryPoint(object): method __init__ (line 2007) | def __init__(self, name, module_name, attrs=(), extras=(), dist=None): method __str__ (line 2016) | def __str__(self): method __repr__ (line 2024) | def __repr__(self): method load (line 2027) | def load(self, require=True, env=None, installer=None): method require (line 2037) | def require(self, env=None, installer=None): method parse (line 2044) | def parse(cls, src, dist=None): method parse_group (line 2076) | def parse_group(cls, group, lines, dist=None): method parse_map (line 2089) | def parse_map(cls, data, dist=None): function _remove_md5_fragment (line 2108) | def _remove_md5_fragment(location): class Distribution (line 2117) | class Distribution(object): method __init__ (line 2121) | def __init__(self, location=None, metadata=None, project_name=None, method from_location (line 2134) | def from_location(cls,location,basename,metadata=None,**kw): method __hash__ (line 2160) | def __hash__(self): return hash(self.hashcmp) method __lt__ (line 2161) | def __lt__(self, other): method __le__ (line 2163) | def __le__(self, other): method __gt__ (line 2165) | def __gt__(self, other): method __ge__ (line 2167) | def __ge__(self, other): method __eq__ (line 2169) | def __eq__(self, other): method __ne__ (line 2174) | def __ne__(self, other): method key (line 2182) | def key(self): method parsed_version (line 2190) | def parsed_version(self): method version (line 2198) | def version(self): method _dep_map (line 2212) | def _dep_map(self): method requires (line 2230) | def requires(self,extras=()): method _get_metadata (line 2244) | def _get_metadata(self,name): method activate (line 2249) | def activate(self,path=None): method egg_name (line 2257) | def egg_name(self): method __repr__ (line 2268) | def __repr__(self): method __str__ (line 2274) | def __str__(self): method __getattr__ (line 2280) | def __getattr__(self,attr): method from_filename (line 2287) | def from_filename(cls,filename,metadata=None, **kw): method as_requirement (line 2293) | def as_requirement(self): method load_entry_point (line 2297) | def load_entry_point(self, group, name): method get_entry_map (line 2304) | def get_entry_map(self, group=None): method get_entry_info (line 2316) | def get_entry_info(self, group, name): method insert_on (line 2320) | def insert_on(self, path, loc = None): method check_version_conflict (line 2359) | def check_version_conflict(self): method has_version (line 2380) | def has_version(self): method clone (line 2388) | def clone(self,**kw): method extras (line 2399) | def extras(self): class DistInfoDistribution (line 2403) | class DistInfoDistribution(Distribution): method _parsed_pkg_info (line 2409) | def _parsed_pkg_info(self): method _dep_map (line 2419) | def _dep_map(self): method _preparse_requirement (line 2426) | def _preparse_requirement(self, requires_dist): method _compute_dependencies (line 2438) | def _compute_dependencies(self): function issue_warning (line 2473) | def issue_warning(*args,**kw): function parse_requirements (line 2487) | def parse_requirements(strs): function _sort_dists (line 2549) | def _sort_dists(dists): class Requirement (line 2555) | class Requirement: method __init__ (line 2556) | def __init__(self, project_name, specs, extras): method __str__ (line 2570) | def __str__(self): method __eq__ (line 2576) | def __eq__(self,other): method __contains__ (line 2579) | def __contains__(self,item): method __hash__ (line 2599) | def __hash__(self): method __repr__ (line 2602) | def __repr__(self): return "Requirement.parse(%r)" % str(self) method parse (line 2605) | def parse(s): function _get_mro (line 2624) | def _get_mro(cls): function _find_adapter (line 2631) | def _find_adapter(registry, ob): function ensure_directory (line 2638) | def ensure_directory(path): function split_sections (line 2644) | def split_sections(s): function _mkstemp (line 2669) | def _mkstemp(*args,**kw): function _initialize (line 2681) | def _initialize(g): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/re-vendor.py function usage (line 9) | def usage(): function clean (line 13) | def clean(): function vendor (line 21) | def vendor(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/__init__.py class NullHandler (line 73) | class NullHandler(logging.Handler): method emit (line 74) | def emit(self, record): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/adapters.py class BaseAdapter (line 35) | class BaseAdapter(object): method __init__ (line 38) | def __init__(self): method send (line 41) | def send(self): method close (line 44) | def close(self): class HTTPAdapter (line 48) | class HTTPAdapter(BaseAdapter): method __init__ (line 73) | def __init__(self, pool_connections=DEFAULT_POOLSIZE, method __getstate__ (line 88) | def __getstate__(self): method __setstate__ (line 92) | def __setstate__(self, state): method init_poolmanager (line 104) | def init_poolmanager(self, connections, maxsize, block=DEFAULT_POOLBLO... method cert_verify (line 121) | def cert_verify(self, conn, url, verify, cert): method build_response (line 158) | def build_response(self, req, resp): method get_connection (line 194) | def get_connection(self, url, proxies=None): method close (line 226) | def close(self): method request_url (line 234) | def request_url(self, request, proxies): method add_headers (line 258) | def add_headers(self, request, **kwargs): method proxy_headers (line 272) | def proxy_headers(self, proxy): method send (line 294) | def send(self, request, stream=False, timeout=None, verify=True, cert=... FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/api.py function request (line 17) | def request(method, url, **kwargs): function get (line 47) | def get(url, **kwargs): function options (line 58) | def options(url, **kwargs): function head (line 69) | def head(url, **kwargs): function post (line 80) | def post(url, data=None, **kwargs): function put (line 91) | def put(url, data=None, **kwargs): function patch (line 102) | def patch(url, data=None, **kwargs): function delete (line 113) | def delete(url, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/auth.py function _basic_auth_str (line 28) | def _basic_auth_str(username, password): class AuthBase (line 34) | class AuthBase(object): method __call__ (line 37) | def __call__(self, r): class HTTPBasicAuth (line 41) | class HTTPBasicAuth(AuthBase): method __init__ (line 43) | def __init__(self, username, password): method __call__ (line 47) | def __call__(self, r): class HTTPProxyAuth (line 52) | class HTTPProxyAuth(HTTPBasicAuth): method __call__ (line 54) | def __call__(self, r): class HTTPDigestAuth (line 59) | class HTTPDigestAuth(AuthBase): method __init__ (line 61) | def __init__(self, username, password): method build_digest_header (line 69) | def build_digest_header(self, method, url): method handle_401 (line 152) | def handle_401(self, r, **kwargs): method __call__ (line 187) | def __call__(self, r): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/certs.py function where (line 18) | def where(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/cookies.py class MockRequest (line 21) | class MockRequest(object): method __init__ (line 33) | def __init__(self, request): method get_type (line 38) | def get_type(self): method get_host (line 41) | def get_host(self): method get_origin_req_host (line 44) | def get_origin_req_host(self): method get_full_url (line 47) | def get_full_url(self): method is_unverifiable (line 61) | def is_unverifiable(self): method has_header (line 64) | def has_header(self, name): method get_header (line 67) | def get_header(self, name, default=None): method add_header (line 70) | def add_header(self, key, val): method add_unredirected_header (line 74) | def add_unredirected_header(self, name, value): method get_new_headers (line 77) | def get_new_headers(self): method unverifiable (line 81) | def unverifiable(self): method origin_req_host (line 85) | def origin_req_host(self): method host (line 89) | def host(self): class MockResponse (line 93) | class MockResponse(object): method __init__ (line 100) | def __init__(self, headers): method info (line 107) | def info(self): method getheaders (line 110) | def getheaders(self, name): function extract_cookies_to_jar (line 114) | def extract_cookies_to_jar(jar, request, response): function get_cookie_header (line 131) | def get_cookie_header(jar, request): function remove_cookie_by_name (line 138) | def remove_cookie_by_name(cookiejar, name, domain=None, path=None): class CookieConflictError (line 154) | class CookieConflictError(RuntimeError): class RequestsCookieJar (line 159) | class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping): method get (line 176) | def get(self, name, default=None, domain=None, path=None): method set (line 185) | def set(self, name, value, **kwargs): method iterkeys (line 201) | def iterkeys(self): method keys (line 207) | def keys(self): method itervalues (line 212) | def itervalues(self): method values (line 218) | def values(self): method iteritems (line 223) | def iteritems(self): method items (line 229) | def items(self): method list_domains (line 235) | def list_domains(self): method list_paths (line 243) | def list_paths(self): method multiple_domains (line 251) | def multiple_domains(self): method get_dict (line 261) | def get_dict(self, domain=None, path=None): method __getitem__ (line 271) | def __getitem__(self, name): method __setitem__ (line 278) | def __setitem__(self, name, value): method __delitem__ (line 285) | def __delitem__(self, name): method set_cookie (line 289) | def set_cookie(self, cookie, *args, **kwargs): method update (line 294) | def update(self, other): method _find (line 302) | def _find(self, name, domain=None, path=None): method _find_no_duplicates (line 315) | def _find_no_duplicates(self, name, domain=None, path=None): method __getstate__ (line 333) | def __getstate__(self): method __setstate__ (line 340) | def __setstate__(self, state): method copy (line 346) | def copy(self): function create_cookie (line 353) | def create_cookie(name, value, **kwargs): function morsel_to_cookie (line 388) | def morsel_to_cookie(morsel): function cookiejar_from_dict (line 415) | def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): function merge_cookies (line 435) | def merge_cookies(cookiejar, cookies): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/exceptions.py class RequestException (line 13) | class RequestException(IOError): class HTTPError (line 18) | class HTTPError(RequestException): method __init__ (line 21) | def __init__(self, *args, **kwargs): class ConnectionError (line 27) | class ConnectionError(RequestException): class ProxyError (line 31) | class ProxyError(ConnectionError): class SSLError (line 35) | class SSLError(ConnectionError): class Timeout (line 39) | class Timeout(RequestException): class URLRequired (line 43) | class URLRequired(RequestException): class TooManyRedirects (line 47) | class TooManyRedirects(RequestException): class MissingSchema (line 51) | class MissingSchema(RequestException, ValueError): class InvalidSchema (line 55) | class InvalidSchema(RequestException, ValueError): class InvalidURL (line 59) | class InvalidURL(RequestException, ValueError): class ChunkedEncodingError (line 63) | class ChunkedEncodingError(RequestException): class ContentDecodingError (line 67) | class ContentDecodingError(RequestException, BaseHTTPError): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/hooks.py function default_hooks (line 20) | def default_hooks(): function dispatch_hook (line 29) | def dispatch_hook(key, hooks, hook_data, **kwargs): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/models.py class RequestEncodingMixin (line 41) | class RequestEncodingMixin(object): method path_url (line 43) | def path_url(self): method _encode_params (line 64) | def _encode_params(data): method _encode_files (line 91) | def _encode_files(files, data): class RequestHooksMixin (line 150) | class RequestHooksMixin(object): method register_hook (line 151) | def register_hook(self, event, hook): method deregister_hook (line 162) | def deregister_hook(self, event, hook): class Request (line 174) | class Request(RequestHooksMixin): method __init__ (line 197) | def __init__(self, method __repr__ (line 228) | def __repr__(self): method prepare (line 231) | def prepare(self): class PreparedRequest (line 248) | class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): method __init__ (line 267) | def __init__(self): method prepare (line 282) | def prepare(self, method=None, url=None, headers=None, files=None, method __repr__ (line 298) | def __repr__(self): method copy (line 301) | def copy(self): method prepare_method (line 311) | def prepare_method(self, method): method prepare_url (line 317) | def prepare_url(self, url, params): method prepare_headers (line 383) | def prepare_headers(self, headers): method prepare_body (line 391) | def prepare_body(self, data, files): method prepare_content_length (line 444) | def prepare_content_length(self, body): method prepare_auth (line 456) | def prepare_auth(self, auth, url=''): method prepare_cookies (line 478) | def prepare_cookies(self, cookies): method prepare_hooks (line 490) | def prepare_hooks(self, hooks): class Response (line 496) | class Response(object): method __init__ (line 514) | def __init__(self): method __getstate__ (line 553) | def __getstate__(self): method __setstate__ (line 564) | def __setstate__(self, state): method __repr__ (line 571) | def __repr__(self): method __bool__ (line 574) | def __bool__(self): method __nonzero__ (line 578) | def __nonzero__(self): method __iter__ (line 582) | def __iter__(self): method ok (line 587) | def ok(self): method apparent_encoding (line 595) | def apparent_encoding(self): method iter_content (line 600) | def iter_content(self, chunk_size=1, decode_unicode=False): method iter_lines (line 639) | def iter_lines(self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=None): method content (line 666) | def content(self): method text (line 690) | def text(self): method json (line 727) | def json(self, **kwargs): method links (line 744) | def links(self): method raise_for_status (line 761) | def raise_for_status(self): method close (line 775) | def close(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/__init__.py function detect (line 22) | def detect(aBuf): function _description_of (line 34) | def _description_of(path): function charade_cli (line 51) | def charade_cli(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/big5prober.py class Big5Prober (line 34) | class Big5Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 41) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/chardistribution.py class CharDistributionAnalysis (line 46) | class CharDistributionAnalysis: method __init__ (line 47) | def __init__(self): method reset (line 59) | def reset(self): method feed (line 68) | def feed(self, aBuf, aCharLen): method get_confidence (line 82) | def get_confidence(self): method got_enough_data (line 98) | def got_enough_data(self): method get_order (line 103) | def get_order(self, aBuf): class EUCTWDistributionAnalysis (line 111) | class EUCTWDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 112) | def __init__(self): method get_order (line 118) | def get_order(self, aBuf): class EUCKRDistributionAnalysis (line 130) | class EUCKRDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 131) | def __init__(self): method get_order (line 137) | def get_order(self, aBuf): class GB2312DistributionAnalysis (line 149) | class GB2312DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 150) | def __init__(self): method get_order (line 156) | def get_order(self, aBuf): class Big5DistributionAnalysis (line 168) | class Big5DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 169) | def __init__(self): method get_order (line 175) | def get_order(self, aBuf): class SJISDistributionAnalysis (line 190) | class SJISDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 191) | def __init__(self): method get_order (line 197) | def get_order(self, aBuf): class EUCJPDistributionAnalysis (line 215) | class EUCJPDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 216) | def __init__(self): method get_order (line 222) | def get_order(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/charsetgroupprober.py class CharSetGroupProber (line 33) | class CharSetGroupProber(CharSetProber): method __init__ (line 34) | def __init__(self): method reset (line 40) | def reset(self): method get_charset_name (line 50) | def get_charset_name(self): method feed (line 58) | def feed(self, aBuf): method get_confidence (line 78) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/charsetprober.py class CharSetProber (line 33) | class CharSetProber: method __init__ (line 34) | def __init__(self): method reset (line 37) | def reset(self): method get_charset_name (line 40) | def get_charset_name(self): method feed (line 43) | def feed(self, aBuf): method get_state (line 46) | def get_state(self): method get_confidence (line 49) | def get_confidence(self): method filter_high_bit_only (line 52) | def filter_high_bit_only(self, aBuf): method filter_without_english_letters (line 56) | def filter_without_english_letters(self, aBuf): method filter_with_english_letters (line 60) | def filter_with_english_letters(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/codingstatemachine.py class CodingStateMachine (line 32) | class CodingStateMachine: method __init__ (line 33) | def __init__(self, sm): method reset (line 39) | def reset(self): method next_state (line 42) | def next_state(self, c): method get_current_charlen (line 57) | def get_current_charlen(self): method get_coding_state_machine (line 60) | def get_coding_state_machine(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/compat.py function wrap_ord (line 30) | def wrap_ord(a): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/cp949prober.py class CP949Prober (line 34) | class CP949Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 43) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/escprober.py class EscCharSetProber (line 36) | class EscCharSetProber(CharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 47) | def reset(self): method get_charset_name (line 57) | def get_charset_name(self): method get_confidence (line 60) | def get_confidence(self): method feed (line 66) | def feed(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/eucjpprober.py class EUCJPProber (line 37) | class EUCJPProber(MultiByteCharSetProber): method __init__ (line 38) | def __init__(self): method reset (line 45) | def reset(self): method get_charset_name (line 49) | def get_charset_name(self): method feed (line 52) | def feed(self, aBuf): method get_confidence (line 87) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/euckrprober.py class EUCKRProber (line 34) | class EUCKRProber(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 41) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/euctwprober.py class EUCTWProber (line 33) | class EUCTWProber(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method get_charset_name (line 40) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/gb2312prober.py class GB2312Prober (line 33) | class GB2312Prober(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method get_charset_name (line 40) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/hebrewprober.py class HebrewProber (line 155) | class HebrewProber(CharSetProber): method __init__ (line 156) | def __init__(self): method reset (line 162) | def reset(self): method set_model_probers (line 172) | def set_model_probers(self, logicalProber, visualProber): method is_final (line 176) | def is_final(self, c): method is_non_final (line 180) | def is_non_final(self, c): method feed (line 193) | def feed(self, aBuf): method get_charset_name (line 252) | def get_charset_name(self): method get_state (line 278) | def get_state(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/jpcntx.py class JapaneseContextAnalysis (line 123) | class JapaneseContextAnalysis: method __init__ (line 124) | def __init__(self): method reset (line 127) | def reset(self): method feed (line 139) | def feed(self, aBuf, aLen): method got_enough_data (line 166) | def got_enough_data(self): method get_confidence (line 169) | def get_confidence(self): method get_order (line 176) | def get_order(self, aBuf): class SJISContextAnalysis (line 179) | class SJISContextAnalysis(JapaneseContextAnalysis): method get_order (line 180) | def get_order(self, aBuf): class EUCJPContextAnalysis (line 198) | class EUCJPContextAnalysis(JapaneseContextAnalysis): method get_order (line 199) | def get_order(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/latin1prober.py class Latin1Prober (line 97) | class Latin1Prober(CharSetProber): method __init__ (line 98) | def __init__(self): method reset (line 102) | def reset(self): method get_charset_name (line 107) | def get_charset_name(self): method feed (line 110) | def feed(self, aBuf): method get_confidence (line 124) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/mbcharsetprober.py class MultiByteCharSetProber (line 35) | class MultiByteCharSetProber(CharSetProber): method __init__ (line 36) | def __init__(self): method reset (line 42) | def reset(self): method get_charset_name (line 50) | def get_charset_name(self): method feed (line 53) | def feed(self, aBuf): method get_confidence (line 85) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/mbcsgroupprober.py class MBCSGroupProber (line 41) | class MBCSGroupProber(CharSetGroupProber): method __init__ (line 42) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/sbcharsetprober.py class SingleByteCharSetProber (line 44) | class SingleByteCharSetProber(CharSetProber): method __init__ (line 45) | def __init__(self, model, reversed=False, nameProber=None): method reset (line 54) | def reset(self): method get_charset_name (line 64) | def get_charset_name(self): method feed (line 70) | def feed(self, aBuf): method get_confidence (line 112) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/sbcsgroupprober.py class SBCSGroupProber (line 42) | class SBCSGroupProber(CharSetGroupProber): method __init__ (line 43) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/sjisprober.py class SJISProber (line 37) | class SJISProber(MultiByteCharSetProber): method __init__ (line 38) | def __init__(self): method reset (line 45) | def reset(self): method get_charset_name (line 49) | def get_charset_name(self): method feed (line 52) | def feed(self, aBuf): method get_confidence (line 88) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/universaldetector.py class UniversalDetector (line 44) | class UniversalDetector: method __init__ (line 45) | def __init__(self): method reset (line 52) | def reset(self): method feed (line 64) | def feed(self, aBuf): method close (line 132) | def close(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/charade/utf8prober.py class UTF8Prober (line 36) | class UTF8Prober(CharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 42) | def reset(self): method get_charset_name (line 47) | def get_charset_name(self): method feed (line 50) | def feed(self, aBuf): method get_confidence (line 69) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/__init__.py function detect (line 22) | def detect(aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/big5prober.py class Big5Prober (line 34) | class Big5Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 41) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardetect.py function description_of (line 21) | def description_of(file, name='stdin'): function main (line 36) | def main(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/chardistribution.py class CharDistributionAnalysis (line 46) | class CharDistributionAnalysis: method __init__ (line 47) | def __init__(self): method reset (line 59) | def reset(self): method feed (line 68) | def feed(self, aBuf, aCharLen): method get_confidence (line 82) | def get_confidence(self): method got_enough_data (line 98) | def got_enough_data(self): method get_order (line 103) | def get_order(self, aBuf): class EUCTWDistributionAnalysis (line 111) | class EUCTWDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 112) | def __init__(self): method get_order (line 118) | def get_order(self, aBuf): class EUCKRDistributionAnalysis (line 130) | class EUCKRDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 131) | def __init__(self): method get_order (line 137) | def get_order(self, aBuf): class GB2312DistributionAnalysis (line 149) | class GB2312DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 150) | def __init__(self): method get_order (line 156) | def get_order(self, aBuf): class Big5DistributionAnalysis (line 168) | class Big5DistributionAnalysis(CharDistributionAnalysis): method __init__ (line 169) | def __init__(self): method get_order (line 175) | def get_order(self, aBuf): class SJISDistributionAnalysis (line 190) | class SJISDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 191) | def __init__(self): method get_order (line 197) | def get_order(self, aBuf): class EUCJPDistributionAnalysis (line 215) | class EUCJPDistributionAnalysis(CharDistributionAnalysis): method __init__ (line 216) | def __init__(self): method get_order (line 222) | def get_order(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetgroupprober.py class CharSetGroupProber (line 33) | class CharSetGroupProber(CharSetProber): method __init__ (line 34) | def __init__(self): method reset (line 40) | def reset(self): method get_charset_name (line 50) | def get_charset_name(self): method feed (line 58) | def feed(self, aBuf): method get_confidence (line 78) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/charsetprober.py class CharSetProber (line 33) | class CharSetProber: method __init__ (line 34) | def __init__(self): method reset (line 37) | def reset(self): method get_charset_name (line 40) | def get_charset_name(self): method feed (line 43) | def feed(self, aBuf): method get_state (line 46) | def get_state(self): method get_confidence (line 49) | def get_confidence(self): method filter_high_bit_only (line 52) | def filter_high_bit_only(self, aBuf): method filter_without_english_letters (line 56) | def filter_without_english_letters(self, aBuf): method filter_with_english_letters (line 60) | def filter_with_english_letters(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/codingstatemachine.py class CodingStateMachine (line 32) | class CodingStateMachine: method __init__ (line 33) | def __init__(self, sm): method reset (line 39) | def reset(self): method next_state (line 42) | def next_state(self, c): method get_current_charlen (line 57) | def get_current_charlen(self): method get_coding_state_machine (line 60) | def get_coding_state_machine(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/compat.py function wrap_ord (line 30) | def wrap_ord(a): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/cp949prober.py class CP949Prober (line 34) | class CP949Prober(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 43) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/escprober.py class EscCharSetProber (line 36) | class EscCharSetProber(CharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 47) | def reset(self): method get_charset_name (line 57) | def get_charset_name(self): method get_confidence (line 60) | def get_confidence(self): method feed (line 66) | def feed(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/eucjpprober.py class EUCJPProber (line 37) | class EUCJPProber(MultiByteCharSetProber): method __init__ (line 38) | def __init__(self): method reset (line 45) | def reset(self): method get_charset_name (line 49) | def get_charset_name(self): method feed (line 52) | def feed(self, aBuf): method get_confidence (line 87) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/euckrprober.py class EUCKRProber (line 34) | class EUCKRProber(MultiByteCharSetProber): method __init__ (line 35) | def __init__(self): method get_charset_name (line 41) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/euctwprober.py class EUCTWProber (line 33) | class EUCTWProber(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method get_charset_name (line 40) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/gb2312prober.py class GB2312Prober (line 33) | class GB2312Prober(MultiByteCharSetProber): method __init__ (line 34) | def __init__(self): method get_charset_name (line 40) | def get_charset_name(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/hebrewprober.py class HebrewProber (line 155) | class HebrewProber(CharSetProber): method __init__ (line 156) | def __init__(self): method reset (line 162) | def reset(self): method set_model_probers (line 172) | def set_model_probers(self, logicalProber, visualProber): method is_final (line 176) | def is_final(self, c): method is_non_final (line 180) | def is_non_final(self, c): method feed (line 193) | def feed(self, aBuf): method get_charset_name (line 252) | def get_charset_name(self): method get_state (line 278) | def get_state(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/jpcntx.py class JapaneseContextAnalysis (line 123) | class JapaneseContextAnalysis: method __init__ (line 124) | def __init__(self): method reset (line 127) | def reset(self): method feed (line 139) | def feed(self, aBuf, aLen): method got_enough_data (line 166) | def got_enough_data(self): method get_confidence (line 169) | def get_confidence(self): method get_order (line 176) | def get_order(self, aBuf): class SJISContextAnalysis (line 179) | class SJISContextAnalysis(JapaneseContextAnalysis): method get_order (line 180) | def get_order(self, aBuf): class EUCJPContextAnalysis (line 198) | class EUCJPContextAnalysis(JapaneseContextAnalysis): method get_order (line 199) | def get_order(self, aBuf): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/latin1prober.py class Latin1Prober (line 97) | class Latin1Prober(CharSetProber): method __init__ (line 98) | def __init__(self): method reset (line 102) | def reset(self): method get_charset_name (line 107) | def get_charset_name(self): method feed (line 110) | def feed(self, aBuf): method get_confidence (line 124) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcharsetprober.py class MultiByteCharSetProber (line 35) | class MultiByteCharSetProber(CharSetProber): method __init__ (line 36) | def __init__(self): method reset (line 42) | def reset(self): method get_charset_name (line 50) | def get_charset_name(self): method feed (line 53) | def feed(self, aBuf): method get_confidence (line 85) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/mbcsgroupprober.py class MBCSGroupProber (line 41) | class MBCSGroupProber(CharSetGroupProber): method __init__ (line 42) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcharsetprober.py class SingleByteCharSetProber (line 44) | class SingleByteCharSetProber(CharSetProber): method __init__ (line 45) | def __init__(self, model, reversed=False, nameProber=None): method reset (line 54) | def reset(self): method get_charset_name (line 64) | def get_charset_name(self): method feed (line 70) | def feed(self, aBuf): method get_confidence (line 112) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/sbcsgroupprober.py class SBCSGroupProber (line 42) | class SBCSGroupProber(CharSetGroupProber): method __init__ (line 43) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/sjisprober.py class SJISProber (line 37) | class SJISProber(MultiByteCharSetProber): method __init__ (line 38) | def __init__(self): method reset (line 45) | def reset(self): method get_charset_name (line 49) | def get_charset_name(self): method feed (line 52) | def feed(self, aBuf): method get_confidence (line 88) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/universaldetector.py class UniversalDetector (line 44) | class UniversalDetector: method __init__ (line 45) | def __init__(self): method reset (line 52) | def reset(self): method feed (line 64) | def feed(self, aBuf): method close (line 134) | def close(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/chardet/utf8prober.py class UTF8Prober (line 36) | class UTF8Prober(CharSetProber): method __init__ (line 37) | def __init__(self): method reset (line 42) | def reset(self): method get_charset_name (line 47) | def get_charset_name(self): method feed (line 50) | def feed(self, aBuf): method get_confidence (line 69) | def get_confidence(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/__init__.py class NullHandler (line 34) | class NullHandler(logging.Handler): method emit (line 35) | def emit(self, record): function add_stderr_logger (line 40) | def add_stderr_logger(level=logging.DEBUG): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/_collections.py class RLock (line 11) | class RLock: method __enter__ (line 12) | def __enter__(self): method __exit__ (line 15) | def __exit__(self, exc_type, exc_value, traceback): class RecentlyUsedContainer (line 31) | class RecentlyUsedContainer(MutableMapping): method __init__ (line 47) | def __init__(self, maxsize=10, dispose_func=None): method __getitem__ (line 54) | def __getitem__(self, key): method __setitem__ (line 61) | def __setitem__(self, key, value): method __delitem__ (line 76) | def __delitem__(self, key): method __len__ (line 83) | def __len__(self): method __iter__ (line 87) | def __iter__(self): method clear (line 90) | def clear(self): method keys (line 101) | def keys(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connection.py class DummyConnection (line 15) | class DummyConnection(object): class BaseSSLError (line 23) | class BaseSSLError(BaseException): class HTTPConnection (line 55) | class HTTPConnection(_HTTPConnection, object): method _new_conn (line 61) | def _new_conn(self): method _prepare_conn (line 81) | def _prepare_conn(self, conn): method connect (line 87) | def connect(self): class HTTPSConnection (line 92) | class HTTPSConnection(HTTPConnection): method __init__ (line 95) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 105) | def connect(self): class VerifiedHTTPSConnection (line 111) | class VerifiedHTTPSConnection(HTTPSConnection): method set_cert (line 120) | def set_cert(self, key_file=None, cert_file=None, method connect (line 131) | def connect(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/connectionpool.py class ConnectionPool (line 57) | class ConnectionPool(object): method __init__ (line 66) | def __init__(self, host, port=None): method __str__ (line 73) | def __str__(self): class HTTPConnectionPool (line 80) | class HTTPConnectionPool(ConnectionPool, RequestMethods): method __init__ (line 136) | def __init__(self, host, port=None, strict=False, method _new_conn (line 165) | def _new_conn(self): method _get_conn (line 186) | def _get_conn(self, timeout=None): method _put_conn (line 219) | def _put_conn(self, conn): method _get_timeout (line 248) | def _get_timeout(self, timeout): method _make_request (line 260) | def _make_request(self, conn, method, url, timeout=_Default, method close (line 347) | def close(self): method is_same_host (line 363) | def is_same_host(self, url): method urlopen (line 382) | def urlopen(self, method, url, body=None, headers=None, retries=3, class HTTPSConnectionPool (line 562) | class HTTPSConnectionPool(HTTPConnectionPool): method __init__ (line 583) | def __init__(self, host, port=None, method _prepare_conn (line 601) | def _prepare_conn(self, conn): method _new_conn (line 629) | def _new_conn(self): function connection_from_url (line 663) | def connection_from_url(url, **kw): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/ntlmpool.py class NTLMConnectionPool (line 26) | class NTLMConnectionPool(HTTPSConnectionPool): method __init__ (line 33) | def __init__(self, user, pw, authurl, *args, **kwargs): method _new_conn (line 47) | def _new_conn(self): method urlopen (line 112) | def urlopen(self, method, url, body=None, headers=None, retries=3, FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py function inject_into_urllib3 (line 84) | def inject_into_urllib3(): function extract_from_urllib3 (line 91) | def extract_from_urllib3(): class SubjectAltName (line 99) | class SubjectAltName(BaseSubjectAltName): function get_subj_alt_name (line 110) | def get_subj_alt_name(peer_cert): class fileobject (line 140) | class fileobject(_fileobject): method read (line 142) | def read(self, size=-1): method readline (line 208) | def readline(self, size=-1): class WrappedSocket (line 306) | class WrappedSocket(object): method __init__ (line 309) | def __init__(self, connection, socket): method fileno (line 313) | def fileno(self): method makefile (line 316) | def makefile(self, mode, bufsize=-1): method settimeout (line 319) | def settimeout(self, timeout): method sendall (line 322) | def sendall(self, data): method close (line 325) | def close(self): method getpeercert (line 328) | def getpeercert(self, binary_form=False): function _verify_callback (line 350) | def _verify_callback(cnx, x509, err_no, err_depth, return_code): function ssl_wrap_socket (line 354) | def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None, FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/exceptions.py class HTTPError (line 10) | class HTTPError(Exception): class PoolError (line 15) | class PoolError(HTTPError): method __init__ (line 17) | def __init__(self, pool, message): method __reduce__ (line 21) | def __reduce__(self): class RequestError (line 26) | class RequestError(PoolError): method __init__ (line 28) | def __init__(self, pool, url, message): method __reduce__ (line 32) | def __reduce__(self): class SSLError (line 37) | class SSLError(HTTPError): class ProxyError (line 42) | class ProxyError(HTTPError): class DecodeError (line 47) | class DecodeError(HTTPError): class MaxRetryError (line 54) | class MaxRetryError(RequestError): method __init__ (line 57) | def __init__(self, pool, url, reason=None): class HostChangedError (line 69) | class HostChangedError(RequestError): method __init__ (line 72) | def __init__(self, pool, url, retries=3): class TimeoutStateError (line 78) | class TimeoutStateError(HTTPError): class TimeoutError (line 83) | class TimeoutError(HTTPError): class ReadTimeoutError (line 92) | class ReadTimeoutError(TimeoutError, RequestError): class ConnectTimeoutError (line 99) | class ConnectTimeoutError(TimeoutError): class EmptyPoolError (line 104) | class EmptyPoolError(PoolError): class ClosedPoolError (line 109) | class ClosedPoolError(PoolError): class LocationParseError (line 114) | class LocationParseError(ValueError, HTTPError): method __init__ (line 117) | def __init__(self, location): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/fields.py function guess_content_type (line 13) | def guess_content_type(filename, default='application/octet-stream'): function format_header_param (line 27) | def format_header_param(name, value): class RequestField (line 55) | class RequestField(object): method __init__ (line 68) | def __init__(self, name, data, filename=None, headers=None): method from_tuples (line 77) | def from_tuples(cls, fieldname, value): method _render_part (line 109) | def _render_part(self, name, value): method _render_parts (line 120) | def _render_parts(self, header_parts): method render_headers (line 142) | def render_headers(self): method make_multipart (line 161) | def make_multipart(self, content_disposition=None, content_type=None, ... FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/filepost.py function choose_boundary (line 20) | def choose_boundary(): function iter_field_objects (line 27) | def iter_field_objects(fields): function iter_fields (line 47) | def iter_fields(fields): function encode_multipart_formdata (line 65) | def encode_multipart_formdata(fields, boundary=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ordered_dict.py class OrderedDict (line 17) | class OrderedDict(dict): method __init__ (line 29) | def __init__(self, *args, **kwds): method __setitem__ (line 45) | def __setitem__(self, key, value, dict_setitem=dict.__setitem__): method __delitem__ (line 55) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 64) | def __iter__(self): method __reversed__ (line 72) | def __reversed__(self): method clear (line 80) | def clear(self): method popitem (line 92) | def popitem(self, last=True): method keys (line 117) | def keys(self): method values (line 121) | def values(self): method items (line 125) | def items(self): method iterkeys (line 129) | def iterkeys(self): method itervalues (line 133) | def itervalues(self): method iteritems (line 138) | def iteritems(self): method update (line 143) | def update(*args, **kwds): method pop (line 178) | def pop(self, key, default=__marker): method setdefault (line 191) | def setdefault(self, key, default=None): method __repr__ (line 198) | def __repr__(self, _repr_running={}): method __reduce__ (line 211) | def __reduce__(self): method copy (line 221) | def copy(self): method fromkeys (line 226) | def fromkeys(cls, iterable, value=None): method __eq__ (line 236) | def __eq__(self, other): method __ne__ (line 245) | def __ne__(self, other): method viewkeys (line 250) | def viewkeys(self): method viewvalues (line 254) | def viewvalues(self): method viewitems (line 258) | def viewitems(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/six.py class X (line 53) | class X(object): method __len__ (line 54) | def __len__(self): function _add_doc (line 67) | def _add_doc(func, doc): function _import_module (line 72) | def _import_module(name): class _LazyDescr (line 78) | class _LazyDescr(object): method __init__ (line 80) | def __init__(self, name): method __get__ (line 83) | def __get__(self, obj, tp): class MovedModule (line 91) | class MovedModule(_LazyDescr): method __init__ (line 93) | def __init__(self, name, old, new=None): method _resolve (line 102) | def _resolve(self): class MovedAttribute (line 106) | class MovedAttribute(_LazyDescr): method __init__ (line 108) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 126) | def _resolve(self): class _MovedItems (line 132) | class _MovedItems(types.ModuleType): function add_move (line 189) | def add_move(move): function remove_move (line 194) | def remove_move(name): function advance_iterator (line 230) | def advance_iterator(it): function get_unbound_function (line 236) | def get_unbound_function(unbound): function callable (line 241) | def callable(obj): function get_unbound_function (line 244) | def get_unbound_function(unbound): class Iterator (line 247) | class Iterator(object): method next (line 249) | def next(self): function iterkeys (line 263) | def iterkeys(d): function itervalues (line 267) | def itervalues(d): function iteritems (line 271) | def iteritems(d): function b (line 277) | def b(s): function u (line 279) | def u(s): function int2byte (line 282) | def int2byte(i): function b (line 291) | def b(s): function u (line 293) | def u(s): function reraise (line 307) | def reraise(tp, value, tb=None): function exec_ (line 317) | def exec_(code, globs=None, locs=None): function print_ (line 335) | def print_(*args, **kwargs): function with_metaclass (line 383) | def with_metaclass(meta, base=object): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py class CertificateError (line 10) | class CertificateError(ValueError): function _dnsname_match (line 14) | def _dnsname_match(dn, hostname, max_wildcards=1): function match_hostname (line 67) | def match_hostname(cert, hostname): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/poolmanager.py class PoolManager (line 35) | class PoolManager(RequestMethods): method __init__ (line 65) | def __init__(self, num_pools=10, headers=None, **connection_pool_kw): method _new_pool (line 71) | def _new_pool(self, scheme, host, port): method clear (line 88) | def clear(self): method connection_from_host (line 97) | def connection_from_host(self, host, port=None, scheme='http'): method connection_from_url (line 123) | def connection_from_url(self, url): method urlopen (line 135) | def urlopen(self, method, url, redirect=True, **kw): class ProxyManager (line 174) | class ProxyManager(PoolManager): method __init__ (line 201) | def __init__(self, proxy_url, num_pools=10, headers=None, method connection_from_host (line 220) | def connection_from_host(self, host, port=None, scheme='http'): method _set_proxy_headers (line 228) | def _set_proxy_headers(self, url, headers=None): method urlopen (line 243) | def urlopen(self, method, url, redirect=True, **kw): function proxy_from_url (line 257) | def proxy_from_url(url, **kw): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/request.py class RequestMethods (line 18) | class RequestMethods(object): method __init__ (line 49) | def __init__(self, headers=None): method urlopen (line 52) | def urlopen(self, method, url, body=None, headers=None, method request (line 58) | def request(self, method, url, fields=None, headers=None, **urlopen_kw): method request_encode_url (line 80) | def request_encode_url(self, method, url, fields=None, **urlopen_kw): method request_encode_body (line 89) | def request_encode_body(self, method, url, fields=None, headers=None, FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/response.py class DeflateDecoder (line 20) | class DeflateDecoder(object): method __init__ (line 22) | def __init__(self): method __getattr__ (line 27) | def __getattr__(self, name): method decompress (line 30) | def decompress(self, data): function _get_decoder (line 46) | def _get_decoder(mode): class HTTPResponse (line 53) | class HTTPResponse(io.IOBase): method __init__ (line 79) | def __init__(self, body='', headers=None, status=0, version=0, reason=... method get_redirect_location (line 104) | def get_redirect_location(self): method release_conn (line 117) | def release_conn(self): method data (line 125) | def data(self): method tell (line 133) | def tell(self): method read (line 141) | def read(self, amt=None, decode_content=None, cache_content=False): method stream (line 219) | def stream(self, amt=2**16, decode_content=None): method from_httplib (line 243) | def from_httplib(ResponseCls, r, **response_kw): method getheaders (line 276) | def getheaders(self): method getheader (line 279) | def getheader(self, name, default=None): method close (line 283) | def close(self): method closed (line 288) | def closed(self): method fileno (line 298) | def fileno(self): method flush (line 307) | def flush(self): method readable (line 311) | def readable(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/packages/urllib3/util.py function current_time (line 44) | def current_time(): class Timeout (line 51) | class Timeout(object): method __init__ (line 119) | def __init__(self, total=None, connect=_Default, read=_Default): method __str__ (line 125) | def __str__(self): method _validate_timeout (line 131) | def _validate_timeout(cls, value, name): method from_float (line 165) | def from_float(cls, timeout): method clone (line 180) | def clone(self): method start_connect (line 195) | def start_connect(self): method get_connect_duration (line 206) | def get_connect_duration(self): method connect_timeout (line 220) | def connect_timeout(self): method read_timeout (line 238) | def read_timeout(self): class Url (line 269) | class Url(namedtuple('Url', ['scheme', 'auth', 'host', 'port', 'path', '... method __new__ (line 276) | def __new__(cls, scheme=None, auth=None, host=None, port=None, path=No... method hostname (line 280) | def hostname(self): method request_uri (line 285) | def request_uri(self): method netloc (line 295) | def netloc(self): function split_first (line 302) | def split_first(s, delims): function parse_url (line 335) | def parse_url(url): function get_host (line 420) | def get_host(url): function make_headers (line 428) | def make_headers(keep_alive=None, accept_encoding=None, user_agent=None, function is_connection_dropped (line 488) | def is_connection_dropped(conn): # Platform-specific function resolve_cert_reqs (line 520) | def resolve_cert_reqs(candidate): function resolve_ssl_version (line 543) | def resolve_ssl_version(candidate): function assert_fingerprint (line 559) | def assert_fingerprint(cert, fingerprint): function is_fp_closed (line 595) | def is_fp_closed(obj): function ssl_wrap_socket (line 611) | def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None, function ssl_wrap_socket (line 643) | def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None, FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/sessions.py function merge_setting (line 38) | def merge_setting(request_setting, session_setting, dict_class=OrderedDi... function merge_hooks (line 69) | def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): class SessionRedirectMixin (line 85) | class SessionRedirectMixin(object): method resolve_redirects (line 86) | def resolve_redirects(self, resp, req, stream=False, timeout=None, class Session (line 177) | class Session(SessionRedirectMixin): method __init__ (line 195) | def __init__(self): method __enter__ (line 246) | def __enter__(self): method __exit__ (line 249) | def __exit__(self, *args): method prepare_request (line 252) | def prepare_request(self, request): method request (line 291) | def request(self, method, url, method get (line 387) | def get(self, url, **kwargs): method options (line 397) | def options(self, url, **kwargs): method head (line 407) | def head(self, url, **kwargs): method post (line 417) | def post(self, url, data=None, **kwargs): method put (line 427) | def put(self, url, data=None, **kwargs): method patch (line 437) | def patch(self, url, data=None, **kwargs): method delete (line 447) | def delete(self, url, **kwargs): method send (line 456) | def send(self, request, **kwargs): method get_adapter (line 518) | def get_adapter(self, url): method close (line 528) | def close(self): method mount (line 533) | def mount(self, prefix, adapter): method __getstate__ (line 542) | def __getstate__(self): method __setstate__ (line 545) | def __setstate__(self, state): function session (line 550) | def session(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/structures.py class IteratorProxy (line 16) | class IteratorProxy(object): method __init__ (line 18) | def __init__(self, i): method __iter__ (line 22) | def __iter__(self): method __len__ (line 25) | def __len__(self): method read (line 33) | def read(self, n): class CaseInsensitiveDict (line 37) | class CaseInsensitiveDict(collections.MutableMapping): method __init__ (line 65) | def __init__(self, data=None, **kwargs): method __setitem__ (line 71) | def __setitem__(self, key, value): method __getitem__ (line 76) | def __getitem__(self, key): method __delitem__ (line 79) | def __delitem__(self, key): method __iter__ (line 82) | def __iter__(self): method __len__ (line 85) | def __len__(self): method lower_items (line 88) | def lower_items(self): method __eq__ (line 96) | def __eq__(self, other): method copy (line 105) | def copy(self): method __repr__ (line 108) | def __repr__(self): class LookupDict (line 112) | class LookupDict(dict): method __init__ (line 115) | def __init__(self, name=None): method __repr__ (line 119) | def __repr__(self): method __getitem__ (line 122) | def __getitem__(self, key): method get (line 127) | def get(self, key, default=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/requests/utils.py function dict_to_sequence (line 39) | def dict_to_sequence(d): function super_len (line 48) | def super_len(o): function get_netrc_auth (line 68) | def get_netrc_auth(url): function guess_filename (line 114) | def guess_filename(obj): function from_key_val_list (line 121) | def from_key_val_list(value): function to_key_val_list (line 144) | def to_key_val_list(value): function parse_list_header (line 170) | def parse_list_header(value): function parse_dict_header (line 201) | def parse_dict_header(value): function unquote_header_value (line 235) | def unquote_header_value(value, is_filename=False): function dict_from_cookiejar (line 259) | def dict_from_cookiejar(cj): function add_dict_to_cookiejar (line 273) | def add_dict_to_cookiejar(cj, cookie_dict): function get_encodings_from_content (line 285) | def get_encodings_from_content(content): function get_encoding_from_headers (line 300) | def get_encoding_from_headers(headers): function stream_decode_response_unicode (line 320) | def stream_decode_response_unicode(iterator, r): function iter_slices (line 338) | def iter_slices(string, slice_length): function get_unicode_from_response (line 346) | def get_unicode_from_response(r): function unquote_unreserved (line 385) | def unquote_unreserved(uri): function requote_uri (line 407) | def requote_uri(uri): function address_in_network (line 419) | def address_in_network(ip, net): function dotted_netmask (line 432) | def dotted_netmask(mask): function is_ipv4_address (line 441) | def is_ipv4_address(string_ip): function is_valid_cidr (line 449) | def is_valid_cidr(string_network): function get_environ_proxies (line 469) | def get_environ_proxies(url): function default_user_agent (line 517) | def default_user_agent(name="python-requests"): function default_headers (line 548) | def default_headers(): function parse_header_links (line 556) | def parse_header_links(value): function guess_json_utf (line 596) | def guess_json_utf(data): function except_on_missing_scheme (line 625) | def except_on_missing_scheme(url): function get_auth_from_url (line 634) | def get_auth_from_url(url): function to_native_string (line 647) | def to_native_string(string, encoding='ascii'): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/_vendor/six.py class X (line 55) | class X(object): method __len__ (line 56) | def __len__(self): function _add_doc (line 69) | def _add_doc(func, doc): function _import_module (line 74) | def _import_module(name): class _LazyDescr (line 80) | class _LazyDescr(object): method __init__ (line 82) | def __init__(self, name): method __get__ (line 85) | def __get__(self, obj, tp): class MovedModule (line 93) | class MovedModule(_LazyDescr): method __init__ (line 95) | def __init__(self, name, old, new=None): method _resolve (line 104) | def _resolve(self): method __getattr__ (line 107) | def __getattr__(self, attr): class _LazyModule (line 122) | class _LazyModule(types.ModuleType): method __init__ (line 124) | def __init__(self, name): method __dir__ (line 128) | def __dir__(self): class MovedAttribute (line 137) | class MovedAttribute(_LazyDescr): method __init__ (line 139) | def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None): method _resolve (line 157) | def _resolve(self): class _MovedItems (line 163) | class _MovedItems(_LazyModule): class Module_six_moves_urllib_parse (line 238) | class Module_six_moves_urllib_parse(_LazyModule): class Module_six_moves_urllib_error (line 267) | class Module_six_moves_urllib_error(_LazyModule): class Module_six_moves_urllib_request (line 285) | class Module_six_moves_urllib_request(_LazyModule): class Module_six_moves_urllib_response (line 333) | class Module_six_moves_urllib_response(_LazyModule): class Module_six_moves_urllib_robotparser (line 352) | class Module_six_moves_urllib_robotparser(_LazyModule): class Module_six_moves_urllib (line 368) | class Module_six_moves_urllib(types.ModuleType): method __dir__ (line 376) | def __dir__(self): function add_move (line 383) | def add_move(move): function remove_move (line 388) | def remove_move(name): function advance_iterator (line 430) | def advance_iterator(it): function callable (line 438) | def callable(obj): function get_unbound_function (line 443) | def get_unbound_function(unbound): function get_unbound_function (line 450) | def get_unbound_function(unbound): function create_bound_method (line 453) | def create_bound_method(func, obj): class Iterator (line 456) | class Iterator(object): method next (line 458) | def next(self): function iterkeys (line 474) | def iterkeys(d, **kw): function itervalues (line 478) | def itervalues(d, **kw): function iteritems (line 482) | def iteritems(d, **kw): function iterlists (line 486) | def iterlists(d, **kw): function b (line 492) | def b(s): function u (line 494) | def u(s): function int2byte (line 498) | def int2byte(i): function b (line 510) | def b(s): function u (line 513) | def u(s): function byte2int (line 517) | def byte2int(bs): function indexbytes (line 519) | def indexbytes(buf, i): function iterbytes (line 521) | def iterbytes(buf): function reraise (line 533) | def reraise(tp, value, tb=None): function exec_ (line 539) | def exec_(_code_, _globs_=None, _locs_=None): function print_ (line 559) | def print_(*args, **kwargs): function with_metaclass (line 615) | def with_metaclass(meta, *bases): function add_metaclass (line 619) | def add_metaclass(metaclass): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/backwardcompat/__init__.py class NeverUsedException (line 13) | class NeverUsedException(Exception): function cmp (line 43) | def cmp(a, b): function b (line 46) | def b(s): function u (line 49) | def u(s): function console_to_str (line 52) | def console_to_str(s): function get_http_message_param (line 58) | def get_http_message_param(http_message, param, default_value): function b (line 77) | def b(s): function u (line 80) | def u(s): function console_to_str (line 83) | def console_to_str(s): function get_http_message_param (line 86) | def get_http_message_param(http_message, param, default_value): function product (line 104) | def product(*args, **kwds): function get_path_uid (line 115) | def get_path_uid(path): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/basecommand.py class Command (line 26) | class Command(object): method __init__ (line 31) | def __init__(self): method _build_session (line 51) | def _build_session(self, options): method setup_logging (line 74) | def setup_logging(self): method parse_args (line 77) | def parse_args(self, args): method main (line 81) | def main(self, args): function format_exc (line 176) | def format_exc(exc_info=None): function open_logfile (line 184) | def open_logfile(filename, mode='a'): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/baseparser.py class PrettyHelpFormatter (line 15) | class PrettyHelpFormatter(optparse.IndentedHelpFormatter): method __init__ (line 18) | def __init__(self, *args, **kwargs): method format_option_strings (line 25) | def format_option_strings(self, option): method _format_option_strings (line 28) | def _format_option_strings(self, option, mvarfmt=' <%s>', optsep=', '): method format_heading (line 51) | def format_heading(self, heading): method format_usage (line 56) | def format_usage(self, usage): method format_description (line 64) | def format_description(self, description): method format_epilog (line 82) | def format_epilog(self, epilog): method indent_lines (line 89) | def indent_lines(self, text, indent): class UpdatingDefaultsHelpFormatter (line 94) | class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): method expand_default (line 99) | def expand_default(self, option): class CustomOptionParser (line 105) | class CustomOptionParser(optparse.OptionParser): method insert_option_group (line 106) | def insert_option_group(self, idx, *args, **kwargs): method option_list_all (line 116) | def option_list_all(self): class ConfigOptionParser (line 125) | class ConfigOptionParser(CustomOptionParser): method __init__ (line 129) | def __init__(self, *args, **kwargs): method get_config_files (line 138) | def get_config_files(self): method check_default (line 146) | def check_default(self, option, key, val): method update_defaults (line 154) | def update_defaults(self, defaults): method normalize_keys (line 183) | def normalize_keys(self, items): method get_config_section (line 195) | def get_config_section(self, name): method get_environ_vars (line 201) | def get_environ_vars(self, prefix='PIP_'): method get_default_values (line 207) | def get_default_values(self): method error (line 222) | def error(self, msg): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/cmdoptions.py function make_option_group (line 15) | def make_option_group(group, parser): class OptionMaker (line 26) | class OptionMaker(object): method __init__ (line 29) | def __init__(self, *args, **kwargs): method make (line 32) | def make(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/__init__.py function get_summaries (line 51) | def get_summaries(ignore_hidden=True, ordered=True): function get_similar_commands (line 66) | def get_similar_commands(name): function _sort_commands (line 80) | def _sort_commands(cmddict, order): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/bundle.py class BundleCommand (line 9) | class BundleCommand(InstallCommand): method __init__ (line 17) | def __init__(self, *args, **kw): method run (line 29) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/completion.py class CompletionCommand (line 30) | class CompletionCommand(Command): method __init__ (line 36) | def __init__(self, *args, **kw): method run (line 51) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/freeze.py class FreezeCommand (line 12) | class FreezeCommand(Command): method __init__ (line 19) | def __init__(self, *args, **kw): method setup_logging (line 45) | def setup_logging(self): method run (line 48) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/help.py class HelpCommand (line 5) | class HelpCommand(Command): method run (line 12) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/install.py class InstallCommand (line 15) | class InstallCommand(Command): method __init__ (line 39) | def __init__(self, *args, **kw): method _build_package_finder (line 168) | def _build_package_finder(self, options, index_urls, session): method run (line 186) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/list.py class ListCommand (line 10) | class ListCommand(Command): method __init__ (line 20) | def __init__(self, *args, **kw): method _build_package_finder (line 57) | def _build_package_finder(self, options, index_urls, session): method run (line 72) | def run(self, options, args): method run_outdated (line 82) | def run_outdated(self, options): method find_packages_latests_versions (line 88) | def find_packages_latests_versions(self, options): method run_listing (line 140) | def run_listing(self, options): method run_editables (line 144) | def run_editables(self, options): method output_package_listing (line 148) | def output_package_listing(self, installed_packages): method run_uptodate (line 157) | def run_uptodate(self, options): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/search.py class SearchCommand (line 16) | class SearchCommand(Command): method __init__ (line 23) | def __init__(self, *args, **kw): method run (line 34) | def run(self, options, args): method search (line 52) | def search(self, query, index_url): function transform_hits (line 58) | def transform_hits(hits): function print_results (line 88) | def print_results(hits, name_column_width=25, terminal_width=None): function compare_versions (line 116) | def compare_versions(version1, version2): function highest_version (line 131) | def highest_version(versions): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/show.py class ShowCommand (line 8) | class ShowCommand(Command): method __init__ (line 15) | def __init__(self, *args, **kw): method run (line 26) | def run(self, options, args): function search_packages_info (line 36) | def search_packages_info(query): function print_results (line 64) | def print_results(distributions, list_all_files): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/uninstall.py class UninstallCommand (line 6) | class UninstallCommand(Command): method __init__ (line 22) | def __init__(self, *args, **kw): method run (line 40) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/unzip.py class UnzipCommand (line 4) | class UnzipCommand(ZipCommand): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/wheel.py class WheelCommand (line 17) | class WheelCommand(Command): method __init__ (line 40) | def __init__(self, *args, **kw): method run (line 85) | def run(self, options, args): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/commands/zip.py class ZipCommand (line 13) | class ZipCommand(Command): method __init__ (line 20) | def __init__(self, *args, **kw): method paths (line 62) | def paths(self): method run (line 92) | def run(self, options, args): method unzip_package (line 123) | def unzip_package(self, module_name, filename): method zip_package (line 174) | def zip_package(self, module_name, filename, no_pyc): method remove_filename_from_pth (line 218) | def remove_filename_from_pth(self, filename): method add_filename_to_pth (line 240) | def add_filename_to_pth(self, filename): method pth_files (line 259) | def pth_files(self): method find_package (line 267) | def find_package(self, package): method list (line 286) | def list(self, options, args): method count_package (line 345) | def count_package(self, path): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/download.py function user_agent (line 36) | def user_agent(): class MultiDomainBasicAuth (line 70) | class MultiDomainBasicAuth(AuthBase): method __init__ (line 72) | def __init__(self, prompting=True): method __call__ (line 76) | def __call__(self, req): method handle_401 (line 104) | def handle_401(self, resp, **kwargs): method parse_credentials (line 138) | def parse_credentials(self, netloc): class LocalFSResponse (line 147) | class LocalFSResponse(object): method __init__ (line 149) | def __init__(self, fileobj): method __getattr__ (line 152) | def __getattr__(self, name): method read (line 155) | def read(self, amt=None, decode_content=None, cache_content=False): method _original_response (line 160) | def _original_response(self): class LocalFSAdapter (line 176) | class LocalFSAdapter(BaseAdapter): method send (line 178) | def send(self, request, stream=None, timeout=None, verify=None, cert=N... method close (line 207) | def close(self): class PipSession (line 211) | class PipSession(requests.Session): method __init__ (line 215) | def __init__(self, *args, **kwargs): method request (line 227) | def request(self, method, url, *args, **kwargs): function get_file_content (line 240) | def get_file_content(url, comes_from=None, session=None): function is_url (line 288) | def is_url(name): function url_to_path (line 296) | def url_to_path(url): function path_to_url (line 315) | def path_to_url(path): function is_archive_file (line 329) | def is_archive_file(name): function unpack_vcs_link (line 339) | def unpack_vcs_link(link, location, only_download=False): function _get_used_vcs_backend (line 347) | def _get_used_vcs_backend(link): function is_vcs_url (line 354) | def is_vcs_url(link): function is_file_url (line 358) | def is_file_url(link): function _check_hash (line 362) | def _check_hash(download_hash, link): function _get_hash_from_file (line 373) | def _get_hash_from_file(target_file, link): function _download_url (line 390) | def _download_url(resp, link, temp_location): function _copy_file (line 450) | def _copy_file(filename, location, content_type, link): function unpack_http_url (line 472) | def unpack_http_url(link, location, download_cache, download_dir=None, function unpack_file_url (line 594) | def unpack_file_url(link, location, download_dir=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/exceptions.py class PipError (line 4) | class PipError(Exception): class InstallationError (line 8) | class InstallationError(PipError): class UninstallationError (line 12) | class UninstallationError(PipError): class DistributionNotFound (line 16) | class DistributionNotFound(InstallationError): class BestVersionAlreadyInstalled (line 20) | class BestVersionAlreadyInstalled(PipError): class BadCommand (line 25) | class BadCommand(PipError): class CommandError (line 29) | class CommandError(PipError): class PreviousBuildDirError (line 33) | class PreviousBuildDirError(PipError): class HashMismatch (line 37) | class HashMismatch(InstallationError): class InvalidWheelFilename (line 41) | class InvalidWheelFilename(InstallationError): class UnsupportedWheel (line 45) | class UnsupportedWheel(InstallationError): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/index.py class PackageFinder (line 31) | class PackageFinder(object): method __init__ (line 38) | def __init__(self, find_links, index_urls, method add_dependency_links (line 83) | def add_dependency_links(self, links): method _sort_locations (line 98) | def _sort_locations(self, locations): method _link_sort_key (line 138) | def _link_sort_key(self, link_tuple): method _sort_versions (line 167) | def _sort_versions(self, applicable_versions): method find_requirement (line 175) | def find_requirement(self, req, upgrade): method _find_url_name (line 354) | def _find_url_name(self, index_url, url_name, req): method _get_pages (line 373) | def _get_pages(self, locations, req): method _sort_links (line 418) | def _sort_links(self, links): method _package_versions (line 431) | def _package_versions(self, links, search_name): method _known_extensions (line 436) | def _known_extensions(self): method _link_package_versions (line 442) | def _link_package_versions(self, link, search_name): method _egg_info_matches (line 550) | def _egg_info_matches(self, egg_info, search_name, link): method _get_page (line 565) | def _get_page(self, link, req): class PageCache (line 572) | class PageCache(object): method __init__ (line 577) | def __init__(self): method too_many_failures (line 582) | def too_many_failures(self, url): method get_page (line 585) | def get_page(self, url): method is_archive (line 588) | def is_archive(self, url): method set_is_archive (line 591) | def set_is_archive(self, url, value=True): method add_page_failure (line 594) | def add_page_failure(self, url, level): method add_page (line 597) | def add_page(self, urls, page): class HTMLPage (line 602) | class HTMLPage(object): method __init__ (line 610) | def __init__(self, content, url, headers=None, trusted=None): method __str__ (line 617) | def __str__(self): method get_page (line 621) | def get_page(cls, link, req, cache=None, skip_archives=True, session=N... method _handle_fail (line 713) | def _handle_fail(req, link, reason, url, cache=None, level=1, meth=None): method _get_content_type (line 725) | def _get_content_type(url, session=None): method api_version (line 742) | def api_version(self): method base_url (line 757) | def base_url(self): method links (line 767) | def links(self): method rel_links (line 786) | def rel_links(self): method explicit_rel_links (line 792) | def explicit_rel_links(self, rels=('homepage', 'download')): method scraped_rel_links (line 806) | def scraped_rel_links(self): method clean_link (line 823) | def clean_link(self, url): class Link (line 831) | class Link(object): method __init__ (line 833) | def __init__(self, url, comes_from=None, internal=None, trusted=None, method __str__ (line 841) | def __str__(self): method __repr__ (line 847) | def __repr__(self): method __eq__ (line 850) | def __eq__(self, other): method __ne__ (line 853) | def __ne__(self, other): method __lt__ (line 856) | def __lt__(self, other): method __le__ (line 859) | def __le__(self, other): method __gt__ (line 862) | def __gt__(self, other): method __ge__ (line 865) | def __ge__(self, other): method __hash__ (line 868) | def __hash__(self): method filename (line 872) | def filename(self): method scheme (line 879) | def scheme(self): method path (line 883) | def path(self): method splitext (line 886) | def splitext(self): method ext (line 890) | def ext(self): method url_without_fragment (line 894) | def url_without_fragment(self): method egg_fragment (line 901) | def egg_fragment(self): method hash (line 910) | def hash(self): method hash_name (line 917) | def hash_name(self): method show_url (line 924) | def show_url(self): method verifiable (line 928) | def verifiable(self): function get_requirement_from_url (line 968) | def get_requirement_from_url(url): function package_to_requirement (line 978) | def package_to_requirement(package_name): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/locations.py function write_delete_marker_file (line 22) | def write_delete_marker_file(directory): function running_under_virtualenv (line 32) | def running_under_virtualenv(): function virtualenv_no_global (line 45) | def virtualenv_no_global(): function __get_username (line 55) | def __get_username(): function _get_build_prefix (line 62) | def _get_build_prefix(): function distutils_scheme (line 139) | def distutils_scheme(dist_name, user=False, home=None, root=None): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/log.py function _color_wrap (line 12) | def _color_wrap(*colors): function should_color (line 18) | def should_color(consumer, environ, std=(sys.stdout, sys.stderr)): function should_warn (line 38) | def should_warn(current_version, removal_version): class Logger (line 55) | class Logger(object): method __init__ (line 76) | def __init__(self): method add_consumers (line 83) | def add_consumers(self, *consumers): method debug (line 95) | def debug(self, msg, *args, **kw): method info (line 98) | def info(self, msg, *args, **kw): method notify (line 101) | def notify(self, msg, *args, **kw): method warn (line 104) | def warn(self, msg, *args, **kw): method error (line 107) | def error(self, msg, *args, **kw): method fatal (line 110) | def fatal(self, msg, *args, **kw): method deprecated (line 113) | def deprecated(self, removal_version, msg, *args, **kwargs): method log (line 130) | def log(self, level, msg, *args, **kw): method _show_progress (line 168) | def _show_progress(self): method start_progress (line 172) | def start_progress(self, msg): method end_progress (line 185) | def end_progress(self, msg='done.'): method show_progress (line 202) | def show_progress(self, message=None): method stdout_level_matches (line 219) | def stdout_level_matches(self, level): method _stdout_level (line 223) | def _stdout_level(self): method level_matches (line 230) | def level_matches(self, level, consumer_level): method level_for_integer (line 257) | def level_for_integer(cls, level): method move_stdout_to_stderr (line 265) | def move_stdout_to_stderr(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/pep425tags.py function get_abbr_impl (line 14) | def get_abbr_impl(): function get_impl_ver (line 27) | def get_impl_ver(): function get_platform (line 32) | def get_platform(): function get_supported (line 38) | def get_supported(versions=None, noarch=False): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/req.py function read_text_file (line 39) | def read_text_file(filename): class InstallRequirement (line 63) | class InstallRequirement(object): method __init__ (line 65) | def __init__(self, req, comes_from, source_dir=None, editable=False, method from_editable (line 113) | def from_editable(cls, editable_req, comes_from=None, default_vcs=None): method from_line (line 132) | def from_line(cls, name, comes_from=None, prereleases=None): method __str__ (line 174) | def __str__(self): method from_path (line 192) | def from_path(self): method build_location (line 205) | def build_location(self, build_dir, unpack=True): method correct_build_location (line 221) | def correct_build_location(self): method name (line 251) | def name(self): method url_name (line 257) | def url_name(self): method setup_py (line 263) | def setup_py(self): method run_egg_info (line 289) | def run_egg_info(self, force_root_egg_info=False): method egg_info_data (line 354) | def egg_info_data(self, filename): method egg_info_path (line 366) | def egg_info_path(self, filename): method egg_info_lines (line 408) | def egg_info_lines(self, filename): method pkg_info (line 420) | def pkg_info(self): method dependency_links (line 429) | def dependency_links(self): method requirements (line 434) | def requirements(self, extras=()): method absolute_versions (line 448) | def absolute_versions(self): method installed_version (line 454) | def installed_version(self): method assert_source_matches_version (line 457) | def assert_source_matches_version(self): method update_editable (line 466) | def update_editable(self, obtain=True): method uninstall (line 491) | def uninstall(self, auto_confirm=False): method rollback_uninstall (line 601) | def rollback_uninstall(self): method commit_uninstall (line 608) | def commit_uninstall(self): method archive (line 615) | def archive(self, build_dir): method _clean_zip_name (line 656) | def _clean_zip_name(self, name, prefix): method install (line 663) | def install(self, install_options, global_options=(), root=None): method remove_temporary_source (line 752) | def remove_temporary_source(self): method install_editable (line 764) | def install_editable(self, install_options, global_options=()): method _filter_install (line 780) | def _filter_install(self, line): method check_if_exists (line 792) | def check_if_exists(self): method is_wheel (line 826) | def is_wheel(self): method is_bundle (line 830) | def is_bundle(self): method bundle_requirements (line 841) | def bundle_requirements(self): method move_bundle_files (line 867) | def move_bundle_files(self, dest_build_dir, dest_src_dir): method move_wheel_files (line 895) | def move_wheel_files(self, wheeldir, root=None): method delete_marker_filename (line 905) | def delete_marker_filename(self): class Requirements (line 910) | class Requirements(object): method __init__ (line 912) | def __init__(self): method keys (line 916) | def keys(self): method values (line 919) | def values(self): method __contains__ (line 922) | def __contains__(self, item): method __setitem__ (line 925) | def __setitem__(self, key, value): method __getitem__ (line 930) | def __getitem__(self, key): method __repr__ (line 933) | def __repr__(self): class RequirementSet (line 938) | class RequirementSet(object): method __init__ (line 940) | def __init__(self, build_dir, src_dir, download_dir, download_cache=None, method __str__ (line 969) | def __str__(self): method add_requirement (line 975) | def add_requirement(self, install_req): method has_requirement (line 994) | def has_requirement(self, project_name): method has_requirements (line 1001) | def has_requirements(self): method has_editables (line 1005) | def has_editables(self): method is_download (line 1013) | def is_download(self): method get_requirement (line 1025) | def get_requirement(self, project_name): method uninstall (line 1033) | def uninstall(self, auto_confirm=False): method locate_files (line 1038) | def locate_files(self): method prepare_files (line 1077) | def prepare_files(self, finder, force_root_egg_info=False, bundle=False): method cleanup_files (line 1314) | def cleanup_files(self, bundle=False): method _pip_has_created_build_dir (line 1337) | def _pip_has_created_build_dir(self): method copy_to_build_dir (line 1341) | def copy_to_build_dir(self, req_to_install): method unpack_url (line 1349) | def unpack_url(self, link, location, download_dir=None, method install (line 1380) | def install(self, install_options, global_options=(), *args, **kwargs): method create_bundle (line 1449) | def create_bundle(self, bundle_filename): method bundle_requirements (line 1506) | def bundle_requirements(self): method _clean_zip_name (line 1518) | def _clean_zip_name(self, name, prefix): function _make_build_dir (line 1526) | def _make_build_dir(build_dir): function parse_requirements (line 1534) | def parse_requirements(filename, finder=None, comes_from=None, options=N... function _strip_postfix (line 1634) | def _strip_postfix(req): function _build_req_from_url (line 1645) | def _build_req_from_url(url): function _build_editable_options (line 1656) | def _build_editable_options(req): function parse_editable (line 1676) | def parse_editable(editable_req, default_vcs=None): class UninstallPathSet (line 1741) | class UninstallPathSet(object): method __init__ (line 1744) | def __init__(self, dist): method _permitted (line 1752) | def _permitted(self, path): method _can_uninstall (line 1760) | def _can_uninstall(self): method add (line 1767) | def add(self, path): method add_pth (line 1781) | def add_pth(self, pth_file, entry): method compact (line 1790) | def compact(self, paths): method _stash (line 1803) | def _stash(self, path): method remove (line 1807) | def remove(self, auto_confirm=False): method rollback (line 1844) | def rollback(self): method commit (line 1857) | def commit(self): class UninstallPthEntries (line 1865) | class UninstallPthEntries(object): method __init__ (line 1866) | def __init__(self, pth_file): method add (line 1873) | def add(self, entry): method remove (line 1883) | def remove(self): method rollback (line 1904) | def rollback(self): class FakeFile (line 1915) | class FakeFile(object): method __init__ (line 1918) | def __init__(self, lines): method readline (line 1921) | def readline(self): method __iter__ (line 1930) | def __iter__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/runner.py function run (line 5) | def run(): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/util.py function get_prog (line 32) | def get_prog(): function rmtree (line 41) | def rmtree(dir, ignore_errors=False): function rmtree_errorhandler (line 46) | def rmtree_errorhandler(func, path, exc_info): function display_path (line 65) | def display_path(path): function backup_dir (line 74) | def backup_dir(dir, ext='.bak'): function find_command (line 85) | def find_command(cmd, paths=None, pathext=None): function get_pathext (line 112) | def get_pathext(default_pathext=None): function ask_path_exists (line 120) | def ask_path_exists(message, options): function ask (line 127) | def ask(message, options): class _Inf (line 141) | class _Inf(object): method __eq__ (line 144) | def __eq__(self, other): method __ne__ (line 150) | def __ne__(self, other): method __lt__ (line 153) | def __lt__(self, other): method __le__ (line 156) | def __le__(self, other): method __gt__ (line 159) | def __gt__(self, other): method __ge__ (line 162) | def __ge__(self, other): method __repr__ (line 165) | def __repr__(self): function normalize_name (line 176) | def normalize_name(name): function format_size (line 180) | def format_size(bytes): function is_installable_dir (line 191) | def is_installable_dir(path): function is_svn_page (line 201) | def is_svn_page(html): function file_contents (line 207) | def file_contents(filename): function split_leading_dir (line 215) | def split_leading_dir(path): function has_leading_dir (line 227) | def has_leading_dir(paths): function make_path_relative (line 242) | def make_path_relative(path, rel_to): function normalize_path (line 271) | def normalize_path(path): function splitext (line 279) | def splitext(path): function renames (line 288) | def renames(old, new): function is_local (line 305) | def is_local(path): function dist_is_local (line 317) | def dist_is_local(dist): function dist_in_usersite (line 328) | def dist_in_usersite(dist): function dist_in_site_packages (line 337) | def dist_in_site_packages(dist): function dist_is_editable (line 344) | def dist_is_editable(dist): function get_installed_distributions (line 351) | def get_installed_distributions(local_only=True, function egg_link_path (line 393) | def egg_link_path(dist): function dist_location (line 427) | def dist_location(dist): function get_terminal_size (line 441) | def get_terminal_size(): function current_umask (line 471) | def current_umask(): function unzip_file (line 478) | def unzip_file(filename, location, flatten=True): function untar_file (line 523) | def untar_file(filename, location): function create_download_cache_folder (line 599) | def create_download_cache_folder(folder): function cache_download (line 606) | def cache_download(target_file, temp_location, content_type): function unpack_file (line 614) | def unpack_file(filename, location, content_type, link): function call_subprocess (line 639) | def call_subprocess(cmd, show_stdout=True, function is_prerelease (line 706) | def is_prerelease(vers): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/vcs/__init__.py class VcsSupport (line 15) | class VcsSupport(object): method __init__ (line 19) | def __init__(self): method __iter__ (line 27) | def __iter__(self): method backends (line 31) | def backends(self): method dirnames (line 35) | def dirnames(self): method all_schemes (line 39) | def all_schemes(self): method register (line 45) | def register(self, cls): method unregister (line 52) | def unregister(self, cls=None, name=None): method get_backend_name (line 60) | def get_backend_name(self, location): method get_backend (line 71) | def get_backend(self, name): method get_backend_from_location (line 76) | def get_backend_from_location(self, location): class VersionControl (line 86) | class VersionControl(object): method __init__ (line 90) | def __init__(self, url=None, *args, **kwargs): method _filter (line 95) | def _filter(self, line): method _is_local_repository (line 98) | def _is_local_repository(self, repo): method cmd (line 107) | def cmd(self): method get_url_rev (line 115) | def get_url_rev(self): method get_info (line 133) | def get_info(self, location): method normalize_url (line 140) | def normalize_url(self, url): method compare_urls (line 146) | def compare_urls(self, url1, url2): method parse_vcs_bundle_file (line 152) | def parse_vcs_bundle_file(self, content): method obtain (line 160) | def obtain(self, dest): method switch (line 167) | def switch(self, dest, url, rev_options): method update (line 173) | def update(self, dest, rev_options): method check_destination (line 179) | def check_destination(self, dest, url, rev_options, rev_display): method unpack (line 237) | def unpack(self, location): method get_src_requirement (line 242) | def get_src_requirement(self, dist, location, find_tags=False): function get_src_requirement (line 246) | def get_src_requirement(dist, location, find_tags): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/vcs/bazaar.py class Bazaar (line 11) | class Bazaar(VersionControl): method __init__ (line 20) | def __init__(self, url=None, *args, **kwargs): method parse_vcs_bundle_file (line 28) | def parse_vcs_bundle_file(self, content): method export (line 41) | def export(self, location): method switch (line 54) | def switch(self, dest, url, rev_options): method update (line 57) | def update(self, dest, rev_options): method obtain (line 61) | def obtain(self, dest): method get_url_rev (line 75) | def get_url_rev(self): method get_url (line 82) | def get_url(self, location): method get_revision (line 96) | def get_revision(self, location): method get_tag_revs (line 101) | def get_tag_revs(self, location): method get_src_requirement (line 113) | def get_src_requirement(self, dist, location, find_tags): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/vcs/git.py class Git (line 13) | class Git(VersionControl): method __init__ (line 22) | def __init__(self, url=None, *args, **kwargs): method parse_vcs_bundle_file (line 37) | def parse_vcs_bundle_file(self, content): method export (line 52) | def export(self, location): method check_rev_options (line 65) | def check_rev_options(self, rev, dest, rev_options): method switch (line 83) | def switch(self, dest, url, rev_options): method update (line 91) | def update(self, dest, rev_options): method obtain (line 101) | def obtain(self, dest): method get_url (line 120) | def get_url(self, location): method get_revision (line 126) | def get_revision(self, location): method get_refs (line 131) | def get_refs(self, location): method get_src_requirement (line 150) | def get_src_requirement(self, dist, location, find_tags): method get_url_rev (line 171) | def get_url_rev(self): method update_submodules (line 188) | def update_submodules(self, location): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/vcs/mercurial.py class Mercurial (line 13) | class Mercurial(VersionControl): method parse_vcs_bundle_file (line 22) | def parse_vcs_bundle_file(self, content): method export (line 37) | def export(self, location): method switch (line 48) | def switch(self, dest, url, rev_options): method update (line 65) | def update(self, dest, rev_options): method obtain (line 70) | def obtain(self, dest): method get_url (line 84) | def get_url(self, location): method get_tag_revs (line 92) | def get_tag_revs(self, location): method get_branch_revs (line 105) | def get_branch_revs(self, location): method get_revision (line 118) | def get_revision(self, location): method get_revision_hash (line 124) | def get_revision_hash(self, location): method get_src_requirement (line 130) | def get_src_requirement(self, dist, location, find_tags): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/vcs/subversion.py class Subversion (line 17) | class Subversion(VersionControl): method get_info (line 26) | def get_info(self, location): method parse_vcs_bundle_file (line 44) | def parse_vcs_bundle_file(self, content): method export (line 56) | def export(self, location): method switch (line 73) | def switch(self, dest, url, rev_options): method update (line 77) | def update(self, dest, rev_options): method obtain (line 81) | def obtain(self, dest): method get_location (line 94) | def get_location(self, dist, dependency_links): method get_revision (line 108) | def get_revision(self, location): method get_url_rev (line 135) | def get_url_rev(self): method get_url (line 142) | def get_url(self, location): method _get_svn_url_rev (line 157) | def _get_svn_url_rev(self, location): method get_tag_revs (line 190) | def get_tag_revs(self, svn_tag_url): method find_tag_match (line 201) | def find_tag_match(self, rev, tag_revs): method get_src_requirement (line 213) | def get_src_requirement(self, dist, location, find_tags=False): function get_rev_options (line 245) | def get_rev_options(url, rev): FILE: tests/pythons/win32-py32/Lib/site-packages/pip/wheel.py function rehash (line 34) | def rehash(path, algo='sha256', blocksize=1<<20): function binary (line 49) | def binary(s): function binary (line 54) | def binary(s): function open_for_csv (line 58) | def open_for_csv(name, mode): function fix_script (line 67) | def fix_script(path): function root_is_purelib (line 93) | def root_is_purelib(name, wheeldir): function get_entrypoints (line 109) | def get_entrypoints(filename): function move_wheel_files (line 136) | def move_wheel_files(name, req, wheeldir, user=False, home=None, root=None, function _unique (line 363) | def _unique(fn): function uninstallation_paths (line 375) | def uninstallation_paths(dist): function wheel_version (line 396) | def wheel_version(source_dir): function check_compatibility (line 415) | def check_compatibility(version, name): class Wheel (line 442) | class Wheel(object): method __init__ (line 453) | def __init__(self, filename): method support_index_min (line 473) | def support_index_min(self, tags=None): method supported (line 485) | def supported(self, tags=None): class WheelBuilder (line 492) | class WheelBuilder(object): method __init__ (line 495) | def __init__(self, requirement_set, finder, wheel_dir, build_options=[... method _build_one (line 502) | def _build_one(self, req): method build (line 521) | def build(self): FILE: tests/pythons/win32-py32/Lib/site-packages/pkg_resources.py function execfile (line 50) | def execfile(fn, globs=None, locs=None): function _bypass_ensure_directory (line 80) | def _bypass_ensure_directory(name, mode=0x1FF): # 0777 function _declare_state (line 92) | def _declare_state(vartype, **kw): function __getstate__ (line 96) | def __getstate__(): function __setstate__ (line 103) | def __setstate__(state): function _sget_dict (line 109) | def _sget_dict(val): function _sset_dict (line 112) | def _sset_dict(key, ob, state): function _sget_object (line 116) | def _sget_object(val): function _sset_object (line 119) | def _sset_object(key, ob, state): function get_supported_platform (line 125) | def get_supported_platform(): class ResolutionError (line 189) | class ResolutionError(Exception): method __repr__ (line 191) | def __repr__(self): class VersionConflict (line 194) | class VersionConflict(ResolutionError): class DistributionNotFound (line 197) | class DistributionNotFound(ResolutionError): class UnknownExtra (line 200) | class UnknownExtra(ResolutionError): function register_loader_type (line 211) | def register_loader_type(loader_type, provider_factory): function get_provider (line 220) | def get_provider(moduleOrReq): function _macosx_vers (line 232) | def _macosx_vers(_cache=[]): function _macosx_arch (line 249) | def _macosx_arch(machine): function get_build_platform (line 252) | def get_build_platform(): function compatible_platforms (line 282) | def compatible_platforms(provided,required): function run_script (line 331) | def run_script(dist_spec, script_name): function get_distribution (line 341) | def get_distribution(dist): function load_entry_point (line 349) | def load_entry_point(dist, group, name): function get_entry_map (line 353) | def get_entry_map(dist, group=None): function get_entry_info (line 357) | def get_entry_info(dist, group, name): class IMetadataProvider (line 362) | class IMetadataProvider: method has_metadata (line 364) | def has_metadata(name): method get_metadata (line 367) | def get_metadata(name): method get_metadata_lines (line 370) | def get_metadata_lines(name): method metadata_isdir (line 376) | def metadata_isdir(name): method metadata_listdir (line 379) | def metadata_listdir(name): method run_script (line 382) | def run_script(script_name, namespace): class IResourceProvider (line 386) | class IResourceProvider(IMetadataProvider): method get_resource_filename (line 389) | def get_resource_filename(manager, resource_name): method get_resource_stream (line 394) | def get_resource_stream(manager, resource_name): method get_resource_string (line 399) | def get_resource_string(manager, resource_name): method has_resource (line 404) | def has_resource(resource_name): method resource_isdir (line 407) | def resource_isdir(resource_name): method resource_listdir (line 410) | def resource_listdir(resource_name): class WorkingSet (line 414) | class WorkingSet(object): method __init__ (line 417) | def __init__(self, entries=None): method _build_master (line 431) | def _build_master(cls): method _build_from_requirements (line 451) | def _build_from_requirements(cls, req_spec): method add_entry (line 472) | def add_entry(self, entry): method __contains__ (line 487) | def __contains__(self,dist): method find (line 491) | def find(self, req): method iter_entry_points (line 507) | def iter_entry_points(self, group, name=None): method run_script (line 522) | def run_script(self, requires, script_name): method __iter__ (line 530) | def __iter__(self): method add (line 547) | def add(self, dist, entry=None, insert=True, replace=False): method resolve (line 576) | def resolve(self, requirements, env=None, installer=None, method find_plugins (line 638) | def find_plugins(self, plugin_env, full_env=None, installer=None, method require (line 716) | def require(self, *requirements): method subscribe (line 732) | def subscribe(self, callback): method _added_new (line 740) | def _added_new(self, dist): method __getstate__ (line 744) | def __getstate__(self): method __setstate__ (line 750) | def __setstate__(self, e_k_b_c): class Environment (line 758) | class Environment(object): method __init__ (line 761) | def __init__(self, search_path=None, platform=get_supported_platform()... method can_add (line 784) | def can_add(self, dist): method remove (line 795) | def remove(self, dist): method scan (line 799) | def scan(self, search_path=None): method __getitem__ (line 814) | def __getitem__(self,project_name): method add (line 830) | def add(self,dist): method best_match (line 839) | def best_match(self, req, working_set, installer=None): method obtain (line 860) | def obtain(self, requirement, installer=None): method __iter__ (line 872) | def __iter__(self): method __iadd__ (line 877) | def __iadd__(self, other): method __add__ (line 889) | def __add__(self, other): class ExtractionError (line 900) | class ExtractionError(RuntimeError): class ResourceManager (line 916) | class ResourceManager: method __init__ (line 920) | def __init__(self): method resource_exists (line 923) | def resource_exists(self, package_or_requirement, resource_name): method resource_isdir (line 927) | def resource_isdir(self, package_or_requirement, resource_name): method resource_filename (line 933) | def resource_filename(self, package_or_requirement, resource_name): method resource_stream (line 939) | def resource_stream(self, package_or_requirement, resource_name): method resource_string (line 945) | def resource_string(self, package_or_requirement, resource_name): method resource_listdir (line 951) | def resource_listdir(self, package_or_requirement, resource_name): method extraction_error (line 957) | def extraction_error(self): method get_cache_path (line 984) | def get_cache_path(self, archive_name, names=()): method _warn_unsafe_extraction_path (line 1010) | def _warn_unsafe_extraction_path(path): method postprocess (line 1033) | def postprocess(self, tempname, filename): method set_extraction_path (line 1053) | def set_extraction_path(self, path): method cleanup_resources (line 1079) | def cleanup_resources(self, force=False): function get_default_cache (line 1092) | def get_default_cache(): function safe_name (line 1133) | def safe_name(name): function safe_version (line 1141) | def safe_version(version): function safe_extra (line 1151) | def safe_extra(extra): function to_filename (line 1160) | def to_filename(name): class MarkerEvaluation (line 1168) | class MarkerEvaluation(object): method is_invalid_marker (line 1180) | def is_invalid_marker(cls, text): method normalize_exception (line 1192) | def normalize_exception(exc): method and_test (line 1208) | def and_test(cls, nodelist): method test (line 1213) | def test(cls, nodelist): method atom (line 1218) | def atom(cls, nodelist): method comparison (line 1227) | def comparison(cls, nodelist): method get_op (line 1245) | def get_op(cls, op): method evaluate_marker (line 1261) | def evaluate_marker(cls, text, extra=None): method _markerlib_evaluate (line 1274) | def _markerlib_evaluate(cls, text): method interpret (line 1300) | def interpret(cls, nodelist): method evaluate (line 1309) | def evaluate(cls, nodelist): class NullProvider (line 1331) | class NullProvider: method __init__ (line 1338) | def __init__(self, module): method get_resource_filename (line 1342) | def get_resource_filename(self, manager, resource_name): method get_resource_stream (line 1345) | def get_resource_stream(self, manager, resource_name): method get_resource_string (line 1348) | def get_resource_string(self, manager, resource_name): method has_resource (line 1351) | def has_resource(self, resource_name): method has_metadata (line 1354) | def has_metadata(self, name): method get_metadata (line 1358) | def get_metadata(self, name): method get_metadata (line 1363) | def get_metadata(self, name): method get_metadata_lines (line 1368) | def get_metadata_lines(self, name): method resource_isdir (line 1371) | def resource_isdir(self,resource_name): method metadata_isdir (line 1374) | def metadata_isdir(self,name): method resource_listdir (line 1377) | def resource_listdir(self,resource_name): method metadata_listdir (line 1380) | def metadata_listdir(self,name): method run_script (line 1385) | def run_script(self,script_name,namespace): method _has (line 1403) | def _has(self, path): method _isdir (line 1408) | def _isdir(self, path): method _listdir (line 1413) | def _listdir(self, path): method _fn (line 1418) | def _fn(self, base, resource_name): method _get (line 1423) | def _get(self, path): class EggProvider (line 1433) | class EggProvider(NullProvider): method __init__ (line 1436) | def __init__(self,module): method _setup_prefix (line 1440) | def _setup_prefix(self): class DefaultProvider (line 1454) | class DefaultProvider(EggProvider): method _has (line 1457) | def _has(self, path): method _isdir (line 1460) | def _isdir(self,path): method _listdir (line 1463) | def _listdir(self,path): method get_resource_stream (line 1466) | def get_resource_stream(self, manager, resource_name): method _get (line 1469) | def _get(self, path): class EmptyProvider (line 1482) | class EmptyProvider(NullProvider): method __init__ (line 1490) | def __init__(self): function build_zipmanifest (line 1496) | def build_zipmanifest(path): class ZipProvider (line 1529) | class ZipProvider(EggProvider): method __init__ (line 1534) | def __init__(self, module): method _zipinfo_name (line 1539) | def _zipinfo_name(self, fspath): method _parts (line 1548) | def _parts(self,zip_path): method get_resource_filename (line 1557) | def get_resource_filename(self, manager, resource_name): method _get_date_and_size (line 1571) | def _get_date_and_size(zip_stat): method _extract_resource (line 1578) | def _extract_resource(self, manager, zip_path): method _is_current (line 1627) | def _is_current(self, file_path, zip_path): method _get_eager_resources (line 1644) | def _get_eager_resources(self): method _index (line 1653) | def _index(self): method _has (line 1670) | def _has(self, fspath): method _isdir (line 1674) | def _isdir(self,fspath): method _listdir (line 1677) | def _listdir(self,fspath): method _eager_to_zip (line 1680) | def _eager_to_zip(self,resource_name): method _resource_to_zip (line 1683) | def _resource_to_zip(self,resource_name): class FileMetadata (line 1689) | class FileMetadata(EmptyProvider): method __init__ (line 1701) | def __init__(self,path): method has_metadata (line 1704) | def has_metadata(self,name): method get_metadata (line 1707) | def get_metadata(self,name): method get_metadata_lines (line 1715) | def get_metadata_lines(self,name): class PathMetadata (line 1719) | class PathMetadata(DefaultProvider): method __init__ (line 1739) | def __init__(self, path, egg_info): class EggMetadata (line 1744) | class EggMetadata(ZipProvider): method __init__ (line 1747) | def __init__(self, importer): function register_finder (line 1761) | def register_finder(importer_type, distribution_finder): function find_distributions (line 1771) | def find_distributions(path_item, only=False): function find_eggs_in_zip (line 1777) | def find_eggs_in_zip(importer, path_item, only=False): function find_nothing (line 1798) | def find_nothing(importer, path_item, only=False): function find_on_path (line 1802) | def find_on_path(importer, path_item, only=False): function register_namespace_handler (line 1851) | def register_namespace_handler(importer_type, namespace_handler): function _handle_ns (line 1868) | def _handle_ns(packageName, path_item): function declare_namespace (line 1895) | def declare_namespace(packageName): function fixup_namespace_packages (line 1927) | def fixup_namespace_packages(path_item, parent=None): function file_ns_handler (line 1937) | def file_ns_handler(importer, path_item, packageName, module): function null_ns_handler (line 1956) | def null_ns_handler(importer, path_item, packageName, module): function normalize_path (line 1962) | def normalize_path(filename): function _normalize_cached (line 1966) | def _normalize_cached(filename,_cache={}): function _set_parent_ns (line 1973) | def _set_parent_ns(packageName): function yield_lines (line 1981) | def yield_lines(strs): function _parse_version_parts (line 2010) | def _parse_version_parts(s): function parse_version (line 2022) | def parse_version(s): class EntryPoint (line 2063) | class EntryPoint(object): method __init__ (line 2066) | def __init__(self, name, module_name, attrs=(), extras=(), dist=None): method __str__ (line 2075) | def __str__(self): method __repr__ (line 2083) | def __repr__(self): method load (line 2086) | def load(self, require=True, env=None, installer=None): method require (line 2096) | def require(self, env=None, installer=None): method parse (line 2103) | def parse(cls, src, dist=None): method parse_group (line 2135) | def parse_group(cls, group, lines, dist=None): method parse_map (line 2148) | def parse_map(cls, data, dist=None): function _remove_md5_fragment (line 2167) | def _remove_md5_fragment(location): class Distribution (line 2176) | class Distribution(object): method __init__ (line 2180) | def __init__(self, location=None, metadata=None, project_name=None, method from_location (line 2193) | def from_location(cls,location,basename,metadata=None,**kw): method __hash__ (line 2219) | def __hash__(self): return hash(self.hashcmp) method __lt__ (line 2220) | def __lt__(self, other): method __le__ (line 2222) | def __le__(self, other): method __gt__ (line 2224) | def __gt__(self, other): method __ge__ (line 2226) | def __ge__(self, other): method __eq__ (line 2228) | def __eq__(self, other): method __ne__ (line 2233) | def __ne__(self, other): method key (line 2241) | def key(self): method parsed_version (line 2249) | def parsed_version(self): method version (line 2257) | def version(self): method _dep_map (line 2271) | def _dep_map(self): method requires (line 2289) | def requires(self,extras=()): method _get_metadata (line 2303) | def _get_metadata(self,name): method activate (line 2308) | def activate(self,path=None): method egg_name (line 2318) | def egg_name(self): method __repr__ (line 2329) | def __repr__(self): method __str__ (line 2335) | def __str__(self): method __getattr__ (line 2341) | def __getattr__(self,attr): method from_filename (line 2348) | def from_filename(cls,filename,metadata=None, **kw): method as_requirement (line 2354) | def as_requirement(self): method load_entry_point (line 2358) | def load_entry_point(self, group, name): method get_entry_map (line 2365) | def get_entry_map(self, group=None): method get_entry_info (line 2377) | def get_entry_info(self, group, name): method insert_on (line 2381) | def insert_on(self, path, loc = None): method check_version_conflict (line 2420) | def check_version_conflict(self): method has_version (line 2441) | def has_version(self): method clone (line 2449) | def clone(self,**kw): method extras (line 2460) | def extras(self): class DistInfoDistribution (line 2464) | class DistInfoDistribution(Distribution): method _parsed_pkg_info (line 2470) | def _parsed_pkg_info(self): method _dep_map (line 2480) | def _dep_map(self): method _preparse_requirement (line 2487) | def _preparse_requirement(self, requires_dist): method _compute_dependencies (line 2499) | def _compute_dependencies(self): function issue_warning (line 2534) | def issue_warning(*args,**kw): function parse_requirements (line 2548) | def parse_requirements(strs): function _sort_dists (line 2610) | def _sort_dists(dists): class Requirement (line 2616) | class Requirement: method __init__ (line 2617) | def __init__(self, project_name, specs, extras): method __str__ (line 2631) | def __str__(self): method __eq__ (line 2637) | def __eq__(self,other): method __contains__ (line 2640) | def __contains__(self,item): method __hash__ (line 2660) | def __hash__(self): method __repr__ (line 2663) | def __repr__(self): return "Requirement.parse(%r)" % str(self) method parse (line 2666) | def parse(s): function _get_mro (line 2685) | def _get_mro(cls): function _find_adapter (line 2692) | def _find_adapter(registry, ob): function ensure_directory (line 2699) | def ensure_directory(path): function split_sections (line 2705) | def split_sections(s): function _mkstemp (line 2730) | def _mkstemp(*args,**kw): function _initialize (line 2742) | def _initialize(g): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/__init__.py function find_packages (line 31) | def find_packages(where='.', exclude=(), include=()): class Command (line 75) | class Command(_Command): method __init__ (line 80) | def __init__(self, dist, **kw): method reinitialize_command (line 86) | def reinitialize_command(self, command, reinit_subcommands=0, **kw): function findall (line 94) | def findall(dir = os.curdir): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/archive_util.py class UnrecognizedFormat (line 13) | class UnrecognizedFormat(DistutilsError): function default_filter (line 16) | def default_filter(src,dst): function unpack_archive (line 42) | def unpack_archive(filename, extract_dir, progress_filter=default_filter, function unpack_directory (line 83) | def unpack_directory(filename, extract_dir, progress_filter=default_filt... function unpack_zipfile (line 124) | def unpack_zipfile(filename, extract_dir, progress_filter=default_filter): function unpack_tarfile (line 168) | def unpack_tarfile(filename, extract_dir, progress_filter=default_filter): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/alias.py function shquote (line 5) | def shquote(arg): class alias (line 14) | class alias(option_base): method initialize_options (line 26) | def initialize_options(self): method finalize_options (line 31) | def finalize_options(self): method run (line 39) | def run(self): function format_alias (line 66) | def format_alias(name, aliases): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/bdist_egg.py function _get_purelib (line 12) | def _get_purelib(): function _get_purelib (line 16) | def _get_purelib(): function strip_module (line 27) | def strip_module(filename): function write_stub (line 34) | def write_stub(resource, pyfile): class bdist_egg (line 52) | class bdist_egg(Command): method initialize_options (line 93) | def initialize_options (self): method finalize_options (line 103) | def finalize_options(self): method do_install_data (line 134) | def do_install_data(self): method get_outputs (line 160) | def get_outputs(self): method call_command (line 164) | def call_command(self,cmdname,**kw): method run (line 175) | def run(self): method zap_pyfiles (line 256) | def zap_pyfiles(self): method zip_safe (line 265) | def zip_safe(self): method gen_header (line 274) | def gen_header(self): method copy_metadata_to (line 315) | def copy_metadata_to(self, target_dir): method get_ext_outputs (line 327) | def get_ext_outputs(self): function walk_egg (line 360) | def walk_egg(egg_dir): function analyze_egg (line 370) | def analyze_egg(egg_dir, stubs): function write_safety_flag (line 386) | def write_safety_flag(egg_dir, safe): function scan_module (line 401) | def scan_module(egg_dir, base, name, stubs): function iter_symbols (line 436) | def iter_symbols(code): function can_scan (line 446) | def can_scan(): function make_zipfile (line 494) | def make_zipfile(zip_filename, base_dir, verbose=0, dry_run=0, compress=... FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/bdist_rpm.py class bdist_rpm (line 9) | class bdist_rpm(_bdist_rpm): method initialize_options (line 11) | def initialize_options(self): method move_file (line 17) | def move_file(self, src, dst, level=1): method run (line 26) | def run(self): method _make_spec_file (line 42) | def _make_spec_file(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/bdist_wininst.py class bdist_wininst (line 3) | class bdist_wininst(_bdist_wininst): method reinitialize_command (line 4) | def reinitialize_command(self, command, reinit_subcommands=0): method run (line 15) | def run(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/build_ext.py function if_dl (line 39) | def if_dl(s): class build_ext (line 45) | class build_ext(_build_ext): method run (line 46) | def run(self): method copy_extensions_to_source (line 54) | def copy_extensions_to_source(self): method swig_sources (line 77) | def swig_sources(self, sources, *otherargs): method get_ext_filename (line 83) | def get_ext_filename(self, fullname): method initialize_options (line 95) | def initialize_options(self): method finalize_options (line 101) | def finalize_options(self): method setup_shlib_compiler (line 129) | def setup_shlib_compiler(self): method get_export_symbols (line 168) | def get_export_symbols(self, ext): method build_extension (line 173) | def build_extension(self, ext): method links_to_dynamic (line 186) | def links_to_dynamic(self, ext): method get_outputs (line 197) | def get_outputs(self): method write_stub (line 209) | def write_stub(self, output_dir, ext, compile=False): function link_shared_object (line 255) | def link_shared_object(self, objects, output_libname, output_dir=None, function link_shared_object (line 269) | def link_shared_object(self, objects, output_libname, output_dir=None, FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/build_py.py class Mixin2to3 (line 12) | class Mixin2to3: method run_2to3 (line 13) | def run_2to3(self, files, doctests=True): class build_py (line 16) | class build_py(_build_py, Mixin2to3): method finalize_options (line 25) | def finalize_options(self): method run (line 33) | def run(self): method __getattr__ (line 53) | def __getattr__(self, attr): method build_module (line 59) | def build_module(self, module, module_file, package): method _get_data_files (line 65) | def _get_data_files(self): method find_data_files (line 86) | def find_data_files(self, package, src_dir): method build_package_data (line 96) | def build_package_data(self): method analyze_manifest (line 108) | def analyze_manifest(self): method get_data_files (line 132) | def get_data_files(self): pass # kludge 2.4 for lazy computation method get_outputs (line 135) | def get_outputs(self, include_bytecode=1): method check_package (line 149) | def check_package(self, package, package_dir): method initialize_options (line 180) | def initialize_options(self): method get_package_dir (line 184) | def get_package_dir(self, package): method exclude_data_files (line 190) | def exclude_data_files(self, package, src_dir, files): function assert_relative (line 209) | def assert_relative(path): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/develop.py class develop (line 8) | class develop(easy_install): method run (line 22) | def run(self): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 39) | def finalize_options(self): method install_for_development (line 86) | def install_for_development(self): method uninstall_link (line 132) | def uninstall_link(self): method install_egg_scripts (line 149) | def install_egg_scripts(self, dist): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/easy_install.py function is_64bit (line 64) | def is_64bit(): function samefile (line 67) | def samefile(p1, p2): function _to_ascii (line 77) | def _to_ascii(s): function isascii (line 79) | def isascii(s): function _to_ascii (line 86) | def _to_ascii(s): function isascii (line 88) | def isascii(s): class easy_install (line 95) | class easy_install(Command): method initialize_options (line 143) | def initialize_options(self): method delete_blockers (line 194) | def delete_blockers(self, blockers): method finalize_options (line 204) | def finalize_options(self): method _expand_attrs (line 333) | def _expand_attrs(self, attrs): method expand_basedirs (line 342) | def expand_basedirs(self): method expand_dirs (line 347) | def expand_dirs(self): method run (line 353) | def run(self): method pseudo_tempname (line 375) | def pseudo_tempname(self): method warn_deprecated_options (line 386) | def warn_deprecated_options(self): method check_site_dir (line 389) | def check_site_dir(self): method cant_write_to_target (line 431) | def cant_write_to_target(self): method check_pth_processing (line 470) | def check_pth_processing(self): method install_egg_scripts (line 518) | def install_egg_scripts(self, dist): method add_output (line 532) | def add_output(self, path): method not_editable (line 540) | def not_editable(self, spec): method check_editable (line 548) | def check_editable(self,spec): method easy_install (line 558) | def easy_install(self, spec, deps=False): method install_item (line 599) | def install_item(self, spec, download, tmpdir, deps, install_needed=Fa... method select_scheme (line 635) | def select_scheme(self, name): method process_distribution (line 644) | def process_distribution(self, requirement, dist, deps=True, *info): method should_unzip (line 691) | def should_unzip(self, dist): method maybe_move (line 700) | def maybe_move(self, spec, dist_filename, setup_base): method install_wrapper_scripts (line 721) | def install_wrapper_scripts(self, dist): method install_script (line 726) | def install_script(self, dist, script_name, script_text, dev_path=None): method write_script (line 755) | def write_script(self, script_name, contents, mode="t", blockers=()): method install_eggs (line 773) | def install_eggs(self, spec, dist_filename, tmpdir): method egg_distribution (line 813) | def egg_distribution(self, egg_path): method install_egg (line 820) | def install_egg(self, egg_path, tmpdir): method install_exe (line 853) | def install_exe(self, dist_filename, tmpdir): method exe_to_egg (line 895) | def exe_to_egg(self, dist_filename, egg_tmp): method installation_report (line 945) | def installation_report(self, req, dist, what="Installed"): method report_editable (line 973) | def report_editable(self, spec, setup_script): method run_setup (line 986) | def run_setup(self, setup_script, setup_base, args): method build_and_install (line 1007) | def build_and_install(self, setup_script, setup_base): method _set_fetcher_options (line 1031) | def _set_fetcher_options(self, base): method update_pth (line 1054) | def update_pth(self, dist): method unpack_progress (line 1090) | def unpack_progress(self, src, dst): method unpack_and_compile (line 1095) | def unpack_and_compile(self, egg_path, destination): method byte_compile (line 1114) | def byte_compile(self, to_compile): method no_default_version_msg (line 1133) | def no_default_version_msg(self): method install_site_py (line 1164) | def install_site_py(self): method create_home_path (line 1200) | def create_home_path(self): method _expand (line 1222) | def _expand(self, *attrs): function get_site_dirs (line 1243) | def get_site_dirs(): function expand_paths (line 1289) | def expand_paths(inputs): function extract_wininst_cfg (line 1330) | def extract_wininst_cfg(dist_filename): function get_exe_prefixes (line 1377) | def get_exe_prefixes(exe_filename): function parse_requirement_arg (line 1415) | def parse_requirement_arg(spec): class PthDistributions (line 1423) | class PthDistributions(Environment): method __init__ (line 1428) | def __init__(self, filename, sitedirs=()): method _load (line 1437) | def _load(self): method save (line 1468) | def save(self): method add (line 1497) | def add(self, dist): method remove (line 1507) | def remove(self, dist): method make_relative (line 1514) | def make_relative(self,path): function get_script_header (line 1529) | def get_script_header(script_text, executable=sys_executable, wininst=Fa... function auto_chmod (line 1560) | def auto_chmod(func, arg, exc): function uncache_zipdir (line 1567) | def uncache_zipdir(path): function _uncache (line 1573) | def _uncache(path, cache): function is_python (line 1583) | def is_python(text, filename=''): function is_sh (line 1592) | def is_sh(executable): function nt_quote_arg (line 1601) | def nt_quote_arg(arg): function is_python_script (line 1634) | def is_python_script(script_text, filename): function _chmod (line 1651) | def _chmod(*args): pass function chmod (line 1653) | def chmod(path, mode): function fix_jython_executable (line 1661) | def fix_jython_executable(executable, options): class ScriptWriter (line 1682) | class ScriptWriter(object): method get_script_args (line 1701) | def get_script_args(cls, dist, executable=sys_executable, wininst=False): method get_writer (line 1717) | def get_writer(cls, force_windows): method _get_script_args (line 1723) | def _get_script_args(cls, type_, name, header, script_text): class WindowsScriptWriter (line 1728) | class WindowsScriptWriter(ScriptWriter): method get_writer (line 1730) | def get_writer(cls): method _get_script_args (line 1743) | def _get_script_args(cls, type_, name, header, script_text): method _adjust_header (line 1756) | def _adjust_header(type_, orig_header): class WindowsExecutableLauncherWriter (line 1774) | class WindowsExecutableLauncherWriter(WindowsScriptWriter): method _get_script_args (line 1776) | def _get_script_args(cls, type_, name, header, script_text): function get_win_launcher (line 1807) | def get_win_launcher(type): function load_launcher_manifest (line 1824) | def load_launcher_manifest(name): function rmtree (line 1831) | def rmtree(path, ignore_errors=False, onerror=auto_chmod): function current_umask (line 1866) | def current_umask(): function bootstrap (line 1871) | def bootstrap(): function main (line 1879) | def main(argv=None, **kw): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/egg_info.py class egg_info (line 22) | class egg_info(Command): method initialize_options (line 41) | def initialize_options(self): method save_version_info (line 52) | def save_version_info(self, filename): method finalize_options (line 63) | def finalize_options(self): method write_or_delete_file (line 103) | def write_or_delete_file(self, what, filename, data, force=False): method write_file (line 123) | def write_file(self, what, filename, data): method delete_file (line 137) | def delete_file(self, filename): method tagged_version (line 143) | def tagged_version(self): method run (line 151) | def run(self): method tags (line 165) | def tags(self): method get_svn_revision (line 178) | def get_svn_revision(): method find_sources (line 181) | def find_sources(self): method check_broken_egg_info (line 189) | def check_broken_egg_info(self): class FileList (line 204) | class FileList(_FileList): method append (line 207) | def append(self, item): class manifest_maker (line 228) | class manifest_maker(sdist): method initialize_options (line 232) | def initialize_options(self): method finalize_options (line 238) | def finalize_options(self): method run (line 241) | def run(self): method write_manifest (line 254) | def write_manifest(self): method warn (line 277) | def warn(self, msg): # suppress missing-file warnings from sdist method add_defaults (line 281) | def add_defaults(self): method prune_file_list (line 293) | def prune_file_list(self): function write_file (line 302) | def write_file(filename, contents): function write_pkg_info (line 313) | def write_pkg_info(cmd, basename, filename): function warn_depends_obsolete (line 330) | def warn_depends_obsolete(cmd, basename, filename): function write_requirements (line 338) | def write_requirements(cmd, basename, filename): function write_toplevel_names (line 345) | def write_toplevel_names(cmd, basename, filename): function overwrite_arg (line 355) | def overwrite_arg(cmd, basename, filename): function write_arg (line 358) | def write_arg(cmd, basename, filename, force=False): function write_entries (line 365) | def write_entries(cmd, basename, filename): function get_pkg_info_revision (line 381) | def get_pkg_info_revision(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/install.py class install (line 7) | class install(_install): method initialize_options (line 24) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method handle_extra_path (line 40) | def handle_extra_path(self): method run (line 50) | def run(self): method do_egg_install (line 75) | def do_egg_install(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/install_egg_info.py class install_egg_info (line 6) | class install_egg_info(Command): method initialize_options (line 15) | def initialize_options(self): method finalize_options (line 18) | def finalize_options(self): method run (line 28) | def run(self): method get_outputs (line 42) | def get_outputs(self): method copytree (line 45) | def copytree(self): method install_namespaces (line 83) | def install_namespaces(self): method _get_all_ns_packages (line 114) | def _get_all_ns_packages(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/install_lib.py class install_lib (line 4) | class install_lib(_install_lib): method run (line 7) | def run(self): method get_exclusions (line 14) | def get_exclusions(self): method copy_tree (line 29) | def copy_tree( method get_outputs (line 58) | def get_outputs(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/install_scripts.py class install_scripts (line 7) | class install_scripts(_install_scripts): method initialize_options (line 10) | def initialize_options(self): method run (line 14) | def run(self): method write_script (line 40) | def write_script(self, script_name, contents, mode="t", *ignored): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/register.py class register (line 3) | class register(_register): method run (line 6) | def run(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/rotate.py class rotate (line 8) | class rotate(Command): method initialize_options (line 20) | def initialize_options(self): method finalize_options (line 25) | def finalize_options(self): method run (line 43) | def run(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/saveopts.py class saveopts (line 5) | class saveopts(option_base): method run (line 10) | def run(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/sdist.py function walk_revctrl (line 15) | def walk_revctrl(dirname=''): class re_finder (line 23) | class re_finder(object): method __init__ (line 29) | def __init__(self, path, pattern, postproc=lambda x: x): method _finder (line 34) | def _finder(self, dirname, filename): method find (line 47) | def find(self, dirname=''): function _default_revctrl (line 62) | def _default_revctrl(dirname=''): class sdist (line 75) | class sdist(_sdist): method run (line 91) | def run(self): method __read_template_hack (line 116) | def __read_template_hack(self): method add_defaults (line 137) | def add_defaults(self): method check_readme (line 190) | def check_readme(self): method make_release_tree (line 199) | def make_release_tree(self, base_dir, files): method _manifest_is_not_generated (line 212) | def _manifest_is_not_generated(self): method read_manifest (line 224) | def read_manifest(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/setopt.py function config_file (line 11) | def config_file(kind="local"): function edit_config (line 29) | def edit_config(filename, settings, dry_run=False): class option_base (line 72) | class option_base(Command): method initialize_options (line 88) | def initialize_options(self): method finalize_options (line 93) | def finalize_options(self): class setopt (line 111) | class setopt(option_base): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 132) | def finalize_options(self): method run (line 139) | def run(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/test.py class ScanningLoader (line 9) | class ScanningLoader(TestLoader): method loadTestsFromModule (line 11) | def loadTestsFromModule(self, module): class test (line 44) | class test(Command): method initialize_options (line 56) | def initialize_options(self): method finalize_options (line 61) | def finalize_options(self): method with_project_on_sys_path (line 82) | def with_project_on_sys_path(self, func): method run (line 123) | def run(self): method run_tests (line 137) | def run_tests(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/command/upload_docs.py function b (line 29) | def b(s, encoding='utf-8'): class upload_docs (line 35) | class upload_docs(upload): method has_sphinx (line 48) | def has_sphinx(self): method initialize_options (line 55) | def initialize_options(self): method finalize_options (line 60) | def finalize_options(self): method create_zipfile (line 74) | def create_zipfile(self, filename): method run (line 91) | def run(self): method upload_file (line 105) | def upload_file(self, filename): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/compat.py function execfile (line 68) | def execfile(fn, globs=None, locs=None): function reraise (line 80) | def reraise(tp, value, tb=None): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/depends.py class Require (line 10) | class Require: method __init__ (line 13) | def __init__(self,name,requested_version,module,homepage='', method full_name (line 29) | def full_name(self): method version_ok (line 36) | def version_ok(self,version): method get_version (line 42) | def get_version(self, paths=None, default="unknown"): method is_present (line 70) | def is_present(self,paths=None): method is_current (line 75) | def is_current(self,paths=None): function _iter_code (line 83) | def _iter_code(code): function find_module (line 124) | def find_module(module, paths=None): function get_module_constant (line 165) | def get_module_constant(module, symbol, default=-1, paths=None): function extract_constant (line 206) | def extract_constant(code,symbol,default=-1): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/dist.py function _get_unpatched (line 18) | def _get_unpatched(cls): function check_importable (line 36) | def check_importable(dist, attr, value): function assert_string_list (line 47) | def assert_string_list(dist, attr, value): function check_nsp (line 55) | def check_nsp(dist, attr, value): function check_extras (line 72) | def check_extras(dist, attr, value): function assert_bool (line 88) | def assert_bool(dist, attr, value): function check_requirements (line 94) | def check_requirements(dist, attr, value): function check_entry_points (line 103) | def check_entry_points(dist, attr, value): function check_test_suite (line 111) | def check_test_suite(dist, attr, value): function check_package_data (line 115) | def check_package_data(dist, attr, value): function check_packages (line 130) | def check_packages(dist, attr, value): class Distribution (line 139) | class Distribution(_Distribution): method patch_missing_pkg_info (line 209) | def patch_missing_pkg_info(self, attrs): method __init__ (line 222) | def __init__(self, attrs=None): method parse_command_line (line 248) | def parse_command_line(self): method _feature_attrname (line 255) | def _feature_attrname(self,name): method fetch_build_eggs (line 259) | def fetch_build_eggs(self, requires): method finalize_options (line 268) | def finalize_options(self): method fetch_build_egg (line 284) | def fetch_build_egg(self, req): method _set_global_opts_from_features (line 316) | def _set_global_opts_from_features(self): method _finalize_features (line 340) | def _finalize_features(self): method get_command_class (line 357) | def get_command_class(self, command): method print_commands (line 369) | def print_commands(self): method _set_feature (line 376) | def _set_feature(self,name,status): method feature_is_included (line 380) | def feature_is_included(self,name): method include_feature (line 384) | def include_feature(self,name): method include (line 395) | def include(self,**attrs): method exclude_package (line 417) | def exclude_package(self,package): method has_contents_for (line 439) | def has_contents_for(self,package): method _exclude_misc (line 448) | def _exclude_misc(self,name,value): method _include_misc (line 467) | def _include_misc(self,name,value): method exclude (line 489) | def exclude(self,**attrs): method _exclude_packages (line 512) | def _exclude_packages(self,packages): method _parse_command_opts (line 519) | def _parse_command_opts(self, parser, args): method get_cmdline_options (line 545) | def get_cmdline_options(self): method iter_distribution_names (line 585) | def iter_distribution_names(self): method handle_display_options (line 603) | def handle_display_options(self, option_order): class Feature (line 644) | class Feature: method warn_deprecated (line 702) | def warn_deprecated(): method __init__ (line 710) | def __init__(self, description, standard=False, available=True, method include_by_default (line 738) | def include_by_default(self): method include_in (line 742) | def include_in(self,dist): method exclude_from (line 763) | def exclude_from(self,dist): method validate (line 779) | def validate(self,dist): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/extension.py function have_pyrex (line 11) | def have_pyrex(): class Extension (line 26) | class Extension(_Extension): method __init__ (line 29) | def __init__(self, *args, **kw): method _convert_pyx_sources_to_lang (line 33) | def _convert_pyx_sources_to_lang(self): class Library (line 47) | class Library(Extension): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/lib2to3_ex.py class DistutilsRefactoringTool (line 15) | class DistutilsRefactoringTool(RefactoringTool): method log_error (line 16) | def log_error(self, msg, *args, **kw): method log_message (line 19) | def log_message(self, msg, *args): method log_debug (line 22) | def log_debug(self, msg, *args): class Mixin2to3 (line 25) | class Mixin2to3(_Mixin2to3): method run_2to3 (line 26) | def run_2to3(self, files, doctests = False): method __build_fixer_names (line 43) | def __build_fixer_names(self): method __exclude_fixers (line 52) | def __exclude_fixers(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/package_index.py function parse_bdist_wininst (line 46) | def parse_bdist_wininst(name): function egg_info_for_url (line 70) | def egg_info_for_url(url): function distros_for_url (line 78) | def distros_for_url(url, metadata=None): function distros_for_location (line 90) | def distros_for_location(location, basename, metadata=None): function distros_for_filename (line 111) | def distros_for_filename(filename, metadata=None): function interpret_distro_name (line 118) | def interpret_distro_name( function unique_everseen (line 154) | def unique_everseen(iterable, key=None): function unique_values (line 171) | def unique_values(func): function find_external_links (line 185) | def find_external_links(url, page): class ContentChecker (line 206) | class ContentChecker(object): method feed (line 210) | def feed(self, block): method is_valid (line 216) | def is_valid(self): method report (line 222) | def report(self, reporter, template): class HashChecker (line 229) | class HashChecker(ContentChecker): method __init__ (line 235) | def __init__(self, hash_name, expected): method from_url (line 241) | def from_url(cls, url): method feed (line 251) | def feed(self, block): method is_valid (line 254) | def is_valid(self): method report (line 257) | def report(self, reporter, template): class PackageIndex (line 262) | class PackageIndex(Environment): method __init__ (line 265) | def __init__( method process_url (line 280) | def process_url(self, url, retrieve=False): method process_filename (line 328) | def process_filename(self, fn, nested=False): method url_ok (line 344) | def url_ok(self, url, fatal=False): method scan_egg_links (line 355) | def scan_egg_links(self, search_path): method scan_egg_link (line 362) | def scan_egg_link(self, path, entry): method process_index (line 371) | def process_index(self,url,page): method need_version_info (line 413) | def need_version_info(self, url): method scan_all (line 419) | def scan_all(self, msg=None, *args): method find_packages (line 427) | def find_packages(self, requirement): method obtain (line 442) | def obtain(self, requirement, installer=None): method check_hash (line 451) | def check_hash(self, checker, filename, tfp): method add_find_links (line 466) | def add_find_links(self, urls): method prescan (line 481) | def prescan(self): method not_found_in_index (line 487) | def not_found_in_index(self, requirement): method download (line 496) | def download(self, spec, tmpdir): method fetch_distribution (line 536) | def fetch_distribution( method fetch (line 604) | def fetch(self, requirement, tmpdir, force_scan=False, source=False): method gen_setup (line 617) | def gen_setup(self, filename, fragment, tmpdir): method _download_to (line 660) | def _download_to(self, url, filename): method reporthook (line 696) | def reporthook(self, url, filename, blocknum, blksize, size): method open_url (line 699) | def open_url(self, url, warning=None): method _download_url (line 739) | def _download_url(self, scheme, url, tmpdir): method scan_url (line 768) | def scan_url(self, url): method _attempt_download (line 771) | def _attempt_download(self, url, filename): method _download_html (line 778) | def _download_html(self, url, headers, filename): method _download_svn (line 793) | def _download_svn(self, url, filename): method _vcs_split_rev_from_url (line 814) | def _vcs_split_rev_from_url(url, pop_prefix=False): method _download_git (line 831) | def _download_git(self, url, filename): method _download_hg (line 847) | def _download_hg(self, url, filename): method debug (line 863) | def debug(self, msg, *args): method info (line 866) | def info(self, msg, *args): method warn (line 869) | def warn(self, msg, *args): function uchr (line 876) | def uchr(c): function decode_entity (line 882) | def decode_entity(match): function htmldecode (line 892) | def htmldecode(text): function socket_timeout (line 896) | def socket_timeout(timeout=15): function _encode_auth (line 908) | def _encode_auth(auth): class Credential (line 930) | class Credential(object): method __init__ (line 934) | def __init__(self, username, password): method __iter__ (line 938) | def __iter__(self): method __str__ (line 942) | def __str__(self): class PyPIConfig (line 945) | class PyPIConfig(ConfigParser.ConfigParser): method __init__ (line 947) | def __init__(self): method creds_by_repository (line 959) | def creds_by_repository(self): method _get_repo_cred (line 967) | def _get_repo_cred(self, section): method find_credential (line 974) | def find_credential(self, url): function open_with_auth (line 984) | def open_with_auth(url, opener=urllib2.urlopen): function fix_sf_url (line 1030) | def fix_sf_url(url): function local_open (line 1033) | def local_open(url): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/py26compat.py function strip_fragment (line 9) | def strip_fragment(url): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/py27compat.py function get_all_headers (line 7) | def get_all_headers(message, key): function get_all_headers (line 14) | def get_all_headers(message, key): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/py31compat.py function get_path (line 8) | def get_path(name): class TemporaryDirectory (line 19) | class TemporaryDirectory(object): method __init__ (line 25) | def __init__(self): method __enter__ (line 29) | def __enter__(self): method __exit__ (line 32) | def __exit__(self, exctype, excvalue, exctrace): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/sandbox.py function run_setup (line 29) | def run_setup(setup_script, args): class AbstractSandbox (line 77) | class AbstractSandbox: method __init__ (line 82) | def __init__(self): method _copy (line 88) | def _copy(self, source): method run (line 92) | def run(self, func): method _mk_dual_path_wrapper (line 108) | def _mk_dual_path_wrapper(name): method _mk_single_path_wrapper (line 119) | def _mk_single_path_wrapper(name, original=None): method _mk_single_with_return (line 137) | def _mk_single_with_return(name): method _mk_query (line 149) | def _mk_query(name): method _validate_path (line 161) | def _validate_path(self,path): method _remap_input (line 165) | def _remap_input(self,operation,path,*args,**kw): method _remap_output (line 169) | def _remap_output(self,operation,path): method _remap_pair (line 173) | def _remap_pair(self,operation,src,dst,*args,**kw): class DirectorySandbox (line 194) | class DirectorySandbox(AbstractSandbox): method __init__ (line 208) | def __init__(self, sandbox, exceptions=_EXCEPTIONS): method _violation (line 217) | def _violation(self, operation, *args, **kw): method _file (line 221) | def _file(self, path, mode='r', *args, **kw): method _open (line 226) | def _open(self, path, mode='r', *args, **kw): method tmpnam (line 231) | def tmpnam(self): method _ok (line 234) | def _ok(self, path): method _exempted (line 247) | def _exempted(self, filepath): method _remap_input (line 259) | def _remap_input(self, operation, path, *args, **kw): method _remap_pair (line 265) | def _remap_pair(self, operation, src, dst, *args, **kw): method open (line 271) | def open(self, file, flags, mode=0x1FF, *args, **kw): # 0777 class SandboxViolation (line 282) | class SandboxViolation(DistutilsError): method __str__ (line 285) | def __str__(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/site-patch.py function __boot (line 1) | def __boot(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/ssl_support.py class CertificateError (line 56) | class CertificateError(ValueError): function _dnsname_match (line 60) | def _dnsname_match(dn, hostname, max_wildcards=1): function match_hostname (line 112) | def match_hostname(cert, hostname): class VerifyingHTTPSHandler (line 153) | class VerifyingHTTPSHandler(HTTPSHandler): method __init__ (line 156) | def __init__(self, ca_bundle): method https_open (line 160) | def https_open(self, req): class VerifyingHTTPSConn (line 166) | class VerifyingHTTPSConn(HTTPSConnection): method __init__ (line 168) | def __init__(self, host, ca_bundle, **kw): method connect (line 172) | def connect(self): function opener_for (line 192) | def opener_for(ca_bundle=None): function get_win_certfile (line 201) | def get_win_certfile(): function find_ca_bundle (line 223) | def find_ca_bundle(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/svn_utils.py function _run_command (line 31) | def _run_command(args, stdout=_PIPE, stderr=_PIPE, encoding=None, stream... function _get_entry_schedule (line 48) | def _get_entry_schedule(entry): function _get_target_property (line 55) | def _get_target_property(target): function _get_xml_data (line 62) | def _get_xml_data(decoded_str): function joinpath (line 71) | def joinpath(prefix, *suffix): function determine_console_encoding (line 76) | def determine_console_encoding(): function decode_as_string (line 105) | def decode_as_string(text, encoding=None): function parse_dir_entries (line 129) | def parse_dir_entries(decoded_str): function parse_externals_xml (line 144) | def parse_externals_xml(decoded_str, prefix=''): function parse_external_prop (line 168) | def parse_external_prop(lines): function parse_prop_file (line 204) | def parse_prop_file(filename, key): class SvnInfo (line 224) | class SvnInfo(object): method get_svn_version (line 233) | def get_svn_version(): method load (line 257) | def load(cls, dirname=''): method __init__ (line 297) | def __init__(self, path=''): method get_revision (line 302) | def get_revision(self): method entries (line 316) | def entries(self): method externals (line 322) | def externals(self): method iter_externals (line 327) | def iter_externals(self): method iter_files (line 334) | def iter_files(self): method iter_dirs (line 342) | def iter_dirs(self, include_root=True): method get_entries (line 352) | def get_entries(self): method get_externals (line 355) | def get_externals(self): class Svn13Info (line 359) | class Svn13Info(SvnInfo): method get_entries (line 360) | def get_entries(self): method get_externals (line 370) | def get_externals(self): class Svn15Info (line 389) | class Svn15Info(Svn13Info): method get_externals (line 390) | def get_externals(self): class SvnFileInfo (line 399) | class SvnFileInfo(SvnInfo): method __init__ (line 401) | def __init__(self, path=''): method _walk_svn (line 406) | def _walk_svn(self, base): method _build_entries (line 420) | def _build_entries(self): method get_entries (line 434) | def get_entries(self): method get_revision (line 439) | def get_revision(self): method get_externals (line 444) | def get_externals(self): function svn_finder (line 465) | def svn_finder(dirname=''): class SVNEntriesFile (line 478) | class SVNEntriesFile(object): method __init__ (line 479) | def __init__(self, data): method load (line 483) | def load(class_, base): method read (line 493) | def read(class_, fileobj): method parse_revision (line 499) | def parse_revision(self): class SVNEntriesFileText (line 504) | class SVNEntriesFileText(SVNEntriesFile): method __get_cached_sections (line 511) | def __get_cached_sections(self): method get_sections (line 514) | def get_sections(self): method is_valid (line 529) | def is_valid(self): method get_url (line 532) | def get_url(self): method parse_revision_numbers (line 535) | def parse_revision_numbers(self): method get_undeleted_records (line 545) | def get_undeleted_records(self): class SVNEntriesFileXML (line 555) | class SVNEntriesFileXML(SVNEntriesFile): method is_valid (line 556) | def is_valid(self): method get_url (line 559) | def get_url(self): method parse_revision_numbers (line 564) | def parse_revision_numbers(self): method get_undeleted_records (line 571) | def get_undeleted_records(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/__init__.py function additional_tests (line 20) | def additional_tests(): function makeSetup (line 32) | def makeSetup(**args): class DependsTests (line 46) | class DependsTests(unittest.TestCase): method testExtractConst (line 48) | def testExtractConst(self): method testFindModule (line 71) | def testFindModule(self): method testModuleExtract (line 77) | def testModuleExtract(self): method testRequire (line 93) | def testRequire(self): class DistroTests (line 136) | class DistroTests(unittest.TestCase): method setUp (line 138) | def setUp(self): method testDistroType (line 149) | def testDistroType(self): method testExcludePackage (line 152) | def testExcludePackage(self): method testIncludeExclude (line 169) | def testIncludeExclude(self): method testExcludePackages (line 182) | def testExcludePackages(self): method testEmpty (line 188) | def testEmpty(self): method testContents (line 194) | def testContents(self): method testInvalidIncludeExclude (line 207) | def testInvalidIncludeExclude(self): class FeatureTests (line 235) | class FeatureTests(unittest.TestCase): method setUp (line 237) | def setUp(self): method testDefaults (line 258) | def testDefaults(self): method testAvailability (line 270) | def testAvailability(self): method testFeatureOptions (line 276) | def testFeatureOptions(self): method testUseFeatures (line 295) | def testUseFeatures(self): method testFeatureWithInvalidRemove (line 312) | def testFeatureWithInvalidRemove(self): class TestCommandTests (line 317) | class TestCommandTests(unittest.TestCase): method testTestIsCommand (line 319) | def testTestIsCommand(self): method testLongOptSuiteWNoDefault (line 323) | def testLongOptSuiteWNoDefault(self): method testDefaultSuite (line 329) | def testDefaultSuite(self): method testDefaultWModuleOnCmdLine (line 334) | def testDefaultWModuleOnCmdLine(self): method testConflictingOptions (line 343) | def testConflictingOptions(self): method testNoSuite (line 349) | def testNoSuite(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/doctest.py function enumerate (line 17) | def enumerate(seq): function register_optionflag (line 141) | def register_optionflag(name): function is_private (line 190) | def is_private(prefix, base): function _extract_future_flags (line 219) | def _extract_future_flags(globs): function _normalize_module (line 231) | def _normalize_module(module, depth=2): function _indent (line 250) | def _indent(s, indent=4): function _exception_traceback (line 258) | def _exception_traceback(exc_info): class _SpoofOut (line 270) | class _SpoofOut(StringIO): method getvalue (line 271) | def getvalue(self): method truncate (line 284) | def truncate(self, size=None): function _ellipsis_match (line 290) | def _ellipsis_match(want, got): function _comment_line (line 339) | def _comment_line(line): class _OutputRedirectingPdb (line 347) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 353) | def __init__(self, out): method trace_dispatch (line 357) | def trace_dispatch(self, *args): function _module_relative_path (line 368) | def _module_relative_path(module, path): class Example (line 404) | class Example: method __init__ (line 439) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, class DocTest (line 457) | class DocTest: method __init__ (line 481) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 495) | def __repr__(self): method __cmp__ (line 507) | def __cmp__(self, other): class DocTestParser (line 517) | class DocTestParser: method parse (line 565) | def parse(self, string, name=''): method get_doctest (line 604) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 616) | def get_examples(self, string, name=''): method _parse_example (line 630) | def _parse_example(self, m, name, lineno): method _find_options (line 684) | def _find_options(self, source, name, lineno): method _min_indent (line 714) | def _min_indent(self, s): method _check_prompt_blank (line 722) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 736) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 752) | class DocTestFinder: method __init__ (line 761) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 786) | def find(self, obj, name=None, module=None, globs=None, method _filter (line 865) | def _filter(self, obj, prefix, base): method _from_module (line 872) | def _from_module(self, module, object): method _find (line 892) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 961) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 998) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1050) | class DocTestRunner: method __init__ (line 1109) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1145) | def report_start(self, out, test, example): method report_success (line 1158) | def report_success(self, out, test, example, got): method report_failure (line 1166) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1173) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1180) | def _failure_header(self, test, example): method __run (line 1200) | def __run(self, test, compileflags, out): method __record_outcome (line 1320) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1333) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1343) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1400) | def summarize(self, verbose=None): method merge (line 1457) | def merge(self, other): class OutputChecker (line 1468) | class OutputChecker: method check_output (line 1476) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1530) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1553) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1601) | class DocTestFailure(Exception): method __init__ (line 1612) | def __init__(self, test, example, got): method __str__ (line 1617) | def __str__(self): class UnexpectedException (line 1620) | class UnexpectedException(Exception): method __init__ (line 1631) | def __init__(self, test, example, exc_info): method __str__ (line 1636) | def __str__(self): class DebugRunner (line 1639) | class DebugRunner(DocTestRunner): method run (line 1730) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1736) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1739) | def report_failure(self, out, test, example, got): function testmod (line 1751) | def testmod(m=None, name=None, globs=None, verbose=None, isprivate=None, function testfile (line 1867) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 1987) | def run_docstring_examples(f, globs, verbose=False, name="NoName", class Tester (line 2016) | class Tester: method __init__ (line 2017) | def __init__(self, mod=None, globs=None, verbose=None, method runstring (line 2039) | def runstring(self, s, name): method rundoc (line 2048) | def rundoc(self, object, name=None, module=None): method rundict (line 2057) | def rundict(self, d, name, module=None): method run__test__ (line 2065) | def run__test__(self, d, name): method summarize (line 2071) | def summarize(self, verbose=None): method merge (line 2074) | def merge(self, other): function set_unittest_reportflags (line 2083) | def set_unittest_reportflags(flags): class DocTestCase (line 2119) | class DocTestCase(unittest.TestCase): method __init__ (line 2121) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2131) | def setUp(self): method tearDown (line 2137) | def tearDown(self): method runTest (line 2145) | def runTest(self): method format_failure (line 2169) | def format_failure(self, err): method debug (line 2181) | def debug(self): method id (line 2253) | def id(self): method __repr__ (line 2256) | def __repr__(self): method shortDescription (line 2262) | def shortDescription(self): function DocTestSuite (line 2265) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2328) | class DocFileCase(DocTestCase): method id (line 2330) | def id(self): method __repr__ (line 2333) | def __repr__(self): method format_failure (line 2337) | def format_failure(self, err): function DocFileTest (line 2342) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2366) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2436) | def script_from_examples(s): function testsource (line 2516) | def testsource(module, name): function debug_src (line 2532) | def debug_src(src, pm=False, globs=None): function debug_script (line 2537) | def debug_script(src, pm=False, globs=None): function debug (line 2569) | def debug(module, name, pm=False): class _TestClass (line 2583) | class _TestClass: method __init__ (line 2597) | def __init__(self, val): method square (line 2607) | def square(self): method get (line 2617) | def get(self): function _test (line 2677) | def _test(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/environment.py function _extract (line 13) | def _extract(self, member, path=None, pwd=None): function _extract_from_zip (line 24) | def _extract_from_zip(self, name, dest_path): function _extract_member (line 32) | def _extract_member(self, member, targetpath, pwd): function _remove_dir (line 64) | def _remove_dir(target): class ZippedEnvironment (line 74) | class ZippedEnvironment(unittest.TestCase): method setUp (line 80) | def setUp(self): method tearDown (line 103) | def tearDown(self): function _which_dirs (line 117) | def _which_dirs(cmd): function run_setup_py (line 126) | def run_setup_py(cmd, pypath=None, path=None, FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/py26compat.py function skipIf (line 7) | def skipIf(condition, reason): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/server.py class IndexServer (line 10) | class IndexServer(HTTPServer): method __init__ (line 21) | def __init__(self, server_address=('', 0), method serve (line 26) | def serve(self): method start (line 30) | def start(self): method stop (line 34) | def stop(self): method base_url (line 56) | def base_url(self): class RequestRecorder (line 60) | class RequestRecorder(BaseHTTPRequestHandler): method do_GET (line 61) | def do_GET(self): class MockServer (line 66) | class MockServer(HTTPServer, threading.Thread): method __init__ (line 70) | def __init__(self, server_address=('', 0), method run (line 77) | def run(self): method url (line 80) | def url(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_bdist_egg.py class TestDevelopTest (line 23) | class TestDevelopTest(unittest.TestCase): method setUp (line 25) | def setUp(self): method tearDown (line 41) | def tearDown(self): method test_bdist_egg (line 50) | def test_bdist_egg(self): function test_suite (line 70) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_build_ext.py class TestBuildExtTest (line 8) | class TestBuildExtTest(unittest.TestCase): method test_get_ext_filename (line 10) | def test_get_ext_filename(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_develop.py class TestDevelopTest (line 28) | class TestDevelopTest(unittest.TestCase): method setUp (line 30) | def setUp(self): method tearDown (line 55) | def tearDown(self): method test_develop (line 66) | def test_develop(self): method notest_develop_with_setup_requires (line 109) | def notest_develop_with_setup_requires(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_dist_info.py function DALS (line 18) | def DALS(s): class TestDistInfo (line 22) | class TestDistInfo(unittest.TestCase): method test_distinfo (line 24) | def test_distinfo(self): method test_conditional_dependencies (line 39) | def test_conditional_dependencies(self): method setUp (line 48) | def setUp(self): method tearDown (line 82) | def tearDown(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_easy_install.py class FakeDist (line 27) | class FakeDist(object): method get_entry_map (line 28) | def get_entry_map(self, group): method as_requirement (line 33) | def as_requirement(self): class TestEasyInstallTest (line 55) | class TestEasyInstallTest(unittest.TestCase): method test_install_site_py (line 57) | def test_install_site_py(self): method test_get_script_args (line 69) | def test_get_script_args(self): method test_no_find_links (line 80) | def test_no_find_links(self): class TestPTHFileWriter (line 104) | class TestPTHFileWriter(unittest.TestCase): method test_add_from_cwd_site_sets_dirty (line 105) | def test_add_from_cwd_site_sets_dirty(self): method test_add_from_site_is_ignored (line 114) | def test_add_from_site_is_ignored(self): class TestUserInstallTest (line 125) | class TestUserInstallTest(unittest.TestCase): method setUp (line 127) | def setUp(self): method tearDown (line 144) | def tearDown(self): method test_user_install_implied (line 155) | def test_user_install_implied(self): method test_multiproc_atexit (line 165) | def test_multiproc_atexit(self): method test_user_install_not_implied_without_usersite_enabled (line 176) | def test_user_install_not_implied_without_usersite_enabled(self): method test_local_index (line 186) | def test_local_index(self): method test_setup_requires (line 228) | def test_setup_requires(self): class TestSetupRequires (line 247) | class TestSetupRequires(unittest.TestCase): method test_setup_requires_honors_fetch_params (line 249) | def test_setup_requires_honors_fetch_params(self): method create_sdist (line 286) | def create_sdist(): method test_setup_requires_overrides_version_conflict (line 305) | def test_setup_requires_overrides_version_conflict(self): function create_setup_requires_package (line 340) | def create_setup_requires_package(path): function make_trivial_sdist (line 377) | def make_trivial_sdist(dist_path, setup_py): function tempdir_context (line 398) | def tempdir_context(cd=lambda dir:None): function environment_context (line 409) | def environment_context(**updates): function argv_context (line 420) | def argv_context(repl): function reset_setup_stop_context (line 427) | def reset_setup_stop_context(): function quiet_context (line 441) | def quiet_context(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_egg_info.py class TestEggInfo (line 19) | class TestEggInfo(unittest.TestCase): method setUp (line 21) | def setUp(self): method tearDown (line 28) | def tearDown(self): method _write_entries (line 32) | def _write_entries(self, entries): method test_version_10_format (line 39) | def test_version_10_format(self): method test_version_10_format_legacy_parser (line 57) | def test_version_10_format_legacy_parser(self): class TestSvnDummy (line 99) | class TestSvnDummy(environment.ZippedEnvironment): method setUp (line 101) | def setUp(self): method test_sources (line 122) | def test_sources(self): class TestSvnDummyLegacy (line 142) | class TestSvnDummyLegacy(environment.ZippedEnvironment): method setUp (line 144) | def setUp(self): method test_sources (line 151) | def test_sources(self): function test_suite (line 172) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_find_packages.py class TestFindPackages (line 10) | class TestFindPackages(unittest.TestCase): method setUp (line 12) | def setUp(self): method tearDown (line 16) | def tearDown(self): method _make_pkg_structure (line 19) | def _make_pkg_structure(self): method _mkdir (line 48) | def _mkdir(self, path, parent_dir=None): method _touch (line 54) | def _touch(self, path, dir_=None): method test_regular_package (line 61) | def test_regular_package(self): method test_include_excludes_other (line 66) | def test_include_excludes_other(self): method test_dir_with_dot_is_skipped (line 76) | def test_dir_with_dot_is_skipped(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_markerlib.py class TestMarkerlib (line 10) | class TestMarkerlib(unittest.TestCase): method test_markers (line 14) | def test_markers(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_packageindex.py class TestPackageIndex (line 12) | class TestPackageIndex(unittest.TestCase): method test_bad_url_bad_port (line 14) | def test_bad_url_bad_port(self): method test_bad_url_typo (line 25) | def test_bad_url_typo(self): method test_bad_url_bad_status_line (line 42) | def test_bad_url_bad_status_line(self): method test_bad_url_double_scheme (line 60) | def test_bad_url_double_scheme(self): method test_bad_url_screwy_href (line 79) | def test_bad_url_screwy_href(self): method test_url_ok (line 92) | def test_url_ok(self): method test_links_priority (line 99) | def test_links_priority(self): method test_parse_bdist_wininst (line 136) | def test_parse_bdist_wininst(self): method test__vcs_split_rev_from_url (line 146) | def test__vcs_split_rev_from_url(self): method test_local_index (line 155) | def test_local_index(self): class TestContentCheckers (line 170) | class TestContentCheckers(unittest.TestCase): method test_md5 (line 172) | def test_md5(self): method test_other_fragment (line 180) | def test_other_fragment(self): method test_blank_md5 (line 187) | def test_blank_md5(self): method test_get_hash_name_md5 (line 194) | def test_get_hash_name_md5(self): method test_report (line 199) | def test_report(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_resources.py function safe_repr (line 25) | def safe_repr(obj, short=False): class Metadata (line 35) | class Metadata(pkg_resources.EmptyProvider): method __init__ (line 38) | def __init__(self,*pairs): method has_metadata (line 41) | def has_metadata(self,name): method get_metadata (line 44) | def get_metadata(self,name): method get_metadata_lines (line 47) | def get_metadata_lines(self,name): class DistroTests (line 52) | class DistroTests(TestCase): method testCollection (line 54) | def testCollection(self): method checkFooPkg (line 107) | def checkFooPkg(self,d): method testDistroBasics (line 115) | def testDistroBasics(self): method testDistroParse (line 126) | def testDistroParse(self): method testDistroMetadata (line 132) | def testDistroMetadata(self): method distRequires (line 141) | def distRequires(self, txt): method checkRequires (line 144) | def checkRequires(self, dist, txt, extras=()): method testDistroDependsSimple (line 150) | def testDistroDependsSimple(self): method testResolve (line 154) | def testResolve(self): method testDistroDependsOptions (line 196) | def testDistroDependsOptions(self): class EntryPointTests (line 222) | class EntryPointTests(TestCase): method assertfields (line 224) | def assertfields(self, ep): method setUp (line 235) | def setUp(self): method testBasics (line 239) | def testBasics(self): method testParse (line 246) | def testParse(self): method testRejects (line 263) | def testRejects(self): method checkSubMap (line 271) | def checkSubMap(self, m): method testParseList (line 288) | def testParseList(self): method testParseMap (line 294) | def testParseMap(self): class RequirementsTests (line 304) | class RequirementsTests(TestCase): method testBasics (line 306) | def testBasics(self): method testOrdering (line 317) | def testOrdering(self): method testBasicContains (line 324) | def testBasicContains(self): method testAdvancedContains (line 337) | def testAdvancedContains(self): method testOptionsAndHashing (line 344) | def testOptionsAndHashing(self): method testVersionEquality (line 358) | def testVersionEquality(self): method testSetuptoolsProjectName (line 372) | def testSetuptoolsProjectName(self): class ParseTests (line 388) | class ParseTests(TestCase): method testEmptyParse (line 390) | def testEmptyParse(self): method testYielding (line 393) | def testYielding(self): method testSplitting (line 400) | def testSplitting(self): method testSafeName (line 419) | def testSafeName(self): method testSafeVersion (line 426) | def testSafeVersion(self): method testSimpleRequirements (line 433) | def testSimpleRequirements(self): method testVersionEquality (line 452) | def testVersionEquality(self): method testVersionOrdering (line 468) | def testVersionOrdering(self): class ScriptHeaderTests (line 503) | class ScriptHeaderTests(TestCase): method test_get_script_header (line 507) | def test_get_script_header(self): method test_get_script_header_jython_workaround (line 523) | def test_get_script_header_jython_workaround(self): class NamespaceTests (line 565) | class NamespaceTests(TestCase): method setUp (line 567) | def setUp(self): method tearDown (line 574) | def tearDown(self): method _assertIn (line 579) | def _assertIn(self, member, container): method test_two_levels_deep (line 586) | def test_two_levels_deep(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_sandbox.py function has_win32com (line 14) | def has_win32com(): class TestSandbox (line 27) | class TestSandbox(unittest.TestCase): method setUp (line 29) | def setUp(self): method tearDown (line 32) | def tearDown(self): method test_devnull (line 35) | def test_devnull(self): method _file_writer (line 41) | def _file_writer(path): method test_win32com (line 51) | def test_win32com(self): method test_setup_py_with_BOM (line 68) | def test_setup_py_with_BOM(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_sdist.py function quiet (line 44) | def quiet(): function unquiet (line 49) | def unquiet(): function b (line 54) | def b(s, encoding='utf-8'): function posix (line 61) | def posix(path): function decompose (line 69) | def decompose(path): class TestSdistTest (line 81) | class TestSdistTest(unittest.TestCase): method setUp (line 83) | def setUp(self): method tearDown (line 100) | def tearDown(self): method test_package_data_in_sdist (line 104) | def test_package_data_in_sdist(self): method test_manifest_is_written_with_utf8_encoding (line 127) | def test_manifest_is_written_with_utf8_encoding(self): method test_write_manifest_allows_utf8_filenames (line 167) | def test_write_manifest_allows_utf8_filenames(self): method test_write_manifest_skips_non_utf8_filenames (line 206) | def test_write_manifest_skips_non_utf8_filenames(self): method test_manifest_is_read_with_utf8_encoding (line 245) | def test_manifest_is_read_with_utf8_encoding(self): method test_read_manifest_skips_non_utf8_filenames (line 285) | def test_read_manifest_skips_non_utf8_filenames(self): method test_sdist_with_utf8_encoded_filename (line 327) | def test_sdist_with_utf8_encoded_filename(self): method test_sdist_with_latin1_encoded_filename (line 364) | def test_sdist_with_latin1_encoded_filename(self): class TestDummyOutput (line 404) | class TestDummyOutput(environment.ZippedEnvironment): method setUp (line 406) | def setUp(self): method _run (line 412) | def _run(self): method test_sources (line 469) | def test_sources(self): class TestSvn (line 473) | class TestSvn(environment.ZippedEnvironment): method setUp (line 475) | def setUp(self): method test_walksvn (line 496) | def test_walksvn(self): function test_suite (line 534) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_svn.py function _do_svn_check (line 16) | def _do_svn_check(): class TestSvnVersion (line 26) | class TestSvnVersion(unittest.TestCase): method test_no_svn_found (line 28) | def test_no_svn_found(self): method test_svn_should_exist (line 49) | def test_svn_should_exist(self): function _read_utf8_file (line 53) | def _read_utf8_file(path): class ParserInfoXML (line 64) | class ParserInfoXML(unittest.TestCase): method parse_tester (line 66) | def parse_tester(self, svn_name, ext_spaces): method test_svn13 (line 84) | def test_svn13(self): method test_svn14 (line 87) | def test_svn14(self): method test_svn15 (line 90) | def test_svn15(self): method test_svn16 (line 93) | def test_svn16(self): method test_svn17 (line 96) | def test_svn17(self): method test_svn18 (line 99) | def test_svn18(self): class ParserExternalXML (line 102) | class ParserExternalXML(unittest.TestCase): method parse_tester (line 104) | def parse_tester(self, svn_name, ext_spaces): method test_svn15 (line 136) | def test_svn15(self): method test_svn16 (line 139) | def test_svn16(self): method test_svn17 (line 142) | def test_svn17(self): method test_svn18 (line 145) | def test_svn18(self): class ParseExternal (line 149) | class ParseExternal(unittest.TestCase): method parse_tester (line 151) | def parse_tester(self, svn_name, ext_spaces): method test_svn13 (line 165) | def test_svn13(self): method test_svn14 (line 168) | def test_svn14(self): method test_svn15 (line 171) | def test_svn15(self): method test_svn16 (line 174) | def test_svn16(self): method test_svn17 (line 177) | def test_svn17(self): method test_svn18 (line 180) | def test_svn18(self): class TestSvn (line 184) | class TestSvn(environment.ZippedEnvironment): method setUp (line 186) | def setUp(self): method test_revision (line 207) | def test_revision(self): method test_entries (line 212) | def test_entries(self): method test_externals (line 225) | def test_externals(self): function test_suite (line 244) | def test_suite(): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_test.py class TestTestTest (line 50) | class TestTestTest(unittest.TestCase): method setUp (line 52) | def setUp(self): method tearDown (line 89) | def tearDown(self): method test_test (line 100) | def test_test(self): FILE: tests/pythons/win32-py32/Lib/site-packages/setuptools/tests/test_upload_docs.py class TestUploadDocsTest (line 13) | class TestUploadDocsTest(unittest.TestCase): method setUp (line 14) | def setUp(self): method tearDown (line 40) | def tearDown(self): method test_create_zipfile (line 49) | def test_create_zipfile(self): FILE: tests/pythons/win32-py32/Lib/site.py function makepath (line 73) | def makepath(*paths): function abs_paths (line 82) | def abs_paths(): function removeduppaths (line 97) | def removeduppaths(): function _init_pathinfo (line 116) | def _init_pathinfo(): function addpackage (line 129) | def addpackage(sitedir, name, known_paths): function addsitedir (line 170) | def addsitedir(sitedir, known_paths=None): function check_enableusersite (line 193) | def check_enableusersite(): function getuserbase (line 217) | def getuserbase(): function getusersitepackages (line 231) | def getusersitepackages(): function addusersitepackages (line 255) | def addusersitepackages(known_paths): function getsitepackages (line 269) | def getsitepackages(): function addsitepackages (line 306) | def addsitepackages(known_paths): function setBEGINLIBPATH (line 314) | def setBEGINLIBPATH(): function setquit (line 331) | def setquit(): class _Printer (line 367) | class _Printer(object): method __init__ (line 373) | def __init__(self, name, data, files=(), dirs=()): method __setup (line 380) | def __setup(self): method __repr__ (line 401) | def __repr__(self): method __call__ (line 408) | def __call__(self): function setcopyright (line 428) | def setcopyright(): class _Helper (line 446) | class _Helper(object): method __repr__ (line 452) | def __repr__(self): method __call__ (line 455) | def __call__(self, *args, **kwds): function sethelper (line 459) | def sethelper(): function aliasmbcs (line 462) | def aliasmbcs(): function execsitecustomize (line 478) | def execsitecustomize(): function execusercustomize (line 494) | def execusercustomize(): function main (line 510) | def main(): function _script (line 531) | def _script(): FILE: tests/pythons/win32-py32/Lib/smtpd.py class Devnull (line 88) | class Devnull: method write (line 89) | def write(self, msg): pass method flush (line 90) | def flush(self): pass function usage (line 100) | def usage(code, msg=''): class SMTPChannel (line 108) | class SMTPChannel(asynchat.async_chat): method __init__ (line 115) | def __init__(self, server, conn, addr): method __server (line 143) | def __server(self): method __server (line 148) | def __server(self, value): method __line (line 154) | def __line(self): method __line (line 159) | def __line(self, value): method __state (line 165) | def __state(self): method __state (line 170) | def __state(self, value): method __greeting (line 176) | def __greeting(self): method __greeting (line 181) | def __greeting(self, value): method __mailfrom (line 187) | def __mailfrom(self): method __mailfrom (line 192) | def __mailfrom(self, value): method __rcpttos (line 198) | def __rcpttos(self): method __rcpttos (line 203) | def __rcpttos(self, value): method __data (line 209) | def __data(self): method __data (line 214) | def __data(self, value): method __fqdn (line 220) | def __fqdn(self): method __fqdn (line 225) | def __fqdn(self, value): method __peer (line 231) | def __peer(self): method __peer (line 236) | def __peer(self, value): method __conn (line 242) | def __conn(self): method __conn (line 247) | def __conn(self, value): method __addr (line 253) | def __addr(self): method __addr (line 258) | def __addr(self, value): method push (line 264) | def push(self, msg): method collect_incoming_data (line 268) | def collect_incoming_data(self, data): method found_terminator (line 281) | def found_terminator(self): method smtp_HELO (line 341) | def smtp_HELO(self, arg): method smtp_NOOP (line 351) | def smtp_NOOP(self, arg): method smtp_QUIT (line 357) | def smtp_QUIT(self, arg): method __getaddr (line 363) | def __getaddr(self, keyword, arg): method smtp_MAIL (line 376) | def smtp_MAIL(self, arg): method smtp_RCPT (line 389) | def smtp_RCPT(self, arg): method smtp_RSET (line 402) | def smtp_RSET(self, arg): method smtp_DATA (line 413) | def smtp_DATA(self, arg): class SMTPServer (line 426) | class SMTPServer(asyncore.dispatcher): method __init__ (line 430) | def __init__(self, localaddr, remoteaddr): method handle_accepted (line 448) | def handle_accepted(self, conn, addr): method process_message (line 453) | def process_message(self, peer, mailfrom, rcpttos, data): class DebuggingServer (line 479) | class DebuggingServer(SMTPServer): method process_message (line 481) | def process_message(self, peer, mailfrom, rcpttos, data): class PureProxy (line 495) | class PureProxy(SMTPServer): method process_message (line 496) | def process_message(self, peer, mailfrom, rcpttos, data): method _deliver (line 510) | def _deliver(self, mailfrom, rcpttos, data): class MailmanProxy (line 536) | class MailmanProxy(PureProxy): method process_message (line 537) | def process_message(self, peer, mailfrom, rcpttos, data): class Options (line 615) | class Options: function parseargs (line 621) | def parseargs(): FILE: tests/pythons/win32-py32/Lib/smtplib.py class SMTPException (line 69) | class SMTPException(Exception): class SMTPServerDisconnected (line 72) | class SMTPServerDisconnected(SMTPException): class SMTPResponseException (line 80) | class SMTPResponseException(SMTPException): method __init__ (line 89) | def __init__(self, code, msg): class SMTPSenderRefused (line 94) | class SMTPSenderRefused(SMTPResponseException): method __init__ (line 101) | def __init__(self, code, msg, sender): class SMTPRecipientsRefused (line 107) | class SMTPRecipientsRefused(SMTPException): method __init__ (line 115) | def __init__(self, recipients): class SMTPDataError (line 120) | class SMTPDataError(SMTPResponseException): class SMTPConnectError (line 123) | class SMTPConnectError(SMTPResponseException): class SMTPHeloError (line 126) | class SMTPHeloError(SMTPResponseException): class SMTPAuthenticationError (line 129) | class SMTPAuthenticationError(SMTPResponseException): function quoteaddr (line 136) | def quoteaddr(addr): function _addr_only (line 155) | def _addr_only(addrstring): function quotedata (line 163) | def quotedata(data): function _quote_periods (line 172) | def _quote_periods(bindata): function _fix_eols (line 175) | def _fix_eols(data): class SSLFakeFile (line 183) | class SSLFakeFile: method __init__ (line 188) | def __init__(self, sslobj): method readline (line 191) | def readline(self): method close (line 201) | def close(self): class SMTP (line 207) | class SMTP: method __init__ (line 244) | def __init__(self, host='', port=0, local_hostname=None, method set_debuglevel (line 280) | def set_debuglevel(self, debuglevel): method _get_socket (line 289) | def _get_socket(self, host, port, timeout): method connect (line 296) | def connect(self, host='localhost', port=0): method send (line 325) | def send(self, s): method putcmd (line 340) | def putcmd(self, cmd, args=""): method getreply (line 348) | def getreply(self): method docmd (line 394) | def docmd(self, cmd, args=""): method helo (line 400) | def helo(self, name=''): method ehlo (line 410) | def ehlo(self, name=''): method has_extn (line 461) | def has_extn(self, opt): method help (line 465) | def help(self, args=''): method rset (line 471) | def rset(self): method noop (line 475) | def noop(self): method mail (line 479) | def mail(self, sender, options=[]): method rcpt (line 487) | def rcpt(self, recip, options=[]): method data (line 495) | def data(self, msg): method verify (line 524) | def verify(self, address): method expn (line 531) | def expn(self, address): method ehlo_or_helo_if_needed (line 538) | def ehlo_or_helo_if_needed(self): method login (line 555) | def login(self, user, password): method starttls (line 635) | def starttls(self, keyfile=None, certfile=None): method sendmail (line 671) | def sendmail(self, from_addr, to_addrs, msg, mail_options=[], method send_message (line 774) | def send_message(self, msg, from_addr=None, to_addrs=None, method close (line 826) | def close(self): method quit (line 835) | def quit(self): class SMTP_SSL (line 843) | class SMTP_SSL(SMTP): method __init__ (line 854) | def __init__(self, host='', port=0, local_hostname=None, method _get_socket (line 861) | def _get_socket(self, host, port, timeout): class LMTP (line 876) | class LMTP(SMTP): method __init__ (line 891) | def __init__(self, host='', port=LMTP_PORT, local_hostname=None): method connect (line 895) | def connect(self, host='localhost', port=0): function prompt (line 922) | def prompt(prompt): FILE: tests/pythons/win32-py32/Lib/sndhdr.py function what (line 35) | def what(filename): function whathdr (line 41) | def whathdr(filename): function test_aifc (line 58) | def test_aifc(h, f): function test_au (line 79) | def test_au(h, f): function test_hcom (line 112) | def test_hcom(h, f): function test_voc (line 125) | def test_voc(h, f): function test_wav (line 139) | def test_wav(h, f): function test_8svx (line 152) | def test_8svx(h, f): function test_sndt (line 161) | def test_sndt(h, f): function test_sndr (line 170) | def test_sndr(h, f): function get_long_be (line 183) | def get_long_be(b): function get_long_le (line 186) | def get_long_le(b): function get_short_be (line 189) | def get_short_be(b): function get_short_le (line 192) | def get_short_le(b): function test (line 200) | def test(): function testall (line 215) | def testall(list, recursive, toplevel): FILE: tests/pythons/win32-py32/Lib/socket.py class socket (line 87) | class socket(_socket.socket): method __init__ (line 93) | def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=N... method __enter__ (line 98) | def __enter__(self): method __exit__ (line 101) | def __exit__(self, *args): method __repr__ (line 105) | def __repr__(self): method dup (line 115) | def dup(self): method accept (line 125) | def accept(self): method makefile (line 141) | def makefile(self, mode="r", buffering=None, *, method _decref_socketios (line 184) | def _decref_socketios(self): method _real_close (line 190) | def _real_close(self, _ss=_socket.socket): method close (line 194) | def close(self): method detach (line 200) | def detach(self): function fromfd (line 211) | def fromfd(fd, family, type, proto=0): function socketpair (line 223) | def socketpair(family=None, type=SOCK_STREAM, proto=0): class SocketIO (line 244) | class SocketIO(io.RawIOBase): method __init__ (line 261) | def __init__(self, sock, mode): method readinto (line 273) | def readinto(self, b): method write (line 299) | def write(self, b): method readable (line 315) | def readable(self): method writable (line 322) | def writable(self): method seekable (line 329) | def seekable(self): method fileno (line 336) | def fileno(self): method name (line 343) | def name(self): method mode (line 350) | def mode(self): method close (line 353) | def close(self): function getfqdn (line 364) | def getfqdn(name=''): function create_connection (line 392) | def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, FILE: tests/pythons/win32-py32/Lib/socketserver.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 206) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 213) | def server_activate(self): method serve_forever (line 221) | def serve_forever(self, poll_interval=0.5): method shutdown (line 243) | def shutdown(self): method handle_request (line 264) | def handle_request(self): method _handle_request_noblock (line 282) | def _handle_request_noblock(self): method handle_timeout (line 300) | def handle_timeout(self): method verify_request (line 307) | def verify_request(self, request, client_address): method process_request (line 315) | def process_request(self, request, client_address): method server_close (line 324) | def server_close(self): method finish_request (line 332) | def finish_request(self, request, client_address): method shutdown_request (line 336) | def shutdown_request(self, request): method close_request (line 340) | def close_request(self, request): method handle_error (line 344) | def handle_error(self, request, client_address): class TCPServer (line 358) | class TCPServer(BaseServer): method __init__ (line 413) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 422) | def server_bind(self): method server_activate (line 433) | def server_activate(self): method server_close (line 441) | def server_close(self): method fileno (line 449) | def fileno(self): method get_request (line 457) | def get_request(self): method shutdown_request (line 465) | def shutdown_request(self, request): method close_request (line 475) | def close_request(self, request): class UDPServer (line 480) | class UDPServer(TCPServer): method get_request (line 490) | def get_request(self): method server_activate (line 494) | def server_activate(self): method shutdown_request (line 498) | def shutdown_request(self, request): method close_request (line 502) | def close_request(self, request): class ForkingMixIn (line 506) | class ForkingMixIn: method collect_children (line 514) | def collect_children(self): method handle_timeout (line 546) | def handle_timeout(self): method process_request (line 553) | def process_request(self, request, client_address): class ThreadingMixIn (line 578) | class ThreadingMixIn: method process_request_thread (line 585) | def process_request_thread(self, request, client_address): method process_request (line 598) | def process_request(self, request, client_address): class ForkingUDPServer (line 606) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 607) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 609) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 610) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 614) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 617) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 620) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 622) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 624) | class BaseRequestHandler: method __init__ (line 642) | def __init__(self, request, client_address, server): method setup (line 652) | def setup(self): method handle (line 655) | def handle(self): method finish (line 658) | def finish(self): class StreamRequestHandler (line 670) | class StreamRequestHandler(BaseRequestHandler): method setup (line 691) | def setup(self): method finish (line 701) | def finish(self): class DatagramRequestHandler (line 713) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 720) | def setup(self): method finish (line 726) | def finish(self): FILE: tests/pythons/win32-py32/Lib/sqlite3/dbapi2.py function DateFromTicks (line 40) | def DateFromTicks(ticks): function TimeFromTicks (line 43) | def TimeFromTicks(ticks): function TimestampFromTicks (line 46) | def TimestampFromTicks(ticks): function register_adapters_and_converters (line 54) | def register_adapters_and_converters(): FILE: tests/pythons/win32-py32/Lib/sqlite3/dump.py function _iterdump (line 10) | def _iterdump(connection): FILE: tests/pythons/win32-py32/Lib/sre_compile.py function _identityfunction (line 25) | def _identityfunction(x): function _compile (line 33) | def _compile(code, pattern, flags): function _compile_charset (line 179) | def _compile_charset(charset, flags, code, fixup=None): function _optimize_charset (line 208) | def _optimize_charset(charset, fixup): function _mk_bitmap (line 259) | def _mk_bitmap(bits): function _optimize_unicode (line 302) | def _optimize_unicode(charset, fixup): function _simple (line 356) | def _simple(av): function _compile_info (line 363) | def _compile_info(code, pattern, flags): function isstring (line 469) | def isstring(obj): function _code (line 472) | def _code(p, flags): function compile (line 487) | def compile(p, flags=0): FILE: tests/pythons/win32-py32/Lib/sre_constants.py class error (line 23) | class error(Exception): function makedict (line 145) | def makedict(list): function dump (line 219) | def dump(f, d, prefix): FILE: tests/pythons/win32-py32/Lib/sre_parse.py class Pattern (line 67) | class Pattern: method __init__ (line 69) | def __init__(self): method opengroup (line 74) | def opengroup(self, name=None): method closegroup (line 85) | def closegroup(self, gid): method checkgroup (line 87) | def checkgroup(self, gid): class SubPattern (line 90) | class SubPattern: method __init__ (line 92) | def __init__(self, pattern, data=None): method dump (line 98) | def dump(self, level=0): method __repr__ (line 126) | def __repr__(self): method __len__ (line 128) | def __len__(self): method __delitem__ (line 130) | def __delitem__(self, index): method __getitem__ (line 132) | def __getitem__(self, index): method __setitem__ (line 136) | def __setitem__(self, index, code): method insert (line 138) | def insert(self, index, code): method append (line 140) | def append(self, code): method getwidth (line 142) | def getwidth(self): class Tokenizer (line 179) | class Tokenizer: method __init__ (line 180) | def __init__(self, string): method __next (line 184) | def __next(self): method match (line 203) | def match(self, char, skip=1): method get (line 209) | def get(self): method tell (line 213) | def tell(self): method seek (line 215) | def seek(self, index): function isident (line 218) | def isident(char): function isdigit (line 221) | def isdigit(char): function isname (line 224) | def isname(name): function _class_escape (line 233) | def _class_escape(source, escape): function _escape (line 265) | def _escape(source, escape, state): function _parse_sub (line 309) | def _parse_sub(source, state, nested=1): function _parse_sub_cond (line 368) | def _parse_sub_cond(source, state, condgroup): function _parse (line 387) | def _parse(source, state): function fix_flags (line 681) | def fix_flags(src, flags): function parse (line 693) | def parse(str, flags=0, pattern=None): function parse_template (line 722) | def parse_template(source, pattern): function expand_template (line 815) | def expand_template(template, match): FILE: tests/pythons/win32-py32/Lib/ssl.py class CertificateError (line 107) | class CertificateError(ValueError): function _dnsname_to_pat (line 111) | def _dnsname_to_pat(dn): function match_hostname (line 125) | def match_hostname(cert, hostname): class SSLContext (line 166) | class SSLContext(_SSLContext): method __new__ (line 172) | def __new__(cls, protocol, *args, **kwargs): method __init__ (line 178) | def __init__(self, protocol): method wrap_socket (line 181) | def wrap_socket(self, sock, server_side=False, class SSLSocket (line 192) | class SSLSocket(socket): method __init__ (line 197) | def __init__(self, sock=None, keyfile=None, certfile=None, method dup (line 278) | def dup(self): method _checkClosed (line 282) | def _checkClosed(self, msg=None): method read (line 286) | def read(self, len=0, buffer=None): method write (line 306) | def write(self, data): method getpeercert (line 313) | def getpeercert(self, binary_form=False): method cipher (line 322) | def cipher(self): method send (line 329) | def send(self, data, flags=0): method sendto (line 351) | def sendto(self, data, flags_or_addr, addr=None): method sendall (line 361) | def sendall(self, data, flags=0): method recv (line 377) | def recv(self, buflen=1024, flags=0): method recv_into (line 388) | def recv_into(self, buffer, nbytes=None, flags=0): method recvfrom (line 403) | def recvfrom(self, buflen=1024, flags=0): method recvfrom_into (line 411) | def recvfrom_into(self, buffer, nbytes=None, flags=0): method pending (line 419) | def pending(self): method shutdown (line 426) | def shutdown(self, how): method unwrap (line 431) | def unwrap(self): method _real_close (line 439) | def _real_close(self): method do_handshake (line 444) | def do_handshake(self, block=False): method _real_connect (line 455) | def _real_connect(self, addr, connect_ex): method connect (line 478) | def connect(self, addr): method connect_ex (line 483) | def connect_ex(self, addr): method accept (line 488) | def accept(self): method __del__ (line 500) | def __del__(self): function wrap_socket (line 505) | def wrap_socket(sock, keyfile=None, certfile=None, function cert_time_to_seconds (line 520) | def cert_time_to_seconds(cert_time): function DER_cert_to_PEM_cert (line 531) | def DER_cert_to_PEM_cert(der_cert_bytes): function PEM_cert_to_DER_cert (line 540) | def PEM_cert_to_DER_cert(pem_cert_string): function get_server_certificate (line 553) | def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=No... function get_protocol_name (line 571) | def get_protocol_name(protocol_code): FILE: tests/pythons/win32-py32/Lib/stat.py function S_IMODE (line 21) | def S_IMODE(mode): function S_IFMT (line 24) | def S_IFMT(mode): function S_ISDIR (line 40) | def S_ISDIR(mode): function S_ISCHR (line 43) | def S_ISCHR(mode): function S_ISBLK (line 46) | def S_ISBLK(mode): function S_ISREG (line 49) | def S_ISREG(mode): function S_ISFIFO (line 52) | def S_ISFIFO(mode): function S_ISLNK (line 55) | def S_ISLNK(mode): function S_ISSOCK (line 58) | def S_ISSOCK(mode): FILE: tests/pythons/win32-py32/Lib/string.py function capwords (line 33) | def capwords(s, sep=None): class _multimap (line 50) | class _multimap: method __init__ (line 56) | def __init__(self, primary, secondary): method __getitem__ (line 60) | def __getitem__(self, key): class _TemplateMetaclass (line 67) | class _TemplateMetaclass(type): method __init__ (line 77) | def __init__(cls, name, bases, dct): class Template (line 89) | class Template(metaclass=_TemplateMetaclass): method __init__ (line 96) | def __init__(self, template): method _invalid (line 101) | def _invalid(self, mo): method substitute (line 113) | def substitute(self, *args, **kws): method safe_substitute (line 139) | def safe_substitute(self, *args, **kws): class Formatter (line 178) | class Formatter: method format (line 179) | def format(self, format_string, *args, **kwargs): method vformat (line 182) | def vformat(self, format_string, args, kwargs): method _vformat (line 188) | def _vformat(self, format_string, args, kwargs, used_args, recursion_d... method get_value (line 222) | def get_value(self, key, args, kwargs): method check_unused_args (line 229) | def check_unused_args(self, used_args, args, kwargs): method format_field (line 233) | def format_field(self, value, format_spec): method convert_field (line 237) | def convert_field(self, value, conversion): method parse (line 257) | def parse(self, format_string): method get_field (line 266) | def get_field(self, field_name, args, kwargs): FILE: tests/pythons/win32-py32/Lib/stringprep.py function in_table_a1 (line 12) | def in_table_a1(code): function in_table_b1 (line 20) | def in_table_b1(code): function map_table_b3 (line 189) | def map_table_b3(code): function map_table_b2 (line 195) | def map_table_b2(a): function in_table_c11 (line 206) | def in_table_c11(code): function in_table_c12 (line 210) | def in_table_c12(code): function in_table_c11_c12 (line 213) | def in_table_c11_c12(code): function in_table_c21 (line 217) | def in_table_c21(code): function in_table_c22 (line 221) | def in_table_c22(code): function in_table_c21_c22 (line 227) | def in_table_c21_c22(code): function in_table_c3 (line 232) | def in_table_c3(code): function in_table_c4 (line 236) | def in_table_c4(code): function in_table_c5 (line 243) | def in_table_c5(code): function in_table_c6 (line 248) | def in_table_c6(code): function in_table_c7 (line 253) | def in_table_c7(code): function in_table_c8 (line 258) | def in_table_c8(code): function in_table_c9 (line 263) | def in_table_c9(code): function in_table_d1 (line 267) | def in_table_d1(code): function in_table_d2 (line 271) | def in_table_d2(code): FILE: tests/pythons/win32-py32/Lib/subprocess.py class CalledProcessError (line 350) | class CalledProcessError(Exception): method __init__ (line 356) | def __init__(self, returncode, cmd, output=None): method __str__ (line 360) | def __str__(self): class STARTUPINFO (line 368) | class STARTUPINFO: class pywintypes (line 374) | class pywintypes: function _set_cloexec (line 397) | def _set_cloexec(fd, cloexec): function _create_pipe (line 407) | def _create_pipe(): function _cleanup (line 437) | def _cleanup(): function _eintr_retry_call (line 452) | def _eintr_retry_call(func, *args): function call (line 462) | def call(*popenargs, **kwargs): function check_call (line 473) | def check_call(*popenargs, **kwargs): function check_output (line 492) | def check_output(*popenargs, **kwargs): function list2cmdline (line 525) | def list2cmdline(seq): function getstatusoutput (line 599) | def getstatusoutput(cmd): function getoutput (line 624) | def getoutput(cmd): class Popen (line 640) | class Popen(object): method __init__ (line 641) | def __init__(self, args, bufsize=-1, executable=None, method _translate_newlines (line 770) | def _translate_newlines(self, data, encoding): method __enter__ (line 774) | def __enter__(self): method __exit__ (line 777) | def __exit__(self, type, value, traceback): method __del__ (line 787) | def __del__(self, _maxsize=sys.maxsize, _active=_active): method communicate (line 801) | def communicate(self, input=None): method poll (line 835) | def poll(self): method _get_handles (line 843) | def _get_handles(self, stdin, stdout, stderr): method _make_inheritable (line 900) | def _make_inheritable(self, handle): method _find_w9xpopen (line 907) | def _find_w9xpopen(self): method _execute_child (line 924) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _internal_poll (line 1004) | def _internal_poll(self, _deadstate=None, method wait (line 1021) | def wait(self): method _readerthread (line 1031) | def _readerthread(self, fh, buffer): method _communicate (line 1036) | def _communicate(self, input): method send_signal (line 1076) | def send_signal(self, sig): method terminate (line 1088) | def terminate(self): method _get_handles (line 1109) | def _get_handles(self, stdin, stdout, stderr): method _close_fds (line 1154) | def _close_fds(self, fds_to_keep): method _execute_child (line 1164) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _handle_exitstatus (line 1398) | def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, method _internal_poll (line 1412) | def _internal_poll(self, _deadstate=None, _waitpid=os.waitpid, method wait (line 1439) | def wait(self): method _communicate (line 1460) | def _communicate(self, input): method _communicate_with_poll (line 1493) | def _communicate_with_poll(self, input): method _communicate_with_select (line 1559) | def _communicate_with_select(self, input): method send_signal (line 1621) | def send_signal(self, sig): method terminate (line 1626) | def terminate(self): method kill (line 1631) | def kill(self): function _demo_posix (line 1637) | def _demo_posix(): function _demo_windows (line 1678) | def _demo_windows(): FILE: tests/pythons/win32-py32/Lib/sunau.py class Error (line 131) | class Error(Exception): function _read_u32 (line 134) | def _read_u32(file): function _write_u32 (line 143) | def _write_u32(file, x): class Au_read (line 151) | class Au_read: method __init__ (line 153) | def __init__(self, f): method __del__ (line 162) | def __del__(self): method initfp (line 166) | def initfp(self, file): method getfp (line 209) | def getfp(self): method getnchannels (line 212) | def getnchannels(self): method getsampwidth (line 215) | def getsampwidth(self): method getframerate (line 218) | def getframerate(self): method getnframes (line 221) | def getnframes(self): method getcomptype (line 228) | def getcomptype(self): method getcompname (line 236) | def getcompname(self): method getparams (line 244) | def getparams(self): method getmarkers (line 249) | def getmarkers(self): method getmark (line 252) | def getmark(self, id): method readframes (line 255) | def readframes(self, nframes): method rewind (line 267) | def rewind(self): method tell (line 271) | def tell(self): method setpos (line 274) | def setpos(self, pos): method close (line 280) | def close(self): class Au_write (line 285) | class Au_write: method __init__ (line 287) | def __init__(self, f): method __del__ (line 296) | def __del__(self): method initfp (line 301) | def initfp(self, file): method setnchannels (line 314) | def setnchannels(self, nchannels): method getnchannels (line 321) | def getnchannels(self): method setsampwidth (line 326) | def setsampwidth(self, sampwidth): method getsampwidth (line 333) | def getsampwidth(self): method setframerate (line 338) | def setframerate(self, framerate): method getframerate (line 343) | def getframerate(self): method setnframes (line 348) | def setnframes(self, nframes): method getnframes (line 355) | def getnframes(self): method setcomptype (line 358) | def setcomptype(self, type, name): method getcomptype (line 364) | def getcomptype(self): method getcompname (line 367) | def getcompname(self): method setparams (line 375) | def setparams(self, params): method getparams (line 383) | def getparams(self): method tell (line 388) | def tell(self): method writeframesraw (line 391) | def writeframesraw(self, data): method writeframes (line 401) | def writeframes(self, data): method close (line 407) | def close(self): method _ensure_header_written (line 421) | def _ensure_header_written(self): method _write_header (line 431) | def _write_header(self): method _patchheader (line 466) | def _patchheader(self): function open (line 472) | def open(f, mode=None): FILE: tests/pythons/win32-py32/Lib/symbol.py function main (line 102) | def main(): FILE: tests/pythons/win32-py32/Lib/symtable.py function symtable (line 12) | def symtable(code, filename, compile_type): class SymbolTableFactory (line 19) | class SymbolTableFactory: method __init__ (line 20) | def __init__(self): method new (line 23) | def new(self, table, filename): method __call__ (line 30) | def __call__(self, table, filename): class SymbolTable (line 40) | class SymbolTable(object): method __init__ (line 42) | def __init__(self, raw_table, filename): method __repr__ (line 47) | def __repr__(self): method get_type (line 60) | def get_type(self): method get_id (line 70) | def get_id(self): method get_name (line 73) | def get_name(self): method get_lineno (line 76) | def get_lineno(self): method is_optimized (line 79) | def is_optimized(self): method is_nested (line 83) | def is_nested(self): method has_children (line 86) | def has_children(self): method has_exec (line 89) | def has_exec(self): method has_import_star (line 93) | def has_import_star(self): method get_identifiers (line 97) | def get_identifiers(self): method lookup (line 100) | def lookup(self, name): method get_symbols (line 108) | def get_symbols(self): method __check_children (line 111) | def __check_children(self, name): method get_children (line 116) | def get_children(self): class Function (line 121) | class Function(SymbolTable): method __idents_matching (line 129) | def __idents_matching(self, test_func): method get_parameters (line 133) | def get_parameters(self): method get_locals (line 138) | def get_locals(self): method get_globals (line 145) | def get_globals(self): method get_frees (line 152) | def get_frees(self): class Class (line 159) | class Class(SymbolTable): method get_methods (line 163) | def get_methods(self): class Symbol (line 172) | class Symbol(object): method __init__ (line 174) | def __init__(self, name, flags, namespaces=None): method __repr__ (line 180) | def __repr__(self): method get_name (line 183) | def get_name(self): method is_referenced (line 186) | def is_referenced(self): method is_parameter (line 189) | def is_parameter(self): method is_global (line 192) | def is_global(self): method is_declared_global (line 195) | def is_declared_global(self): method is_local (line 198) | def is_local(self): method is_free (line 201) | def is_free(self): method is_imported (line 204) | def is_imported(self): method is_assigned (line 207) | def is_assigned(self): method is_namespace (line 210) | def is_namespace(self): method get_namespaces (line 223) | def get_namespaces(self): method get_namespace (line 227) | def get_namespace(self): FILE: tests/pythons/win32-py32/Lib/sysconfig.py function _safe_realpath (line 113) | def _safe_realpath(path): function is_python_build (line 135) | def is_python_build(): function _subst_vars (line 148) | def _subst_vars(s, local_vars): function _extend_dict (line 157) | def _extend_dict(target_dict, other_dict): function _expand_vars (line 164) | def _expand_vars(scheme, vars): function _get_default_scheme (line 176) | def _get_default_scheme(): function _getuserbase (line 182) | def _getuserbase(): function _parse_makefile (line 201) | def _parse_makefile(filename, vars=None): function get_makefile_filename (line 320) | def get_makefile_filename(): function _init_posix (line 329) | def _init_posix(vars): function _init_non_posix (line 356) | def _init_non_posix(vars): function parse_config_h (line 373) | def parse_config_h(fp, vars=None): function get_config_h_filename (line 402) | def get_config_h_filename(): function get_scheme_names (line 413) | def get_scheme_names(): function get_path_names (line 419) | def get_path_names(): function get_paths (line 423) | def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function get_path (line 434) | def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function get_config_vars (line 441) | def get_config_vars(*args): function get_config_var (line 519) | def get_config_var(name): function get_platform (line 527) | def get_platform(): function get_python_version (line 615) | def get_python_version(): function _print_dict (line 618) | def _print_dict(title, data): function _main (line 624) | def _main(): FILE: tests/pythons/win32-py32/Lib/tabnanny.py function errprint (line 35) | def errprint(*args): function main (line 42) | def main(): class NannyNag (line 60) | class NannyNag(Exception): method __init__ (line 65) | def __init__(self, lineno, msg, line): method get_lineno (line 67) | def get_lineno(self): method get_msg (line 69) | def get_msg(self): method get_line (line 71) | def get_line(self): function check (line 74) | def check(file): class Whitespace (line 135) | class Whitespace: method __init__ (line 158) | def __init__(self, ws): method longest_run_of_spaces (line 183) | def longest_run_of_spaces(self): method indent_level (line 187) | def indent_level(self, tabsize): method equal (line 210) | def equal(self, other): method not_equal_witness (line 217) | def not_equal_witness(self, other): method less (line 241) | def less(self, other): method not_less_witness (line 258) | def not_less_witness(self, other): function format_witnesses (line 269) | def format_witnesses(w): function process_tokens (line 276) | def process_tokens(tokens): FILE: tests/pythons/win32-py32/Lib/tarfile.py function stn (line 180) | def stn(s, length, encoding, errors): function nts (line 186) | def nts(s, encoding, errors): function nti (line 194) | def nti(s): function itn (line 213) | def itn(n, digits=8, format=DEFAULT_FORMAT): function calc_chksums (line 241) | def calc_chksums(buf): function copyfileobj (line 254) | def copyfileobj(src, dst, length=None): function filemode (line 306) | def filemode(mode): class TarError (line 321) | class TarError(Exception): class ExtractError (line 324) | class ExtractError(TarError): class ReadError (line 327) | class ReadError(TarError): class CompressionError (line 330) | class CompressionError(TarError): class StreamError (line 333) | class StreamError(TarError): class HeaderError (line 336) | class HeaderError(TarError): class EmptyHeaderError (line 339) | class EmptyHeaderError(HeaderError): class TruncatedHeaderError (line 342) | class TruncatedHeaderError(HeaderError): class EOFHeaderError (line 345) | class EOFHeaderError(HeaderError): class InvalidHeaderError (line 348) | class InvalidHeaderError(HeaderError): class SubsequentHeaderError (line 351) | class SubsequentHeaderError(HeaderError): class _LowLevelFile (line 358) | class _LowLevelFile: method __init__ (line 364) | def __init__(self, name, mode): method close (line 373) | def close(self): method read (line 376) | def read(self, size): method write (line 379) | def write(self, s): class _Stream (line 382) | class _Stream: method __init__ (line 393) | def __init__(self, name, mode, comptype, fileobj, bufsize): method __del__ (line 445) | def __del__(self): method _init_write_gz (line 449) | def _init_write_gz(self): method write (line 463) | def write(self, s): method __write (line 473) | def __write(self, s): method close (line 482) | def close(self): method _init_read_gz (line 510) | def _init_read_gz(self): method tell (line 541) | def tell(self): method seek (line 546) | def seek(self, pos=0): method read (line 559) | def read(self, size=None): method _read (line 577) | def _read(self, size): method __read (line 598) | def __read(self, size): class _StreamProxy (line 614) | class _StreamProxy(object): method __init__ (line 619) | def __init__(self, fileobj): method read (line 623) | def read(self, size): method getcomptype (line 627) | def getcomptype(self): method close (line 634) | def close(self): class _BZ2Proxy (line 638) | class _BZ2Proxy(object): method __init__ (line 648) | def __init__(self, fileobj, mode): method init (line 654) | def init(self): method read (line 664) | def read(self, size): method seek (line 679) | def seek(self, pos): method tell (line 684) | def tell(self): method write (line 687) | def write(self, data): method close (line 692) | def close(self): class _FileInFile (line 701) | class _FileInFile(object): method __init__ (line 707) | def __init__(self, fileobj, offset, size, blockinfo=None): method seekable (line 730) | def seekable(self): method tell (line 736) | def tell(self): method seek (line 741) | def seek(self, position): method read (line 746) | def read(self, size=None): class ExFileObject (line 776) | class ExFileObject(object): method __init__ (line 782) | def __init__(self, tarfile, tarinfo): method readable (line 795) | def readable(self): method writable (line 798) | def writable(self): method seekable (line 801) | def seekable(self): method read (line 804) | def read(self, size=None): method readline (line 831) | def readline(self, size=-1): method readlines (line 860) | def readlines(self): method tell (line 870) | def tell(self): method seek (line 878) | def seek(self, pos, whence=os.SEEK_SET): method close (line 899) | def close(self): method __iter__ (line 904) | def __iter__(self): class TarInfo (line 917) | class TarInfo(object): method __init__ (line 931) | def __init__(self, name=""): method _getpath (line 957) | def _getpath(self): method _setpath (line 959) | def _setpath(self, name): method _getlinkpath (line 963) | def _getlinkpath(self): method _setlinkpath (line 965) | def _setlinkpath(self, linkname): method __repr__ (line 969) | def __repr__(self): method get_info (line 972) | def get_info(self): method tobuf (line 996) | def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surr... method create_ustar_header (line 1010) | def create_ustar_header(self, info, encoding, errors): method create_gnu_header (line 1023) | def create_gnu_header(self, info, encoding, errors): method create_pax_header (line 1037) | def create_pax_header(self, info, encoding): method create_pax_global_header (line 1087) | def create_pax_global_header(cls, pax_headers): method _posix_split_name (line 1092) | def _posix_split_name(self, name): method _create_header (line 1108) | def _create_header(info, format, encoding, errors): method _create_payload (line 1136) | def _create_payload(payload): method _create_gnu_long_header (line 1146) | def _create_gnu_long_header(cls, name, type, encoding, errors): method _create_pax_generic_header (line 1163) | def _create_pax_generic_header(cls, pax_headers, type, encoding): method frombuf (line 1214) | def frombuf(cls, buf, encoding, errors): method fromtarfile (line 1277) | def fromtarfile(cls, tarfile): method _proc_member (line 1297) | def _proc_member(self, tarfile): method _proc_builtin (line 1310) | def _proc_builtin(self, tarfile): method _proc_gnulong (line 1327) | def _proc_gnulong(self, tarfile): method _proc_sparse (line 1349) | def _proc_sparse(self, tarfile): method _proc_pax (line 1377) | def _proc_pax(self, tarfile): method _proc_gnusparse_00 (line 1479) | def _proc_gnusparse_00(self, next, pax_headers, buf): method _proc_gnusparse_01 (line 1490) | def _proc_gnusparse_01(self, next, pax_headers): method _proc_gnusparse_10 (line 1496) | def _proc_gnusparse_10(self, next, pax_headers, tarfile): method _apply_pax_info (line 1512) | def _apply_pax_info(self, pax_headers, encoding, errors): method _decode_pax_field (line 1535) | def _decode_pax_field(self, value, encoding, fallback_encoding, fallba... method _block (line 1543) | def _block(self, count): method isreg (line 1552) | def isreg(self): method isfile (line 1554) | def isfile(self): method isdir (line 1556) | def isdir(self): method issym (line 1558) | def issym(self): method islnk (line 1560) | def islnk(self): method ischr (line 1562) | def ischr(self): method isblk (line 1564) | def isblk(self): method isfifo (line 1566) | def isfifo(self): method issparse (line 1568) | def issparse(self): method isdev (line 1570) | def isdev(self): class TarFile (line 1574) | class TarFile(object): method __init__ (line 1600) | def __init__(self, name=None, mode="r", fileobj=None, format=None, method open (line 1708) | def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, *... method taropen (line 1784) | def taropen(cls, name, mode="r", fileobj=None, **kwargs): method gzopen (line 1792) | def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): method bz2open (line 1823) | def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwar... method close (line 1858) | def close(self): method getmember (line 1878) | def getmember(self, name): method getmembers (line 1889) | def getmembers(self): method getnames (line 1899) | def getnames(self): method gettarinfo (line 1905) | def gettarinfo(self, name=None, arcname=None, fileobj=None): method list (line 2003) | def list(self, verbose=True): method add (line 2032) | def add(self, name, arcname=None, recursive=True, exclude=None, *, fil... method addfile (line 2093) | def addfile(self, tarinfo, fileobj=None): method extractall (line 2119) | def extractall(self, path=".", members=None): method extract (line 2157) | def extract(self, member, path="", set_attrs=True): method extractfile (line 2192) | def extractfile(self, member): method _extract_member (line 2230) | def _extract_member(self, tarinfo, targetpath, set_attrs=True): method makedir (line 2278) | def makedir(self, tarinfo, targetpath): method makefile (line 2289) | def makefile(self, tarinfo, targetpath): method makeunknown (line 2304) | def makeunknown(self, tarinfo, targetpath): method makefifo (line 2312) | def makefifo(self, tarinfo, targetpath): method makedev (line 2320) | def makedev(self, tarinfo, targetpath): method makelink (line 2335) | def makelink(self, tarinfo, targetpath): method chown (line 2358) | def chown(self, tarinfo, targetpath): method chmod (line 2380) | def chmod(self, tarinfo, targetpath): method utime (line 2389) | def utime(self, tarinfo, targetpath): method next (line 2400) | def next(self): method _getmember (line 2449) | def _getmember(self, name, tarinfo=None, normalize=False): method _load (line 2472) | def _load(self): method _check (line 2482) | def _check(self, mode=None): method _find_link_target (line 2491) | def _find_link_target(self, tarinfo): method __iter__ (line 2510) | def __iter__(self): method _dbg (line 2518) | def _dbg(self, level, msg): method __enter__ (line 2524) | def __enter__(self): method __exit__ (line 2528) | def __exit__(self, type, value, traceback): class TarIter (line 2539) | class TarIter: method __init__ (line 2546) | def __init__(self, tarfile): method __iter__ (line 2551) | def __iter__(self): method __next__ (line 2555) | def __next__(self): function is_tarfile (line 2578) | def is_tarfile(name): FILE: tests/pythons/win32-py32/Lib/telnetlib.py class Telnet (line 133) | class Telnet: method __init__ (line 188) | def __init__(self, host=None, port=0, method open (line 213) | def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): method __del__ (line 229) | def __del__(self): method msg (line 233) | def msg(self, msg, *args): method set_debuglevel (line 247) | def set_debuglevel(self, debuglevel): method close (line 255) | def close(self): method get_socket (line 264) | def get_socket(self): method fileno (line 268) | def fileno(self): method write (line 272) | def write(self, buffer): method read_until (line 284) | def read_until(self, match, timeout=None): method _read_until_with_poll (line 297) | def _read_until_with_poll(self, match, timeout): method _read_until_with_select (line 342) | def _read_until_with_select(self, match, timeout=None): method read_all (line 378) | def read_all(self): method read_some (line 388) | def read_some(self): method read_very_eager (line 403) | def read_very_eager(self): method read_eager (line 417) | def read_eager(self): method read_lazy (line 431) | def read_lazy(self): method read_very_lazy (line 442) | def read_very_lazy(self): method read_sb_data (line 455) | def read_sb_data(self): method set_option_negotiation_callback (line 467) | def set_option_negotiation_callback(self, callback): method process_rawq (line 471) | def process_rawq(self): method rawq_getchar (line 543) | def rawq_getchar(self): method fill_rawq (line 561) | def fill_rawq(self): method sock_avail (line 578) | def sock_avail(self): method interact (line 582) | def interact(self): method mt_interact (line 604) | def mt_interact(self): method listener (line 614) | def listener(self): method expect (line 627) | def expect(self, list, timeout=None): method _expect_with_poll (line 654) | def _expect_with_poll(self, expect_list, timeout=None): method _expect_with_select (line 717) | def _expect_with_select(self, list, timeout=None): function test (line 758) | def test(): FILE: tests/pythons/win32-py32/Lib/tempfile.py function _set_cloexec (line 42) | def _set_cloexec(fd): function _set_cloexec (line 45) | def _set_cloexec(fd): function _stat (line 90) | def _stat(fn): function _exists (line 97) | def _exists(fn): class _RandomNameSequence (line 105) | class _RandomNameSequence: method rng (line 116) | def rng(self): method __iter__ (line 123) | def __iter__(self): method __next__ (line 126) | def __next__(self): function _candidate_tempdir_list (line 132) | def _candidate_tempdir_list(): function _get_default_tempdir (line 157) | def _get_default_tempdir(): function _get_candidate_names (line 196) | def _get_candidate_names(): function _mkstemp_inner (line 210) | def _mkstemp_inner(dir, pre, suf, flags): function gettempprefix (line 232) | def gettempprefix(): function gettempdir (line 238) | def gettempdir(): function mkstemp (line 250) | def mkstemp(suffix="", prefix=template, dir=None, text=False): function mkdtemp (line 287) | def mkdtemp(suffix="", prefix=template, dir=None): function mktemp (line 318) | def mktemp(suffix="", prefix=template, dir=None): class _TemporaryFileWrapper (line 348) | class _TemporaryFileWrapper: method __init__ (line 356) | def __init__(self, file, name, delete=True): method __getattr__ (line 362) | def __getattr__(self, name): method __enter__ (line 374) | def __enter__(self): method __iter__ (line 379) | def __iter__(self): method close (line 393) | def close(self): method __del__ (line 400) | def __del__(self): method __exit__ (line 405) | def __exit__(self, exc, value, tb): method __exit__ (line 410) | def __exit__(self, exc, value, tb): function NamedTemporaryFile (line 414) | def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, function TemporaryFile (line 454) | def TemporaryFile(mode='w+b', buffering=-1, encoding=None, class SpooledTemporaryFile (line 484) | class SpooledTemporaryFile: method __init__ (line 491) | def __init__(self, max_size=0, mode='w+b', buffering=-1, method _check (line 508) | def _check(self, file): method rollover (line 514) | def rollover(self): method __enter__ (line 531) | def __enter__(self): method __exit__ (line 536) | def __exit__(self, exc, value, tb): method __iter__ (line 540) | def __iter__(self): method close (line 543) | def close(self): method closed (line 547) | def closed(self): method encoding (line 551) | def encoding(self): method fileno (line 559) | def fileno(self): method flush (line 563) | def flush(self): method isatty (line 566) | def isatty(self): method mode (line 570) | def mode(self): method name (line 577) | def name(self): method newlines (line 584) | def newlines(self): method read (line 592) | def read(self, *args): method readline (line 595) | def readline(self, *args): method readlines (line 598) | def readlines(self, *args): method seek (line 601) | def seek(self, *args): method softspace (line 605) | def softspace(self): method tell (line 608) | def tell(self): method truncate (line 611) | def truncate(self): method write (line 614) | def write(self, s): method writelines (line 620) | def writelines(self, iterable): class TemporaryDirectory (line 627) | class TemporaryDirectory(object): method __init__ (line 639) | def __init__(self, suffix="", prefix=template, dir=None): method __repr__ (line 644) | def __repr__(self): method __enter__ (line 647) | def __enter__(self): method cleanup (line 650) | def cleanup(self, _warn=False): method __exit__ (line 668) | def __exit__(self, exc, value, tb): method __del__ (line 671) | def __del__(self): method _rmtree (line 688) | def _rmtree(self, path): FILE: tests/pythons/win32-py32/Lib/test/crashers/borrowed_ref_1.py class A (line 6) | class A(object): class B (line 9) | class B(object): method __del__ (line 10) | def __del__(self): class D (line 14) | class D(dict): class __missing__ (line 15) | class __missing__: method __init__ (line 16) | def __init__(self, *args): FILE: tests/pythons/win32-py32/Lib/test/crashers/borrowed_ref_2.py class A (line 8) | class A(object): class B (line 11) | class B(object): method __del__ (line 12) | def __del__(self): class D (line 16) | class D(object): method __set__ (line 17) | def __set__(self, obj, value): class C (line 20) | class C(object): method g (line 23) | def g(): FILE: tests/pythons/win32-py32/Lib/test/crashers/gc_inspection.py function g (line 23) | def g(): FILE: tests/pythons/win32-py32/Lib/test/crashers/loosing_mro_ref.py class MyKey (line 9) | class MyKey(object): method __hash__ (line 10) | def __hash__(self): method __eq__ (line 13) | def __eq__(self, other): class Base (line 24) | class Base(object): class Base2 (line 27) | class Base2(object): FILE: tests/pythons/win32-py32/Lib/test/crashers/mutation_inside_cyclegc.py class A (line 15) | class A(object): function callback (line 18) | def callback(x): FILE: tests/pythons/win32-py32/Lib/test/crashers/nasty_eq_vs_dict.py class Yuck (line 9) | class Yuck: method __init__ (line 10) | def __init__(self): method make_dangerous (line 13) | def make_dangerous(self): method __hash__ (line 16) | def __hash__(self): method __eq__ (line 20) | def __eq__(self, other): method __fill_dict (line 35) | def __fill_dict(self, n): FILE: tests/pythons/win32-py32/Lib/test/crashers/trace_at_recursion_limit.py function x (line 10) | def x(): function g (line 13) | def g(*args): function f (line 21) | def f(): FILE: tests/pythons/win32-py32/Lib/test/crashers/underlying_dict.py class A (line 4) | class A(object): method f (line 5) | def f(self): FILE: tests/pythons/win32-py32/Lib/test/json_tests/__init__.py class PyTest (line 14) | class PyTest(unittest.TestCase): class CTest (line 20) | class CTest(unittest.TestCase): class TestPyTest (line 27) | class TestPyTest(PyTest): method test_pyjson (line 28) | def test_pyjson(self): class TestCTest (line 36) | class TestCTest(CTest): method test_cjson (line 37) | def test_cjson(self): function test_suite (line 47) | def test_suite(): function additional_tests (line 58) | def additional_tests(): function main (line 66) | def main(): FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_decode.py class TestDecode (line 7) | class TestDecode: method test_decimal (line 8) | def test_decimal(self): method test_float (line 13) | def test_float(self): method test_empty_objects (line 18) | def test_empty_objects(self): method test_object_pairs_hook (line 23) | def test_object_pairs_hook(self): method test_decoder_optimizations (line 45) | def test_decoder_optimizations(self): method check_keys_reuse (line 52) | def check_keys_reuse(self, source, loads): method test_keys_reuse (line 58) | def test_keys_reuse(self): method test_extra_data (line 63) | def test_extra_data(self): method test_invalid_escape (line 68) | def test_invalid_escape(self): class TestPyDecode (line 73) | class TestPyDecode(TestDecode, PyTest): pass class TestCDecode (line 74) | class TestCDecode(TestDecode, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_default.py class TestDefault (line 4) | class TestDefault: method test_default (line 5) | def test_default(self): class TestPyDefault (line 11) | class TestPyDefault(TestDefault, PyTest): pass class TestCDefault (line 12) | class TestCDefault(TestDefault, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_dump.py class TestDump (line 5) | class TestDump: method test_dump (line 6) | def test_dump(self): method test_dumps (line 11) | def test_dumps(self): method test_encode_truefalse (line 14) | def test_encode_truefalse(self): method test_encode_mutated (line 23) | def test_encode_mutated(self): class TestPyDump (line 31) | class TestPyDump(TestDump, PyTest): pass class TestCDump (line 32) | class TestCDump(TestDump, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_encode_basestring_ascii.py class TestEncodeBasestringAscii (line 22) | class TestEncodeBasestringAscii: method test_encode_basestring_ascii (line 23) | def test_encode_basestring_ascii(self): method test_ordered_dict (line 31) | def test_ordered_dict(self): method test_sorted_dict (line 37) | def test_sorted_dict(self): class TestPyEncodeBasestringAscii (line 43) | class TestPyEncodeBasestringAscii(TestEncodeBasestringAscii, PyTest): pass class TestCEncodeBasestringAscii (line 44) | class TestCEncodeBasestringAscii(TestEncodeBasestringAscii, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_fail.py class TestFail (line 80) | class TestFail: method test_failures (line 81) | def test_failures(self): method test_non_string_keys_dict (line 94) | def test_non_string_keys_dict(self): class TestPyFail (line 104) | class TestPyFail(TestFail, PyTest): pass class TestCFail (line 105) | class TestCFail(TestFail, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_float.py class TestFloat (line 5) | class TestFloat: method test_floats (line 6) | def test_floats(self): method test_ints (line 11) | def test_ints(self): method test_out_of_range (line 16) | def test_out_of_range(self): method test_allow_nan (line 20) | def test_allow_nan(self): class TestPyFloat (line 32) | class TestPyFloat(TestFloat, PyTest): pass class TestCFloat (line 33) | class TestCFloat(TestFloat, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_indent.py class TestIndent (line 6) | class TestIndent: method test_indent (line 7) | def test_indent(self): method test_indent0 (line 46) | def test_indent0(self): class TestPyIndent (line 62) | class TestPyIndent(TestIndent, PyTest): pass class TestCIndent (line 63) | class TestCIndent(TestIndent, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_pass1.py class TestPass1 (line 66) | class TestPass1: method test_parse (line 67) | def test_parse(self): class TestPyPass1 (line 74) | class TestPyPass1(TestPass1, PyTest): pass class TestCPass1 (line 75) | class TestCPass1(TestPass1, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_pass2.py class TestPass2 (line 9) | class TestPass2: method test_parse (line 10) | def test_parse(self): class TestPyPass2 (line 17) | class TestPyPass2(TestPass2, PyTest): pass class TestCPass2 (line 18) | class TestCPass2(TestPass2, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_pass3.py class TestPass3 (line 15) | class TestPass3: method test_parse (line 16) | def test_parse(self): class TestPyPass3 (line 23) | class TestPyPass3(TestPass3, PyTest): pass class TestCPass3 (line 24) | class TestCPass3(TestPass3, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_recursion.py class JSONTestObject (line 4) | class JSONTestObject: class TestRecursion (line 8) | class TestRecursion: method test_listrecursion (line 9) | def test_listrecursion(self): method test_dictrecursion (line 32) | def test_dictrecursion(self): method test_defaultrecursion (line 46) | def test_defaultrecursion(self): method test_highly_nested_objects_decoding (line 68) | def test_highly_nested_objects_decoding(self): method test_highly_nested_objects_encoding (line 78) | def test_highly_nested_objects_encoding(self): method test_endless_recursion (line 88) | def test_endless_recursion(self): class TestPyRecursion (line 99) | class TestPyRecursion(TestRecursion, PyTest): pass class TestCRecursion (line 100) | class TestCRecursion(TestRecursion, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_scanstring.py class TestScanstring (line 5) | class TestScanstring: method test_scanstring (line 6) | def test_scanstring(self): method test_overflow (line 97) | def test_overflow(self): class TestPyScanstring (line 102) | class TestPyScanstring(TestScanstring, PyTest): pass class TestCScanstring (line 103) | class TestCScanstring(TestScanstring, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_separators.py class TestSeparators (line 5) | class TestSeparators: method test_separators (line 6) | def test_separators(self): class TestPySeparators (line 43) | class TestPySeparators(TestSeparators, PyTest): pass class TestCSeparators (line 44) | class TestCSeparators(TestSeparators, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_speedups.py class TestSpeedups (line 4) | class TestSpeedups(CTest): method test_scanstring (line 5) | def test_scanstring(self): method test_encode_basestring_ascii (line 9) | def test_encode_basestring_ascii(self): class TestDecode (line 16) | class TestDecode(CTest): method test_make_scanner (line 17) | def test_make_scanner(self): method test_make_encoder (line 20) | def test_make_encoder(self): FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_tool.py class TestTool (line 9) | class TestTool(unittest.TestCase): method test_stdin_stdout (line 40) | def test_stdin_stdout(self): method _create_infile (line 48) | def _create_infile(self): method test_infile_stdout (line 55) | def test_infile_stdout(self): method test_infile_outfile (line 61) | def test_infile_outfile(self): FILE: tests/pythons/win32-py32/Lib/test/json_tests/test_unicode.py class TestUnicode (line 5) | class TestUnicode: method test_encoding3 (line 9) | def test_encoding3(self): method test_encoding4 (line 14) | def test_encoding4(self): method test_encoding5 (line 19) | def test_encoding5(self): method test_encoding6 (line 24) | def test_encoding6(self): method test_big_unicode_encode (line 29) | def test_big_unicode_encode(self): method test_big_unicode_decode (line 34) | def test_big_unicode_decode(self): method test_unicode_decode (line 39) | def test_unicode_decode(self): method test_unicode_preservation (line 45) | def test_unicode_preservation(self): method test_bytes_encode (line 50) | def test_bytes_encode(self): method test_bytes_decode (line 54) | def test_bytes_decode(self): method test_object_pairs_hook_with_unicode (line 59) | def test_object_pairs_hook_with_unicode(self): class TestPyUnicode (line 74) | class TestPyUnicode(TestUnicode, PyTest): pass class TestCUnicode (line 75) | class TestCUnicode(TestUnicode, CTest): pass FILE: tests/pythons/win32-py32/Lib/test/leakers/test_ctypes.py function leak_inner (line 8) | def leak_inner(): function leak (line 14) | def leak(): FILE: tests/pythons/win32-py32/Lib/test/leakers/test_gestalt.py function leak (line 6) | def leak(): FILE: tests/pythons/win32-py32/Lib/test/leakers/test_selftype.py function leak (line 6) | def leak(): FILE: tests/pythons/win32-py32/Lib/test/tracedmodules/testmod.py function func (line 1) | def func(x): function func2 (line 5) | def func2(): FILE: tests/pythons/win32-py32/Lib/textwrap.py class TextWrapper (line 22) | class TextWrapper: method __init__ (line 94) | def __init__(self, method _munge_whitespace (line 118) | def _munge_whitespace(self, text): method _split (line 132) | def _split(self, text): method _fix_sentence_endings (line 154) | def _fix_sentence_endings(self, chunks): method _handle_long_word (line 172) | def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): method _wrap_chunks (line 205) | def _wrap_chunks(self, chunks): method wrap (line 278) | def wrap(self, text): method fill (line 293) | def fill(self, text): function wrap (line 305) | def wrap(text, width=70, **kwargs): function fill (line 318) | def fill(text, width=70, **kwargs): function dedent (line 336) | def dedent(text): FILE: tests/pythons/win32-py32/Lib/threading.py class _Verbose (line 43) | class _Verbose(object): method __init__ (line 45) | def __init__(self, verbose=None): method _note (line 50) | def _note(self, format, *args): method __init__ (line 66) | def __init__(self, verbose=None): method _note (line 68) | def _note(self, *args): class _Verbose (line 65) | class _Verbose(object): method __init__ (line 45) | def __init__(self, verbose=None): method _note (line 50) | def _note(self, format, *args): method __init__ (line 66) | def __init__(self, verbose=None): method _note (line 68) | def _note(self, *args): function setprofile (line 76) | def setprofile(func): function settrace (line 80) | def settrace(func): function RLock (line 88) | def RLock(verbose=None, *args, **kwargs): class _RLock (line 95) | class _RLock(_Verbose): method __init__ (line 97) | def __init__(self, verbose=None): method __repr__ (line 103) | def __repr__(self): method acquire (line 112) | def acquire(self, blocking=True, timeout=-1): method release (line 132) | def release(self): method __exit__ (line 145) | def __exit__(self, t, v, tb): method _acquire_restore (line 150) | def _acquire_restore(self, state): method _release_save (line 156) | def _release_save(self): method _is_owned (line 166) | def _is_owned(self): function Condition (line 172) | def Condition(*args, **kwargs): class _Condition (line 175) | class _Condition(_Verbose): method __init__ (line 177) | def __init__(self, lock=None, verbose=None): method __enter__ (line 202) | def __enter__(self): method __exit__ (line 205) | def __exit__(self, *args): method __repr__ (line 208) | def __repr__(self): method _release_save (line 211) | def _release_save(self): method _acquire_restore (line 214) | def _acquire_restore(self, x): method _is_owned (line 217) | def _is_owned(self): method wait (line 226) | def wait(self, timeout=None): method wait_for (line 258) | def wait_for(self, predicate, timeout=None): method notify (line 284) | def notify(self, n=1): method notify_all (line 302) | def notify_all(self): function Semaphore (line 308) | def Semaphore(*args, **kwargs): class _Semaphore (line 311) | class _Semaphore(_Verbose): method __init__ (line 315) | def __init__(self, value=1, verbose=None): method acquire (line 322) | def acquire(self, blocking=True, timeout=None): method release (line 353) | def release(self): method __exit__ (line 362) | def __exit__(self, t, v, tb): function BoundedSemaphore (line 366) | def BoundedSemaphore(*args, **kwargs): class _BoundedSemaphore (line 369) | class _BoundedSemaphore(_Semaphore): method __init__ (line 371) | def __init__(self, value=1, verbose=None): method release (line 375) | def release(self): function Event (line 381) | def Event(*args, **kwargs): class _Event (line 384) | class _Event(_Verbose): method __init__ (line 388) | def __init__(self, verbose=None): method _reset_internal_locks (line 393) | def _reset_internal_locks(self): method is_set (line 397) | def is_set(self): method set (line 402) | def set(self): method clear (line 410) | def clear(self): method wait (line 417) | def wait(self, timeout=None): class Barrier (line 439) | class Barrier(_Verbose): method __init__ (line 445) | def __init__(self, parties, action=None, timeout=None, verbose=None): method wait (line 462) | def wait(self, timeout=None): method _enter (line 491) | def _enter(self): method _release (line 502) | def _release(self): method _wait (line 516) | def _wait(self, timeout): method _exit (line 527) | def _exit(self): method reset (line 534) | def reset(self): method abort (line 553) | def abort(self): method _break (line 563) | def _break(self): method parties (line 570) | def parties(self): method n_waiting (line 577) | def n_waiting(self): method broken (line 588) | def broken(self): class BrokenBarrierError (line 595) | class BrokenBarrierError(RuntimeError): pass function _newname (line 600) | def _newname(template="Thread-%d"): class Thread (line 615) | class Thread(_Verbose): method __init__ (line 627) | def __init__(self, group=None, target=None, name=None, method _reset_internal_locks (line 648) | def _reset_internal_locks(self): method _set_daemon (line 655) | def _set_daemon(self): method __repr__ (line 659) | def __repr__(self): method start (line 672) | def start(self): method run (line 690) | def run(self): method _bootstrap (line 699) | def _bootstrap(self): method _set_ident (line 719) | def _set_ident(self): method _bootstrap_inner (line 722) | def _bootstrap_inner(self): method _stop (line 797) | def _stop(self): method _delete (line 803) | def _delete(self): method join (line 838) | def join(self, timeout=None): method name (line 873) | def name(self): method name (line 878) | def name(self, name): method ident (line 883) | def ident(self): method is_alive (line 887) | def is_alive(self): method daemon (line 894) | def daemon(self): method daemon (line 899) | def daemon(self, daemonic): method isDaemon (line 906) | def isDaemon(self): method setDaemon (line 909) | def setDaemon(self, daemonic): method getName (line 912) | def getName(self): method setName (line 915) | def setName(self, name): function Timer (line 920) | def Timer(*args, **kwargs): class _Timer (line 923) | class _Timer(Thread): method __init__ (line 931) | def __init__(self, interval, function, args=[], kwargs={}): method cancel (line 939) | def cancel(self): method run (line 943) | def run(self): class _MainThread (line 952) | class _MainThread(Thread): method __init__ (line 954) | def __init__(self): method _set_daemon (line 961) | def _set_daemon(self): method _exitfunc (line 964) | def _exitfunc(self): function _pickSomeNonDaemonThread (line 977) | def _pickSomeNonDaemonThread(): class _DummyThread (line 992) | class _DummyThread(Thread): method __init__ (line 994) | def __init__(self): method _set_daemon (line 1007) | def _set_daemon(self): method _stop (line 1010) | def _stop(self): method join (line 1013) | def join(self, timeout=None): function current_thread (line 1019) | def current_thread(): function active_count (line 1028) | def active_count(): function _enumerate (line 1034) | def _enumerate(): function enumerate (line 1038) | def enumerate(): function _after_fork (line 1059) | def _after_fork(): FILE: tests/pythons/win32-py32/Lib/timeit.py function reindent (line 90) | def reindent(src, indent): function _template_func (line 94) | def _template_func(setup, func): class Timer (line 105) | class Timer: method __init__ (line 121) | def __init__(self, stmt="pass", setup="pass", timer=default_timer): method print_exc (line 151) | def print_exc(self, file=None): method timeit (line 178) | def timeit(self, number=default_number): method repeat (line 201) | def repeat(self, repeat=default_repeat, number=default_number): function timeit (line 227) | def timeit(stmt="pass", setup="pass", timer=default_timer, function repeat (line 232) | def repeat(stmt="pass", setup="pass", timer=default_timer, function main (line 237) | def main(args=None, *, _wrap_timer=None): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_tkinter/test_font.py class FontTest (line 9) | class FontTest(unittest.TestCase): method setUp (line 11) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_font_eq (line 17) | def test_font_eq(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_tkinter/test_loadtk.py class TkLoadTest (line 9) | class TkLoadTest(unittest.TestCase): method testLoadTk (line 12) | def testLoadTk(self): method testLoadTkFailure (line 19) | def testLoadTkFailure(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_tkinter/test_misc.py class MiscTest (line 8) | class MiscTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method test_tk_setPalette (line 13) | def test_tk_setPalette(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_tkinter/test_text.py class TextTest (line 8) | class TextTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_search (line 18) | def test_search(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_ttk/test_extensions.py class LabeledScaleTest (line 11) | class LabeledScaleTest(unittest.TestCase): method setUp (line 13) | def setUp(self): method tearDown (line 16) | def tearDown(self): method test_widget_destroy (line 20) | def test_widget_destroy(self): method test_initialization (line 51) | def test_initialization(self): method test_horizontal_range (line 106) | def test_horizontal_range(self): method test_variable_change (line 136) | def test_variable_change(self): method test_resize (line 163) | def test_resize(self): class OptionMenuTest (line 183) | class OptionMenuTest(unittest.TestCase): method setUp (line 185) | def setUp(self): method tearDown (line 189) | def tearDown(self): method test_widget_destroy (line 194) | def test_widget_destroy(self): method test_initialization (line 205) | def test_initialization(self): method test_menu (line 218) | def test_menu(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_ttk/test_functions.py class MockTclObj (line 5) | class MockTclObj(object): method __init__ (line 8) | def __init__(self, val): method __str__ (line 11) | def __str__(self): class MockStateSpec (line 15) | class MockStateSpec(object): method __init__ (line 18) | def __init__(self, *args): method __str__ (line 21) | def __str__(self): class InternalFunctionsTest (line 25) | class InternalFunctionsTest(unittest.TestCase): method test_format_optdict (line 27) | def test_format_optdict(self): method test_format_mapdict (line 115) | def test_format_mapdict(self): method test_format_elemcreate (line 156) | def test_format_elemcreate(self): method test_format_layoutlist (line 215) | def test_format_layoutlist(self): method test_script_from_settings (line 272) | def test_script_from_settings(self): method test_dict_from_tcltuple (line 315) | def test_dict_from_tcltuple(self): method test_list_from_statespec (line 337) | def test_list_from_statespec(self): method test_list_from_layouttuple (line 354) | def test_list_from_layouttuple(self): method test_val_or_dict (line 400) | def test_val_or_dict(self): method test_convert_stringval (line 413) | def test_convert_stringval(self): class TclObjsToPyTest (line 422) | class TclObjsToPyTest(unittest.TestCase): method test_unicode (line 424) | def test_unicode(self): method test_multivalues (line 431) | def test_multivalues(self): method test_nosplit (line 445) | def test_nosplit(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_ttk/test_style.py class StyleTest (line 10) | class StyleTest(unittest.TestCase): method setUp (line 12) | def setUp(self): method test_configure (line 16) | def test_configure(self): method test_map (line 24) | def test_map(self): method test_lookup (line 32) | def test_lookup(self): method test_layout (line 44) | def test_layout(self): method test_theme_use (line 67) | def test_theme_use(self): FILE: tests/pythons/win32-py32/Lib/tkinter/test/test_ttk/test_widgets.py class WidgetTest (line 13) | class WidgetTest(unittest.TestCase): method setUp (line 16) | def setUp(self): method tearDown (line 22) | def tearDown(self): method test_identify (line 27) | def test_identify(self): method test_widget_state (line 40) | def test_widget_state(self): class ButtonTest (line 76) | class ButtonTest(unittest.TestCase): method test_invoke (line 78) | def test_invoke(self): class CheckbuttonTest (line 85) | class CheckbuttonTest(unittest.TestCase): method test_invoke (line 87) | def test_invoke(self): class ComboboxTest (line 114) | class ComboboxTest(unittest.TestCase): method setUp (line 116) | def setUp(self): method tearDown (line 120) | def tearDown(self): method _show_drop_down_listbox (line 124) | def _show_drop_down_listbox(self): method test_virtual_event (line 131) | def test_virtual_event(self): method test_postcommand (line 149) | def test_postcommand(self): method test_values (line 165) | def test_values(self): class EntryTest (line 212) | class EntryTest(unittest.TestCase): method setUp (line 214) | def setUp(self): method tearDown (line 218) | def tearDown(self): method test_bbox (line 223) | def test_bbox(self): method test_identify (line 232) | def test_identify(self): method test_validation_options (line 245) | def test_validation_options(self): method test_validation (line 273) | def test_validation(self): method test_revalidation (line 291) | def test_revalidation(self): class PanedwindowTest (line 316) | class PanedwindowTest(unittest.TestCase): method setUp (line 318) | def setUp(self): method tearDown (line 322) | def tearDown(self): method test_add (line 327) | def test_add(self): method test_forget (line 355) | def test_forget(self): method test_insert (line 364) | def test_insert(self): method test_pane (line 399) | def test_pane(self): method test_sashpos (line 414) | def test_sashpos(self): class RadiobuttonTest (line 435) | class RadiobuttonTest(unittest.TestCase): method test_invoke (line 437) | def test_invoke(self): class ScaleTest (line 466) | class ScaleTest(unittest.TestCase): method setUp (line 468) | def setUp(self): method tearDown (line 474) | def tearDown(self): method test_custom_event (line 479) | def test_custom_event(self): method test_get (line 498) | def test_get(self): method test_set (line 511) | def test_set(self): class NotebookTest (line 542) | class NotebookTest(unittest.TestCase): method setUp (line 544) | def setUp(self): method tearDown (line 552) | def tearDown(self): method test_tab_identifiers (line 559) | def test_tab_identifiers(self): method test_add_and_hidden (line 590) | def test_add_and_hidden(self): method test_forget (line 619) | def test_forget(self): method test_index (line 635) | def test_index(self): method test_insert (line 645) | def test_insert(self): method test_select (line 678) | def test_select(self): method test_tab (line 698) | def test_tab(self): method test_tabs (line 712) | def test_tabs(self): method test_traversal (line 721) | def test_traversal(self): class TreeviewTest (line 749) | class TreeviewTest(unittest.TestCase): method setUp (line 751) | def setUp(self): method tearDown (line 755) | def tearDown(self): method test_bbox (line 760) | def test_bbox(self): method test_children (line 790) | def test_children(self): method test_column (line 818) | def test_column(self): method test_delete (line 841) | def test_delete(self): method test_detach_reattach (line 865) | def test_detach_reattach(self): method test_exists (line 907) | def test_exists(self): method test_focus (line 918) | def test_focus(self): method test_heading (line 933) | def test_heading(self): method test_heading_callback (line 951) | def test_heading_callback(self): method test_index (line 985) | def test_index(self): method test_insert_item (line 1016) | def test_insert_item(self): method test_set (line 1077) | def test_set(self): method test_tag_bind (line 1105) | def test_tag_bind(self): method test_tag_configure (line 1139) | def test_tag_configure(self): FILE: tests/pythons/win32-py32/Lib/token.py function ISTERMINAL (line 76) | def ISTERMINAL(x): function ISNONTERMINAL (line 79) | def ISNONTERMINAL(x): function ISEOF (line 82) | def ISEOF(x): function _main (line 86) | def _main(): FILE: tests/pythons/win32-py32/Lib/tokenize.py class TokenInfo (line 49) | class TokenInfo(collections.namedtuple('TokenInfo', 'type string start e... method __repr__ (line 50) | def __repr__(self): function group (line 55) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 56) | def any(*choices): return group(*choices) + '*' function maybe (line 57) | def maybe(*choices): return group(*choices) + '?' function _compile (line 114) | def _compile(expr): class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass class Untokenizer (line 155) | class Untokenizer: method __init__ (line 157) | def __init__(self): method add_whitespace (line 163) | def add_whitespace(self, start): method untokenize (line 170) | def untokenize(self, iterable): method compat (line 187) | def compat(self, token, iterable): function untokenize (line 229) | def untokenize(iterable): function _get_normal_name (line 256) | def _get_normal_name(orig_enc): function detect_encoding (line 267) | def detect_encoding(readline): function open (line 342) | def open(filename): function tokenize (line 354) | def tokenize(readline): function _tokenize (line 382) | def _tokenize(readline, encoding): function generate_tokens (line 535) | def generate_tokens(readline): FILE: tests/pythons/win32-py32/Lib/trace.py function _unsettrace (line 70) | def _unsettrace(): function _settrace (line 73) | def _settrace(func): function _unsettrace (line 77) | def _unsettrace(): function _usage (line 81) | def _usage(outfile): class _Ignore (line 131) | class _Ignore: method __init__ (line 132) | def __init__(self, modules=None, dirs=None): method names (line 138) | def names(self, filename, modulename): function _modname (line 181) | def _modname(path): function _fullmodname (line 188) | def _fullmodname(path): class CoverageResults (line 216) | class CoverageResults: method __init__ (line 217) | def __init__(self, counts=None, calledfuncs=None, infile=None, method is_ignored_filename (line 243) | def is_ignored_filename(self, filename): method update (line 250) | def update(self, other): method write_results (line 268) | def write_results(self, show_missing=True, summary=False, coverdir=None): method write_results_file (line 353) | def write_results_file(self, path, lines, lnotab, lines_hit, encoding=... function _find_lines_from_code (line 388) | def _find_lines_from_code(code, strs): function _find_lines (line 398) | def _find_lines(code, strs): function _find_strings (line 410) | def _find_strings(filename, encoding=None): function _find_executable_linenos (line 433) | def _find_executable_linenos(filename): class Trace (line 447) | class Trace: method __init__ (line 448) | def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, method run (line 498) | def run(self, cmd): method runctx (line 503) | def runctx(self, cmd, globals=None, locals=None): method runfunc (line 514) | def runfunc(self, func, *args, **kw): method file_module_function_of (line 525) | def file_module_function_of(self, frame): method globaltrace_trackcallers (line 566) | def globaltrace_trackcallers(self, frame, why, arg): method globaltrace_countfuncs (line 577) | def globaltrace_countfuncs(self, frame, why, arg): method globaltrace_lt (line 586) | def globaltrace_lt(self, frame, why, arg): method localtrace_trace_and_count (line 609) | def localtrace_trace_and_count(self, frame, why, arg): method localtrace_trace (line 624) | def localtrace_trace(self, frame, why, arg): method localtrace_count (line 637) | def localtrace_count(self, frame, why, arg): method results (line 645) | def results(self): function _err_exit (line 651) | def _err_exit(msg): function main (line 655) | def main(argv=None): function usage (line 815) | def usage(outfile): class Ignore (line 820) | class Ignore(_Ignore): method __init__ (line 821) | def __init__(self, modules=None, dirs=None): function modname (line 826) | def modname(path): function fullmodname (line 831) | def fullmodname(path): function find_lines_from_code (line 836) | def find_lines_from_code(code, strs): function find_lines (line 841) | def find_lines(code, strs): function find_strings (line 846) | def find_strings(filename, encoding=None): function find_executable_linenos (line 851) | def find_executable_linenos(filename): FILE: tests/pythons/win32-py32/Lib/traceback.py function _print (line 11) | def _print(file, str='', terminator='\n'): function print_list (line 15) | def print_list(extracted_list, file=None): function format_list (line 26) | def format_list(extracted_list): function print_tb (line 45) | def print_tb(tb, limit=None, file=None): function format_tb (line 73) | def format_tb(tb, limit=None): function extract_tb (line 77) | def extract_tb(tb, limit=None): function _iter_chain (line 117) | def _iter_chain(exc, custom_tb=None, seen=None): function print_exception (line 138) | def print_exception(etype, value, tb, limit=None, file=None, chain=True): function format_exception (line 166) | def format_exception(etype, value, tb, limit=None, chain=True): function format_exception_only (line 190) | def format_exception_only(etype, value): function _format_final_exc_line (line 238) | def _format_final_exc_line(etype, value): function _some_str (line 246) | def _some_str(value): function print_exc (line 253) | def print_exc(limit=None, file=None, chain=True): function format_exc (line 264) | def format_exc(limit=None, chain=True): function print_last (line 274) | def print_last(limit=None, file=None, chain=True): function print_stack (line 285) | def print_stack(f=None, limit=None, file=None): function format_stack (line 299) | def format_stack(f=None, limit=None): function extract_stack (line 308) | def extract_stack(f=None, limit=None): FILE: tests/pythons/win32-py32/Lib/tty.py function setraw (line 18) | def setraw(fd, when=TCSAFLUSH): function setcbreak (line 30) | def setcbreak(fd, when=TCSAFLUSH): FILE: tests/pythons/win32-py32/Lib/turtle.py function config_dict (line 171) | def config_dict(filename): function readconfig (line 200) | def readconfig(cfgdict): class Vec2D (line 236) | class Vec2D(tuple): method __new__ (line 250) | def __new__(cls, x, y): method __add__ (line 252) | def __add__(self, other): method __mul__ (line 254) | def __mul__(self, other): method __rmul__ (line 258) | def __rmul__(self, other): method __sub__ (line 261) | def __sub__(self, other): method __neg__ (line 263) | def __neg__(self): method __abs__ (line 265) | def __abs__(self): method rotate (line 267) | def rotate(self, angle): method __getnewargs__ (line 274) | def __getnewargs__(self): method __repr__ (line 276) | def __repr__(self): function __methodDict (line 288) | def __methodDict(cls, _dict): function __methods (line 298) | def __methods(cls): function __forwardmethods (line 308) | def __forwardmethods(fromClass, toClass, toPart, exclude = ()): class ScrolledCanvas (line 329) | class ScrolledCanvas(TK.Frame): method __init__ (line 335) | def __init__(self, master, width=500, height=350, method reset (line 360) | def reset(self, canvwidth=None, canvheight=None, bg = None): method adjustScrolls (line 378) | def adjustScrolls(self): method onResize (line 394) | def onResize(self, event): method bbox (line 398) | def bbox(self, *args): method cget (line 403) | def cget(self, *args, **kwargs): method config (line 408) | def config(self, *args, **kwargs): method bind (line 413) | def bind(self, *args, **kwargs): method unbind (line 418) | def unbind(self, *args, **kwargs): method focus_force (line 423) | def focus_force(self): class _Root (line 431) | class _Root(TK.Tk): method __init__ (line 433) | def __init__(self): method setupcanvas (line 436) | def setupcanvas(self, width, height, cwidth, cheight): method _getcanvas (line 440) | def _getcanvas(self): method set_geometry (line 443) | def set_geometry(self, width, height, startx, starty): method ondestroy (line 446) | def ondestroy(self, destroy): method win_width (line 449) | def win_width(self): method win_height (line 452) | def win_height(self): class TurtleScreenBase (line 458) | class TurtleScreenBase(object): method _blankimage (line 467) | def _blankimage(): method _image (line 475) | def _image(filename): method __init__ (line 481) | def __init__(self, cv): method _createpoly (line 494) | def _createpoly(self): method _drawpoly (line 499) | def _drawpoly(self, polyitem, coordlist, fill=None, method _createline (line 524) | def _createline(self): method _drawline (line 530) | def _drawline(self, lineitem, coordlist=None, method _delete (line 553) | def _delete(self, item): method _update (line 559) | def _update(self): method _delay (line 564) | def _delay(self, delay): method _iscolorstring (line 568) | def _iscolorstring(self, color): method _bgcolor (line 578) | def _bgcolor(self, color=None): method _write (line 587) | def _write(self, pos, txt, align, font, pencolor): method _onclick (line 605) | def _onclick(self, item, fun, num=1, add=None): method _onrelease (line 620) | def _onrelease(self, item, fun, num=1, add=None): method _ondrag (line 639) | def _ondrag(self, item, fun, num=1, add=None): method _onscreenclick (line 660) | def _onscreenclick(self, fun, num=1, add=None): method _onkeyrelease (line 678) | def _onkeyrelease(self, fun, key): method _onkeypress (line 689) | def _onkeypress(self, fun, key=None): method _listen (line 707) | def _listen(self): method _ontimer (line 712) | def _ontimer(self, fun, t): method _createimage (line 720) | def _createimage(self, image): method _drawimage (line 725) | def _drawimage(self, item, pos, image): method _setbgpic (line 733) | def _setbgpic(self, item, image): method _type (line 741) | def _type(self, item): method _pointlist (line 747) | def _pointlist(self, item): method _setscrollregion (line 759) | def _setscrollregion(self, srx1, sry1, srx2, sry2): method _rescale (line 762) | def _rescale(self, xscalefactor, yscalefactor): method _resize (line 774) | def _resize(self, canvwidth=None, canvheight=None, bg=None): method _window_size (line 789) | def _window_size(self): method mainloop (line 800) | def mainloop(self): method textinput (line 815) | def textinput(self, title, prompt): method numinput (line 830) | def numinput(self, title, prompt, default=None, minval=None, maxval=No... class Terminator (line 857) | class Terminator (Exception): class TurtleGraphicsError (line 866) | class TurtleGraphicsError(Exception): class Shape (line 871) | class Shape(object): method __init__ (line 878) | def __init__(self, type_, data=None): method addcomponent (line 894) | def addcomponent(self, poly, fill, outline=None): class Tbuffer (line 918) | class Tbuffer(object): method __init__ (line 920) | def __init__(self, bufsize=10): method reset (line 925) | def reset(self, bufsize=None): method push (line 933) | def push(self, item): method pop (line 940) | def pop(self): method nr_of_items (line 949) | def nr_of_items(self): method __repr__ (line 951) | def __repr__(self): class TurtleScreen (line 956) | class TurtleScreen(TurtleScreenBase): method __init__ (line 965) | def __init__(self, cv, mode=_CFG["mode"], method clear (line 997) | def clear(self): method mode (line 1027) | def mode(self, mode=None): method setworldcoordinates (line 1061) | def setworldcoordinates(self, llx, lly, urx, ury): method register_shape (line 1100) | def register_shape(self, name, shape=None): method _colorstr (line 1135) | def _colorstr(self, color): method _color (line 1162) | def _color(self, cstr): method colormode (line 1173) | def colormode(self, cmode=None): method reset (line 1194) | def reset(self): method turtles (line 1206) | def turtles(self): method bgcolor (line 1215) | def bgcolor(self, *args): method tracer (line 1238) | def tracer(self, n=None, delay=None): method delay (line 1266) | def delay(self, delay=None): method _incrementudc (line 1281) | def _incrementudc(self): method update (line 1290) | def update(self): method window_width (line 1301) | def window_width(self): method window_height (line 1310) | def window_height(self): method getcanvas (line 1319) | def getcanvas(self): method getshapes (line 1331) | def getshapes(self): method onclick (line 1342) | def onclick(self, fun, btn=1, add=None): method onkey (line 1359) | def onkey(self, fun, key): method onkeypress (line 1389) | def onkeypress(self, fun, key=None): method listen (line 1421) | def listen(self, xdummy=None, ydummy=None): method ontimer (line 1433) | def ontimer(self, fun, t=0): method bgpic (line 1454) | def bgpic(self, picname=None): method screensize (line 1478) | def screensize(self, canvwidth=None, canvheight=None, bg=None): class TNavigator (line 1503) | class TNavigator(object): method __init__ (line 1515) | def __init__(self, mode=DEFAULT_MODE): method reset (line 1525) | def reset(self): method _setmode (line 1533) | def _setmode(self, mode=None): method _setDegreesPerAU (line 1548) | def _setDegreesPerAU(self, fullcircle): method degrees (line 1557) | def degrees(self, fullcircle=360.0): method radians (line 1581) | def radians(self): method _go (line 1595) | def _go(self, distance): method _rotate (line 1600) | def _rotate(self, angle): method _goto (line 1605) | def _goto(self, end): method forward (line 1609) | def forward(self, distance): method back (line 1632) | def back(self, distance): method right (line 1652) | def right(self, angle): method left (line 1673) | def left(self, angle): method pos (line 1694) | def pos(self): method xcor (line 1707) | def xcor(self): method ycor (line 1721) | def ycor(self): method goto (line 1736) | def goto(self, x, y=None): method home (line 1771) | def home(self): method setx (line 1785) | def setx(self, x): method sety (line 1803) | def sety(self, y): method distance (line 1821) | def distance(self, x, y=None): method towards (line 1853) | def towards(self, x, y=None): method heading (line 1888) | def heading(self): method setheading (line 1903) | def setheading(self, to_angle): method circle (line 1931) | def circle(self, radius, extent = None, steps = None): method speed (line 1996) | def speed(self, s=0): method _tracer (line 1998) | def _tracer(self, a=None, b=None): method _delay (line 2000) | def _delay(self, n=None): class TPen (line 2014) | class TPen(object): method __init__ (line 2018) | def __init__(self, resizemode=_CFG["resizemode"]): method _reset (line 2023) | def _reset(self, pencolor=_CFG["pencolor"], method resizemode (line 2037) | def resizemode(self, rmode=None): method pensize (line 2065) | def pensize(self, width=None): method penup (line 2088) | def penup(self): method pendown (line 2102) | def pendown(self): method isdown (line 2116) | def isdown(self): method speed (line 2131) | def speed(self, speed=None): method color (line 2169) | def color(self, *args): method pencolor (line 2215) | def pencolor(self, *args): method fillcolor (line 2252) | def fillcolor(self, *args): method showturtle (line 2288) | def showturtle(self): method hideturtle (line 2301) | def hideturtle(self): method isvisible (line 2317) | def isvisible(self): method pen (line 2329) | def pen(self, pen=None, **pendict): method _newLine (line 2456) | def _newLine(self, usePos = True): method _update (line 2458) | def _update(self, count=True, forced=False): method _color (line 2460) | def _color(self, args): method _colorstr (line 2462) | def _colorstr(self, args): class _TurtleImage (line 2474) | class _TurtleImage(object): method __init__ (line 2478) | def __init__(self, screen, shapeIndex): method _setshape (line 2483) | def _setshape(self, shapeIndex): class RawTurtle (line 2505) | class RawTurtle(TPen, TNavigator): method __init__ (line 2512) | def __init__(self, canvas=None, method reset (line 2552) | def reset(self): method setundobuffer (line 2577) | def setundobuffer(self, size): method undobufferentries (line 2596) | def undobufferentries(self): method _clear (line 2609) | def _clear(self): method clear (line 2623) | def clear(self): method _update_data (line 2638) | def _update_data(self): method _update (line 2646) | def _update(self): method _tracer (line 2664) | def _tracer(self, flag=None, delay=None): method _color (line 2685) | def _color(self, args): method _colorstr (line 2688) | def _colorstr(self, args): method _cc (line 2691) | def _cc(self, args): method clone (line 2706) | def clone(self): method shape (line 2746) | def shape(self, name=None): method shapesize (line 2773) | def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): method shearfactor (line 2813) | def shearfactor(self, shear=None): method settiltangle (line 2836) | def settiltangle(self, angle): method tiltangle (line 2860) | def tiltangle(self, angle=None): method tilt (line 2886) | def tilt(self, angle): method shapetransform (line 2905) | def shapetransform(self, t11=None, t12=None, t21=None, t22=None): method _polytrafo (line 2945) | def _polytrafo(self, poly): method get_shapepoly (line 2957) | def get_shapepoly(self): method _getshapepoly (line 2974) | def _getshapepoly(self, polygon, compound=False): method _drawturtle (line 2987) | def _drawturtle(self): method stamp (line 3027) | def stamp(self): method _clearstamp (line 3072) | def _clearstamp(self, stampid): method clearstamp (line 3094) | def clearstamp(self, stampid): method clearstamps (line 3109) | def clearstamps(self, n=None): method _goto (line 3137) | def _goto(self, end): method _undogoto (line 3190) | def _undogoto(self, entry): method _rotate (line 3255) | def _rotate(self, angle): method _newLine (line 3273) | def _newLine(self, usePos=True): method filling (line 3289) | def filling(self): method begin_fill (line 3303) | def begin_fill(self): method end_fill (line 3324) | def end_fill(self): method dot (line 3344) | def dot(self, size=None, *color): method _write (line 3392) | def _write(self, txt, align, font): method write (line 3402) | def write(self, arg, move=False, align="left", font=("Arial", 8, "norm... method begin_poly (line 3431) | def begin_poly(self): method end_poly (line 3445) | def end_poly(self): method get_poly (line 3458) | def get_poly(self): method getscreen (line 3471) | def getscreen(self): method getturtle (line 3487) | def getturtle(self): method _delay (line 3511) | def _delay(self, delay=None): method onclick (line 3516) | def onclick(self, fun, btn=1, add=None): method onrelease (line 3537) | def onrelease(self, fun, btn=1, add=None): method ondrag (line 3562) | def ondrag(self, fun, btn=1, add=None): method _undo (line 3583) | def _undo(self, action, data): method undo (line 3615) | def undo(self): function Screen (line 3650) | def Screen(): class _Screen (line 3658) | class _Screen(TurtleScreen): method __init__ (line 3664) | def __init__(self): method setup (line 3686) | def setup(self, width=_CFG["width"], height=_CFG["height"], method title (line 3726) | def title(self, titlestring): method _destroy (line 3743) | def _destroy(self): method bye (line 3753) | def bye(self): method exitonclick (line 3761) | def exitonclick(self): class Turtle (line 3792) | class Turtle(RawTurtle): method __init__ (line 3801) | def __init__(self, function _getpen (line 3814) | def _getpen(): function _getscreen (line 3820) | def _getscreen(): function write_docstringdict (line 3826) | def write_docstringdict(filename="turtle_docstringdict"): function read_docstrings (line 3860) | def read_docstrings(lang): function getmethparlist (line 3889) | def getmethparlist(ob): function _turtle_docrevise (line 3920) | def _turtle_docrevise(docstr): function _screen_docrevise (line 3932) | def _screen_docrevise(docstr): function switchpen (line 3973) | def switchpen(): function demo1 (line 3979) | def demo1(): function demo2 (line 4032) | def demo2(): FILE: tests/pythons/win32-py32/Lib/turtledemo/__main__.py function getExampleEntries (line 26) | def getExampleEntries(): function showDemoHelp (line 30) | def showDemoHelp(): function showAboutDemo (line 34) | def showAboutDemo(): function showAboutTurtle (line 38) | def showAboutTurtle(): class DemoWindow (line 42) | class DemoWindow(object): method __init__ (line 44) | def __init__(self, filename=None): #, root=None): method _destroy (line 120) | def _destroy(self): method configGUI (line 124) | def configGUI(self, menu, start, stop, clear, txt="", color="blue"): method makeLoadDemoMenu (line 149) | def makeLoadDemoMenu(self): method makeHelpMenu (line 165) | def makeHelpMenu(self): method refreshCanvas (line 180) | def refreshCanvas(self): method loadfile (line 186) | def loadfile(self, filename): method startDemo (line 201) | def startDemo(self): method clearCanvas (line 228) | def clearCanvas(self): method stopIt (line 234) | def stopIt(self): FILE: tests/pythons/win32-py32/Lib/turtledemo/bytedesign.py class Designer (line 31) | class Designer(Turtle): method design (line 33) | def design(self, homePos, scale): method wheel (line 51) | def wheel(self, initpos, scale): method tripiece (line 69) | def tripiece(self, initpos, scale): method pentpiece (line 86) | def pentpiece(self, initpos, scale): method pentl (line 110) | def pentl(self, side, ang, scale): method pentr (line 116) | def pentr(self, side, ang, scale): method tripolyr (line 122) | def tripolyr(self, side, scale): method tripolyl (line 132) | def tripolyl(self, side, scale): method centerpiece (line 142) | def centerpiece(self, s, a, scale): function main (line 148) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/chaos.py function f (line 11) | def f(x): function g (line 14) | def g(x): function h (line 17) | def h(x): function jumpto (line 20) | def jumpto(x, y): function line (line 23) | def line(x1, y1, x2, y2): function coosys (line 28) | def coosys(): function plot (line 32) | def plot(fun, start, colour): function main (line 43) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/clock.py function jump (line 18) | def jump(distanz, winkel=0): function hand (line 25) | def hand(laenge, spitze): function make_hand_shape (line 36) | def make_hand_shape(name, laenge, spitze): function clockface (line 46) | def clockface(radius): function setup (line 59) | def setup(): function wochentag (line 87) | def wochentag(t): function datum (line 92) | def datum(z): function tick (line 100) | def tick(): function main (line 122) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/colormixer.py class ColorTurtle (line 7) | class ColorTurtle(Turtle): method __init__ (line 9) | def __init__(self, x, y): method shift (line 30) | def shift(self, x, y): function setbgcolor (line 36) | def setbgcolor(): function main (line 39) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/forest.py function symRandom (line 18) | def symRandom(n): function randomize (line 21) | def randomize( branchlist, angledist, sizedist ): function randomfd (line 26) | def randomfd( t, distance, parts, angledist ): function tree (line 31) | def tree(tlist, size, level, widthfactor, branchlists, angledist=10, siz... function start (line 55) | def start(t,x,y): function doit1 (line 65) | def doit1(level, pen): function doit2 (line 71) | def doit2(level, pen): function doit3 (line 77) | def doit3(level, pen): function main (line 84) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/fractalcurves.py class CurvesTurtle (line 17) | class CurvesTurtle(Pen): method hilbert (line 22) | def hilbert(self, size, level, parity): method fractalgon (line 47) | def fractalgon(self, n, rad, lev, dir): method fractal (line 66) | def fractal(self, dist, depth, dir): function main (line 78) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/lindenmayer.py function replace (line 30) | def replace( seq, replacementRules, n ): function draw (line 38) | def draw( commands, rules ): function main (line 49) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/minimal_hanoi.py class Disc (line 22) | class Disc(Turtle): method __init__ (line 23) | def __init__(self, n): class Tower (line 30) | class Tower(list): method __init__ (line 32) | def __init__(self, x): method push (line 35) | def push(self, d): method pop (line 39) | def pop(self): function hanoi (line 44) | def hanoi(n, from_, with_, to_): function play (line 50) | def play(): function main (line 57) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/nim.py function randomrow (line 30) | def randomrow(): function computerzug (line 33) | def computerzug(state): function randommove (line 43) | def randommove(state): class NimModel (line 53) | class NimModel(object): method __init__ (line 54) | def __init__(self, game): method setup (line 57) | def setup(self): method move (line 66) | def move(self, row, col): method game_over (line 80) | def game_over(self): method notify_move (line 83) | def notify_move(self, row, col): class Stick (line 89) | class Stick(turtle.Turtle): method __init__ (line 90) | def __init__(self, row, col, game): method coords (line 104) | def coords(self, row, col): method makemove (line 110) | def makemove(self, x, y): class NimView (line 116) | class NimView(object): method __init__ (line 117) | def __init__(self, game): method display (line 134) | def display(self, msg1, msg2=None): method setup (line 147) | def setup(self): method notify_move (line 158) | def notify_move(self, row, col, maxspalte, player): method notify_over (line 173) | def notify_over(self): method clear (line 180) | def clear(self): class NimController (line 184) | class NimController(object): method __init__ (line 186) | def __init__(self, game): method notify_move (line 197) | def notify_move(self, row, col): class Nim (line 204) | class Nim(object): method __init__ (line 208) | def __init__(self, screen): function main (line 220) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/paint.py function switchupdown (line 20) | def switchupdown(x=0, y=0): function changecolor (line 28) | def changecolor(x=0, y=0): function main (line 33) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/peace.py function main (line 18) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/penrose.py function kite (line 25) | def kite(l): function dart (line 37) | def dart(l): function inflatekite (line 49) | def inflatekite(l, n): function inflatedart (line 71) | def inflatedart(l, n): function draw (line 90) | def draw(l, n, th=2): function sun (line 106) | def sun(l, n): function star (line 111) | def star(l,n): function makeshapes (line 116) | def makeshapes(): function start (line 128) | def start(): function test (line 135) | def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): function demo (line 154) | def demo(fun=sun): function main (line 164) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/planet_and_moon.py class GravSys (line 25) | class GravSys(object): method __init__ (line 26) | def __init__(self): method init (line 30) | def init(self): method start (line 33) | def start(self): class Star (line 39) | class Star(Turtle): method __init__ (line 40) | def __init__(self, m, x, v, gravSys, shape): method init (line 50) | def init(self): method acc (line 54) | def acc(self): method step (line 61) | def step(self): function main (line 71) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/round_dance.py function stop (line 27) | def stop(): function main (line 31) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/tree.py function tree (line 21) | def tree(plist, l, a, f): function maketree (line 39) | def maketree(): function main (line 54) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/wikipedia.py function mn_eck (line 19) | def mn_eck(p, ne,sz): function main (line 36) | def main(): FILE: tests/pythons/win32-py32/Lib/turtledemo/yinyang.py function yin (line 16) | def yin(radius, color1, color2): function main (line 40) | def main(): FILE: tests/pythons/win32-py32/Lib/types.py function _f (line 11) | def _f(): pass function _g (line 16) | def _g(): class _C (line 20) | class _C: method _m (line 21) | def _m(self): pass FILE: tests/pythons/win32-py32/Lib/unittest/case.py class SkipTest (line 22) | class SkipTest(Exception): class _ExpectedFailure (line 30) | class _ExpectedFailure(Exception): method __init__ (line 37) | def __init__(self, exc_info): class _UnexpectedSuccess (line 41) | class _UnexpectedSuccess(Exception): class _Outcome (line 47) | class _Outcome(object): method __init__ (line 48) | def __init__(self): function _id (line 57) | def _id(obj): function skip (line 60) | def skip(reason): function skipIf (line 76) | def skipIf(condition, reason): function skipUnless (line 84) | def skipUnless(condition, reason): function expectedFailure (line 93) | def expectedFailure(func): class _AssertRaisesBaseContext (line 104) | class _AssertRaisesBaseContext(object): method __init__ (line 106) | def __init__(self, expected, test_case, callable_obj=None, class _AssertRaisesContext (line 122) | class _AssertRaisesContext(_AssertRaisesBaseContext): method __enter__ (line 125) | def __enter__(self): method __exit__ (line 128) | def __exit__(self, exc_type, exc_value, tb): class _AssertWarnsContext (line 155) | class _AssertWarnsContext(_AssertRaisesBaseContext): method __enter__ (line 158) | def __enter__(self): method __exit__ (line 169) | def __exit__(self, exc_type, exc_value, tb): class TestCase (line 205) | class TestCase(object): method __init__ (line 253) | def __init__(self, methodName='runTest'): method addTypeEqualityFunc (line 284) | def addTypeEqualityFunc(self, typeobj, function): method addCleanup (line 299) | def addCleanup(self, function, *args, **kwargs): method setUp (line 307) | def setUp(self): method tearDown (line 311) | def tearDown(self): method setUpClass (line 316) | def setUpClass(cls): method tearDownClass (line 320) | def tearDownClass(cls): method countTestCases (line 323) | def countTestCases(self): method defaultTestResult (line 326) | def defaultTestResult(self): method shortDescription (line 329) | def shortDescription(self): method id (line 340) | def id(self): method __eq__ (line 343) | def __eq__(self, other): method __hash__ (line 349) | def __hash__(self): method __str__ (line 352) | def __str__(self): method __repr__ (line 355) | def __repr__(self): method _addSkip (line 359) | def _addSkip(self, result, reason): method _executeTestPart (line 368) | def _executeTestPart(self, function, outcome, isTest=False): method run (line 398) | def run(self, result=None): method doCleanups (line 463) | def doCleanups(self): method __call__ (line 476) | def __call__(self, *args, **kwds): method debug (line 479) | def debug(self): method skipTest (line 488) | def skipTest(self, reason): method fail (line 492) | def fail(self, msg=None): method assertFalse (line 496) | def assertFalse(self, expr, msg=None): method assertTrue (line 502) | def assertTrue(self, expr, msg=None): method _formatMessage (line 508) | def _formatMessage(self, msg, standardMsg): method assertRaises (line 530) | def assertRaises(self, excClass, callableObj=None, *args, **kwargs): method assertWarns (line 559) | def assertWarns(self, expected_warning, callable_obj=None, *args, **kw... method _getAssertEqualityFunc (line 590) | def _getAssertEqualityFunc(self, first, second): method _baseAssertEqual (line 616) | def _baseAssertEqual(self, first, second, msg=None): method assertEqual (line 623) | def assertEqual(self, first, second, msg=None): method assertNotEqual (line 630) | def assertNotEqual(self, first, second, msg=None): method assertAlmostEqual (line 639) | def assertAlmostEqual(self, first, second, places=None, msg=None, method assertNotAlmostEqual (line 678) | def assertNotAlmostEqual(self, first, second, places=None, msg=None, method assertSequenceEqual (line 711) | def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): method _truncateMessage (line 815) | def _truncateMessage(self, message, diff): method assertListEqual (line 821) | def assertListEqual(self, list1, list2, msg=None): method assertTupleEqual (line 833) | def assertTupleEqual(self, tuple1, tuple2, msg=None): method assertSetEqual (line 844) | def assertSetEqual(self, set1, set2, msg=None): method assertIn (line 887) | def assertIn(self, member, container, msg=None): method assertNotIn (line 894) | def assertNotIn(self, member, container, msg=None): method assertIs (line 901) | def assertIs(self, expr1, expr2, msg=None): method assertIsNot (line 908) | def assertIsNot(self, expr1, expr2, msg=None): method assertDictEqual (line 914) | def assertDictEqual(self, d1, d2, msg=None): method assertDictContainsSubset (line 926) | def assertDictContainsSubset(self, subset, dictionary, msg=None): method assertSameElements (line 954) | def assertSameElements(self, expected_seq, actual_seq, msg=None): method assertCountEqual (line 997) | def assertCountEqual(self, first, second, msg=None): method assertMultiLineEqual (line 1030) | def assertMultiLineEqual(self, first, second, msg=None): method assertLess (line 1051) | def assertLess(self, a, b, msg=None): method assertLessEqual (line 1057) | def assertLessEqual(self, a, b, msg=None): method assertGreater (line 1063) | def assertGreater(self, a, b, msg=None): method assertGreaterEqual (line 1069) | def assertGreaterEqual(self, a, b, msg=None): method assertIsNone (line 1075) | def assertIsNone(self, obj, msg=None): method assertIsNotNone (line 1081) | def assertIsNotNone(self, obj, msg=None): method assertIsInstance (line 1087) | def assertIsInstance(self, obj, cls, msg=None): method assertNotIsInstance (line 1094) | def assertNotIsInstance(self, obj, cls, msg=None): method assertRaisesRegex (line 1100) | def assertRaisesRegex(self, expected_exception, expected_regex, method assertWarnsRegex (line 1119) | def assertWarnsRegex(self, expected_warning, expected_regex, method assertRegex (line 1141) | def assertRegex(self, text, expected_regex, msg=None): method assertNotRegex (line 1151) | def assertNotRegex(self, text, unexpected_regex, msg=None): method _deprecate (line 1165) | def _deprecate(original_func): class FunctionTestCase (line 1186) | class FunctionTestCase(TestCase): method __init__ (line 1195) | def __init__(self, testFunc, setUp=None, tearDown=None, description=No... method setUp (line 1202) | def setUp(self): method tearDown (line 1206) | def tearDown(self): method runTest (line 1210) | def runTest(self): method id (line 1213) | def id(self): method __eq__ (line 1216) | def __eq__(self, other): method __ne__ (line 1225) | def __ne__(self, other): method __hash__ (line 1228) | def __hash__(self): method __str__ (line 1232) | def __str__(self): method __repr__ (line 1236) | def __repr__(self): method shortDescription (line 1240) | def shortDescription(self): FILE: tests/pythons/win32-py32/Lib/unittest/loader.py function _make_failed_import_test (line 22) | def _make_failed_import_test(name, suiteClass): function _make_failed_load_tests (line 27) | def _make_failed_load_tests(name, exception, suiteClass): function _make_failed_test (line 30) | def _make_failed_test(classname, methodname, exception, suiteClass): function _jython_aware_splitext (line 37) | def _jython_aware_splitext(path): class TestLoader (line 43) | class TestLoader(object): method loadTestsFromTestCase (line 53) | def loadTestsFromTestCase(self, testCaseClass): method loadTestsFromModule (line 64) | def loadTestsFromModule(self, module, use_load_tests=True): method loadTestsFromName (line 82) | def loadTestsFromName(self, name, module=None): method loadTestsFromNames (line 133) | def loadTestsFromNames(self, names, module=None): method getTestCaseNames (line 140) | def getTestCaseNames(self, testCaseClass): method discover (line 152) | def discover(self, start_dir, pattern='test*.py', top_level_dir=None): method _get_directory_containing_module (line 216) | def _get_directory_containing_module(self, module_name): method _get_name_from_path (line 228) | def _get_name_from_path(self, path): method _get_module_from_name (line 238) | def _get_module_from_name(self, name): method _match_path (line 242) | def _match_path(self, path, full_path, pattern): method _find_tests (line 246) | def _find_tests(self, start_dir, pattern): function _makeLoader (line 306) | def _makeLoader(prefix, sortUsing, suiteClass=None): function getTestCaseNames (line 314) | def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp): function makeSuite (line 317) | def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp, function findTestCases (line 322) | def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, FILE: tests/pythons/win32-py32/Lib/unittest/main.py function _convert_name (line 61) | def _convert_name(name): function _convert_names (line 77) | def _convert_names(names): class TestProgram (line 80) | class TestProgram(object): method __init__ (line 89) | def __init__(self, module='__main__', defaultTest=None, argv=None, method usageExit (line 126) | def usageExit(self, msg=None): method parseArgs (line 140) | def parseArgs(self, argv): method createTests (line 193) | def createTests(self): method _do_discovery (line 200) | def _do_discovery(self, argv, Loader=None): method runTests (line 256) | def runTests(self): FILE: tests/pythons/win32-py32/Lib/unittest/result.py function failfast (line 13) | def failfast(method): class TestResult (line 25) | class TestResult(object): method __init__ (line 39) | def __init__(self, stream=None, descriptions=None, verbosity=None): method printErrors (line 55) | def printErrors(self): method startTest (line 58) | def startTest(self, test): method _setupStdout (line 64) | def _setupStdout(self): method startTestRun (line 72) | def startTestRun(self): method stopTest (line 78) | def stopTest(self, test): method _restoreStdout (line 83) | def _restoreStdout(self): method stopTestRun (line 104) | def stopTestRun(self): method addError (line 111) | def addError(self, test, err): method addFailure (line 119) | def addFailure(self, test, err): method addSuccess (line 125) | def addSuccess(self, test): method addSkip (line 129) | def addSkip(self, test, reason): method addExpectedFailure (line 133) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 139) | def addUnexpectedSuccess(self, test): method wasSuccessful (line 143) | def wasSuccessful(self): method stop (line 147) | def stop(self): method _exc_info_to_string (line 151) | def _exc_info_to_string(self, err, test): method _is_relevant_tb_level (line 179) | def _is_relevant_tb_level(self, tb): method _count_relevant_tb_levels (line 182) | def _count_relevant_tb_levels(self, tb): method __repr__ (line 189) | def __repr__(self): FILE: tests/pythons/win32-py32/Lib/unittest/runner.py class _WritelnDecorator (line 13) | class _WritelnDecorator(object): method __init__ (line 15) | def __init__(self,stream): method __getattr__ (line 18) | def __getattr__(self, attr): method writeln (line 23) | def writeln(self, arg=None): class TextTestResult (line 29) | class TextTestResult(result.TestResult): method __init__ (line 37) | def __init__(self, stream, descriptions, verbosity): method getDescription (line 44) | def getDescription(self, test): method startTest (line 51) | def startTest(self, test): method addSuccess (line 58) | def addSuccess(self, test): method addError (line 66) | def addError(self, test, err): method addFailure (line 74) | def addFailure(self, test, err): method addSkip (line 82) | def addSkip(self, test, reason): method addExpectedFailure (line 90) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 98) | def addUnexpectedSuccess(self, test): method printErrors (line 106) | def printErrors(self): method printErrorList (line 112) | def printErrorList(self, flavour, errors): class TextTestRunner (line 120) | class TextTestRunner(object): method __init__ (line 128) | def __init__(self, stream=None, descriptions=True, verbosity=1, method _makeResult (line 141) | def _makeResult(self): method run (line 144) | def run(self, test): FILE: tests/pythons/win32-py32/Lib/unittest/signals.py class _InterruptHandler (line 9) | class _InterruptHandler(object): method __init__ (line 10) | def __init__(self, default_handler): method __call__ (line 28) | def __call__(self, signum, frame): function registerResult (line 42) | def registerResult(result): function removeResult (line 45) | def removeResult(result): function installHandler (line 49) | def installHandler(): function removeHandler (line 57) | def removeHandler(method=None): FILE: tests/pythons/win32-py32/Lib/unittest/suite.py function _call_if_exists (line 11) | def _call_if_exists(parent, attr): class BaseTestSuite (line 16) | class BaseTestSuite(object): method __init__ (line 19) | def __init__(self, tests=()): method __repr__ (line 23) | def __repr__(self): method __eq__ (line 26) | def __eq__(self, other): method __ne__ (line 31) | def __ne__(self, other): method __iter__ (line 34) | def __iter__(self): method countTestCases (line 37) | def countTestCases(self): method addTest (line 43) | def addTest(self, test): method addTests (line 53) | def addTests(self, tests): method run (line 59) | def run(self, result): method __call__ (line 66) | def __call__(self, *args, **kwds): method debug (line 69) | def debug(self): class TestSuite (line 75) | class TestSuite(BaseTestSuite): method run (line 85) | def run(self, result, debug=False): method debug (line 115) | def debug(self): method _handleClassSetUp (line 122) | def _handleClassSetUp(self, test, result): method _get_previous_module (line 154) | def _get_previous_module(self, result): method _handleModuleFixture (line 162) | def _handleModuleFixture(self, test, result): method _addClassOrModuleLevelException (line 190) | def _addClassOrModuleLevelException(self, result, exception, errorName): method _handleModuleTearDown (line 198) | def _handleModuleTearDown(self, result): method _tearDownPreviousClass (line 223) | def _tearDownPreviousClass(self, test, result): class _ErrorHolder (line 250) | class _ErrorHolder(object): method __init__ (line 262) | def __init__(self, description): method id (line 265) | def id(self): method shortDescription (line 268) | def shortDescription(self): method __repr__ (line 271) | def __repr__(self): method __str__ (line 274) | def __str__(self): method run (line 277) | def run(self, result): method __call__ (line 282) | def __call__(self, result): method countTestCases (line 285) | def countTestCases(self): function _isnotsuite (line 288) | def _isnotsuite(test): class _DebugResult (line 297) | class _DebugResult(object): FILE: tests/pythons/win32-py32/Lib/unittest/util.py function safe_repr (line 8) | def safe_repr(obj, short=False): function strclass (line 17) | def strclass(cls): function sorted_list_difference (line 20) | def sorted_list_difference(expected, actual): function unorderable_list_difference (line 61) | def unorderable_list_difference(expected, actual): function three_way_cmp (line 78) | def three_way_cmp(x, y): function _count_diff_all_purpose (line 84) | def _count_diff_all_purpose(actual, expected): function _ordered_count (line 119) | def _ordered_count(iterable): function _count_diff_hashable (line 126) | def _count_diff_hashable(actual, expected): FILE: tests/pythons/win32-py32/Lib/urllib/error.py class URLError (line 20) | class URLError(IOError): method __init__ (line 26) | def __init__(self, reason, filename=None): method __str__ (line 32) | def __str__(self): class HTTPError (line 35) | class HTTPError(URLError, urllib.response.addinfourl): method __init__ (line 39) | def __init__(self, url, code, msg, hdrs, fp): method __str__ (line 52) | def __str__(self): method reason (line 58) | def reason(self): method info (line 61) | def info(self): class ContentTooShortError (line 66) | class ContentTooShortError(URLError): method __init__ (line 67) | def __init__(self, message, content): FILE: tests/pythons/win32-py32/Lib/urllib/parse.py function clear_cache (line 72) | def clear_cache(): function _noop (line 87) | def _noop(obj): function _encode_result (line 90) | def _encode_result(obj, encoding=_implicit_encoding, function _decode_args (line 94) | def _decode_args(args, encoding=_implicit_encoding, function _coerce_args (line 98) | def _coerce_args(*args): class _ResultMixinStr (line 115) | class _ResultMixinStr(object): method encode (line 119) | def encode(self, encoding='ascii', errors='strict'): class _ResultMixinBytes (line 123) | class _ResultMixinBytes(object): method decode (line 127) | def decode(self, encoding='ascii', errors='strict'): class _NetlocResultMixinBase (line 131) | class _NetlocResultMixinBase(object): method username (line 136) | def username(self): method password (line 140) | def password(self): method hostname (line 144) | def hostname(self): method port (line 153) | def port(self): class _NetlocResultMixinStr (line 163) | class _NetlocResultMixinStr(_NetlocResultMixinBase, _ResultMixinStr): method _userinfo (line 167) | def _userinfo(self): method _hostinfo (line 179) | def _hostinfo(self): class _NetlocResultMixinBytes (line 193) | class _NetlocResultMixinBytes(_NetlocResultMixinBase, _ResultMixinBytes): method _userinfo (line 197) | def _userinfo(self): method _hostinfo (line 209) | def _hostinfo(self): class DefragResult (line 235) | class DefragResult(_DefragResultBase, _ResultMixinStr): method geturl (line 237) | def geturl(self): class SplitResult (line 243) | class SplitResult(_SplitResultBase, _NetlocResultMixinStr): method geturl (line 245) | def geturl(self): class ParseResult (line 248) | class ParseResult(_ParseResultBase, _NetlocResultMixinStr): method geturl (line 250) | def geturl(self): class DefragResultBytes (line 254) | class DefragResultBytes(_DefragResultBase, _ResultMixinBytes): method geturl (line 256) | def geturl(self): class SplitResultBytes (line 262) | class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes): method geturl (line 264) | def geturl(self): class ParseResultBytes (line 267) | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): method geturl (line 269) | def geturl(self): function _fix_result_transcoding (line 273) | def _fix_result_transcoding(): function urlparse (line 286) | def urlparse(url, scheme='', allow_fragments=True): function _splitparams (line 302) | def _splitparams(url): function _splitnetloc (line 311) | def _splitnetloc(url, start=0): function urlsplit (line 319) | def urlsplit(url, scheme='', allow_fragments=True): function urlunparse (line 375) | def urlunparse(components): function urlunsplit (line 386) | def urlunsplit(components): function urljoin (line 405) | def urljoin(base, url, allow_fragments=True): function urldefrag (line 458) | def urldefrag(url): function unquote_to_bytes (line 478) | def unquote_to_bytes(string): function unquote (line 504) | def unquote(string, encoding='utf-8', errors='replace'): function parse_qs (line 529) | def parse_qs(qs, keep_blank_values=False, strict_parsing=False, function parse_qsl (line 561) | def parse_qsl(qs, keep_blank_values=False, strict_parsing=False, function unquote_plus (line 609) | def unquote_plus(string, encoding='utf-8', errors='replace'): class Quoter (line 625) | class Quoter(collections.defaultdict): method __init__ (line 633) | def __init__(self, safe): method __repr__ (line 637) | def __repr__(self): method __missing__ (line 641) | def __missing__(self, b): function quote (line 647) | def quote(string, safe='/', encoding=None, errors=None): function quote_plus (line 691) | def quote_plus(string, safe='', encoding=None, errors=None): function quote_from_bytes (line 708) | def quote_from_bytes(bs, safe='/'): function urlencode (line 730) | def urlencode(query, doseq=False, safe='', encoding=None, errors=None): function to_bytes (line 823) | def to_bytes(url): function unwrap (line 836) | def unwrap(url): function splittype (line 845) | def splittype(url): function splithost (line 859) | def splithost(url): function splituser (line 876) | def splituser(host): function splitpasswd (line 888) | def splitpasswd(user): function splitport (line 901) | def splitport(host): function splitnport (line 913) | def splitnport(host, defport=-1): function splitquery (line 935) | def splitquery(url): function splittag (line 947) | def splittag(url): function splitattr (line 958) | def splitattr(url): function splitvalue (line 965) | def splitvalue(attr): FILE: tests/pythons/win32-py32/Lib/urllib/request.py function urlopen (line 119) | def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, function install_opener (line 141) | def install_opener(opener): function urlretrieve (line 147) | def urlretrieve(url, filename=None, reporthook=None, data=None): function urlcleanup (line 153) | def urlcleanup(): function request_host (line 162) | def request_host(request): class Request (line 178) | class Request: method __init__ (line 180) | def __init__(self, url, data=None, headers={}, method _parse (line 197) | def _parse(self): method get_method (line 205) | def get_method(self): method add_data (line 213) | def add_data(self, data): method has_data (line 216) | def has_data(self): method get_data (line 219) | def get_data(self): method get_full_url (line 222) | def get_full_url(self): method get_type (line 228) | def get_type(self): method get_host (line 231) | def get_host(self): method get_selector (line 234) | def get_selector(self): method is_unverifiable (line 237) | def is_unverifiable(self): method get_origin_req_host (line 240) | def get_origin_req_host(self): method set_proxy (line 245) | def set_proxy(self, host, type): method has_proxy (line 253) | def has_proxy(self): method add_header (line 256) | def add_header(self, key, val): method add_unredirected_header (line 260) | def add_unredirected_header(self, key, val): method has_header (line 264) | def has_header(self, header_name): method get_header (line 268) | def get_header(self, header_name, default=None): method header_items (line 273) | def header_items(self): class OpenerDirector (line 278) | class OpenerDirector: method __init__ (line 279) | def __init__(self): method add_handler (line 290) | def add_handler(self, handler): method close (line 337) | def close(self): method _call_chain (line 341) | def _call_chain(self, chain, kind, meth_name, *args): method open (line 352) | def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIME... method _open (line 380) | def _open(self, req, data=None): method error (line 395) | def error(self, proto, *args): function build_opener (line 420) | def build_opener(*handlers): class BaseHandler (line 458) | class BaseHandler: method add_parent (line 461) | def add_parent(self, parent): method close (line 464) | def close(self): method __lt__ (line 468) | def __lt__(self, other): class HTTPErrorProcessor (line 477) | class HTTPErrorProcessor(BaseHandler): method http_response (line 481) | def http_response(self, request, response): class HTTPDefaultErrorHandler (line 494) | class HTTPDefaultErrorHandler(BaseHandler): method http_error_default (line 495) | def http_error_default(self, req, fp, code, msg, hdrs): class HTTPRedirectHandler (line 498) | class HTTPRedirectHandler(BaseHandler): method redirect_request (line 506) | def redirect_request(self, req, fp, code, msg, headers, newurl): method http_error_302 (line 540) | def http_error_302(self, req, fp, code, msg, headers): function _parse_proxy (line 602) | def _parse_proxy(proxy): class ProxyHandler (line 674) | class ProxyHandler(BaseHandler): method __init__ (line 678) | def __init__(self, proxies=None): method proxy_open (line 688) | def proxy_open(self, req, proxy, type): class HTTPPasswordMgr (line 716) | class HTTPPasswordMgr: method __init__ (line 718) | def __init__(self): method add_password (line 721) | def add_password(self, realm, uri, user, passwd): method find_user_password (line 732) | def find_user_password(self, realm, authuri): method reduce_uri (line 742) | def reduce_uri(self, uri, default_port=True): method is_suburi (line 765) | def is_suburi(self, base, test): class HTTPPasswordMgrWithDefaultRealm (line 780) | class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): method find_user_password (line 782) | def find_user_password(self, realm, authuri): class AbstractBasicAuthHandler (line 790) | class AbstractBasicAuthHandler: method __init__ (line 804) | def __init__(self, password_mgr=None): method reset_retry_count (line 811) | def reset_retry_count(self): method http_error_auth_reqed (line 814) | def http_error_auth_reqed(self, authreq, host, req, headers): method retry_http_basic_auth (line 840) | def retry_http_basic_auth(self, host, req, realm): class HTTPBasicAuthHandler (line 853) | class HTTPBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_401 (line 857) | def http_error_401(self, req, fp, code, msg, headers): class ProxyBasicAuthHandler (line 865) | class ProxyBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_407 (line 869) | def http_error_407(self, req, fp, code, msg, headers): function randombytes (line 881) | def randombytes(n): class AbstractDigestAuthHandler (line 885) | class AbstractDigestAuthHandler: method __init__ (line 896) | def __init__(self, passwd=None): method reset_retry_count (line 905) | def reset_retry_count(self): method http_error_auth_reqed (line 908) | def http_error_auth_reqed(self, auth_header, host, req, headers): method retry_http_digest_auth (line 925) | def retry_http_digest_auth(self, req, auth): method get_cnonce (line 937) | def get_cnonce(self, nonce): method get_authorization (line 948) | def get_authorization(self, req, chal): method get_algorithm_impls (line 1008) | def get_algorithm_impls(self, algorithm): method get_entity_digest (line 1018) | def get_entity_digest(self, data, chal): class HTTPDigestAuthHandler (line 1023) | class HTTPDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_401 (line 1033) | def http_error_401(self, req, fp, code, msg, headers): class ProxyDigestAuthHandler (line 1041) | class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_407 (line 1046) | def http_error_407(self, req, fp, code, msg, headers): class AbstractHTTPHandler (line 1053) | class AbstractHTTPHandler(BaseHandler): method __init__ (line 1055) | def __init__(self, debuglevel=0): method set_http_debuglevel (line 1058) | def set_http_debuglevel(self, level): method do_request_ (line 1061) | def do_request_(self, request): method do_open (line 1101) | def do_open(self, http_class, req, **http_conn_args): class HTTPHandler (line 1157) | class HTTPHandler(AbstractHTTPHandler): method http_open (line 1159) | def http_open(self, req): class HTTPSHandler (line 1167) | class HTTPSHandler(AbstractHTTPHandler): method __init__ (line 1169) | def __init__(self, debuglevel=0, context=None, check_hostname=None): method https_open (line 1174) | def https_open(self, req): class HTTPCookieProcessor (line 1180) | class HTTPCookieProcessor(BaseHandler): method __init__ (line 1181) | def __init__(self, cookiejar=None): method http_request (line 1187) | def http_request(self, request): method http_response (line 1191) | def http_response(self, request, response): class UnknownHandler (line 1198) | class UnknownHandler(BaseHandler): method unknown_open (line 1199) | def unknown_open(self, req): function parse_keqv_list (line 1203) | def parse_keqv_list(l): function parse_http_list (line 1213) | def parse_http_list(s): class FileHandler (line 1256) | class FileHandler(BaseHandler): method file_open (line 1258) | def file_open(self, req): method get_names (line 1269) | def get_names(self): method open_local_file (line 1280) | def open_local_file(self, req): function _safe_gethostbyname (line 1308) | def _safe_gethostbyname(host): class FTPHandler (line 1314) | class FTPHandler(BaseHandler): method ftp_open (line 1315) | def ftp_open(self, req): method connect_ftp (line 1368) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): class CacheFTPHandler (line 1372) | class CacheFTPHandler(FTPHandler): method __init__ (line 1375) | def __init__(self): method setTimeout (line 1382) | def setTimeout(self, t): method setMaxConns (line 1385) | def setMaxConns(self, m): method connect_ftp (line 1388) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): method check_cache (line 1399) | def check_cache(self): method clear_cache (line 1419) | def clear_cache(self): function url2pathname (line 1434) | def url2pathname(pathname): function pathname2url (line 1439) | def pathname2url(pathname): class URLopener (line 1452) | class URLopener: method __init__ (line 1465) | def __init__(self, proxies=None, **x509): method __del__ (line 1488) | def __del__(self): method close (line 1491) | def close(self): method cleanup (line 1494) | def cleanup(self): method addheader (line 1508) | def addheader(self, *args): method open (line 1514) | def open(self, fullurl, data=None): method open_unknown (line 1548) | def open_unknown(self, fullurl, data=None): method open_unknown_proxy (line 1553) | def open_unknown_proxy(self, proxy, fullurl, data=None): method retrieve (line 1559) | def retrieve(self, url, filename=None, reporthook=None, data=None): method _open_generic_http (line 1625) | def _open_generic_http(self, connection_factory, url, data): method open_http (line 1717) | def open_http(self, url, data=None): method http_error (line 1721) | def http_error(self, url, fp, errcode, errmsg, headers, data=None): method http_error_default (line 1737) | def http_error_default(self, url, fp, errcode, errmsg, headers): method _https_connection (line 1743) | def _https_connection(self, host): method open_https (line 1748) | def open_https(self, url, data=None): method open_file (line 1752) | def open_file(self, url): method open_local_file (line 1761) | def open_local_file(self, url): method open_ftp (line 1793) | def open_ftp(self, url): method open_data (line 1851) | def open_data(self, url, data=None): class FancyURLopener (line 1893) | class FancyURLopener(URLopener): method __init__ (line 1896) | def __init__(self, *args, **kwargs): method http_error_default (line 1902) | def http_error_default(self, url, fp, errcode, errmsg, headers): method http_error_302 (line 1906) | def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): method redirect_internal (line 1922) | def redirect_internal(self, url, fp, errcode, errmsg, headers, data): method http_error_301 (line 1950) | def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): method http_error_303 (line 1954) | def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): method http_error_307 (line 1958) | def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): method http_error_401 (line 1965) | def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, method http_error_407 (line 1991) | def http_error_407(self, url, fp, errcode, errmsg, headers, data=None, method retry_proxy_http_basic_auth (line 2017) | def retry_proxy_http_basic_auth(self, url, realm, data=None): method retry_proxy_https_basic_auth (line 2035) | def retry_proxy_https_basic_auth(self, url, realm, data=None): method retry_http_basic_auth (line 2053) | def retry_http_basic_auth(self, url, realm, data=None): method retry_https_basic_auth (line 2067) | def retry_https_basic_auth(self, url, realm, data=None): method get_user_passwd (line 2081) | def get_user_passwd(self, host, realm, clear_cache=0): method prompt_user_passwd (line 2092) | def prompt_user_passwd(self, host, realm): function localhost (line 2108) | def localhost(): function thishost (line 2116) | def thishost(): function ftperrors (line 2124) | def ftperrors(): function noheaders (line 2133) | def noheaders(): class ftpwrapper (line 2143) | class ftpwrapper: method __init__ (line 2146) | def __init__(self, user, passwd, host, port, dirs, timeout=None, method init (line 2158) | def init(self): method retrfile (line 2167) | def retrfile(self, file, type): method endtransfer (line 2212) | def endtransfer(self): method close (line 2215) | def close(self): method file_close (line 2220) | def file_close(self): method real_close (line 2226) | def real_close(self): function getproxies_environment (line 2234) | def getproxies_environment(): function proxy_bypass_environment (line 2250) | def proxy_bypass_environment(host): function _proxy_bypass_macosx_sysconf (line 2273) | def _proxy_bypass_macosx_sysconf(host, proxy_settings): function proxy_bypass_macosx_sysconf (line 2338) | def proxy_bypass_macosx_sysconf(host): function getproxies_macosx_sysconf (line 2342) | def getproxies_macosx_sysconf(): function proxy_bypass (line 2352) | def proxy_bypass(host): function getproxies (line 2358) | def getproxies(): function getproxies_registry (line 2363) | def getproxies_registry(): function getproxies (line 2409) | def getproxies(): function proxy_bypass_registry (line 2418) | def proxy_bypass_registry(host): function proxy_bypass (line 2469) | def proxy_bypass(host): FILE: tests/pythons/win32-py32/Lib/urllib/response.py class addbase (line 9) | class addbase(object): method __init__ (line 14) | def __init__(self, fp): method __iter__ (line 27) | def __iter__(self): method __repr__ (line 35) | def __repr__(self): method close (line 39) | def close(self): method __enter__ (line 47) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): class addclosehook (line 55) | class addclosehook(addbase): method __init__ (line 58) | def __init__(self, fp, closehook, *hookargs): method close (line 63) | def close(self): class addinfo (line 70) | class addinfo(addbase): method __init__ (line 73) | def __init__(self, fp, headers): method info (line 77) | def info(self): class addinfourl (line 80) | class addinfourl(addbase): method __init__ (line 83) | def __init__(self, fp, headers, url, code=None): method info (line 89) | def info(self): method getcode (line 92) | def getcode(self): method geturl (line 95) | def geturl(self): FILE: tests/pythons/win32-py32/Lib/urllib/robotparser.py class RobotFileParser (line 17) | class RobotFileParser: method __init__ (line 23) | def __init__(self, url=''): method mtime (line 31) | def mtime(self): method modified (line 40) | def modified(self): method set_url (line 48) | def set_url(self, url): method read (line 53) | def read(self): method _add_entry (line 66) | def _add_entry(self, entry): method parse (line 75) | def parse(self, lines): method can_fetch (line 126) | def can_fetch(self, useragent, url): method __str__ (line 149) | def __str__(self): class RuleLine (line 153) | class RuleLine: method __init__ (line 156) | def __init__(self, path, allowance): method applies_to (line 163) | def applies_to(self, filename): method __str__ (line 166) | def __str__(self): class Entry (line 170) | class Entry: method __init__ (line 172) | def __init__(self): method __str__ (line 176) | def __str__(self): method applies_to (line 184) | def applies_to(self, useragent): method allowance (line 197) | def allowance(self, filename): FILE: tests/pythons/win32-py32/Lib/uu.py class Error (line 39) | class Error(Exception): function encode (line 42) | def encode(in_file, out_file, name=None, mode=None): function decode (line 90) | def decode(in_file, out_file=None, mode=None, quiet=False): function test (line 160) | def test(): FILE: tests/pythons/win32-py32/Lib/uuid.py class UUID (line 56) | class UUID(object): method __init__ (line 104) | def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, method __eq__ (line 185) | def __eq__(self, other): method __ne__ (line 190) | def __ne__(self, other): method __lt__ (line 198) | def __lt__(self, other): method __gt__ (line 203) | def __gt__(self, other): method __le__ (line 208) | def __le__(self, other): method __ge__ (line 213) | def __ge__(self, other): method __hash__ (line 218) | def __hash__(self): method __int__ (line 221) | def __int__(self): method __repr__ (line 224) | def __repr__(self): method __setattr__ (line 227) | def __setattr__(self, name, value): method __str__ (line 230) | def __str__(self): method bytes (line 236) | def bytes(self): method bytes_le (line 243) | def bytes_le(self): method fields (line 251) | def fields(self): method time_low (line 256) | def time_low(self): method time_mid (line 260) | def time_mid(self): method time_hi_version (line 264) | def time_hi_version(self): method clock_seq_hi_variant (line 268) | def clock_seq_hi_variant(self): method clock_seq_low (line 272) | def clock_seq_low(self): method time (line 276) | def time(self): method clock_seq (line 281) | def clock_seq(self): method node (line 286) | def node(self): method hex (line 290) | def hex(self): method urn (line 294) | def urn(self): method variant (line 298) | def variant(self): method version (line 309) | def version(self): function _find_mac (line 314) | def _find_mac(command, args, hw_identifiers, get_index): function _ifconfig_getnode (line 336) | def _ifconfig_getnode(): function _ipconfig_getnode (line 360) | def _ipconfig_getnode(): function _netbios_getnode (line 384) | def _netbios_getnode(): function _unixdll_getnode (line 463) | def _unixdll_getnode(): function _windll_getnode (line 469) | def _windll_getnode(): function _random_getnode (line 475) | def _random_getnode(): function getnode (line 482) | def getnode(): function uuid1 (line 511) | def uuid1(node=None, clock_seq=None): function uuid3 (line 546) | def uuid3(namespace, name): function uuid4 (line 552) | def uuid4(): function uuid5 (line 570) | def uuid5(namespace, name): FILE: tests/pythons/win32-py32/Lib/warnings.py function showwarning (line 13) | def showwarning(message, category, filename, lineno, file=None, line=None): function formatwarning (line 22) | def formatwarning(message, category, filename, lineno, line=None): function filterwarnings (line 31) | def filterwarnings(action, message="", category=Warning, module="", line... function simplefilter (line 59) | def simplefilter(action, category=Warning, lineno=0, append=False): function resetwarnings (line 79) | def resetwarnings(): class _OptionError (line 83) | class _OptionError(Exception): function _processoptions (line 88) | def _processoptions(args): function _setoption (line 96) | def _setoption(arg): function _getaction (line 123) | def _getaction(action): function _getcategory (line 133) | def _getcategory(category): function warn (line 160) | def warn(message, category=None, stacklevel=1): function warn_explicit (line 200) | def warn_explicit(message, category, filename, lineno, class WarningMessage (line 269) | class WarningMessage(object): method __init__ (line 276) | def __init__(self, message, category, filename, lineno, file=None, method __str__ (line 283) | def __str__(self): class catch_warnings (line 289) | class catch_warnings(object): method __init__ (line 306) | def __init__(self, *, record=False, module=None): method __repr__ (line 318) | def __repr__(self): method __enter__ (line 327) | def __enter__(self): method __exit__ (line 343) | def __exit__(self, *exc_info): FILE: tests/pythons/win32-py32/Lib/wave.py class Error (line 78) | class Error(Exception): class Wave_read (line 94) | class Wave_read: method initfp (line 125) | def initfp(self, file): method __init__ (line 156) | def __init__(self, f): method __del__ (line 169) | def __del__(self): method getfp (line 174) | def getfp(self): method rewind (line 177) | def rewind(self): method close (line 181) | def close(self): method tell (line 187) | def tell(self): method getnchannels (line 190) | def getnchannels(self): method getnframes (line 193) | def getnframes(self): method getsampwidth (line 196) | def getsampwidth(self): method getframerate (line 199) | def getframerate(self): method getcomptype (line 202) | def getcomptype(self): method getcompname (line 205) | def getcompname(self): method getparams (line 208) | def getparams(self): method getmarkers (line 213) | def getmarkers(self): method getmark (line 216) | def getmark(self, id): method setpos (line 219) | def setpos(self, pos): method readframes (line 225) | def readframes(self, nframes): method _read_fmt_chunk (line 263) | def _read_fmt_chunk(self, chunk): class Wave_write (line 274) | class Wave_write: method __init__ (line 300) | def __init__(self, f): method initfp (line 312) | def initfp(self, file): method __del__ (line 324) | def __del__(self): method setnchannels (line 330) | def setnchannels(self, nchannels): method getnchannels (line 337) | def getnchannels(self): method setsampwidth (line 342) | def setsampwidth(self, sampwidth): method getsampwidth (line 349) | def getsampwidth(self): method setframerate (line 354) | def setframerate(self, framerate): method getframerate (line 361) | def getframerate(self): method setnframes (line 366) | def setnframes(self, nframes): method getnframes (line 371) | def getnframes(self): method setcomptype (line 374) | def setcomptype(self, comptype, compname): method getcomptype (line 382) | def getcomptype(self): method getcompname (line 385) | def getcompname(self): method setparams (line 388) | def setparams(self, params): method getparams (line 398) | def getparams(self): method setmark (line 404) | def setmark(self, id, pos, name): method getmark (line 407) | def getmark(self, id): method getmarkers (line 410) | def getmarkers(self): method tell (line 413) | def tell(self): method writeframesraw (line 416) | def writeframesraw(self, data): method writeframes (line 432) | def writeframes(self, data): method close (line 437) | def close(self): method _ensure_header_written (line 452) | def _ensure_header_written(self, datasize): method _write_header (line 462) | def _write_header(self, initlength): method _patchheader (line 479) | def _patchheader(self): function open (line 491) | def open(f, mode=None): FILE: tests/pythons/win32-py32/Lib/weakref.py class WeakValueDictionary (line 33) | class WeakValueDictionary(collections.MutableMapping): method __init__ (line 45) | def __init__(self, *args, **kw): method _commit_removals (line 60) | def _commit_removals(self): method __getitem__ (line 68) | def __getitem__(self, key): method __delitem__ (line 75) | def __delitem__(self, key): method __len__ (line 80) | def __len__(self): method __contains__ (line 83) | def __contains__(self, key): method __repr__ (line 90) | def __repr__(self): method __setitem__ (line 93) | def __setitem__(self, key, value): method copy (line 98) | def copy(self): method __deepcopy__ (line 108) | def __deepcopy__(self, memo): method get (line 117) | def get(self, key, default=None): method items (line 130) | def items(self): method keys (line 137) | def keys(self): method itervaluerefs (line 145) | def itervaluerefs(self): method values (line 159) | def values(self): method popitem (line 166) | def popitem(self): method pop (line 175) | def pop(self, key, *args): method setdefault (line 189) | def setdefault(self, key, default=None): method update (line 200) | def update(self, dict=None, **kwargs): method valuerefs (line 212) | def valuerefs(self): class KeyedRef (line 225) | class KeyedRef(ref): method __new__ (line 237) | def __new__(type, ob, callback, key): method __init__ (line 242) | def __init__(self, ob, callback, key): class WeakKeyDictionary (line 246) | class WeakKeyDictionary(collections.MutableMapping): method __init__ (line 257) | def __init__(self, dict=None): method _commit_removals (line 273) | def _commit_removals(self): method __delitem__ (line 286) | def __delitem__(self, key): method __getitem__ (line 289) | def __getitem__(self, key): method __len__ (line 292) | def __len__(self): method __repr__ (line 295) | def __repr__(self): method __setitem__ (line 298) | def __setitem__(self, key, value): method copy (line 301) | def copy(self): method __deepcopy__ (line 311) | def __deepcopy__(self, memo): method get (line 320) | def get(self, key, default=None): method __contains__ (line 323) | def __contains__(self, key): method items (line 330) | def items(self): method keys (line 337) | def keys(self): method values (line 346) | def values(self): method keyrefs (line 352) | def keyrefs(self): method popitem (line 364) | def popitem(self): method pop (line 371) | def pop(self, key, *args): method setdefault (line 374) | def setdefault(self, key, default=None): method update (line 377) | def update(self, dict=None, **kwargs): FILE: tests/pythons/win32-py32/Lib/webbrowser.py class Error (line 15) | class Error(Exception): function register (line 21) | def register(name, klass, instance=None, update_tryorder=1): function get (line 29) | def get(using=None): function open (line 59) | def open(url, new=0, autoraise=True): function open_new (line 66) | def open_new(url): function open_new_tab (line 69) | def open_new_tab(url): function _synthesize (line 73) | def _synthesize(browser, update_tryorder=1): function _isexecutable (line 106) | def _isexecutable(cmd): function _isexecutable (line 115) | def _isexecutable(cmd): function _iscommand (line 122) | def _iscommand(cmd): class BaseBrowser (line 139) | class BaseBrowser(object): method __init__ (line 144) | def __init__(self, name=""): method open (line 148) | def open(self, url, new=0, autoraise=True): method open_new (line 151) | def open_new(self, url): method open_new_tab (line 154) | def open_new_tab(self, url): class GenericBrowser (line 158) | class GenericBrowser(BaseBrowser): method __init__ (line 162) | def __init__(self, name): method open (line 172) | def open(self, url, new=0, autoraise=True): class BackgroundBrowser (line 185) | class BackgroundBrowser(GenericBrowser): method open (line 189) | def open(self, url, new=0, autoraise=True): class UnixBrowser (line 205) | class UnixBrowser(BaseBrowser): method _invoke (line 222) | def _invoke(self, args, remote, autoraise): method open (line 260) | def open(self, url, new=0, autoraise=True): class Mozilla (line 286) | class Mozilla(UnixBrowser): class Galeon (line 299) | class Galeon(UnixBrowser): class Opera (line 309) | class Opera(UnixBrowser): class Elinks (line 320) | class Elinks(UnixBrowser): class Konqueror (line 334) | class Konqueror(BaseBrowser): method open (line 341) | def open(self, url, new=0, autoraise=True): class Grail (line 391) | class Grail(BaseBrowser): method _find_grail_rc (line 395) | def _find_grail_rc(self): method _remote (line 421) | def _remote(self, action): method open (line 429) | def open(self, url, new=0, autoraise=True): function register_X_browsers (line 444) | def register_X_browsers(): class WindowsDefault (line 511) | class WindowsDefault(BaseBrowser): method open (line 512) | def open(self, url, new=0, autoraise=True): class MacOSX (line 542) | class MacOSX(BaseBrowser): method __init__ (line 552) | def __init__(self, name): method open (line 555) | def open(self, url, new=0, autoraise=True): class MacOSXOSAScript (line 588) | class MacOSXOSAScript(BaseBrowser): method __init__ (line 589) | def __init__(self, name): method open (line 592) | def open(self, url, new=0, autoraise=True): function main (line 650) | def main(): FILE: tests/pythons/win32-py32/Lib/wsgiref/handlers.py function format_date_time (line 19) | def format_date_time(timestamp): function _needs_transcode (line 30) | def _needs_transcode(k): function read_environ (line 34) | def read_environ(): class BaseHandler (line 94) | class BaseHandler: method run (line 128) | def run(self, application): method setup_environ (line 148) | def setup_environ(self): method finish_response (line 169) | def finish_response(self): method get_scheme (line 186) | def get_scheme(self): method set_content_length (line 191) | def set_content_length(self): method cleanup_headers (line 204) | def cleanup_headers(self): method start_response (line 212) | def start_response(self, status, headers,exc_info=None): method _convert_string_type (line 240) | def _convert_string_type(self, value, title): method send_preamble (line 248) | def send_preamble(self): method write (line 262) | def write(self, data): method sendfile (line 283) | def sendfile(self): method finish_content (line 304) | def finish_content(self): method close (line 314) | def close(self): method send_headers (line 327) | def send_headers(self): method result_is_file (line 336) | def result_is_file(self): method client_is_modern (line 342) | def client_is_modern(self): method log_exception (line 347) | def log_exception(self,exc_info): method handle_error (line 363) | def handle_error(self): method error_output (line 371) | def error_output(self, environ, start_response): method _write (line 390) | def _write(self,data): method _flush (line 399) | def _flush(self): method get_stdin (line 407) | def get_stdin(self): method get_stderr (line 411) | def get_stderr(self): method add_cgi_vars (line 415) | def add_cgi_vars(self): class SimpleHandler (line 420) | class SimpleHandler(BaseHandler): method __init__ (line 433) | def __init__(self,stdin,stdout,stderr,environ, method get_stdin (line 443) | def get_stdin(self): method get_stderr (line 446) | def get_stderr(self): method add_cgi_vars (line 449) | def add_cgi_vars(self): method _write (line 452) | def _write(self,data): method _flush (line 455) | def _flush(self): class BaseCGIHandler (line 460) | class BaseCGIHandler(SimpleHandler): class CGIHandler (line 484) | class CGIHandler(BaseCGIHandler): method __init__ (line 507) | def __init__(self): class IISCGIHandler (line 514) | class IISCGIHandler(BaseCGIHandler): method __init__ (line 538) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/wsgiref/headers.py function _formatparam (line 13) | def _formatparam(param, value=None, quote=1): class Headers (line 28) | class Headers: method __init__ (line 32) | def __init__(self,headers): method _convert_string_type (line 41) | def _convert_string_type(self, value): method __len__ (line 48) | def __len__(self): method __setitem__ (line 52) | def __setitem__(self, name, val): method __delitem__ (line 58) | def __delitem__(self,name): method __getitem__ (line 66) | def __getitem__(self,name): method __contains__ (line 77) | def __contains__(self, name): method get_all (line 82) | def get_all(self, name): method get (line 94) | def get(self,name,default=None): method keys (line 103) | def keys(self): method values (line 113) | def values(self): method items (line 123) | def items(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 136) | def __str__(self): method __bytes__ (line 141) | def __bytes__(self): method setdefault (line 144) | def setdefault(self,name,value): method add_header (line 157) | def add_header(self, _name, _value, **_params): FILE: tests/pythons/win32-py32/Lib/wsgiref/simple_server.py class ServerHandler (line 27) | class ServerHandler(SimpleHandler): method close (line 31) | def close(self): class WSGIServer (line 41) | class WSGIServer(HTTPServer): method server_bind (line 47) | def server_bind(self): method setup_environ (line 52) | def setup_environ(self): method get_app (line 62) | def get_app(self): method set_app (line 65) | def set_app(self,application): class WSGIRequestHandler (line 70) | class WSGIRequestHandler(BaseHTTPRequestHandler): method get_environ (line 74) | def get_environ(self): method get_stderr (line 111) | def get_stderr(self): method handle (line 114) | def handle(self): function demo_app (line 129) | def demo_app(environ,start_response): function make_server (line 141) | def make_server( FILE: tests/pythons/win32-py32/Lib/wsgiref/util.py class FileWrapper (line 11) | class FileWrapper: method __init__ (line 14) | def __init__(self, filelike, blksize=8192): method __getitem__ (line 20) | def __getitem__(self,key): method __iter__ (line 26) | def __iter__(self): method __next__ (line 29) | def __next__(self): function guess_scheme (line 35) | def guess_scheme(environ): function application_uri (line 43) | def application_uri(environ): function request_uri (line 63) | def request_uri(environ, include_query=True): function shift_path_info (line 76) | def shift_path_info(environ): function setup_testing_defaults (line 117) | def setup_testing_defaults(environ): function is_hop_by_hop (line 163) | def is_hop_by_hop(header_name): FILE: tests/pythons/win32-py32/Lib/wsgiref/validate.py class WSGIWarning (line 121) | class WSGIWarning(Warning): function assert_ (line 126) | def assert_(cond, *args): function check_string_type (line 130) | def check_string_type(value, title): function validator (line 136) | def validator(application): class InputWrapper (line 191) | class InputWrapper: method __init__ (line 193) | def __init__(self, wsgi_input): method read (line 196) | def read(self, *args): method readline (line 202) | def readline(self, *args): method readlines (line 208) | def readlines(self, *args): method __iter__ (line 216) | def __iter__(self): method close (line 223) | def close(self): class ErrorWrapper (line 226) | class ErrorWrapper: method __init__ (line 228) | def __init__(self, wsgi_errors): method write (line 231) | def write(self, s): method flush (line 235) | def flush(self): method writelines (line 238) | def writelines(self, seq): method close (line 242) | def close(self): class WriteWrapper (line 245) | class WriteWrapper: method __init__ (line 247) | def __init__(self, wsgi_writer): method __call__ (line 250) | def __call__(self, s): class PartialIteratorWrapper (line 254) | class PartialIteratorWrapper: method __init__ (line 256) | def __init__(self, wsgi_iterator): method __iter__ (line 259) | def __iter__(self): class IteratorWrapper (line 263) | class IteratorWrapper: method __init__ (line 265) | def __init__(self, wsgi_iterator, check_start_response): method __iter__ (line 271) | def __iter__(self): method __next__ (line 274) | def __next__(self): method close (line 286) | def close(self): method __del__ (line 291) | def __del__(self): function check_environ (line 298) | def check_environ(environ): function check_input (line 363) | def check_input(wsgi_input): function check_errors (line 369) | def check_errors(wsgi_errors): function check_status (line 375) | def check_status(status): function check_headers (line 389) | def check_headers(headers): function check_content_type (line 416) | def check_content_type(status, headers): function check_exc_info (line 432) | def check_exc_info(exc_info): function check_iterator (line 437) | def check_iterator(iterator): FILE: tests/pythons/win32-py32/Lib/xdrlib.py class Error (line 13) | class Error(Exception): method __init__ (line 23) | def __init__(self, msg): method __repr__ (line 25) | def __repr__(self): method __str__ (line 27) | def __str__(self): class ConversionError (line 31) | class ConversionError(Error): class Packer (line 36) | class Packer: method __init__ (line 39) | def __init__(self): method reset (line 42) | def reset(self): method get_buffer (line 45) | def get_buffer(self): method pack_uint (line 50) | def pack_uint(self, x): method pack_int (line 53) | def pack_int(self, x): method pack_bool (line 58) | def pack_bool(self, x): method pack_uhyper (line 62) | def pack_uhyper(self, x): method pack_float (line 68) | def pack_float(self, x): method pack_double (line 73) | def pack_double(self, x): method pack_fstring (line 78) | def pack_fstring(self, n, s): method pack_string (line 88) | def pack_string(self, s): method pack_list (line 96) | def pack_list(self, list, pack_item): method pack_farray (line 102) | def pack_farray(self, n, list, pack_item): method pack_array (line 108) | def pack_array(self, list, pack_item): class Unpacker (line 115) | class Unpacker: method __init__ (line 118) | def __init__(self, data): method reset (line 121) | def reset(self, data): method get_position (line 125) | def get_position(self): method set_position (line 128) | def set_position(self, position): method get_buffer (line 131) | def get_buffer(self): method done (line 134) | def done(self): method unpack_uint (line 138) | def unpack_uint(self): method unpack_int (line 150) | def unpack_int(self): method unpack_bool (line 160) | def unpack_bool(self): method unpack_uhyper (line 163) | def unpack_uhyper(self): method unpack_hyper (line 168) | def unpack_hyper(self): method unpack_float (line 174) | def unpack_float(self): method unpack_double (line 182) | def unpack_double(self): method unpack_fstring (line 190) | def unpack_fstring(self, n): method unpack_string (line 202) | def unpack_string(self): method unpack_list (line 209) | def unpack_list(self, unpack_item): method unpack_farray (line 220) | def unpack_farray(self, n, unpack_item): method unpack_array (line 226) | def unpack_array(self, unpack_item): FILE: tests/pythons/win32-py32/Lib/xml/dom/NodeFilter.py class NodeFilter (line 4) | class NodeFilter: method acceptNode (line 26) | def acceptNode(self, node): FILE: tests/pythons/win32-py32/Lib/xml/dom/__init__.py class Node (line 18) | class Node: class DOMException (line 61) | class DOMException(Exception): method __init__ (line 65) | def __init__(self, *args, **kw): method _get_code (line 71) | def _get_code(self): class IndexSizeErr (line 75) | class IndexSizeErr(DOMException): class DomstringSizeErr (line 78) | class DomstringSizeErr(DOMException): class HierarchyRequestErr (line 81) | class HierarchyRequestErr(DOMException): class WrongDocumentErr (line 84) | class WrongDocumentErr(DOMException): class InvalidCharacterErr (line 87) | class InvalidCharacterErr(DOMException): class NoDataAllowedErr (line 90) | class NoDataAllowedErr(DOMException): class NoModificationAllowedErr (line 93) | class NoModificationAllowedErr(DOMException): class NotFoundErr (line 96) | class NotFoundErr(DOMException): class NotSupportedErr (line 99) | class NotSupportedErr(DOMException): class InuseAttributeErr (line 102) | class InuseAttributeErr(DOMException): class InvalidStateErr (line 105) | class InvalidStateErr(DOMException): class SyntaxErr (line 108) | class SyntaxErr(DOMException): class InvalidModificationErr (line 111) | class InvalidModificationErr(DOMException): class NamespaceErr (line 114) | class NamespaceErr(DOMException): class InvalidAccessErr (line 117) | class InvalidAccessErr(DOMException): class ValidationErr (line 120) | class ValidationErr(DOMException): class UserDataHandler (line 123) | class UserDataHandler: FILE: tests/pythons/win32-py32/Lib/xml/dom/domreg.py function registerDOMImplementation (line 21) | def registerDOMImplementation(name, factory): function _good_enough (line 32) | def _good_enough(dom, features): function getDOMImplementation (line 39) | def getDOMImplementation(name=None, features=()): function _parse_feature_string (line 82) | def _parse_feature_string(s): FILE: tests/pythons/win32-py32/Lib/xml/dom/expatbuilder.py class ElementInfo (line 62) | class ElementInfo(object): method __init__ (line 65) | def __init__(self, tagName, model=None): method __getstate__ (line 70) | def __getstate__(self): method __setstate__ (line 73) | def __setstate__(self, state): method getAttributeType (line 76) | def getAttributeType(self, aname): method getAttributeTypeNS (line 86) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 89) | def isElementContent(self): method isEmpty (line 97) | def isEmpty(self): method isId (line 103) | def isId(self, aname): method isIdNS (line 109) | def isIdNS(self, euri, ename, auri, aname): function _intern (line 113) | def _intern(builder, s): function _parse_ns_name (line 116) | def _parse_ns_name(builder, name): class ExpatBuilder (line 133) | class ExpatBuilder: method __init__ (line 137) | def __init__(self, options=None): method createParser (line 151) | def createParser(self): method getParser (line 155) | def getParser(self): method reset (line 166) | def reset(self): method install (line 174) | def install(self, parser): method parseFile (line 197) | def parseFile(self, file): method parseString (line 219) | def parseString(self, string): method _setup_subset (line 232) | def _setup_subset(self, buffer): method start_doctype_decl_handler (line 240) | def start_doctype_decl_handler(self, doctypeName, systemId, publicId, method end_doctype_decl_handler (line 261) | def end_doctype_decl_handler(self): method pi_handler (line 268) | def pi_handler(self, target, data): method character_data_handler_cdata (line 274) | def character_data_handler_cdata(self, data): method character_data_handler (line 296) | def character_data_handler(self, data): method entity_decl_handler (line 309) | def entity_decl_handler(self, entityName, is_parameter_entity, value, method notation_decl_handler (line 327) | def notation_decl_handler(self, notationName, base, systemId, publicId): method comment_handler (line 333) | def comment_handler(self, data): method start_cdata_section_handler (line 339) | def start_cdata_section_handler(self): method end_cdata_section_handler (line 343) | def end_cdata_section_handler(self): method external_entity_ref_handler (line 347) | def external_entity_ref_handler(self, context, base, systemId, publicId): method first_element_handler (line 350) | def first_element_handler(self, name, attributes): method start_element_handler (line 356) | def start_element_handler(self, name, attributes): method _finish_start_element (line 376) | def _finish_start_element(self, node): method end_element_handler (line 399) | def end_element_handler(self, name): method _finish_end_element (line 404) | def _finish_end_element(self, curNode): method _handle_white_text_nodes (line 415) | def _handle_white_text_nodes(self, node, info): method element_decl_handler (line 432) | def element_decl_handler(self, name, model): method attlist_decl_handler (line 440) | def attlist_decl_handler(self, elem, name, type, default, required): method xml_decl_handler (line 448) | def xml_decl_handler(self, version, encoding, standalone): class FilterVisibilityController (line 463) | class FilterVisibilityController(object): method __init__ (line 469) | def __init__(self, filter): method startContainer (line 472) | def startContainer(self, node): method acceptNode (line 485) | def acceptNode(self, node): class FilterCrutch (line 521) | class FilterCrutch(object): method __init__ (line 524) | def __init__(self, builder): class Rejecter (line 533) | class Rejecter(FilterCrutch): method __init__ (line 536) | def __init__(self, builder): method start_element_handler (line 548) | def start_element_handler(self, *args): method end_element_handler (line 551) | def end_element_handler(self, *args): class Skipper (line 561) | class Skipper(FilterCrutch): method start_element_handler (line 564) | def start_element_handler(self, *args): method end_element_handler (line 570) | def end_element_handler(self, *args): class FragmentBuilder (line 601) | class FragmentBuilder(ExpatBuilder): method __init__ (line 610) | def __init__(self, context, options=None): method reset (line 619) | def reset(self): method parseFile (line 623) | def parseFile(self, file): method parseString (line 628) | def parseString(self, string): method _getDeclarations (line 656) | def _getDeclarations(self): method _getNSattrs (line 692) | def _getNSattrs(self): method external_entity_ref_handler (line 695) | def external_entity_ref_handler(self, context, base, systemId, publicId): class Namespaces (line 718) | class Namespaces: method _initNamespaces (line 721) | def _initNamespaces(self): method createParser (line 726) | def createParser(self): method install (line 732) | def install(self, parser): method start_namespace_decl_handler (line 739) | def start_namespace_decl_handler(self, prefix, uri): method start_element_handler (line 743) | def start_element_handler(self, name, attributes): method end_element_handler (line 801) | def end_element_handler(self, name): class ExpatBuilderNS (line 818) | class ExpatBuilderNS(Namespaces, ExpatBuilder): method reset (line 821) | def reset(self): class FragmentBuilderNS (line 826) | class FragmentBuilderNS(Namespaces, FragmentBuilder): method reset (line 829) | def reset(self): method _getNSattrs (line 833) | def _getNSattrs(self): class ParseEscape (line 863) | class ParseEscape(Exception): class InternalSubsetExtractor (line 867) | class InternalSubsetExtractor(ExpatBuilder): method getSubset (line 872) | def getSubset(self): method parseFile (line 876) | def parseFile(self, file): method parseString (line 882) | def parseString(self, string): method install (line 888) | def install(self, parser): method start_doctype_decl_handler (line 892) | def start_doctype_decl_handler(self, name, publicId, systemId, method end_doctype_decl_handler (line 902) | def end_doctype_decl_handler(self): method start_element_handler (line 907) | def start_element_handler(self, name, attrs): function parse (line 911) | def parse(file, namespaces=True): function parseString (line 932) | def parseString(string, namespaces=True): function parseFragment (line 943) | def parseFragment(file, context, namespaces=True): function parseFragmentString (line 966) | def parseFragmentString(string, context, namespaces=True): function makeBuilder (line 978) | def makeBuilder(options): FILE: tests/pythons/win32-py32/Lib/xml/dom/minicompat.py class NodeList (line 46) | class NodeList(list): method item (line 49) | def item(self, index): method _get_length (line 53) | def _get_length(self): method _set_length (line 56) | def _set_length(self, value): method __getstate__ (line 63) | def __getstate__(self): method __setstate__ (line 66) | def __setstate__(self, state): class EmptyNodeList (line 70) | class EmptyNodeList(tuple): method __add__ (line 73) | def __add__(self, other): method __radd__ (line 78) | def __radd__(self, other): method item (line 83) | def item(self, index): method _get_length (line 86) | def _get_length(self): method _set_length (line 89) | def _set_length(self, value): function defproperty (line 97) | def defproperty(klass, name, doc): FILE: tests/pythons/win32-py32/Lib/xml/dom/minidom.py class Node (line 35) | class Node(xml.dom.Node): method __bool__ (line 44) | def __bool__(self): method toxml (line 47) | def toxml(self, encoding=None): method toprettyxml (line 50) | def toprettyxml(self, indent="\t", newl="\n", encoding=None): method hasChildNodes (line 65) | def hasChildNodes(self): method _get_childNodes (line 71) | def _get_childNodes(self): method _get_firstChild (line 74) | def _get_firstChild(self): method _get_lastChild (line 78) | def _get_lastChild(self): method insertBefore (line 82) | def insertBefore(self, newChild, refChild): method appendChild (line 114) | def appendChild(self, node): method replaceChild (line 131) | def replaceChild(self, newChild, oldChild): method removeChild (line 163) | def removeChild(self, oldChild): method normalize (line 179) | def normalize(self): method cloneNode (line 206) | def cloneNode(self, deep): method isSupported (line 209) | def isSupported(self, feature, version): method _get_localName (line 212) | def _get_localName(self): method isSameNode (line 218) | def isSameNode(self, other): method getInterface (line 221) | def getInterface(self, feature): method getUserData (line 231) | def getUserData(self, key): method setUserData (line 237) | def setUserData(self, key, data, handler): method _call_user_data_handler (line 255) | def _call_user_data_handler(self, operation, src, dst): method unlink (line 263) | def unlink(self): method __enter__ (line 274) | def __enter__(self): method __exit__ (line 277) | def __exit__(self, et, ev, tb): function _append_child (line 285) | def _append_child(self, node): function _in_document (line 295) | def _in_document(node): function _write_data (line 303) | def _write_data(writer, data): function _get_elements_by_tagName_helper (line 310) | def _get_elements_by_tagName_helper(parent, name, rc): function _get_elements_by_tagName_ns_helper (line 318) | def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc): class DocumentFragment (line 327) | class DocumentFragment(Node): method __init__ (line 341) | def __init__(self): class Attr (line 345) | class Attr(Node): method __init__ (line 354) | def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, method _get_localName (line 368) | def _get_localName(self): method _get_name (line 373) | def _get_name(self): method _get_specified (line 376) | def _get_specified(self): method __setattr__ (line 379) | def __setattr__(self, name, value): method _set_prefix (line 394) | def _set_prefix(self, prefix): method _set_value (line 410) | def _set_value(self, value): method unlink (line 417) | def unlink(self): method _get_isId (line 434) | def _get_isId(self): method _get_schemaType (line 450) | def _get_schemaType(self): class NamedNodeMap (line 469) | class NamedNodeMap(object): method __init__ (line 480) | def __init__(self, attrs, attrsNS, ownerElement): method _get_length (line 485) | def _get_length(self): method item (line 488) | def item(self, index): method items (line 494) | def items(self): method itemsNS (line 500) | def itemsNS(self): method __contains__ (line 506) | def __contains__(self, key): method keys (line 512) | def keys(self): method keysNS (line 515) | def keysNS(self): method values (line 518) | def values(self): method get (line 521) | def get(self, name, value=None): method _cmp (line 526) | def _cmp(self, other): method __eq__ (line 532) | def __eq__(self, other): method __ge__ (line 535) | def __ge__(self, other): method __gt__ (line 538) | def __gt__(self, other): method __le__ (line 541) | def __le__(self, other): method __lt__ (line 544) | def __lt__(self, other): method __ne__ (line 547) | def __ne__(self, other): method __getitem__ (line 550) | def __getitem__(self, attname_or_tuple): method __setitem__ (line 557) | def __setitem__(self, attname, value): method getNamedItem (line 572) | def getNamedItem(self, name): method getNamedItemNS (line 578) | def getNamedItemNS(self, namespaceURI, localName): method removeNamedItem (line 584) | def removeNamedItem(self, name): method removeNamedItemNS (line 596) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 608) | def setNamedItem(self, node): method setNamedItemNS (line 621) | def setNamedItemNS(self, node): method __delitem__ (line 624) | def __delitem__(self, attname_or_tuple): method __getstate__ (line 629) | def __getstate__(self): method __setstate__ (line 632) | def __setstate__(self, state): class TypeInfo (line 641) | class TypeInfo(object): method __init__ (line 644) | def __init__(self, namespace, name): method __repr__ (line 648) | def __repr__(self): method _get_name (line 654) | def _get_name(self): method _get_namespace (line 657) | def _get_namespace(self): class Element (line 662) | class Element(Node): method __init__ (line 676) | def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, method _get_localName (line 691) | def _get_localName(self): method _get_tagName (line 696) | def _get_tagName(self): method unlink (line 699) | def unlink(self): method getAttribute (line 706) | def getAttribute(self, attname): method getAttributeNS (line 712) | def getAttributeNS(self, namespaceURI, localName): method setAttribute (line 718) | def setAttribute(self, attname, value): method setAttributeNS (line 733) | def setAttributeNS(self, namespaceURI, qualifiedName, value): method getAttributeNode (line 755) | def getAttributeNode(self, attrname): method getAttributeNodeNS (line 758) | def getAttributeNodeNS(self, namespaceURI, localName): method setAttributeNode (line 761) | def setAttributeNode(self, attr): method removeAttribute (line 781) | def removeAttribute(self, name): method removeAttributeNS (line 788) | def removeAttributeNS(self, namespaceURI, localName): method removeAttributeNode (line 795) | def removeAttributeNode(self, node): method hasAttribute (line 810) | def hasAttribute(self, name): method hasAttributeNS (line 813) | def hasAttributeNS(self, namespaceURI, localName): method getElementsByTagName (line 816) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 819) | def getElementsByTagNameNS(self, namespaceURI, localName): method __repr__ (line 823) | def __repr__(self): method writexml (line 826) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_attributes (line 853) | def _get_attributes(self): method hasAttributes (line 856) | def hasAttributes(self): method setIdAttribute (line 864) | def setIdAttribute(self, name): method setIdAttributeNS (line 868) | def setIdAttributeNS(self, namespaceURI, localName): method setIdAttributeNode (line 872) | def setIdAttributeNode(self, idAttr): function _set_attribute_node (line 889) | def _set_attribute_node(element, attr): class Childless (line 900) | class Childless: method _get_firstChild (line 910) | def _get_firstChild(self): method _get_lastChild (line 913) | def _get_lastChild(self): method appendChild (line 916) | def appendChild(self, node): method hasChildNodes (line 920) | def hasChildNodes(self): method insertBefore (line 923) | def insertBefore(self, newChild, refChild): method removeChild (line 927) | def removeChild(self, oldChild): method normalize (line 931) | def normalize(self): method replaceChild (line 935) | def replaceChild(self, newChild, oldChild): class ProcessingInstruction (line 940) | class ProcessingInstruction(Childless, Node): method __init__ (line 943) | def __init__(self, target, data): method _get_data (line 947) | def _get_data(self): method _set_data (line 949) | def _set_data(self, value): method _get_target (line 953) | def _get_target(self): method _set_target (line 955) | def _set_target(self, value): method __setattr__ (line 959) | def __setattr__(self, name, value): method writexml (line 967) | def writexml(self, writer, indent="", addindent="", newl=""): class CharacterData (line 971) | class CharacterData(Childless, Node): method _get_length (line 972) | def _get_length(self): method _get_data (line 976) | def _get_data(self): method _set_data (line 978) | def _set_data(self, data): method __setattr__ (line 985) | def __setattr__(self, name, value): method __repr__ (line 991) | def __repr__(self): method substringData (line 1000) | def substringData(self, offset, count): method appendData (line 1009) | def appendData(self, arg): method insertData (line 1012) | def insertData(self, offset, arg): method deleteData (line 1021) | def deleteData(self, offset, count): method replaceData (line 1031) | def replaceData(self, offset, count, arg): class Text (line 1045) | class Text(CharacterData): method splitText (line 1055) | def splitText(self, offset): method writexml (line 1070) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_wholeText (line 1075) | def _get_wholeText(self): method replaceWholeText (line 1093) | def replaceWholeText(self, content): method _get_isWhitespaceInElementContent (line 1123) | def _get_isWhitespaceInElementContent(self): function _get_containing_element (line 1142) | def _get_containing_element(node): function _get_containing_entref (line 1150) | def _get_containing_entref(node): class Comment (line 1159) | class Comment(CharacterData): method __init__ (line 1163) | def __init__(self, data): method writexml (line 1166) | def writexml(self, writer, indent="", addindent="", newl=""): class CDATASection (line 1172) | class CDATASection(Text): method writexml (line 1181) | def writexml(self, writer, indent="", addindent="", newl=""): class ReadOnlySequentialNamedNodeMap (line 1187) | class ReadOnlySequentialNamedNodeMap(object): method __init__ (line 1190) | def __init__(self, seq=()): method __len__ (line 1194) | def __len__(self): method _get_length (line 1197) | def _get_length(self): method getNamedItem (line 1200) | def getNamedItem(self, name): method getNamedItemNS (line 1205) | def getNamedItemNS(self, namespaceURI, localName): method __getitem__ (line 1210) | def __getitem__(self, name_or_tuple): method item (line 1219) | def item(self, index): method removeNamedItem (line 1227) | def removeNamedItem(self, name): method removeNamedItemNS (line 1231) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 1235) | def setNamedItem(self, node): method setNamedItemNS (line 1239) | def setNamedItemNS(self, node): method __getstate__ (line 1243) | def __getstate__(self): method __setstate__ (line 1246) | def __setstate__(self, state): class Identified (line 1253) | class Identified: method _identified_mixin_init (line 1259) | def _identified_mixin_init(self, publicId, systemId): method _get_publicId (line 1263) | def _get_publicId(self): method _get_systemId (line 1266) | def _get_systemId(self): class DocumentType (line 1269) | class DocumentType(Identified, Childless, Node): method __init__ (line 1277) | def __init__(self, qualifiedName): method _get_internalSubset (line 1285) | def _get_internalSubset(self): method cloneNode (line 1288) | def cloneNode(self, deep): method writexml (line 1315) | def writexml(self, writer, indent="", addindent="", newl=""): class Entity (line 1329) | class Entity(Identified, Node): method __init__ (line 1338) | def __init__(self, name, publicId, systemId, notation): method _get_actualEncoding (line 1344) | def _get_actualEncoding(self): method _get_encoding (line 1347) | def _get_encoding(self): method _get_version (line 1350) | def _get_version(self): method appendChild (line 1353) | def appendChild(self, newChild): method insertBefore (line 1357) | def insertBefore(self, newChild, refChild): method removeChild (line 1361) | def removeChild(self, oldChild): method replaceChild (line 1365) | def replaceChild(self, newChild, oldChild): class Notation (line 1369) | class Notation(Identified, Childless, Node): method __init__ (line 1373) | def __init__(self, name, publicId, systemId): class DOMImplementation (line 1378) | class DOMImplementation(DOMImplementationLS): method hasFeature (line 1389) | def hasFeature(self, feature, version): method createDocument (line 1394) | def createDocument(self, namespaceURI, qualifiedName, doctype): method createDocumentType (line 1439) | def createDocumentType(self, qualifiedName, publicId, systemId): method getInterface (line 1447) | def getInterface(self, feature): method _create_document (line 1454) | def _create_document(self): class ElementInfo (line 1457) | class ElementInfo(object): method __init__ (line 1468) | def __init__(self, name): method getAttributeType (line 1471) | def getAttributeType(self, aname): method getAttributeTypeNS (line 1474) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 1477) | def isElementContent(self): method isEmpty (line 1480) | def isEmpty(self): method isId (line 1485) | def isId(self, aname): method isIdNS (line 1489) | def isIdNS(self, namespaceURI, localName): method __getstate__ (line 1493) | def __getstate__(self): method __setstate__ (line 1496) | def __setstate__(self, state): function _clear_id_cache (line 1499) | def _clear_id_cache(node): class Document (line 1507) | class Document(Node, DocumentLS): method __init__ (line 1533) | def __init__(self): method _get_elem_info (line 1541) | def _get_elem_info(self, element): method _get_actualEncoding (line 1548) | def _get_actualEncoding(self): method _get_doctype (line 1551) | def _get_doctype(self): method _get_documentURI (line 1554) | def _get_documentURI(self): method _get_encoding (line 1557) | def _get_encoding(self): method _get_errorHandler (line 1560) | def _get_errorHandler(self): method _get_standalone (line 1563) | def _get_standalone(self): method _get_strictErrorChecking (line 1566) | def _get_strictErrorChecking(self): method _get_version (line 1569) | def _get_version(self): method appendChild (line 1572) | def appendChild(self, node): method removeChild (line 1588) | def removeChild(self, oldChild): method _get_documentElement (line 1600) | def _get_documentElement(self): method unlink (line 1605) | def unlink(self): method cloneNode (line 1611) | def cloneNode(self, deep): method createDocumentFragment (line 1632) | def createDocumentFragment(self): method createElement (line 1637) | def createElement(self, tagName): method createTextNode (line 1642) | def createTextNode(self, data): method createCDATASection (line 1650) | def createCDATASection(self, data): method createComment (line 1658) | def createComment(self, data): method createProcessingInstruction (line 1663) | def createProcessingInstruction(self, target, data): method createAttribute (line 1668) | def createAttribute(self, qName): method createElementNS (line 1674) | def createElementNS(self, namespaceURI, qualifiedName): method createAttributeNS (line 1680) | def createAttributeNS(self, namespaceURI, qualifiedName): method _create_entity (line 1690) | def _create_entity(self, name, publicId, systemId, notationName): method _create_notation (line 1695) | def _create_notation(self, name, publicId, systemId): method getElementById (line 1700) | def getElementById(self, id): method getElementsByTagName (line 1758) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 1761) | def getElementsByTagNameNS(self, namespaceURI, localName): method isSupported (line 1765) | def isSupported(self, feature, version): method importNode (line 1768) | def importNode(self, node, deep): method writexml (line 1775) | def writexml(self, writer, indent="", addindent="", newl="", method renameNode (line 1786) | def renameNode(self, n, namespaceURI, name): function _clone_node (line 1845) | def _clone_node(node, deep, newOwnerDocument): function _nssplit (line 1927) | def _nssplit(qualifiedName): function _do_pulldom_parse (line 1935) | def _do_pulldom_parse(func, args, kwargs): function parse (line 1942) | def parse(file, parser=None, bufsize=None): function parseString (line 1952) | def parseString(string, parser=None): function getDOMImplementation (line 1962) | def getDOMImplementation(features=None): FILE: tests/pythons/win32-py32/Lib/xml/dom/pulldom.py class PullDOM (line 14) | class PullDOM(xml.sax.ContentHandler): method __init__ (line 18) | def __init__(self, documentFactory=None): method pop (line 34) | def pop(self): method setDocumentLocator (line 39) | def setDocumentLocator(self, locator): method startPrefixMapping (line 42) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 49) | def endPrefixMapping(self, prefix): method startElementNS (line 52) | def startElementNS(self, name, tagName , attrs): method endElementNS (line 109) | def endElementNS(self, name, tagName): method startElement (line 113) | def startElement(self, name, attrs): method endElement (line 128) | def endElement(self, name): method comment (line 132) | def comment(self, s): method processingInstruction (line 141) | def processingInstruction(self, target, data): method ignorableWhitespace (line 150) | def ignorableWhitespace(self, chars): method characters (line 155) | def characters(self, chars): method startDocument (line 160) | def startDocument(self): method buildDocument (line 165) | def buildDocument(self, uri, tagname): method endDocument (line 189) | def endDocument(self): method clear (line 193) | def clear(self): class ErrorHandler (line 197) | class ErrorHandler: method warning (line 198) | def warning(self, exception): method error (line 200) | def error(self, exception): method fatalError (line 202) | def fatalError(self, exception): class DOMEventStream (line 205) | class DOMEventStream: method __init__ (line 206) | def __init__(self, stream, parser, bufsize): method reset (line 214) | def reset(self): method __getitem__ (line 220) | def __getitem__(self, pos): method __next__ (line 226) | def __next__(self): method __iter__ (line 232) | def __iter__(self): method expandNode (line 235) | def expandNode(self, node): method getEvent (line 250) | def getEvent(self): method _slurp (line 265) | def _slurp(self): method _emit (line 275) | def _emit(self): method clear (line 283) | def clear(self): class SAX2DOM (line 290) | class SAX2DOM(PullDOM): method startElementNS (line 292) | def startElementNS(self, name, tagName , attrs): method startElement (line 298) | def startElement(self, name, attrs): method processingInstruction (line 304) | def processingInstruction(self, target, data): method ignorableWhitespace (line 310) | def ignorableWhitespace(self, chars): method characters (line 316) | def characters(self, chars): function parse (line 325) | def parse(stream_or_string, parser=None, bufsize=None): function parseString (line 336) | def parseString(string, parser=None): FILE: tests/pythons/win32-py32/Lib/xml/dom/xmlbuilder.py class Options (line 12) | class Options: class DOMBuilder (line 44) | class DOMBuilder: method __init__ (line 57) | def __init__(self): method _get_entityResolver (line 60) | def _get_entityResolver(self): method _set_entityResolver (line 62) | def _set_entityResolver(self, entityResolver): method _get_errorHandler (line 65) | def _get_errorHandler(self): method _set_errorHandler (line 67) | def _set_errorHandler(self, errorHandler): method _get_filter (line 70) | def _get_filter(self): method _set_filter (line 72) | def _set_filter(self, filter): method setFeature (line 75) | def setFeature(self, name, state): method supportsFeature (line 89) | def supportsFeature(self, name): method canSetFeature (line 92) | def canSetFeature(self, name, state): method getFeature (line 162) | def getFeature(self, name): method parseURI (line 180) | def parseURI(self, uri): method parse (line 187) | def parse(self, input): method parseWithContext (line 197) | def parseWithContext(self, input, cnode, action): method _parse_bytestream (line 202) | def _parse_bytestream(self, stream, options): function _name_xform (line 208) | def _name_xform(name): class DOMEntityResolver (line 212) | class DOMEntityResolver(object): method resolveEntity (line 215) | def resolveEntity(self, publicId, systemId): method _get_opener (line 237) | def _get_opener(self): method _create_opener (line 244) | def _create_opener(self): method _guess_media_encoding (line 248) | def _guess_media_encoding(self, source): class DOMInputSource (line 256) | class DOMInputSource(object): method __init__ (line 260) | def __init__(self): method _get_byteStream (line 269) | def _get_byteStream(self): method _set_byteStream (line 271) | def _set_byteStream(self, byteStream): method _get_characterStream (line 274) | def _get_characterStream(self): method _set_characterStream (line 276) | def _set_characterStream(self, characterStream): method _get_stringData (line 279) | def _get_stringData(self): method _set_stringData (line 281) | def _set_stringData(self, data): method _get_encoding (line 284) | def _get_encoding(self): method _set_encoding (line 286) | def _set_encoding(self, encoding): method _get_publicId (line 289) | def _get_publicId(self): method _set_publicId (line 291) | def _set_publicId(self, publicId): method _get_systemId (line 294) | def _get_systemId(self): method _set_systemId (line 296) | def _set_systemId(self, systemId): method _get_baseURI (line 299) | def _get_baseURI(self): method _set_baseURI (line 301) | def _set_baseURI(self, uri): class DOMBuilderFilter (line 305) | class DOMBuilderFilter: method _get_whatToShow (line 322) | def _get_whatToShow(self): method acceptNode (line 325) | def acceptNode(self, element): method startContainer (line 328) | def startContainer(self, element): class DocumentLS (line 334) | class DocumentLS: method _get_async (line 339) | def _get_async(self): method _set_async (line 341) | def _set_async(self, async): method abort (line 346) | def abort(self): method load (line 352) | def load(self, uri): method loadXML (line 355) | def loadXML(self, source): method saveXML (line 358) | def saveXML(self, snode): class DOMImplementationLS (line 366) | class DOMImplementationLS: method createDOMBuilder (line 370) | def createDOMBuilder(self, mode, schemaType): method createDOMWriter (line 381) | def createDOMWriter(self): method createDOMInputSource (line 385) | def createDOMInputSource(self): FILE: tests/pythons/win32-py32/Lib/xml/etree/ElementInclude.py class FatalIncludeError (line 62) | class FatalIncludeError(SyntaxError): function default_loader (line 77) | def default_loader(href, parse, encoding=None): function include (line 100) | def include(elem, loader=None): FILE: tests/pythons/win32-py32/Lib/xml/etree/ElementPath.py function xpath_tokenizer (line 73) | def xpath_tokenizer(pattern, namespaces=None): function get_parent_map (line 87) | def get_parent_map(context): function prepare_child (line 96) | def prepare_child(next, token): function prepare_star (line 105) | def prepare_star(next, token): function prepare_self (line 112) | def prepare_self(next, token): function prepare_descendant (line 118) | def prepare_descendant(next, token): function prepare_parent (line 133) | def prepare_parent(next, token): function prepare_predicate (line 146) | def prepare_predicate(next, token): class _SelectorContext (line 237) | class _SelectorContext: method __init__ (line 239) | def __init__(self, root): function iterfind (line 247) | def iterfind(elem, path, namespaces=None): function find (line 283) | def find(elem, path, namespaces=None): function findall (line 292) | def findall(elem, path, namespaces=None): function findtext (line 298) | def findtext(elem, path, default=None, namespaces=None): FILE: tests/pythons/win32-py32/Lib/xml/etree/ElementTree.py class _SimpleElementPath (line 104) | class _SimpleElementPath: method find (line 106) | def find(self, element, tag, namespaces=None): method findtext (line 111) | def findtext(self, element, tag, default=None, namespaces=None): method iterfind (line 116) | def iterfind(self, element, tag, namespaces=None): method findall (line 123) | def findall(self, element, tag, namespaces=None): class ParseError (line 138) | class ParseError(SyntaxError): function iselement (line 150) | def iselement(element): class Element (line 171) | class Element: method __init__ (line 207) | def __init__(self, tag, attrib={}, **extra): method __repr__ (line 214) | def __repr__(self): method makeelement (line 224) | def makeelement(self, tag, attrib): method copy (line 233) | def copy(self): method __len__ (line 247) | def __len__(self): method __bool__ (line 250) | def __bool__(self): method __getitem__ (line 265) | def __getitem__(self, index): method __setitem__ (line 275) | def __setitem__(self, index, element): method __delitem__ (line 289) | def __delitem__(self, index): method append (line 300) | def append(self, element): method extend (line 310) | def extend(self, elements): method insert (line 320) | def insert(self, index, element): method remove (line 335) | def remove(self, element): method getchildren (line 346) | def getchildren(self): method find (line 362) | def find(self, path, namespaces=None): method findtext (line 377) | def findtext(self, path, default=None, namespaces=None): method findall (line 389) | def findall(self, path, namespaces=None): method iterfind (line 401) | def iterfind(self, path, namespaces=None): method clear (line 409) | def clear(self): method get (line 424) | def get(self, key, default=None): method set (line 434) | def set(self, key, value): method keys (line 445) | def keys(self): method items (line 455) | def items(self): method iter (line 471) | def iter(self, tag=None): method getiterator (line 481) | def getiterator(self, tag=None): method itertext (line 498) | def itertext(self): function SubElement (line 527) | def SubElement(parent, tag, attrib={}, **extra): function Comment (line 546) | def Comment(text=None): function ProcessingInstruction (line 561) | def ProcessingInstruction(target, text=None): class QName (line 580) | class QName: method __init__ (line 581) | def __init__(self, text_or_uri, tag=None): method __str__ (line 585) | def __str__(self): method __repr__ (line 587) | def __repr__(self): method __hash__ (line 589) | def __hash__(self): method __le__ (line 591) | def __le__(self, other): method __lt__ (line 595) | def __lt__(self, other): method __ge__ (line 599) | def __ge__(self, other): method __gt__ (line 603) | def __gt__(self, other): method __eq__ (line 607) | def __eq__(self, other): method __ne__ (line 611) | def __ne__(self, other): class ElementTree (line 627) | class ElementTree: method __init__ (line 629) | def __init__(self, element=None, file=None): method getroot (line 641) | def getroot(self): method _setroot (line 651) | def _setroot(self, element): method parse (line 666) | def parse(self, source, parser=None): method iter (line 693) | def iter(self, tag=None): method getiterator (line 698) | def getiterator(self, tag=None): method find (line 715) | def find(self, path, namespaces=None): method findtext (line 739) | def findtext(self, path, default=None, namespaces=None): method findall (line 760) | def findall(self, path, namespaces=None): method iterfind (line 782) | def iterfind(self, path, namespaces=None): method write (line 809) | def write(self, file_or_filename, method write_c14n (line 864) | def write_c14n(self, file): function _namespaces (line 871) | def _namespaces(elem, default_namespace=None): function _serialize_xml (line 936) | def _serialize_xml(write, elem, qnames, namespaces): function _serialize_html (line 991) | def _serialize_html(write, elem, qnames, namespaces): function _serialize_text (line 1041) | def _serialize_text(write, elem): function register_namespace (line 1066) | def register_namespace(prefix, uri): function _raise_serialization_error (line 1087) | def _raise_serialization_error(text): function _escape_cdata (line 1092) | def _escape_cdata(text): function _escape_attrib (line 1108) | def _escape_attrib(text): function _escape_attrib_html (line 1125) | def _escape_attrib_html(text): function tostring (line 1153) | def tostring(element, encoding=None, method=None): function tostringlist (line 1180) | def tostringlist(element, encoding=None, method=None): function dump (line 1199) | def dump(elem): function parse (line 1219) | def parse(source, parser=None): function iterparse (line 1235) | def iterparse(source, events=None, parser=None): class _IterParseIterator (line 1244) | class _IterParseIterator: method __init__ (line 1246) | def __init__(self, source, events, parser, close_source=False): method __next__ (line 1289) | def __next__(self): method __iter__ (line 1319) | def __iter__(self): function XML (line 1332) | def XML(text, parser=None): function XMLID (line 1348) | def XMLID(text, parser=None): function fromstringlist (line 1380) | def fromstringlist(sequence, parser=None): class TreeBuilder (line 1400) | class TreeBuilder: method __init__ (line 1402) | def __init__(self, element_factory=None): method close (line 1418) | def close(self): method _flush (line 1423) | def _flush(self): method data (line 1441) | def data(self, data): method start (line 1452) | def start(self, tag, attrs): method end (line 1468) | def end(self, tag): class XMLParser (line 1490) | class XMLParser: method __init__ (line 1492) | def __init__(self, html=0, target=None, encoding=None): method _raiseerror (line 1537) | def _raiseerror(self, value): method _fixname (line 1543) | def _fixname(self, key): method _start (line 1554) | def _start(self, tag, attrib_in): method _start_list (line 1562) | def _start_list(self, tag, attrib_in): method _data (line 1571) | def _data(self, text): method _end (line 1574) | def _end(self, tag): method _comment (line 1577) | def _comment(self, data): method _pi (line 1585) | def _pi(self, target, data): method _default (line 1593) | def _default(self, text): method doctype (line 1648) | def doctype(self, name, pubid, system): method feed (line 1664) | def feed(self, data): method close (line 1676) | def close(self): FILE: tests/pythons/win32-py32/Lib/xml/sax/__init__.py function parse (line 29) | def parse(source, handler, errorHandler=ErrorHandler()): function parseString (line 35) | def parseString(string, handler, errorHandler=ErrorHandler()): function make_parser (line 68) | def make_parser(parser_list = []): function _create_parser (line 95) | def _create_parser(parser_name): function _create_parser (line 101) | def _create_parser(parser_name): FILE: tests/pythons/win32-py32/Lib/xml/sax/_exceptions.py class SAXException (line 9) | class SAXException(Exception): method __init__ (line 19) | def __init__(self, msg, exception=None): method getMessage (line 26) | def getMessage(self): method getException (line 30) | def getException(self): method __str__ (line 34) | def __str__(self): method __getitem__ (line 38) | def __getitem__(self, ix): class SAXParseException (line 46) | class SAXParseException(SAXException): method __init__ (line 59) | def __init__(self, msg, exception, locator): method getColumnNumber (line 72) | def getColumnNumber(self): method getLineNumber (line 77) | def getLineNumber(self): method getPublicId (line 81) | def getPublicId(self): method getSystemId (line 85) | def getSystemId(self): method __str__ (line 89) | def __str__(self): class SAXNotRecognizedException (line 105) | class SAXNotRecognizedException(SAXException): class SAXNotSupportedException (line 115) | class SAXNotSupportedException(SAXException): class SAXReaderNotAvailable (line 125) | class SAXReaderNotAvailable(SAXNotSupportedException): FILE: tests/pythons/win32-py32/Lib/xml/sax/expatreader.py function _mkproxy (line 39) | def _mkproxy(o): class ExpatLocator (line 48) | class ExpatLocator(xmlreader.Locator): method __init__ (line 54) | def __init__(self, parser): method getColumnNumber (line 57) | def getColumnNumber(self): method getLineNumber (line 63) | def getLineNumber(self): method getPublicId (line 69) | def getPublicId(self): method getSystemId (line 75) | def getSystemId(self): class ExpatParser (line 84) | class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): method __init__ (line 87) | def __init__(self, namespaceHandling=0, bufsize=2**16-20): method parse (line 100) | def parse(self, source): method prepareParser (line 109) | def prepareParser(self, source): method setContentHandler (line 115) | def setContentHandler(self, handler): method getFeature (line 120) | def getFeature(self, name): method setFeature (line 132) | def setFeature(self, name, state): method getProperty (line 162) | def getProperty(self, name): method setProperty (line 180) | def setProperty(self, name, value): method feed (line 196) | def feed(self, data, isFinal = 0): method close (line 213) | def close(self): method _reset_cont_handler (line 226) | def _reset_cont_handler(self): method _reset_lex_handler_prop (line 231) | def _reset_lex_handler_prop(self): method reset (line 247) | def reset(self): method getColumnNumber (line 286) | def getColumnNumber(self): method getLineNumber (line 291) | def getLineNumber(self): method getPublicId (line 296) | def getPublicId(self): method getSystemId (line 299) | def getSystemId(self): method start_element (line 303) | def start_element(self, name, attrs): method end_element (line 306) | def end_element(self, name): method start_element_ns (line 309) | def start_element_ns(self, name, attrs): method end_element_ns (line 343) | def end_element_ns(self, name): method processing_instruction (line 355) | def processing_instruction(self, target, data): method character_data (line 359) | def character_data(self, data): method start_namespace_decl (line 362) | def start_namespace_decl(self, prefix, uri): method end_namespace_decl (line 365) | def end_namespace_decl(self, prefix): method start_doctype_decl (line 368) | def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): method unparsed_entity_decl (line 371) | def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): method notation_decl (line 374) | def notation_decl(self, name, base, sysid, pubid): method external_entity_ref (line 377) | def external_entity_ref(self, context, base, sysid, pubid): method skipped_entity_handler (line 399) | def skipped_entity_handler(self, name, is_pe): function create_parser (line 407) | def create_parser(*args, **kwargs): FILE: tests/pythons/win32-py32/Lib/xml/sax/handler.py class ErrorHandler (line 22) | class ErrorHandler: method error (line 32) | def error(self, exception): method fatalError (line 36) | def fatalError(self, exception): method warning (line 40) | def warning(self, exception): class ContentHandler (line 47) | class ContentHandler: method __init__ (line 54) | def __init__(self): method setDocumentLocator (line 57) | def setDocumentLocator(self, locator): method startDocument (line 80) | def startDocument(self): method endDocument (line 87) | def endDocument(self): method startPrefixMapping (line 96) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 119) | def endPrefixMapping(self, prefix): method startElement (line 126) | def startElement(self, name, attrs): method endElement (line 134) | def endElement(self, name): method startElementNS (line 140) | def startElementNS(self, name, qname, attrs): method endElementNS (line 152) | def endElementNS(self, name, qname): method characters (line 158) | def characters(self, content): method ignorableWhitespace (line 168) | def ignorableWhitespace(self, whitespace): method processingInstruction (line 182) | def processingInstruction(self, target, data): method skippedEntity (line 193) | def skippedEntity(self, name): class DTDHandler (line 208) | class DTDHandler: method notationDecl (line 214) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 217) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): class EntityResolver (line 223) | class EntityResolver: method resolveEntity (line 230) | def resolveEntity(self, publicId, systemId): FILE: tests/pythons/win32-py32/Lib/xml/sax/saxutils.py function __dict_replace (line 12) | def __dict_replace(s, d): function escape (line 18) | def escape(data, entities={}): function unescape (line 34) | def unescape(data, entities={}): function quoteattr (line 48) | def quoteattr(data, entities={}): function _gettextwriter (line 72) | def _gettextwriter(out, encoding): class XMLGenerator (line 113) | class XMLGenerator(handler.ContentHandler): method __init__ (line 115) | def __init__(self, out=None, encoding="iso-8859-1", short_empty_elemen... method _qname (line 127) | def _qname(self, name): method _finish_pending_start_element (line 144) | def _finish_pending_start_element(self,endElement=False): method startDocument (line 151) | def startDocument(self): method endDocument (line 155) | def endDocument(self): method startPrefixMapping (line 158) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 163) | def endPrefixMapping(self, prefix): method startElement (line 167) | def startElement(self, name, attrs): method endElement (line 177) | def endElement(self, name): method startElementNS (line 184) | def startElementNS(self, name, qname, attrs): method endElementNS (line 202) | def endElementNS(self, name, qname): method characters (line 209) | def characters(self, content): method ignorableWhitespace (line 214) | def ignorableWhitespace(self, content): method processingInstruction (line 219) | def processingInstruction(self, target, data): class XMLFilterBase (line 224) | class XMLFilterBase(xmlreader.XMLReader): method __init__ (line 232) | def __init__(self, parent = None): method error (line 238) | def error(self, exception): method fatalError (line 241) | def fatalError(self, exception): method warning (line 244) | def warning(self, exception): method setDocumentLocator (line 249) | def setDocumentLocator(self, locator): method startDocument (line 252) | def startDocument(self): method endDocument (line 255) | def endDocument(self): method startPrefixMapping (line 258) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 261) | def endPrefixMapping(self, prefix): method startElement (line 264) | def startElement(self, name, attrs): method endElement (line 267) | def endElement(self, name): method startElementNS (line 270) | def startElementNS(self, name, qname, attrs): method endElementNS (line 273) | def endElementNS(self, name, qname): method characters (line 276) | def characters(self, content): method ignorableWhitespace (line 279) | def ignorableWhitespace(self, chars): method processingInstruction (line 282) | def processingInstruction(self, target, data): method skippedEntity (line 285) | def skippedEntity(self, name): method notationDecl (line 290) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 293) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): method resolveEntity (line 298) | def resolveEntity(self, publicId, systemId): method parse (line 303) | def parse(self, source): method setLocale (line 310) | def setLocale(self, locale): method getFeature (line 313) | def getFeature(self, name): method setFeature (line 316) | def setFeature(self, name, state): method getProperty (line 319) | def getProperty(self, name): method setProperty (line 322) | def setProperty(self, name, value): method getParent (line 327) | def getParent(self): method setParent (line 330) | def setParent(self, parent): function prepare_input_source (line 335) | def prepare_input_source(source, base=""): FILE: tests/pythons/win32-py32/Lib/xml/sax/xmlreader.py class XMLReader (line 11) | class XMLReader: method __init__ (line 24) | def __init__(self): method parse (line 30) | def parse(self, source): method getContentHandler (line 34) | def getContentHandler(self): method setContentHandler (line 38) | def setContentHandler(self, handler): method getDTDHandler (line 42) | def getDTDHandler(self): method setDTDHandler (line 46) | def setDTDHandler(self, handler): method getEntityResolver (line 50) | def getEntityResolver(self): method setEntityResolver (line 54) | def setEntityResolver(self, resolver): method getErrorHandler (line 58) | def getErrorHandler(self): method setErrorHandler (line 62) | def setErrorHandler(self, handler): method setLocale (line 66) | def setLocale(self, locale): method getFeature (line 75) | def getFeature(self, name): method setFeature (line 79) | def setFeature(self, name, state): method getProperty (line 83) | def getProperty(self, name): method setProperty (line 87) | def setProperty(self, name, value): class IncrementalParser (line 91) | class IncrementalParser(XMLReader): method __init__ (line 111) | def __init__(self, bufsize=2**16): method parse (line 115) | def parse(self, source): method feed (line 127) | def feed(self, data): method prepareParser (line 136) | def prepareParser(self, source): method close (line 141) | def close(self): method reset (line 154) | def reset(self): class Locator (line 163) | class Locator: method getColumnNumber (line 169) | def getColumnNumber(self): method getLineNumber (line 173) | def getLineNumber(self): method getPublicId (line 177) | def getPublicId(self): method getSystemId (line 181) | def getSystemId(self): class InputSource (line 187) | class InputSource: method __init__ (line 203) | def __init__(self, system_id = None): method setPublicId (line 210) | def setPublicId(self, public_id): method getPublicId (line 214) | def getPublicId(self): method setSystemId (line 218) | def setSystemId(self, system_id): method getSystemId (line 222) | def getSystemId(self): method setEncoding (line 226) | def setEncoding(self, encoding): method getEncoding (line 236) | def getEncoding(self): method setByteStream (line 240) | def setByteStream(self, bytefile): method getByteStream (line 253) | def getByteStream(self): method setCharacterStream (line 260) | def setCharacterStream(self, charfile): method getCharacterStream (line 270) | def getCharacterStream(self): class AttributesImpl (line 276) | class AttributesImpl: method __init__ (line 278) | def __init__(self, attrs): method getLength (line 284) | def getLength(self): method getType (line 287) | def getType(self, name): method getValue (line 290) | def getValue(self, name): method getValueByQName (line 293) | def getValueByQName(self, name): method getNameByQName (line 296) | def getNameByQName(self, name): method getQNameByName (line 301) | def getQNameByName(self, name): method getNames (line 306) | def getNames(self): method getQNames (line 309) | def getQNames(self): method __len__ (line 312) | def __len__(self): method __getitem__ (line 315) | def __getitem__(self, name): method keys (line 318) | def keys(self): method __contains__ (line 321) | def __contains__(self, name): method get (line 324) | def get(self, name, alternative=None): method copy (line 327) | def copy(self): method items (line 330) | def items(self): method values (line 333) | def values(self): class AttributesNSImpl (line 338) | class AttributesNSImpl(AttributesImpl): method __init__ (line 340) | def __init__(self, attrs, qnames): method getValueByQName (line 348) | def getValueByQName(self, name): method getNameByQName (line 355) | def getNameByQName(self, name): method getQNameByName (line 362) | def getQNameByName(self, name): method getQNames (line 365) | def getQNames(self): method copy (line 368) | def copy(self): function _test (line 372) | def _test(): FILE: tests/pythons/win32-py32/Lib/xmlrpc/client.py function escape (line 150) | def escape(s): class Error (line 187) | class Error(Exception): method __str__ (line 189) | def __str__(self): class ProtocolError (line 202) | class ProtocolError(Error): method __init__ (line 204) | def __init__(self, url, errcode, errmsg, headers): method __repr__ (line 210) | def __repr__(self): class ResponseError (line 221) | class ResponseError(Error): class Fault (line 234) | class Fault(Error): method __init__ (line 236) | def __init__(self, faultCode, faultString, **extra): method __repr__ (line 240) | def __repr__(self): function _strftime (line 264) | def _strftime(value): class DateTime (line 278) | class DateTime: method __init__ (line 284) | def __init__(self, value=0): method make_comparable (line 290) | def make_comparable(self, other): method __lt__ (line 311) | def __lt__(self, other): method __le__ (line 315) | def __le__(self, other): method __gt__ (line 319) | def __gt__(self, other): method __ge__ (line 323) | def __ge__(self, other): method __eq__ (line 327) | def __eq__(self, other): method __ne__ (line 331) | def __ne__(self, other): method timetuple (line 335) | def timetuple(self): method __str__ (line 343) | def __str__(self): method __repr__ (line 346) | def __repr__(self): method decode (line 349) | def decode(self, data): method encode (line 352) | def encode(self, out): function _datetime (line 357) | def _datetime(data): function _datetime_type (line 363) | def _datetime_type(data): class Binary (line 373) | class Binary: method __init__ (line 376) | def __init__(self, data=None): method __str__ (line 391) | def __str__(self): method __eq__ (line 394) | def __eq__(self, other): method __ne__ (line 399) | def __ne__(self, other): method decode (line 404) | def decode(self, data): method encode (line 407) | def encode(self, out): function _binary (line 414) | def _binary(data): class ExpatParser (line 425) | class ExpatParser: method __init__ (line 427) | def __init__(self, target): method feed (line 436) | def feed(self, data): method close (line 439) | def close(self): class Marshaller (line 453) | class Marshaller: method __init__ (line 466) | def __init__(self, encoding=None, allow_none=False): method dumps (line 474) | def dumps(self, values): method __dump (line 501) | def __dump(self, value, write): method dump_nil (line 519) | def dump_nil (self, value, write): method dump_int (line 525) | def dump_int(self, value, write): method dump_bool (line 534) | def dump_bool(self, value, write): method dump_long (line 540) | def dump_long(self, value, write): method dump_double (line 548) | def dump_double(self, value, write): method dump_unicode (line 554) | def dump_unicode(self, value, write, escape=escape): method dump_array (line 560) | def dump_array(self, value, write): method dump_struct (line 574) | def dump_struct(self, value, write, escape=escape): method dump_datetime (line 593) | def dump_datetime(self, value, write): method dump_instance (line 599) | def dump_instance(self, value, write): class Unmarshaller (line 619) | class Unmarshaller: method __init__ (line 631) | def __init__(self, use_datetime=False): method close (line 643) | def close(self): method getmethodname (line 651) | def getmethodname(self): method xml (line 657) | def xml(self, encoding, standalone): method start (line 661) | def start(self, tag, attrs): method data (line 668) | def data(self, text): method end (line 671) | def end(self, tag): method end_dispatch (line 683) | def end_dispatch(self, tag, data): method end_nil (line 697) | def end_nil (self, data): method end_boolean (line 702) | def end_boolean(self, data): method end_int (line 712) | def end_int(self, data): method end_double (line 719) | def end_double(self, data): method end_string (line 724) | def end_string(self, data): method end_array (line 732) | def end_array(self, data): method end_struct (line 739) | def end_struct(self, data): method end_base64 (line 750) | def end_base64(self, data): method end_dateTime (line 757) | def end_dateTime(self, data): method end_value (line 765) | def end_value(self, data): method end_params (line 772) | def end_params(self, data): method end_fault (line 776) | def end_fault(self, data): method end_methodName (line 780) | def end_methodName(self, data): class _MultiCallMethod (line 790) | class _MultiCallMethod: method __init__ (line 793) | def __init__(self, call_list, name): method __getattr__ (line 796) | def __getattr__(self, name): method __call__ (line 798) | def __call__(self, *args): class MultiCallIterator (line 801) | class MultiCallIterator: method __init__ (line 805) | def __init__(self, results): method __getitem__ (line 808) | def __getitem__(self, i): class MultiCall (line 817) | class MultiCall: method __init__ (line 834) | def __init__(self, server): method __repr__ (line 838) | def __repr__(self): method __getattr__ (line 843) | def __getattr__(self, name): method __call__ (line 846) | def __call__(self): function getparser (line 864) | def getparser(use_datetime=False): function dumps (line 900) | def dumps(params, methodname=None, methodresponse=None, encoding=None, function loads (line 977) | def loads(data, use_datetime=False): function gzip_encode (line 999) | def gzip_encode(data): function gzip_decode (line 1023) | def gzip_decode(data): class GzipDecodedResponse (line 1047) | class GzipDecodedResponse(gzip.GzipFile if gzip else object): method __init__ (line 1051) | def __init__(self, response): method close (line 1059) | def close(self): class _Method (line 1067) | class _Method: method __init__ (line 1070) | def __init__(self, send, name): method __getattr__ (line 1073) | def __getattr__(self, name): method __call__ (line 1075) | def __call__(self, *args): class Transport (line 1084) | class Transport: method __init__ (line 1098) | def __init__(self, use_datetime=False): method request (line 1113) | def request(self, host, handler, request_body, verbose=False): method single_request (line 1125) | def single_request(self, host, handler, request_body, verbose=False): method getparser (line 1158) | def getparser(self): method get_host_info (line 1172) | def get_host_info(self, host): method make_connection (line 1199) | def make_connection(self, host): method close (line 1213) | def close(self): method send_request (line 1227) | def send_request(self, host, handler, request_body, debug): method send_headers (line 1250) | def send_headers(self, connection, headers): method send_content (line 1261) | def send_content(self, connection, request_body): method parse_response (line 1278) | def parse_response(self, response): class SafeTransport (line 1308) | class SafeTransport(Transport): method make_connection (line 1313) | def make_connection(self, host): class ServerProxy (line 1344) | class ServerProxy: method __init__ (line 1366) | def __init__(self, uri, transport=None, encoding=None, verbose=False, method __close (line 1390) | def __close(self): method __request (line 1393) | def __request(self, methodname, params): method __repr__ (line 1411) | def __repr__(self): method __getattr__ (line 1419) | def __getattr__(self, name): method __call__ (line 1426) | def __call__(self, attr): FILE: tests/pythons/win32-py32/Lib/xmlrpc/server.py function resolve_dotted_attribute (line 122) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 146) | def list_public_methods(obj): class SimpleXMLRPCDispatcher (line 154) | class SimpleXMLRPCDispatcher: method __init__ (line 163) | def __init__(self, allow_none=False, encoding=None): method register_instance (line 169) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 205) | def register_function(self, function, name=None): method register_introspection_functions (line 216) | def register_introspection_functions(self): method register_multicall_functions (line 227) | def register_multicall_functions(self): method _marshaled_dispatch (line 235) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 272) | def system_listMethods(self): method system_methodSignature (line 290) | def system_methodSignature(self, method_name): method system_methodHelp (line 303) | def system_methodHelp(self, method_name): method system_multicall (line 334) | def system_multicall(self, call_list): method _dispatch (line 366) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 412) | class SimpleXMLRPCRequestHandler(BaseHTTPRequestHandler): method accept_encodings (line 437) | def accept_encodings(self): method is_rpc_path_valid (line 448) | def is_rpc_path_valid(self): method do_POST (line 455) | def do_POST(self): method decode_request_content (line 526) | def decode_request_content(self, data): method report_404 (line 543) | def report_404 (self): method log_request (line 552) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 558) | class SimpleXMLRPCServer(socketserver.TCPServer, method __init__ (line 577) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 592) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 600) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 609) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 613) | def get_dispatcher(self, path): method _marshaled_dispatch (line 616) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 631) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 634) | def __init__(self, allow_none=False, encoding=None): method handle_xmlrpc (line 637) | def handle_xmlrpc(self, request_text): method handle_get (line 649) | def handle_get(self): method handle_request (line 674) | def handle_request(self, request_text=None): class ServerHTMLDoc (line 700) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 703) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 744) | def docroutine(self, object, name, mod=None, method docserver (line 786) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 811) | class XMLRPCDocGenerator: method __init__ (line 818) | def __init__(self): method set_server_title (line 826) | def set_server_title(self, server_title): method set_server_name (line 831) | def set_server_name(self, server_name): method set_server_documentation (line 836) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 841) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 892) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 902) | def do_GET(self): class DocXMLRPCServer (line 920) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 928) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 935) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 940) | def handle_get(self): method __init__ (line 956) | def __init__(self): FILE: tests/pythons/win32-py32/Lib/zipfile.py class BadZipFile (line 28) | class BadZipFile(Exception): class LargeZipFile (line 32) | class LargeZipFile(Exception): function _check_zipfile (line 143) | def _check_zipfile(fp): function is_zipfile (line 151) | def is_zipfile(filename): function _EndRecData64 (line 167) | def _EndRecData64(fpin, offset, endrec): function _EndRecData (line 210) | def _EndRecData(fpin): class ZipInfo (line 271) | class ZipInfo (object): method __init__ (line 296) | def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): method FileHeader (line 338) | def FileHeader(self, zip64=None): method _encodeFilenameFlags (line 377) | def _encodeFilenameFlags(self): method _decodeExtra (line 383) | def _decodeExtra(self): class _ZipDecrypter (line 420) | class _ZipDecrypter: method _GenerateCRCTable (line 433) | def _GenerateCRCTable(): method _crc32 (line 453) | def _crc32(self, ch, crc): method __init__ (line 457) | def __init__(self, pwd): method _UpdateKeys (line 464) | def _UpdateKeys(self, c): method __call__ (line 470) | def __call__(self, c): class ZipExtFile (line 500) | class ZipExtFile(io.BufferedIOBase): method __init__ (line 514) | def __init__(self, fileobj, mode, zipinfo, decrypter=None, method readline (line 554) | def readline(self, limit=-1): method peek (line 604) | def peek(self, n=1): method readable (line 613) | def readable(self): method read (line 616) | def read(self, n=-1): method _update_crc (line 634) | def _update_crc(self, newdata, eof): method read1 (line 644) | def read1(self, n): method close (line 696) | def close(self): class ZipFile (line 704) | class ZipFile: method __init__ (line 721) | def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=... method __enter__ (line 793) | def __enter__(self): method __exit__ (line 796) | def __exit__(self, type, value, traceback): method _RealGetContents (line 799) | def _RealGetContents(self): method namelist (line 874) | def namelist(self): method infolist (line 881) | def infolist(self): method printdir (line 886) | def printdir(self, file=None): method testzip (line 895) | def testzip(self): method getinfo (line 908) | def getinfo(self, name): method setpassword (line 917) | def setpassword(self, pwd): method comment (line 927) | def comment(self): method comment (line 932) | def comment(self, comment): method read (line 944) | def read(self, name, pwd=None): method open (line 949) | def open(self, name, mode="r", pwd=None): method extract (line 1033) | def extract(self, member, path=None, pwd=None): method extractall (line 1047) | def extractall(self, path=None, members=None, pwd=None): method _extract_member (line 1059) | def _extract_member(self, member, targetpath, pwd): method _writecheck (line 1102) | def _writecheck(self, zinfo): method write (line 1125) | def write(self, filename, arcname=None, compress_type=None): method writestr (line 1214) | def writestr(self, zinfo_or_arcname, data, compress_type=None): method __del__ (line 1264) | def __del__(self): method close (line 1268) | def close(self): class PyZipFile (line 1373) | class PyZipFile(ZipFile): method __init__ (line 1376) | def __init__(self, file, mode="r", compression=ZIP_STORED, method writepy (line 1382) | def writepy(self, pathname, basename=""): method _get_codename (line 1447) | def _get_codename(self, pathname, basename): function main (line 1517) | def main(args = None): FILE: tests/pythons/win32-py32/include/Python-ast.h type _mod (line 5) | struct _mod type _stmt (line 7) | struct _stmt type _expr (line 9) | struct _expr type expr_context_ty (line 11) | typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, type _slice (line 14) | struct _slice type boolop_ty (line 16) | typedef enum _boolop { And=1, Or=2 } boolop_ty; type operator_ty (line 18) | typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShi... type unaryop_ty (line 22) | typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; type cmpop_ty (line 24) | typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsN... type _comprehension (line 27) | struct _comprehension type _excepthandler (line 29) | struct _excepthandler type _arguments (line 31) | struct _arguments type _arg (line 33) | struct _arg type _keyword (line 35) | struct _keyword type _alias (line 37) | struct _alias type _mod_kind (line 40) | enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, type _mod (line 42) | struct _mod { type _stmt_kind (line 64) | enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, type _stmt (line 71) | struct _stmt { type _expr_kind (line 184) | enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kin... type _expr (line 191) | struct _expr { type _slice_kind (line 318) | enum _slice_kind {Slice_kind=1, ExtSlice_kind=2, Index_kind=3} type _slice (line 319) | struct _slice { type _comprehension (line 339) | struct _comprehension { type _excepthandler_kind (line 345) | enum _excepthandler_kind {ExceptHandler_kind=1} type _excepthandler (line 346) | struct _excepthandler { type _arguments (line 360) | struct _arguments { type _arg (line 371) | struct _arg { type _keyword (line 376) | struct _keyword { type _alias (line 381) | struct _alias { FILE: tests/pythons/win32-py32/include/accu.h type _PyAccu (line 21) | typedef struct { FILE: tests/pythons/win32-py32/include/asdl.h type PyObject (line 4) | typedef PyObject * identifier; type PyObject (line 5) | typedef PyObject * string; type PyObject (line 6) | typedef PyObject * object; type asdl_seq (line 16) | typedef struct { type asdl_int_seq (line 21) | typedef struct { FILE: tests/pythons/win32-py32/include/bitset.h type BYTE (line 12) | typedef BYTE *bitset; FILE: tests/pythons/win32-py32/include/boolobject.h type _longobject (line 18) | struct _longobject FILE: tests/pythons/win32-py32/include/bytearrayobject.h type PyByteArrayObject (line 23) | typedef struct { FILE: tests/pythons/win32-py32/include/bytesobject.h type PyBytesObject (line 31) | typedef struct { FILE: tests/pythons/win32-py32/include/cellobject.h type PyCellObject (line 9) | typedef struct { FILE: tests/pythons/win32-py32/include/ceval.h type _frame (line 28) | struct _frame type _frame (line 33) | struct _frame type _frame (line 112) | struct _frame type _frame (line 113) | struct _frame FILE: tests/pythons/win32-py32/include/classobject.h type PyMethodObject (line 12) | typedef struct { type PyInstanceMethodObject (line 37) | typedef struct { FILE: tests/pythons/win32-py32/include/code.h type PyCodeObject (line 11) | typedef struct { type PyAddrPair (line 89) | typedef struct _addr_pair { FILE: tests/pythons/win32-py32/include/compile.h type _node (line 12) | struct _node type _node (line 13) | struct _node type PyFutureFeatures (line 17) | typedef struct { type _mod (line 31) | struct _mod type _mod (line 34) | struct _mod type _mod (line 39) | struct _mod FILE: tests/pythons/win32-py32/include/complexobject.h type Py_complex (line 10) | typedef struct { type PyComplexObject (line 41) | typedef struct { FILE: tests/pythons/win32-py32/include/datetime.h type PyDateTime_Delta (line 34) | typedef struct type PyDateTime_TZInfo (line 43) | typedef struct type _PyDateTime_BaseTZInfo (line 61) | typedef struct type _PyDateTime_BaseTime (line 76) | typedef struct type PyDateTime_Time (line 81) | typedef struct type PyDateTime_Date (line 93) | typedef struct type _PyDateTime_BaseDateTime (line 103) | typedef struct type PyDateTime_DateTime (line 108) | typedef struct type PyDateTime_CAPI (line 140) | typedef struct { FILE: tests/pythons/win32-py32/include/descrobject.h type PyObject (line 8) | typedef PyObject *(*getter)(PyObject *, void *); type PyGetSetDef (line 11) | typedef struct PyGetSetDef { type PyObject (line 20) | typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args, type PyObject (line 23) | typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args, type wrapperbase (line 26) | struct wrapperbase { type PyDescrObject (line 41) | typedef struct { type PyMethodDescrObject (line 52) | typedef struct { type PyMemberDescrObject (line 57) | typedef struct { type PyGetSetDescrObject (line 62) | typedef struct { type PyWrapperDescrObject (line 67) | typedef struct { type PyMemberDef (line 84) | struct PyMemberDef type PyMemberDef (line 86) | struct PyMemberDef type PyGetSetDef (line 88) | struct PyGetSetDef type wrapperbase (line 91) | struct wrapperbase FILE: tests/pythons/win32-py32/include/dictobject.h type PyDictEntry (line 51) | typedef struct { type PyDictObject (line 67) | typedef struct _dictobject PyDictObject; type _dictobject (line 68) | struct _dictobject { FILE: tests/pythons/win32-py32/include/dynamic_annotations.h function T (line 473) | T _Py_ANNOTATE_UNPROTECTED_READ(const volatile T &x) { FILE: tests/pythons/win32-py32/include/fileutils.h type stat (line 19) | struct stat type stat (line 25) | struct stat FILE: tests/pythons/win32-py32/include/floatobject.h type PyFloatObject (line 15) | typedef struct { FILE: tests/pythons/win32-py32/include/frameobject.h type PyTryBlock (line 11) | typedef struct { type PyFrameObject (line 17) | typedef struct _frame { FILE: tests/pythons/win32-py32/include/funcobject.h type PyFunctionObject (line 21) | typedef struct { FILE: tests/pythons/win32-py32/include/genobject.h type _frame (line 11) | struct _frame type PyGenObject (line 13) | typedef struct { type _frame (line 35) | struct _frame FILE: tests/pythons/win32-py32/include/grammar.h type label (line 14) | typedef struct { type labellist (line 23) | typedef struct { type arc (line 30) | typedef struct { type state (line 37) | typedef struct { type dfa (line 50) | typedef struct { type grammar (line 61) | typedef struct { FILE: tests/pythons/win32-py32/include/import.h type _inittab (line 77) | struct _inittab { type _inittab (line 81) | struct _inittab type _inittab (line 82) | struct _inittab type _frozen (line 93) | struct _frozen { type _frozen (line 102) | struct _frozen FILE: tests/pythons/win32-py32/include/listobject.h type PyListObject (line 23) | typedef struct { FILE: tests/pythons/win32-py32/include/longintrepr.h type PY_UINT32_T (line 49) | typedef PY_UINT32_T digit; type PY_INT32_T (line 50) | typedef PY_INT32_T sdigit; type PY_UINT64_T (line 51) | typedef PY_UINT64_T twodigits; type PY_INT64_T (line 52) | typedef PY_INT64_T stwodigits; type digit (line 57) | typedef unsigned short digit; type sdigit (line 58) | typedef short sdigit; type twodigits (line 59) | typedef unsigned long twodigits; type stwodigits (line 60) | typedef long stwodigits; type _longobject (line 89) | struct _longobject { FILE: tests/pythons/win32-py32/include/longobject.h type PyLongObject (line 10) | typedef struct _longobject PyLongObject; FILE: tests/pythons/win32-py32/include/memoryobject.h type PyMemoryViewObject (line 69) | typedef struct { FILE: tests/pythons/win32-py32/include/methodobject.h type PyObject (line 18) | typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); type PyObject (line 19) | typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, type PyObject (line 21) | typedef PyObject *(*PyNoArgsFunction)(PyObject *); type PyMethodDef (line 39) | struct PyMethodDef { type PyMethodDef (line 46) | typedef struct PyMethodDef PyMethodDef; type PyCFunctionObject (line 74) | typedef struct { FILE: tests/pythons/win32-py32/include/modsupport.h type PyModuleDef (line 110) | struct PyModuleDef FILE: tests/pythons/win32-py32/include/moduleobject.h type PyModuleDef (line 25) | struct PyModuleDef type PyModuleDef_Base (line 28) | typedef struct PyModuleDef_Base { type PyModuleDef (line 42) | typedef struct PyModuleDef{ FILE: tests/pythons/win32-py32/include/node.h type node (line 10) | typedef struct _node { FILE: tests/pythons/win32-py32/include/object.h type PyObject (line 105) | typedef struct _object { type PyVarObject (line 111) | typedef struct { type PyObject (line 135) | typedef PyObject * (*unaryfunc)(PyObject *); type PyObject (line 136) | typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); type PyObject (line 137) | typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); type Py_ssize_t (line 139) | typedef Py_ssize_t (*lenfunc)(PyObject *); type PyObject (line 140) | typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); type PyObject (line 141) | typedef PyObject *(*ssizessizeargfunc)(PyObject *, Py_ssize_t, Py_ssize_t); type Py_buffer (line 148) | typedef struct bufferinfo { type PyNumberMethods (line 205) | typedef struct { type PySequenceMethods (line 249) | typedef struct { type PyMappingMethods (line 263) | typedef struct { type PyBufferProcs (line 270) | typedef struct { type PyObject (line 285) | typedef PyObject *(*getattrfunc)(PyObject *, char *); type PyObject (line 286) | typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); type PyObject (line 289) | typedef PyObject *(*reprfunc)(PyObject *); type Py_hash_t (line 290) | typedef Py_hash_t (*hashfunc)(PyObject *); type PyObject (line 291) | typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); type PyObject (line 292) | typedef PyObject *(*getiterfunc) (PyObject *); type PyObject (line 293) | typedef PyObject *(*iternextfunc) (PyObject *); type PyObject (line 294) | typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); type PyObject (line 297) | typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); type PyObject (line 298) | typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); type PyTypeObject (line 301) | typedef struct _typeobject PyTypeObject; type PyTypeObject (line 303) | typedef struct _typeobject { type PyType_Slot (line 392) | typedef struct{ type PyType_Spec (line 397) | typedef struct{ type PyHeapTypeObject (line 409) | typedef struct _heaptypeobject { type _Py_HashSecret_t (line 520) | typedef struct { FILE: tests/pythons/win32-py32/include/objimpl.h type PyGC_Head (line 247) | typedef union _gc_head { FILE: tests/pythons/win32-py32/include/opcode.h type cmp_op (line 151) | enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py... FILE: tests/pythons/win32-py32/include/parsetok.h type perrdetail (line 10) | typedef struct { FILE: tests/pythons/win32-py32/include/pgen.h type _node (line 12) | struct _node type _node (line 13) | struct _node FILE: tests/pythons/win32-py32/include/py_curses.h type PyCursesWindowObject (line 76) | typedef struct { FILE: tests/pythons/win32-py32/include/pyarena.h type PyArena (line 12) | typedef struct _arena PyArena; FILE: tests/pythons/win32-py32/include/pyatomic.h type _Py_memory_order (line 23) | typedef enum _Py_memory_order { type _Py_atomic_address (line 31) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 35) | typedef struct _Py_atomic_int { function _Py_atomic_signal_fence (line 43) | static __inline__ void function _Py_atomic_thread_fence (line 50) | static __inline__ void function _Py_ANNOTATE_MEMORY_ORDER (line 58) | static __inline__ void FILE: tests/pythons/win32-py32/include/pyconfig.h type __int64 (line 195) | typedef __int64 ssize_t; type _W64 (line 197) | typedef _W64 int ssize_t; type pid_t (line 209) | typedef int pid_t; type pid_t (line 236) | typedef int pid_t; type pid_t (line 283) | typedef int pid_t; FILE: tests/pythons/win32-py32/include/pyerrors.h type PyBaseExceptionObject (line 15) | typedef struct { type PySyntaxErrorObject (line 19) | typedef struct { type PyUnicodeErrorObject (line 29) | typedef struct { type PySystemExitObject (line 38) | typedef struct { type PyEnvironmentErrorObject (line 43) | typedef struct { type PyWindowsErrorObject (line 51) | typedef struct { FILE: tests/pythons/win32-py32/include/pyexpat.h type PyExpat_CAPI (line 9) | struct PyExpat_CAPI FILE: tests/pythons/win32-py32/include/pyport.h type Py_uintptr_t (line 170) | typedef uintptr_t Py_uintptr_t; type Py_intptr_t (line 171) | typedef intptr_t Py_intptr_t; type Py_uintptr_t (line 174) | typedef unsigned int Py_uintptr_t; type Py_intptr_t (line 175) | typedef int Py_intptr_t; type Py_uintptr_t (line 178) | typedef unsigned long Py_uintptr_t; type Py_intptr_t (line 179) | typedef long Py_intptr_t; type Py_uintptr_t (line 182) | typedef unsigned PY_LONG_LONG Py_uintptr_t; type PY_LONG_LONG (line 183) | typedef PY_LONG_LONG Py_intptr_t; type Py_ssize_t (line 194) | typedef ssize_t Py_ssize_t; type Py_intptr_t (line 196) | typedef Py_intptr_t Py_ssize_t; type Py_ssize_t (line 202) | typedef Py_ssize_t Py_hash_t; type Py_uhash_t (line 204) | typedef size_t Py_uhash_t; type termios (line 674) | struct termios type winsize (line 674) | struct winsize type termios (line 675) | struct termios type winsize (line 675) | struct winsize FILE: tests/pythons/win32-py32/include/pystate.h type _ts (line 13) | struct _ts type _is (line 14) | struct _is type PyInterpreterState (line 17) | typedef struct _is PyInterpreterState; type PyInterpreterState (line 19) | typedef struct _is { type _frame (line 49) | struct _frame type _frame (line 53) | struct _frame type PyThreadState (line 66) | typedef struct _ts PyThreadState; type PyThreadState (line 68) | typedef struct _ts { type PyModuleDef (line 128) | struct PyModuleDef type PyModuleDef (line 129) | struct PyModuleDef type PyGILState_STATE (line 162) | typedef type _frame (line 222) | struct _frame FILE: tests/pythons/win32-py32/include/pythonrun.h type PyCompilerFlags (line 20) | typedef struct { type _mod (line 60) | struct _mod type _mod (line 66) | struct _mod type _node (line 84) | struct _node type _node (line 86) | struct _node type symtable (line 115) | struct symtable FILE: tests/pythons/win32-py32/include/pythread.h type PyLockStatus (line 14) | typedef enum PyLockStatus { FILE: tests/pythons/win32-py32/include/pytime.h type _PyTime_timeval (line 16) | typedef struct timeval _PyTime_timeval; type _PyTime_timeval (line 18) | typedef struct { FILE: tests/pythons/win32-py32/include/setobject.h type setentry (line 24) | typedef struct { type PySetObject (line 35) | typedef struct _setobject PySetObject; type _setobject (line 36) | struct _setobject { FILE: tests/pythons/win32-py32/include/sliceobject.h type PySliceObject (line 22) | typedef struct { FILE: tests/pythons/win32-py32/include/structmember.h type PyMemberDef (line 28) | typedef struct PyMemberDef { type PyMemberDef (line 80) | struct PyMemberDef type PyMemberDef (line 81) | struct PyMemberDef FILE: tests/pythons/win32-py32/include/structseq.h type PyStructSequence_Field (line 10) | typedef struct PyStructSequence_Field { type PyStructSequence_Desc (line 15) | typedef struct PyStructSequence_Desc { type PyTupleObject (line 33) | typedef PyTupleObject PyStructSequence; FILE: tests/pythons/win32-py32/include/symtable.h type _Py_block_ty (line 13) | typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } type _symtable_entry (line 16) | struct _symtable_entry type symtable (line 18) | struct symtable { type PySTEntryObject (line 32) | typedef struct _symtable_entry { type symtable (line 64) | struct symtable type symtable (line 68) | struct symtable type symtable (line 70) | struct symtable FILE: tests/pythons/win32-py32/include/traceback.h type _frame (line 8) | struct _frame type PyTracebackObject (line 12) | typedef struct _traceback { type _frame (line 21) | struct _frame FILE: tests/pythons/win32-py32/include/tupleobject.h type PyTupleObject (line 25) | typedef struct { FILE: tests/pythons/win32-py32/include/ucnhash.h type _PyUnicode_Name_CAPI (line 13) | typedef struct { FILE: tests/pythons/win32-py32/include/unicodeobject.h type Py_UCS4 (line 125) | typedef unsigned int Py_UCS4; type Py_UCS4 (line 127) | typedef unsigned long Py_UCS4; type PY_UNICODE_TYPE (line 135) | typedef PY_UNICODE_TYPE Py_UNICODE; type PyUnicodeObject (line 377) | typedef struct { FILE: tests/pythons/win32-py32/include/weakrefobject.h type PyWeakReference (line 10) | typedef struct _PyWeakReference PyWeakReference; type _PyWeakReference (line 16) | struct _PyWeakReference { FILE: tests/pythons/win32-py33/Lib/__future__.py class _Feature (line 76) | class _Feature: method __init__ (line 77) | def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): method getOptionalRelease (line 82) | def getOptionalRelease(self): method getMandatoryRelease (line 90) | def getMandatoryRelease(self): method __repr__ (line 99) | def __repr__(self): FILE: tests/pythons/win32-py33/Lib/_dummy_thread.py function start_new_thread (line 29) | def start_new_thread(function, args, kwargs={}): function exit (line 61) | def exit(): function get_ident (line 65) | def get_ident(): function allocate_lock (line 74) | def allocate_lock(): function stack_size (line 78) | def stack_size(size=None): class LockType (line 84) | class LockType(object): method __init__ (line 95) | def __init__(self): method acquire (line 98) | def acquire(self, waitflag=None, timeout=-1): method __exit__ (line 124) | def __exit__(self, typ, val, tb): method release (line 127) | def release(self): method locked (line 136) | def locked(self): function interrupt_main (line 144) | def interrupt_main(): FILE: tests/pythons/win32-py33/Lib/_markupbase.py class ParserBase (line 23) | class ParserBase: method __init__ (line 27) | def __init__(self): method error (line 32) | def error(self, message): method reset (line 36) | def reset(self): method getpos (line 40) | def getpos(self): method updatepos (line 48) | def updatepos(self, i, j): method parse_declaration (line 64) | def parse_declaration(self, i): method parse_marked_section (line 146) | def parse_marked_section(self, i, report=1): method parse_comment (line 168) | def parse_comment(self, i, report=1): method _parse_doctype_subset (line 182) | def _parse_doctype_subset(self, i, declstartpos): method _parse_doctype_element (line 249) | def _parse_doctype_element(self, i, declstartpos): method _parse_doctype_attlist (line 260) | def _parse_doctype_attlist(self, i, declstartpos): method _parse_doctype_notation (line 317) | def _parse_doctype_notation(self, i, declstartpos): method _parse_doctype_entity (line 340) | def _parse_doctype_entity(self, i, declstartpos): method _scan_name (line 376) | def _scan_name(self, i, declstartpos): method unknown_decl (line 394) | def unknown_decl(self, data): FILE: tests/pythons/win32-py33/Lib/_osx_support.py function _find_executable (line 29) | def _find_executable(executable, path=None): function _read_output (line 55) | def _read_output(commandstring): function _find_build_tool (line 74) | def _find_build_tool(toolname): function _get_system_version (line 83) | def _get_system_version(): function _remove_original_values (line 113) | def _remove_original_values(_config_vars): function _save_modified_value (line 120) | def _save_modified_value(_config_vars, cv, newvalue): function _supports_universal_builds (line 128) | def _supports_universal_builds(): function _find_appropriate_compiler (line 144) | def _find_appropriate_compiler(_config_vars): function _remove_universal_flags (line 206) | def _remove_universal_flags(_config_vars): function _remove_unsupported_archs (line 220) | def _remove_unsupported_archs(_config_vars): function _override_all_archs (line 260) | def _override_all_archs(_config_vars): function _check_for_unavailable_sdk (line 277) | def _check_for_unavailable_sdk(_config_vars): function compiler_fixup (line 304) | def compiler_fixup(compiler_so, cc_args): function customize_config_vars (line 368) | def customize_config_vars(_config_vars): function customize_compiler (line 409) | def customize_compiler(_config_vars): function get_platform_osx (line 429) | def get_platform_osx(_config_vars, osname, release, machine): FILE: tests/pythons/win32-py33/Lib/_pyio.py function open (line 34) | def open(file, mode="r", buffering=-1, encoding=None, errors=None, class DocDescriptor (line 229) | class DocDescriptor: method __get__ (line 232) | def __get__(self, obj, typ): class OpenWrapper (line 238) | class OpenWrapper: method __new__ (line 248) | def __new__(cls, *args, **kwargs): class UnsupportedOperation (line 257) | class UnsupportedOperation(ValueError, IOError): class IOBase (line 261) | class IOBase(metaclass=abc.ABCMeta): method _unsupported (line 296) | def _unsupported(self, name): method seek (line 303) | def seek(self, pos, whence=0): method tell (line 319) | def tell(self): method truncate (line 323) | def truncate(self, pos=None): method flush (line 333) | def flush(self): method close (line 343) | def close(self): method __del__ (line 354) | def __del__(self): method seekable (line 368) | def seekable(self): method _checkSeekable (line 376) | def _checkSeekable(self, msg=None): method readable (line 383) | def readable(self): method _checkReadable (line 390) | def _checkReadable(self, msg=None): method writable (line 397) | def writable(self): method _checkWritable (line 404) | def _checkWritable(self, msg=None): method closed (line 412) | def closed(self): method _checkClosed (line 419) | def _checkClosed(self, msg=None): method __enter__ (line 428) | def __enter__(self): # That's a forward reference method __exit__ (line 433) | def __exit__(self, *args): method fileno (line 441) | def fileno(self): method isatty (line 448) | def isatty(self): method readline (line 458) | def readline(self, limit=-1): method __iter__ (line 495) | def __iter__(self): method __next__ (line 499) | def __next__(self): method readlines (line 505) | def readlines(self, hint=None): method writelines (line 523) | def writelines(self, lines): class RawIOBase (line 531) | class RawIOBase(IOBase): method read (line 545) | def read(self, n=-1): method readall (line 562) | def readall(self): method readinto (line 576) | def readinto(self, b): method write (line 584) | def write(self, b): class BufferedIOBase (line 596) | class BufferedIOBase(IOBase): method read (line 613) | def read(self, n=None): method read1 (line 633) | def read1(self, n=None): method readinto (line 639) | def readinto(self, b): method write (line 662) | def write(self, b): method detach (line 673) | def detach(self): class _BufferedIOMixin (line 685) | class _BufferedIOMixin(BufferedIOBase): method __init__ (line 694) | def __init__(self, raw): method seek (line 699) | def seek(self, pos, whence=0): method tell (line 705) | def tell(self): method truncate (line 711) | def truncate(self, pos=None): method flush (line 725) | def flush(self): method close (line 730) | def close(self): method detach (line 738) | def detach(self): method seekable (line 748) | def seekable(self): method readable (line 751) | def readable(self): method writable (line 754) | def writable(self): method raw (line 758) | def raw(self): method closed (line 762) | def closed(self): method name (line 766) | def name(self): method mode (line 770) | def mode(self): method __getstate__ (line 773) | def __getstate__(self): method __repr__ (line 777) | def __repr__(self): method fileno (line 788) | def fileno(self): method isatty (line 791) | def isatty(self): class BytesIO (line 795) | class BytesIO(BufferedIOBase): method __init__ (line 799) | def __init__(self, initial_bytes=None): method __getstate__ (line 806) | def __getstate__(self): method getvalue (line 811) | def getvalue(self): method getbuffer (line 818) | def getbuffer(self): method read (line 823) | def read(self, n=None): method read1 (line 837) | def read1(self, n): method write (line 842) | def write(self, b): method seek (line 860) | def seek(self, pos, whence=0): method tell (line 879) | def tell(self): method truncate (line 884) | def truncate(self, pos=None): method readable (line 899) | def readable(self): method writable (line 904) | def writable(self): method seekable (line 909) | def seekable(self): class BufferedReader (line 915) | class BufferedReader(_BufferedIOMixin): method __init__ (line 926) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method _reset_read_buf (line 939) | def _reset_read_buf(self): method read (line 943) | def read(self, n=None): method _read_unlocked (line 956) | def _read_unlocked(self, n=None): method peek (line 1014) | def peek(self, n=0): method _peek_unlocked (line 1024) | def _peek_unlocked(self, n=0): method read1 (line 1040) | def read1(self, n): method tell (line 1053) | def tell(self): method seek (line 1056) | def seek(self, pos, whence=0): class BufferedWriter (line 1066) | class BufferedWriter(_BufferedIOMixin): method __init__ (line 1075) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method write (line 1086) | def write(self, b): method truncate (line 1114) | def truncate(self, pos=None): method flush (line 1121) | def flush(self): method _flush_unlocked (line 1125) | def _flush_unlocked(self): method tell (line 1144) | def tell(self): method seek (line 1147) | def seek(self, pos, whence=0): class BufferedRWPair (line 1155) | class BufferedRWPair(BufferedIOBase): method __init__ (line 1171) | def __init__(self, reader, writer, buffer_size=DEFAULT_BUFFER_SIZE): method read (line 1185) | def read(self, n=None): method readinto (line 1190) | def readinto(self, b): method write (line 1193) | def write(self, b): method peek (line 1196) | def peek(self, n=0): method read1 (line 1199) | def read1(self, n): method readable (line 1202) | def readable(self): method writable (line 1205) | def writable(self): method flush (line 1208) | def flush(self): method close (line 1211) | def close(self): method isatty (line 1215) | def isatty(self): method closed (line 1219) | def closed(self): class BufferedRandom (line 1223) | class BufferedRandom(BufferedWriter, BufferedReader): method __init__ (line 1232) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method seek (line 1237) | def seek(self, pos, whence=0): method tell (line 1254) | def tell(self): method truncate (line 1260) | def truncate(self, pos=None): method read (line 1266) | def read(self, n=None): method readinto (line 1272) | def readinto(self, b): method peek (line 1276) | def peek(self, n=0): method read1 (line 1280) | def read1(self, n): method write (line 1284) | def write(self, b): class TextIOBase (line 1293) | class TextIOBase(IOBase): method read (line 1302) | def read(self, n=-1): method write (line 1312) | def write(self, s): method truncate (line 1316) | def truncate(self, pos=None): method readline (line 1320) | def readline(self): method detach (line 1327) | def detach(self): method encoding (line 1337) | def encoding(self): method newlines (line 1342) | def newlines(self): method errors (line 1352) | def errors(self): class IncrementalNewlineDecoder (line 1361) | class IncrementalNewlineDecoder(codecs.IncrementalDecoder): method __init__ (line 1368) | def __init__(self, decoder, translate, errors='strict'): method decode (line 1375) | def decode(self, input, final=False): method getstate (line 1406) | def getstate(self): method setstate (line 1417) | def setstate(self, state): method reset (line 1423) | def reset(self): method newlines (line 1434) | def newlines(self): class TextIOWrapper (line 1446) | class TextIOWrapper(TextIOBase): method __init__ (line 1475) | def __init__(self, buffer, encoding=None, errors=None, newline=None, method __repr__ (line 1545) | def __repr__(self): method encoding (line 1562) | def encoding(self): method errors (line 1566) | def errors(self): method line_buffering (line 1570) | def line_buffering(self): method buffer (line 1574) | def buffer(self): method seekable (line 1577) | def seekable(self): method readable (line 1582) | def readable(self): method writable (line 1585) | def writable(self): method flush (line 1588) | def flush(self): method close (line 1592) | def close(self): method closed (line 1600) | def closed(self): method name (line 1604) | def name(self): method fileno (line 1607) | def fileno(self): method isatty (line 1610) | def isatty(self): method write (line 1613) | def write(self, s): method _get_encoder (line 1635) | def _get_encoder(self): method _get_decoder (line 1640) | def _get_decoder(self): method _set_decoded_chars (line 1651) | def _set_decoded_chars(self, chars): method _get_decoded_chars (line 1656) | def _get_decoded_chars(self, n=None): method _rewind_decoded_chars (line 1666) | def _rewind_decoded_chars(self, n): method _read_chunk (line 1672) | def _read_chunk(self): method _pack_cookie (line 1714) | def _pack_cookie(self, position, dec_flags=0, method _unpack_cookie (line 1724) | def _unpack_cookie(self, bigint): method tell (line 1731) | def tell(self): method truncate (line 1830) | def truncate(self, pos=None): method detach (line 1836) | def detach(self): method seek (line 1844) | def seek(self, cookie, whence=0): method read (line 1915) | def read(self, n=None): method __next__ (line 1940) | def __next__(self): method readline (line 1949) | def readline(self, limit=None): method newlines (line 2038) | def newlines(self): class StringIO (line 2042) | class StringIO(TextIOWrapper): method __init__ (line 2049) | def __init__(self, initial_value="", newline="\n"): method getvalue (line 2066) | def getvalue(self): method __repr__ (line 2076) | def __repr__(self): method errors (line 2082) | def errors(self): method encoding (line 2086) | def encoding(self): method detach (line 2089) | def detach(self): FILE: tests/pythons/win32-py33/Lib/_strptime.py function _getlang (line 29) | def _getlang(): class LocaleTime (line 33) | class LocaleTime(object): method __init__ (line 52) | def __init__(self): method __pad (line 81) | def __pad(self, seq, front): method __calc_weekday (line 90) | def __calc_weekday(self): method __calc_month (line 98) | def __calc_month(self): method __calc_am_pm (line 105) | def __calc_am_pm(self): method __calc_date_time (line 117) | def __calc_date_time(self): method __calc_timezone (line 162) | def __calc_timezone(self): class TimeRE (line 178) | class TimeRE(dict): method __init__ (line 181) | def __init__(self, locale_time=None): method __seqToRE (line 224) | def __seqToRE(self, to_convert, directive): method pattern (line 243) | def pattern(self, format): method compile (line 266) | def compile(self, format): function _calc_julian_from_U_or_W (line 277) | def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_start... function _strptime (line 298) | def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_time (line 491) | def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_datetime (line 497) | def _strptime_datetime(cls, data_string, format="%a %b %d %H:%M:%S %Y"): FILE: tests/pythons/win32-py33/Lib/_threading_local.py class _localimpl (line 150) | class _localimpl: method __init__ (line 154) | def __init__(self): method get_dict (line 162) | def get_dict(self): method create_dict (line 168) | def create_dict(self): function _patch (line 195) | def _patch(self): class local (line 208) | class local: method __new__ (line 211) | def __new__(cls, *args, **kw): method __getattribute__ (line 225) | def __getattribute__(self, name): method __setattr__ (line 229) | def __setattr__(self, name, value): method __delattr__ (line 237) | def __delattr__(self, name): FILE: tests/pythons/win32-py33/Lib/_weakrefset.py class _IterationGuard (line 10) | class _IterationGuard: method __init__ (line 16) | def __init__(self, weakcontainer): method __enter__ (line 20) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, e, t, b): class WeakSet (line 35) | class WeakSet: method __init__ (line 36) | def __init__(self, data=None): method _commit_removals (line 52) | def _commit_removals(self): method __iter__ (line 58) | def __iter__(self): method __len__ (line 67) | def __len__(self): method __contains__ (line 70) | def __contains__(self, item): method __reduce__ (line 77) | def __reduce__(self): method add (line 81) | def add(self, item): method clear (line 86) | def clear(self): method copy (line 91) | def copy(self): method pop (line 94) | def pop(self): method remove (line 106) | def remove(self, item): method discard (line 111) | def discard(self, item): method update (line 116) | def update(self, other): method __ior__ (line 122) | def __ior__(self, other): method difference (line 126) | def difference(self, other): method difference_update (line 132) | def difference_update(self, other): method __isub__ (line 134) | def __isub__(self, other): method intersection (line 143) | def intersection(self, other): method intersection_update (line 147) | def intersection_update(self, other): method __iand__ (line 149) | def __iand__(self, other): method issubset (line 155) | def issubset(self, other): method __lt__ (line 159) | def __lt__(self, other): method issuperset (line 162) | def issuperset(self, other): method __gt__ (line 166) | def __gt__(self, other): method __eq__ (line 169) | def __eq__(self, other): method symmetric_difference (line 174) | def symmetric_difference(self, other): method symmetric_difference_update (line 180) | def symmetric_difference_update(self, other): method __ixor__ (line 182) | def __ixor__(self, other): method union (line 191) | def union(self, other): method isdisjoint (line 195) | def isdisjoint(self, other): FILE: tests/pythons/win32-py33/Lib/abc.py function abstractmethod (line 8) | def abstractmethod(funcobj): class abstractclassmethod (line 28) | class abstractclassmethod(classmethod): method __init__ (line 47) | def __init__(self, callable): class abstractstaticmethod (line 52) | class abstractstaticmethod(staticmethod): method __init__ (line 71) | def __init__(self, callable): class abstractproperty (line 76) | class abstractproperty(property): class ABCMeta (line 108) | class ABCMeta(type): method __new__ (line 129) | def __new__(mcls, name, bases, namespace): method register (line 148) | def register(cls, subclass): method _dump_registry (line 166) | def _dump_registry(cls, file=None): method __instancecheck__ (line 175) | def __instancecheck__(cls, instance): method __subclasscheck__ (line 191) | def __subclasscheck__(cls, subclass): FILE: tests/pythons/win32-py33/Lib/aifc.py class Error (line 143) | class Error(Exception): function _read_long (line 148) | def _read_long(file): function _read_ulong (line 154) | def _read_ulong(file): function _read_short (line 160) | def _read_short(file): function _read_ushort (line 166) | def _read_ushort(file): function _read_string (line 172) | def _read_string(file): function _read_float (line 184) | def _read_float(f): # 10 bytes function _write_short (line 201) | def _write_short(f, x): function _write_ushort (line 204) | def _write_ushort(f, x): function _write_long (line 207) | def _write_long(f, x): function _write_ulong (line 210) | def _write_ulong(f, x): function _write_string (line 213) | def _write_string(f, s): function _write_float (line 221) | def _write_float(f, x): class Aifc_read (line 256) | class Aifc_read: method initfp (line 292) | def initfp(self, file): method __init__ (line 331) | def __init__(self, f): method getfp (line 340) | def getfp(self): method rewind (line 343) | def rewind(self): method close (line 347) | def close(self): method tell (line 350) | def tell(self): method getnchannels (line 353) | def getnchannels(self): method getnframes (line 356) | def getnframes(self): method getsampwidth (line 359) | def getsampwidth(self): method getframerate (line 362) | def getframerate(self): method getcomptype (line 365) | def getcomptype(self): method getcompname (line 368) | def getcompname(self): method getparams (line 374) | def getparams(self): method getmarkers (line 379) | def getmarkers(self): method getmark (line 384) | def getmark(self, id): method setpos (line 390) | def setpos(self, pos): method readframes (line 396) | def readframes(self, nframes): method _alaw2lin (line 417) | def _alaw2lin(self, data): method _ulaw2lin (line 421) | def _ulaw2lin(self, data): method _adpcm2lin (line 425) | def _adpcm2lin(self, data): method _read_comm_chunk (line 433) | def _read_comm_chunk(self, chunk): method _readmark (line 471) | def _readmark(self, chunk): class Aifc_write (line 491) | class Aifc_write: method __init__ (line 521) | def __init__(self, f): method initfp (line 534) | def initfp(self, file): method __del__ (line 551) | def __del__(self): method aiff (line 557) | def aiff(self): method aifc (line 562) | def aifc(self): method setnchannels (line 567) | def setnchannels(self, nchannels): method getnchannels (line 574) | def getnchannels(self): method setsampwidth (line 579) | def setsampwidth(self, sampwidth): method getsampwidth (line 586) | def getsampwidth(self): method setframerate (line 591) | def setframerate(self, framerate): method getframerate (line 598) | def getframerate(self): method setnframes (line 603) | def setnframes(self, nframes): method getnframes (line 608) | def getnframes(self): method setcomptype (line 611) | def setcomptype(self, comptype, compname): method getcomptype (line 620) | def getcomptype(self): method getcompname (line 623) | def getcompname(self): method setparams (line 631) | def setparams(self, params): method getparams (line 644) | def getparams(self): method setmark (line 650) | def setmark(self, id, pos, name): method getmark (line 663) | def getmark(self, id): method getmarkers (line 669) | def getmarkers(self): method tell (line 674) | def tell(self): method writeframesraw (line 677) | def writeframesraw(self, data): method writeframes (line 686) | def writeframes(self, data): method close (line 692) | def close(self): method _lin2alaw (line 717) | def _lin2alaw(self, data): method _lin2ulaw (line 721) | def _lin2ulaw(self, data): method _lin2adpcm (line 725) | def _lin2adpcm(self, data): method _ensure_header_written (line 732) | def _ensure_header_written(self, datasize): method _init_compression (line 748) | def _init_compression(self): method _write_header (line 756) | def _write_header(self, initlength): method _write_form_length (line 807) | def _write_form_length(self, datalength): method _patchheader (line 820) | def _patchheader(self): method _writemarkers (line 842) | def _writemarkers(self): function open (line 861) | def open(f, mode=None): FILE: tests/pythons/win32-py33/Lib/antigravity.py function geohash (line 7) | def geohash(latitude, longitude, datedow): FILE: tests/pythons/win32-py33/Lib/argparse.py class _AttributeHolder (line 109) | class _AttributeHolder(object): method __repr__ (line 118) | def __repr__(self): method _get_kwargs (line 127) | def _get_kwargs(self): method _get_args (line 130) | def _get_args(self): function _ensure_value (line 134) | def _ensure_value(namespace, name, value): class HelpFormatter (line 144) | class HelpFormatter(object): method __init__ (line 151) | def __init__(self, method _indent (line 185) | def _indent(self): method _dedent (line 189) | def _dedent(self): class _Section (line 194) | class _Section(object): method __init__ (line 196) | def __init__(self, formatter, parent, heading=None): method format_help (line 202) | def format_help(self): method _add_item (line 227) | def _add_item(self, func, args): method start_section (line 233) | def start_section(self, heading): method end_section (line 239) | def end_section(self): method add_text (line 243) | def add_text(self, text): method add_usage (line 247) | def add_usage(self, usage, actions, groups, prefix=None): method add_argument (line 252) | def add_argument(self, action): method add_arguments (line 270) | def add_arguments(self, actions): method format_help (line 277) | def format_help(self): method _join_parts (line 284) | def _join_parts(self, part_strings): method _format_usage (line 289) | def _format_usage(self, usage, actions, groups, prefix): method _format_actions_usage (line 381) | def _format_actions_usage(self, actions, groups): method _format_text (line 478) | def _format_text(self, text): method _format_action (line 485) | def _format_action(self, action): method _format_action_invocation (line 532) | def _format_action_invocation(self, action): method _metavar_formatter (line 556) | def _metavar_formatter(self, action, default_metavar): method _format_args (line 572) | def _format_args(self, action, default_metavar): method _expand_help (line 591) | def _expand_help(self, action): method _iter_indented_subactions (line 604) | def _iter_indented_subactions(self, action): method _split_lines (line 615) | def _split_lines(self, text, width): method _fill_text (line 619) | def _fill_text(self, text, width, indent): method _get_help_string (line 624) | def _get_help_string(self, action): method _get_default_metavar_for_optional (line 627) | def _get_default_metavar_for_optional(self, action): method _get_default_metavar_for_positional (line 630) | def _get_default_metavar_for_positional(self, action): class RawDescriptionHelpFormatter (line 634) | class RawDescriptionHelpFormatter(HelpFormatter): method _fill_text (line 641) | def _fill_text(self, text, width, indent): class RawTextHelpFormatter (line 645) | class RawTextHelpFormatter(RawDescriptionHelpFormatter): method _split_lines (line 652) | def _split_lines(self, text, width): class ArgumentDefaultsHelpFormatter (line 656) | class ArgumentDefaultsHelpFormatter(HelpFormatter): method _get_help_string (line 663) | def _get_help_string(self, action): class MetavarTypeHelpFormatter (line 673) | class MetavarTypeHelpFormatter(HelpFormatter): method _get_default_metavar_for_optional (line 681) | def _get_default_metavar_for_optional(self, action): method _get_default_metavar_for_positional (line 684) | def _get_default_metavar_for_positional(self, action): function _get_action_name (line 693) | def _get_action_name(argument): class ArgumentError (line 706) | class ArgumentError(Exception): method __init__ (line 713) | def __init__(self, argument, message): method __str__ (line 717) | def __str__(self): class ArgumentTypeError (line 726) | class ArgumentTypeError(Exception): class Action (line 735) | class Action(_AttributeHolder): method __init__ (line 786) | def __init__(self, method _get_kwargs (line 808) | def _get_kwargs(self): method __call__ (line 822) | def __call__(self, parser, namespace, values, option_string=None): class _StoreAction (line 826) | class _StoreAction(Action): method __init__ (line 828) | def __init__(self, method __call__ (line 857) | def __call__(self, parser, namespace, values, option_string=None): class _StoreConstAction (line 861) | class _StoreConstAction(Action): method __init__ (line 863) | def __init__(self, method __call__ (line 880) | def __call__(self, parser, namespace, values, option_string=None): class _StoreTrueAction (line 884) | class _StoreTrueAction(_StoreConstAction): method __init__ (line 886) | def __init__(self, class _StoreFalseAction (line 901) | class _StoreFalseAction(_StoreConstAction): method __init__ (line 903) | def __init__(self, class _AppendAction (line 918) | class _AppendAction(Action): method __init__ (line 920) | def __init__(self, method __call__ (line 949) | def __call__(self, parser, namespace, values, option_string=None): class _AppendConstAction (line 955) | class _AppendConstAction(Action): method __init__ (line 957) | def __init__(self, method __call__ (line 975) | def __call__(self, parser, namespace, values, option_string=None): class _CountAction (line 981) | class _CountAction(Action): method __init__ (line 983) | def __init__(self, method __call__ (line 997) | def __call__(self, parser, namespace, values, option_string=None): class _HelpAction (line 1002) | class _HelpAction(Action): method __init__ (line 1004) | def __init__(self, method __call__ (line 1016) | def __call__(self, parser, namespace, values, option_string=None): class _VersionAction (line 1021) | class _VersionAction(Action): method __init__ (line 1023) | def __init__(self, method __call__ (line 1037) | def __call__(self, parser, namespace, values, option_string=None): class _SubParsersAction (line 1046) | class _SubParsersAction(Action): class _ChoicesPseudoAction (line 1048) | class _ChoicesPseudoAction(Action): method __init__ (line 1050) | def __init__(self, name, aliases, help): method __init__ (line 1058) | def __init__(self, method add_parser (line 1079) | def add_parser(self, name, **kwargs): method _get_subactions (line 1102) | def _get_subactions(self): method __call__ (line 1105) | def __call__(self, parser, namespace, values, option_string=None): class FileType (line 1135) | class FileType(object): method __init__ (line 1148) | def __init__(self, mode='r', bufsize=-1): method __call__ (line 1152) | def __call__(self, string): method __repr__ (line 1170) | def __repr__(self): class Namespace (line 1179) | class Namespace(_AttributeHolder): method __init__ (line 1186) | def __init__(self, **kwargs): method __eq__ (line 1190) | def __eq__(self, other): method __ne__ (line 1193) | def __ne__(self, other): method __contains__ (line 1196) | def __contains__(self, key): class _ActionsContainer (line 1200) | class _ActionsContainer(object): method __init__ (line 1202) | def __init__(self, method register (line 1254) | def register(self, registry_name, value, object): method _registry_get (line 1258) | def _registry_get(self, registry_name, value, default=None): method set_defaults (line 1264) | def set_defaults(self, **kwargs): method get_default (line 1273) | def get_default(self, dest): method add_argument (line 1283) | def add_argument(self, *args, **kwargs): method add_argument_group (line 1330) | def add_argument_group(self, *args, **kwargs): method add_mutually_exclusive_group (line 1335) | def add_mutually_exclusive_group(self, **kwargs): method _add_action (line 1340) | def _add_action(self, action): method _remove_action (line 1361) | def _remove_action(self, action): method _add_container_actions (line 1364) | def _add_container_actions(self, container): method _get_positional_kwargs (line 1404) | def _get_positional_kwargs(self, dest, **kwargs): method _get_optional_kwargs (line 1420) | def _get_optional_kwargs(self, *args, **kwargs): method _pop_action_class (line 1456) | def _pop_action_class(self, kwargs, default=None): method _get_handler (line 1460) | def _get_handler(self): method _check_conflict (line 1469) | def _check_conflict(self, action): method _handle_conflict_error (line 1483) | def _handle_conflict_error(self, action, conflicting_actions): method _handle_conflict_resolve (line 1492) | def _handle_conflict_resolve(self, action, conflicting_actions): class _ArgumentGroup (line 1507) | class _ArgumentGroup(_ActionsContainer): method __init__ (line 1509) | def __init__(self, container, title=None, description=None, **kwargs): method _add_action (line 1531) | def _add_action(self, action): method _remove_action (line 1536) | def _remove_action(self, action): class _MutuallyExclusiveGroup (line 1541) | class _MutuallyExclusiveGroup(_ArgumentGroup): method __init__ (line 1543) | def __init__(self, container, required=False): method _add_action (line 1548) | def _add_action(self, action): method _remove_action (line 1556) | def _remove_action(self, action): class ArgumentParser (line 1561) | class ArgumentParser(_AttributeHolder, _ActionsContainer): method __init__ (line 1579) | def __init__(self, method _get_kwargs (line 1641) | def _get_kwargs(self): method add_subparsers (line 1655) | def add_subparsers(self, **kwargs): method _add_action (line 1686) | def _add_action(self, action): method _get_optional_actions (line 1693) | def _get_optional_actions(self): method _get_positional_actions (line 1698) | def _get_positional_actions(self): method parse_args (line 1706) | def parse_args(self, args=None, namespace=None): method parse_known_args (line 1713) | def parse_known_args(self, args=None, namespace=None): method _parse_known_args (line 1748) | def _parse_known_args(self, arg_strings, namespace): method _read_args_from_files (line 1994) | def _read_args_from_files(self, arg_strings): method convert_arg_line_to_args (line 2023) | def convert_arg_line_to_args(self, arg_line): method _match_argument (line 2026) | def _match_argument(self, action, arg_strings_pattern): method _match_arguments_partial (line 2047) | def _match_arguments_partial(self, actions, arg_strings_pattern): method _parse_optional (line 2063) | def _parse_optional(self, arg_string): method _get_option_tuples (line 2121) | def _get_option_tuples(self, option_string): method _get_nargs_pattern (line 2165) | def _get_nargs_pattern(self, action): method _get_values (line 2209) | def _get_values(self, action, arg_strings): method _get_value (line 2261) | def _get_value(self, action, arg_string): method _check_value (line 2287) | def _check_value(self, action, value): method format_usage (line 2298) | def format_usage(self): method format_help (line 2304) | def format_help(self): method _get_formatter (line 2327) | def _get_formatter(self): method print_usage (line 2333) | def print_usage(self, file=None): method print_help (line 2338) | def print_help(self, file=None): method _print_message (line 2343) | def _print_message(self, message, file=None): method exit (line 2352) | def exit(self, status=0, message=None): method error (line 2357) | def error(self, message): FILE: tests/pythons/win32-py33/Lib/ast.py function parse (line 30) | def parse(source, filename='', mode='exec'): function literal_eval (line 38) | def literal_eval(node_or_string): function dump (line 89) | def dump(node, annotate_fields=True, include_attributes=False): function copy_location (line 119) | def copy_location(new_node, old_node): function fix_missing_locations (line 131) | def fix_missing_locations(node): function increment_lineno (line 156) | def increment_lineno(node, n=1): function iter_fields (line 167) | def iter_fields(node): function iter_child_nodes (line 179) | def iter_child_nodes(node): function get_docstring (line 193) | def get_docstring(node, clean=True): function walk (line 209) | def walk(node): class NodeVisitor (line 223) | class NodeVisitor(object): method visit (line 243) | def visit(self, node): method generic_visit (line 249) | def generic_visit(self, node): class NodeTransformer (line 260) | class NodeTransformer(NodeVisitor): method generic_visit (line 296) | def generic_visit(self, node): FILE: tests/pythons/win32-py33/Lib/asynchat.py class async_chat (line 53) | class async_chat (asyncore.dispatcher): method __init__ (line 68) | def __init__ (self, sock=None, map=None): method collect_incoming_data (line 82) | def collect_incoming_data(self, data): method _collect_incoming_data (line 85) | def _collect_incoming_data(self, data): method _get_data (line 88) | def _get_data(self): method found_terminator (line 93) | def found_terminator(self): method set_terminator (line 96) | def set_terminator (self, term): method get_terminator (line 102) | def get_terminator (self): method handle_read (line 110) | def handle_read (self): method handle_write (line 178) | def handle_write (self): method handle_close (line 181) | def handle_close (self): method push (line 184) | def push (self, data): method push_with_producer (line 193) | def push_with_producer (self, producer): method readable (line 197) | def readable (self): method writable (line 205) | def writable (self): method close_when_done (line 209) | def close_when_done (self): method initiate_send (line 213) | def initiate_send(self): method discard_buffers (line 255) | def discard_buffers (self): class simple_producer (line 261) | class simple_producer: method __init__ (line 263) | def __init__ (self, data, buffer_size=512): method more (line 267) | def more (self): class fifo (line 277) | class fifo: method __init__ (line 278) | def __init__ (self, list=None): method __len__ (line 284) | def __len__ (self): method is_empty (line 287) | def is_empty (self): method first (line 290) | def first (self): method push (line 293) | def push (self, data): method pop (line 296) | def pop (self): function find_prefix_at_end (line 317) | def find_prefix_at_end (haystack, needle): FILE: tests/pythons/win32-py33/Lib/asyncore.py function _strerror (line 68) | def _strerror(err): class ExitNow (line 76) | class ExitNow(Exception): function read (line 81) | def read(obj): function write (line 89) | def write(obj): function _exception (line 97) | def _exception(obj): function readwrite (line 105) | def readwrite(obj, flags): function poll (line 125) | def poll(timeout=0.0, map=None): function poll2 (line 167) | def poll2(timeout=0.0, map=None): function loop (line 197) | def loop(timeout=30.0, use_poll=False, map=None, count=None): class dispatcher (line 215) | class dispatcher: method __init__ (line 225) | def __init__(self, sock=None, map=None): method __repr__ (line 257) | def __repr__(self): method add_channel (line 272) | def add_channel(self, map=None): method del_channel (line 278) | def del_channel(self, map=None): method create_socket (line 287) | def create_socket(self, family=socket.AF_INET, type=socket.SOCK_STREAM): method set_socket (line 293) | def set_socket(self, sock, map=None): method set_reuse_addr (line 299) | def set_reuse_addr(self): method readable (line 316) | def readable(self): method writable (line 319) | def writable(self): method listen (line 326) | def listen(self, num): method bind (line 332) | def bind(self, addr): method connect (line 336) | def connect(self, address): method accept (line 350) | def accept(self): method send (line 364) | def send(self, data): method recv (line 377) | def recv(self, buffer_size): method close (line 395) | def close(self): method __getattr__ (line 408) | def __getattr__(self, attr): method log (line 424) | def log(self, message): method log_info (line 427) | def log_info(self, message, type='info'): method handle_read_event (line 431) | def handle_read_event(self): method handle_connect_event (line 443) | def handle_connect_event(self): method handle_write_event (line 451) | def handle_write_event(self): method handle_expt_event (line 462) | def handle_expt_event(self): method handle_error (line 477) | def handle_error(self): method handle_expt (line 497) | def handle_expt(self): method handle_read (line 500) | def handle_read(self): method handle_write (line 503) | def handle_write(self): method handle_connect (line 506) | def handle_connect(self): method handle_accept (line 509) | def handle_accept(self): method handle_accepted (line 514) | def handle_accepted(self, sock, addr): method handle_close (line 518) | def handle_close(self): class dispatcher_with_send (line 527) | class dispatcher_with_send(dispatcher): method __init__ (line 529) | def __init__(self, sock=None, map=None): method initiate_send (line 533) | def initiate_send(self): method handle_write (line 538) | def handle_write(self): method writable (line 541) | def writable(self): method send (line 544) | def send(self, data): function compact_traceback (line 554) | def compact_traceback(): function close_all (line 574) | def close_all(map=None, ignore_all=False): class file_wrapper (line 608) | class file_wrapper: method __init__ (line 613) | def __init__(self, fd): method recv (line 616) | def recv(self, *args): method send (line 619) | def send(self, *args): method getsockopt (line 622) | def getsockopt(self, level, optname, buflen=None): method close (line 633) | def close(self): method fileno (line 636) | def fileno(self): class file_dispatcher (line 639) | class file_dispatcher(dispatcher): method __init__ (line 641) | def __init__(self, fd, map=None): method set_file (line 654) | def set_file(self, fd): FILE: tests/pythons/win32-py33/Lib/base64.py function _bytes_from_decode_data (line 32) | def _bytes_from_decode_data(s): function b64encode (line 47) | def b64encode(s, altchars=None): function b64decode (line 70) | def b64decode(s, altchars=None, validate=False): function standard_b64encode (line 94) | def standard_b64encode(s): function standard_b64decode (line 101) | def standard_b64decode(s): function urlsafe_b64encode (line 115) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 124) | def urlsafe_b64decode(s): function b32encode (line 157) | def b32encode(s): function b32decode (line 200) | def b32decode(s, casefold=False, map01=None): function b16encode (line 277) | def b16encode(s): function b16decode (line 287) | def b16decode(s, casefold=False): function encode (line 314) | def encode(input, output): function decode (line 329) | def decode(input, output): function encodebytes (line 339) | def encodebytes(s): function encodestring (line 350) | def encodestring(s): function decodebytes (line 358) | def decodebytes(s): function decodestring (line 364) | def decodestring(s): function main (line 373) | def main(): function test (line 399) | def test(): FILE: tests/pythons/win32-py33/Lib/bdb.py class BdbQuit (line 9) | class BdbQuit(Exception): class Bdb (line 13) | class Bdb: method __init__ (line 21) | def __init__(self, skip=None): method canonic (line 27) | def canonic(self, filename): method reset (line 37) | def reset(self): method trace_dispatch (line 43) | def trace_dispatch(self, frame, event, arg): method dispatch_line (line 63) | def dispatch_line(self, frame): method dispatch_call (line 69) | def dispatch_call(self, frame, arg): method dispatch_return (line 82) | def dispatch_return(self, frame, arg): method dispatch_exception (line 92) | def dispatch_exception(self, frame, arg): method is_skipped_module (line 102) | def is_skipped_module(self, module_name): method stop_here (line 108) | def stop_here(self, frame): method break_here (line 124) | def break_here(self, frame): method do_clear (line 146) | def do_clear(self, arg): method break_anywhere (line 149) | def break_anywhere(self, frame): method user_call (line 155) | def user_call(self, frame, argument_list): method user_line (line 160) | def user_line(self, frame): method user_return (line 164) | def user_return(self, frame, return_value): method user_exception (line 168) | def user_exception(self, frame, exc_info): method _set_stopinfo (line 173) | def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): method set_until (line 184) | def set_until(self, frame, lineno=None): method set_step (line 192) | def set_step(self): method set_next (line 204) | def set_next(self, frame): method set_return (line 208) | def set_return(self, frame): method set_trace (line 212) | def set_trace(self, frame=None): method set_continue (line 227) | def set_continue(self): method set_quit (line 238) | def set_quit(self): method set_break (line 251) | def set_break(self, filename, lineno, temporary=False, cond=None, method _prune_breaks (line 263) | def _prune_breaks(self, filename, lineno): method clear_break (line 269) | def clear_break(self, filename, lineno): method clear_bpbynumber (line 281) | def clear_bpbynumber(self, arg): method clear_all_file_breaks (line 289) | def clear_all_file_breaks(self, filename): method clear_all_breaks (line 299) | def clear_all_breaks(self): method get_bpbynumber (line 307) | def get_bpbynumber(self, arg): method get_break (line 322) | def get_break(self, filename, lineno): method get_breaks (line 327) | def get_breaks(self, filename, lineno): method get_file_breaks (line 333) | def get_file_breaks(self, filename): method get_all_breaks (line 340) | def get_all_breaks(self): method get_stack (line 346) | def get_stack(self, f, t): method format_stack_entry (line 364) | def format_stack_entry(self, frame_lineno, lprefix=': '): method run (line 394) | def run(self, cmd, globals=None, locals=None): method runeval (line 412) | def runeval(self, expr, globals=None, locals=None): method runctx (line 428) | def runctx(self, cmd, globals, locals): method runcall (line 434) | def runcall(self, func, *args, **kwds): function set_trace (line 448) | def set_trace(): class Breakpoint (line 452) | class Breakpoint: method __init__ (line 475) | def __init__(self, file, line, temporary=False, cond=None, funcname=No... method deleteMe (line 495) | def deleteMe(self): method enable (line 503) | def enable(self): method disable (line 506) | def disable(self): method bpprint (line 509) | def bpprint(self, out=None): method bpformat (line 514) | def bpformat(self): method __str__ (line 537) | def __str__(self): function checkfuncname (line 542) | def checkfuncname(b, frame): function effective (line 570) | def effective(file, line, frame): class Tdb (line 618) | class Tdb(Bdb): method user_call (line 619) | def user_call(self, frame, args): method user_line (line 623) | def user_line(self, frame): method user_return (line 630) | def user_return(self, frame, retval): method user_exception (line 632) | def user_exception(self, frame, exc_stuff): function foo (line 636) | def foo(n): function bar (line 641) | def bar(a): function test (line 645) | def test(): FILE: tests/pythons/win32-py33/Lib/binhex.py class Error (line 31) | class Error(Exception): class FInfo (line 46) | class FInfo: method __init__ (line 47) | def __init__(self): function getfileinfo (line 52) | def getfileinfo(name): class openrsrc (line 65) | class openrsrc: method __init__ (line 66) | def __init__(self, *args): method read (line 69) | def read(self, *args): method write (line 72) | def write(self, *args): method close (line 75) | def close(self): class _Hqxcoderengine (line 78) | class _Hqxcoderengine: method __init__ (line 81) | def __init__(self, ofp): method write (line 87) | def write(self, data): method _flush (line 98) | def _flush(self, force): method close (line 109) | def close(self): class _Rlecoderengine (line 116) | class _Rlecoderengine: method __init__ (line 119) | def __init__(self, ofp): method write (line 123) | def write(self, data): method close (line 131) | def close(self): class BinHex (line 138) | class BinHex: method __init__ (line 139) | def __init__(self, name_finfo_dlen_rlen, ofp): method _writeinfo (line 162) | def _writeinfo(self, name, finfo): method _write (line 181) | def _write(self, data): method _writecrc (line 185) | def _writecrc(self): method write (line 195) | def write(self, data): method close_data (line 201) | def close_data(self): method write_rsrc (line 207) | def write_rsrc(self, data): method close (line 215) | def close(self): function binhex (line 227) | def binhex(inp, out): class _Hqxdecoderengine (line 249) | class _Hqxdecoderengine: method __init__ (line 252) | def __init__(self, ifp): method read (line 256) | def read(self, totalwtd): method close (line 288) | def close(self): class _Rledecoderengine (line 291) | class _Rledecoderengine: method __init__ (line 294) | def __init__(self, ifp): method read (line 300) | def read(self, wtd): method _fill (line 307) | def _fill(self, wtd): method close (line 342) | def close(self): class HexBin (line 345) | class HexBin: method __init__ (line 346) | def __init__(self, ifp): method _read (line 368) | def _read(self, len): method _checkcrc (line 373) | def _checkcrc(self): method _readheader (line 383) | def _readheader(self): method read (line 403) | def read(self, *n): method close_data (line 417) | def close_data(self): method read_rsrc (line 425) | def read_rsrc(self, *n): method close (line 438) | def close(self): function hexbin (line 445) | def hexbin(inp, out): FILE: tests/pythons/win32-py33/Lib/bisect.py function insort_right (line 3) | def insort_right(a, x, lo=0, hi=None): function bisect_right (line 24) | def bisect_right(a, x, lo=0, hi=None): function insort_left (line 47) | def insort_left(a, x, lo=0, hi=None): function bisect_left (line 67) | def bisect_left(a, x, lo=0, hi=None): FILE: tests/pythons/win32-py33/Lib/bz2.py class BZ2File (line 32) | class BZ2File(io.BufferedIOBase): method __init__ (line 43) | def __init__(self, filename, mode="r", buffering=None, compresslevel=9): method close (line 105) | def close(self): method closed (line 132) | def closed(self): method fileno (line 136) | def fileno(self): method seekable (line 141) | def seekable(self): method readable (line 145) | def readable(self): method writable (line 150) | def writable(self): method _check_not_closed (line 157) | def _check_not_closed(self): method _check_can_read (line 161) | def _check_can_read(self): method _check_can_write (line 166) | def _check_can_write(self): method _check_can_seek (line 171) | def _check_can_seek(self): method _fill_buffer (line 181) | def _fill_buffer(self): method _read_all (line 216) | def _read_all(self, return_data=True): method _read_block (line 232) | def _read_block(self, n, return_data=True): method peek (line 260) | def peek(self, n=0): method read (line 272) | def read(self, size=-1): method read1 (line 287) | def read1(self, size=-1): method readinto (line 314) | def readinto(self, b): method readline (line 322) | def readline(self, size=-1): method readlines (line 345) | def readlines(self, size=-1): method write (line 359) | def write(self, data): method writelines (line 373) | def writelines(self, seq): method _rewind (line 385) | def _rewind(self): method seek (line 393) | def seek(self, offset, whence=0): method tell (line 435) | def tell(self): function open (line 442) | def open(filename, mode="rb", compresslevel=9, function compress (line 482) | def compress(data, compresslevel=9): function decompress (line 493) | def decompress(data): FILE: tests/pythons/win32-py33/Lib/cProfile.py function run (line 14) | def run(statement, filename=None, sort=-1): function runctx (line 39) | def runctx(statement, globals, locals, filename=None, sort=-1): class Profile (line 61) | class Profile(_lsprof.Profiler): method print_stats (line 74) | def print_stats(self, sort=-1): method dump_stats (line 78) | def dump_stats(self, file): method create_stats (line 85) | def create_stats(self): method snapshot_stats (line 89) | def snapshot_stats(self): method run (line 127) | def run(self, cmd): method runctx (line 132) | def runctx(self, cmd, globals, locals): method runcall (line 141) | def runcall(self, func, *args, **kw): function label (line 150) | def label(code): function main (line 158) | def main(): FILE: tests/pythons/win32-py33/Lib/calendar.py class IllegalMonthError (line 21) | class IllegalMonthError(ValueError): method __init__ (line 22) | def __init__(self, month): method __str__ (line 24) | def __str__(self): class IllegalWeekdayError (line 28) | class IllegalWeekdayError(ValueError): method __init__ (line 29) | def __init__(self, weekday): method __str__ (line 31) | def __str__(self): class _localized_month (line 47) | class _localized_month: method __init__ (line 52) | def __init__(self, format): method __getitem__ (line 55) | def __getitem__(self, i): method __len__ (line 62) | def __len__(self): class _localized_day (line 66) | class _localized_day: method __init__ (line 71) | def __init__(self, format): method __getitem__ (line 74) | def __getitem__(self, i): method __len__ (line 81) | def __len__(self): function isleap (line 97) | def isleap(year): function leapdays (line 102) | def leapdays(y1, y2): function weekday (line 110) | def weekday(year, month, day): function monthrange (line 116) | def monthrange(year, month): class Calendar (line 126) | class Calendar(object): method __init__ (line 132) | def __init__(self, firstweekday=0): method getfirstweekday (line 135) | def getfirstweekday(self): method setfirstweekday (line 138) | def setfirstweekday(self, firstweekday): method iterweekdays (line 143) | def iterweekdays(self): method itermonthdates (line 151) | def itermonthdates(self, year, month): method itermonthdays2 (line 172) | def itermonthdays2(self, year, month): method itermonthdays (line 183) | def itermonthdays(self, year, month): method monthdatescalendar (line 194) | def monthdatescalendar(self, year, month): method monthdays2calendar (line 202) | def monthdays2calendar(self, year, month): method monthdayscalendar (line 212) | def monthdayscalendar(self, year, month): method yeardatescalendar (line 220) | def yeardatescalendar(self, year, width=3): method yeardays2calendar (line 233) | def yeardays2calendar(self, year, width=3): method yeardayscalendar (line 246) | def yeardayscalendar(self, year, width=3): class TextCalendar (line 259) | class TextCalendar(Calendar): method prweek (line 265) | def prweek(self, theweek, width): method formatday (line 271) | def formatday(self, day, weekday, width): method formatweek (line 281) | def formatweek(self, theweek, width): method formatweekday (line 287) | def formatweekday(self, day, width): method formatweekheader (line 297) | def formatweekheader(self, width): method formatmonthname (line 303) | def formatmonthname(self, theyear, themonth, width, withyear=True): method prmonth (line 312) | def prmonth(self, theyear, themonth, w=0, l=0): method formatmonth (line 318) | def formatmonth(self, theyear, themonth, w=0, l=0): method formatyear (line 334) | def formatyear(self, theyear, w=2, l=1, c=6, m=3): method pryear (line 371) | def pryear(self, theyear, w=0, l=0, c=6, m=3): class HTMLCalendar (line 376) | class HTMLCalendar(Calendar): method formatday (line 384) | def formatday(self, day, weekday): method formatweek (line 393) | def formatweek(self, theweek): method formatweekday (line 400) | def formatweekday(self, day): method formatweekheader (line 406) | def formatweekheader(self): method formatmonthname (line 413) | def formatmonthname(self, theyear, themonth, withyear=True): method formatmonth (line 423) | def formatmonth(self, theyear, themonth, withyear=True): method formatyear (line 442) | def formatyear(self, theyear, width=3): method formatyearpage (line 464) | def formatyearpage(self, theyear, width=3, css='calendar.css', encodin... class different_locale (line 488) | class different_locale: method __init__ (line 489) | def __init__(self, locale): method __enter__ (line 492) | def __enter__(self): method __exit__ (line 496) | def __exit__(self, *args): class LocaleTextCalendar (line 500) | class LocaleTextCalendar(TextCalendar): method __init__ (line 508) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 514) | def formatweekday(self, day, width): method formatmonthname (line 523) | def formatmonthname(self, theyear, themonth, width, withyear=True): class LocaleHTMLCalendar (line 531) | class LocaleHTMLCalendar(HTMLCalendar): method __init__ (line 538) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 544) | def formatweekday(self, day): method formatmonthname (line 549) | def formatmonthname(self, theyear, themonth, withyear=True): function setfirstweekday (line 562) | def setfirstweekday(firstweekday): function format (line 582) | def format(cols, colwidth=_colwidth, spacing=_spacing): function formatstring (line 587) | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function timegm (line 597) | def timegm(tuple): function main (line 607) | def main(args): FILE: tests/pythons/win32-py33/Lib/cgi.py function initlog (line 58) | def initlog(*allargs): function dolog (line 93) | def dolog(fmt, *args): function nolog (line 97) | def nolog(*allargs): function closelog (line 101) | def closelog(): function parse (line 120) | def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsi... function parse_qs (line 189) | def parse_qs(qs, keep_blank_values=0, strict_parsing=0): function parse_qsl (line 195) | def parse_qsl(qs, keep_blank_values=0, strict_parsing=0): function parse_multipart (line 201) | def parse_multipart(fp, pdict): function _parseparam (line 301) | def _parseparam(s): function parse_header (line 313) | def parse_header(line): class MiniFieldStorage (line 337) | class MiniFieldStorage: method __init__ (line 351) | def __init__(self, name, value): method __repr__ (line 357) | def __repr__(self): class FieldStorage (line 362) | class FieldStorage: method __init__ (line 405) | def __init__(self, fp=None, headers=None, outerboundary=b'', method __repr__ (line 563) | def __repr__(self): method __iter__ (line 568) | def __iter__(self): method __getattr__ (line 571) | def __getattr__(self, name): method __getitem__ (line 584) | def __getitem__(self, key): method getvalue (line 598) | def getvalue(self, key, default=None): method getfirst (line 609) | def getfirst(self, key, default=None): method getlist (line 620) | def getlist(self, key): method keys (line 631) | def keys(self): method __contains__ (line 637) | def __contains__(self, key): method __len__ (line 643) | def __len__(self): method __bool__ (line 647) | def __bool__(self): method read_urlencoded (line 652) | def read_urlencoded(self): method read_multi (line 671) | def read_multi(self, environ, keep_blank_values, strict_parsing): method read_single (line 716) | def read_single(self): method read_binary (line 727) | def read_binary(self): method read_lines (line 744) | def read_lines(self): method __write (line 755) | def __write(self, line): method read_lines_to_eof (line 770) | def read_lines_to_eof(self): method read_lines_to_outerboundary (line 780) | def read_lines_to_outerboundary(self): method skip_lines (line 829) | def skip_lines(self): method make_file (line 851) | def make_file(self): function test (line 885) | def test(environ=os.environ): function print_exception (line 924) | def print_exception(type=None, value=None, tb=None, limit=None): function print_environ (line 938) | def print_environ(environ=os.environ): function print_form (line 949) | def print_form(form): function print_directory (line 965) | def print_directory(): function print_arguments (line 977) | def print_arguments(): function print_environ_usage (line 984) | def print_environ_usage(): function escape (line 1031) | def escape(s, quote=None): function valid_boundary (line 1043) | def valid_boundary(s, _vb_pattern=None): FILE: tests/pythons/win32-py33/Lib/cgitb.py function reset (line 35) | def reset(): function small (line 46) | def small(text): function strong (line 52) | def strong(text): function grey (line 58) | def grey(text): function lookup (line 64) | def lookup(name, frame, locals): function scanvars (line 80) | def scanvars(reader, frame, locals): function html (line 101) | def html(einfo, context=5): function text (line 191) | def text(einfo, context=5): class Hook (line 256) | class Hook: method __init__ (line 259) | def __init__(self, display=1, logdir=None, context=5, file=None, method __call__ (line 267) | def __call__(self, etype, evalue, etb): method handle (line 270) | def handle(self, info=None): function enable (line 313) | def enable(display=1, logdir=None, context=5, format="html"): FILE: tests/pythons/win32-py33/Lib/chunk.py class Chunk (line 51) | class Chunk: method __init__ (line 52) | def __init__(self, file, align=True, bigendian=True, inclheader=False): method getname (line 78) | def getname(self): method getsize (line 82) | def getsize(self): method close (line 86) | def close(self): method isatty (line 91) | def isatty(self): method seek (line 96) | def seek(self, pos, whence=0): method tell (line 115) | def tell(self): method read (line 120) | def read(self, size=-1): method skip (line 143) | def skip(self): FILE: tests/pythons/win32-py33/Lib/cmd.py class Cmd (line 52) | class Cmd: method __init__ (line 76) | def __init__(self, completekey='tab', stdin=None, stdout=None): method cmdloop (line 98) | def cmdloop(self, intro=None): method precmd (line 150) | def precmd(self, line): method postcmd (line 157) | def postcmd(self, stop, line): method preloop (line 161) | def preloop(self): method postloop (line 165) | def postloop(self): method parseline (line 172) | def parseline(self, line): method onecmd (line 192) | def onecmd(self, line): method emptyline (line 219) | def emptyline(self): method default (line 229) | def default(self, line): method completedefault (line 238) | def completedefault(self, *ignored): method completenames (line 247) | def completenames(self, text, *ignored): method complete (line 251) | def complete(self, text, state): method get_names (line 281) | def get_names(self): method complete_help (line 286) | def complete_help(self, *args): method do_help (line 292) | def do_help(self, arg): method print_topics (line 338) | def print_topics(self, header, cmds, cmdlen, maxcol): method columnize (line 346) | def columnize(self, list, displaywidth=80): FILE: tests/pythons/win32-py33/Lib/code.py class InteractiveInterpreter (line 15) | class InteractiveInterpreter: method __init__ (line 24) | def __init__(self, locals=None): method runsource (line 38) | def runsource(self, source, filename="", symbol="single"): method runcode (line 77) | def runcode(self, code): method showsyntaxerror (line 96) | def showsyntaxerror(self, filename=None): method showtraceback (line 131) | def showtraceback(self): method write (line 159) | def write(self, data): class InteractiveConsole (line 169) | class InteractiveConsole(InteractiveInterpreter): method __init__ (line 177) | def __init__(self, locals=None, filename=""): method resetbuffer (line 191) | def resetbuffer(self): method interact (line 195) | def interact(self, banner=None): method push (line 240) | def push(self, line): method raw_input (line 261) | def raw_input(self, prompt=""): function interact (line 276) | def interact(banner=None, readfunc=None, local=None): FILE: tests/pythons/win32-py33/Lib/codecs.py class CodecInfo (line 75) | class CodecInfo(tuple): method __new__ (line 86) | def __new__(cls, encode, decode, streamreader=None, streamwriter=None, method __repr__ (line 101) | def __repr__(self): class Codec (line 106) | class Codec: method encode (line 129) | def encode(self, input, errors='strict'): method decode (line 148) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 171) | class IncrementalEncoder(object): method __init__ (line 177) | def __init__(self, errors='strict'): method encode (line 188) | def encode(self, input, final=False): method reset (line 194) | def reset(self): method getstate (line 199) | def getstate(self): method setstate (line 205) | def setstate(self, state): class BufferedIncrementalEncoder (line 211) | class BufferedIncrementalEncoder(IncrementalEncoder): method __init__ (line 217) | def __init__(self, errors='strict'): method _buffer_encode (line 222) | def _buffer_encode(self, input, errors, final): method encode (line 227) | def encode(self, input, final=False): method reset (line 235) | def reset(self): method getstate (line 239) | def getstate(self): method setstate (line 242) | def setstate(self, state): class IncrementalDecoder (line 245) | class IncrementalDecoder(object): method __init__ (line 251) | def __init__(self, errors='strict'): method decode (line 261) | def decode(self, input, final=False): method reset (line 267) | def reset(self): method getstate (line 272) | def getstate(self): method setstate (line 286) | def setstate(self, state): class BufferedIncrementalDecoder (line 294) | class BufferedIncrementalDecoder(IncrementalDecoder): method __init__ (line 300) | def __init__(self, errors='strict'): method _buffer_decode (line 305) | def _buffer_decode(self, input, errors, final): method decode (line 310) | def decode(self, input, final=False): method reset (line 318) | def reset(self): method getstate (line 322) | def getstate(self): method setstate (line 326) | def setstate(self, state): class StreamWriter (line 337) | class StreamWriter(Codec): method __init__ (line 339) | def __init__(self, stream, errors='strict'): method write (line 364) | def write(self, object): method writelines (line 371) | def writelines(self, list): method reset (line 378) | def reset(self): method seek (line 390) | def seek(self, offset, whence=0): method __getattr__ (line 395) | def __getattr__(self, name, method __enter__ (line 402) | def __enter__(self): method __exit__ (line 405) | def __exit__(self, type, value, tb): class StreamReader (line 410) | class StreamReader(Codec): method __init__ (line 414) | def __init__(self, stream, errors='strict'): method decode (line 439) | def decode(self, input, errors='strict'): method read (line 442) | def read(self, size=-1, chars=-1, firstline=False): method readline (line 521) | def readline(self, size=None, keepends=True): method readlines (line 596) | def readlines(self, sizehint=None, keepends=True): method reset (line 611) | def reset(self): method seek (line 624) | def seek(self, offset, whence=0): method __next__ (line 632) | def __next__(self): method __iter__ (line 640) | def __iter__(self): method __getattr__ (line 643) | def __getattr__(self, name, method __enter__ (line 650) | def __enter__(self): method __exit__ (line 653) | def __exit__(self, type, value, tb): class StreamReaderWriter (line 658) | class StreamReaderWriter: method __init__ (line 671) | def __init__(self, stream, Reader, Writer, errors='strict'): method read (line 689) | def read(self, size=-1): method readline (line 693) | def readline(self, size=None): method readlines (line 697) | def readlines(self, sizehint=None): method __next__ (line 701) | def __next__(self): method __iter__ (line 706) | def __iter__(self): method write (line 709) | def write(self, data): method writelines (line 713) | def writelines(self, list): method reset (line 717) | def reset(self): method seek (line 722) | def seek(self, offset, whence=0): method __getattr__ (line 728) | def __getattr__(self, name, method __enter__ (line 737) | def __enter__(self): method __exit__ (line 740) | def __exit__(self, type, value, tb): class StreamRecoder (line 745) | class StreamRecoder: method __init__ (line 766) | def __init__(self, stream, encode, decode, Reader, Writer, method read (line 799) | def read(self, size=-1): method readline (line 805) | def readline(self, size=None): method readlines (line 814) | def readlines(self, sizehint=None): method __next__ (line 820) | def __next__(self): method __iter__ (line 827) | def __iter__(self): method write (line 830) | def write(self, data): method writelines (line 835) | def writelines(self, list): method reset (line 841) | def reset(self): method __getattr__ (line 846) | def __getattr__(self, name, method __enter__ (line 853) | def __enter__(self): method __exit__ (line 856) | def __exit__(self, type, value, tb): function open (line 861) | def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function EncodedFile (line 905) | def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function getencoder (line 943) | def getencoder(encoding): function getdecoder (line 953) | def getdecoder(encoding): function getincrementalencoder (line 963) | def getincrementalencoder(encoding): function getincrementaldecoder (line 977) | def getincrementaldecoder(encoding): function getreader (line 991) | def getreader(encoding): function getwriter (line 1001) | def getwriter(encoding): function iterencode (line 1011) | def iterencode(iterator, encoding, errors='strict', **kwargs): function iterdecode (line 1029) | def iterdecode(iterator, encoding, errors='strict', **kwargs): function make_identity_dict (line 1049) | def make_identity_dict(rng): function make_encoding_map (line 1059) | def make_encoding_map(decoding_map): FILE: tests/pythons/win32-py33/Lib/codeop.py function _maybe_compile (line 68) | def _maybe_compile(compiler, source, filename, symbol): function _compile (line 101) | def _compile(source, filename, symbol): function compile_command (line 104) | def compile_command(source, filename="", symbol="single"): class Compile (line 124) | class Compile: method __init__ (line 129) | def __init__(self): method __call__ (line 132) | def __call__(self, source, filename, symbol): class CommandCompiler (line 139) | class CommandCompiler: method __init__ (line 146) | def __init__(self,): method __call__ (line 149) | def __call__(self, source, filename="", symbol="single"): FILE: tests/pythons/win32-py33/Lib/collections/__init__.py class _Link (line 23) | class _Link(object): class OrderedDict (line 26) | class OrderedDict(dict): method __init__ (line 41) | def __init__(self, *args, **kwds): method __setitem__ (line 58) | def __setitem__(self, key, value, method __delitem__ (line 72) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 83) | def __iter__(self): method __reversed__ (line 92) | def __reversed__(self): method clear (line 101) | def clear(self): method popitem (line 108) | def popitem(self, last=True): method move_to_end (line 131) | def move_to_end(self, key, last=True): method __sizeof__ (line 155) | def __sizeof__(self): method pop (line 172) | def pop(self, key, default=__marker): method setdefault (line 186) | def setdefault(self, key, default=None): method __repr__ (line 194) | def __repr__(self): method __reduce__ (line 200) | def __reduce__(self): method copy (line 210) | def copy(self): method fromkeys (line 215) | def fromkeys(cls, iterable, value=None): method __eq__ (line 225) | def __eq__(self, other): function namedtuple (line 302) | def namedtuple(typename, field_names, verbose=False, rename=False): function _count_elements (line 393) | def _count_elements(mapping, iterable): class Counter (line 404) | class Counter(dict): method __init__ (line 455) | def __init__(self, iterable=None, **kwds): method __missing__ (line 469) | def __missing__(self, key): method most_common (line 474) | def most_common(self, n=None): method elements (line 487) | def elements(self): method fromkeys (line 512) | def fromkeys(cls, iterable, v=None): method update (line 518) | def update(self, iterable=None, **kwds): method subtract (line 551) | def subtract(self, iterable=None, **kwds): method copy (line 578) | def copy(self): method __reduce__ (line 582) | def __reduce__(self): method __delitem__ (line 585) | def __delitem__(self, elem): method __repr__ (line 590) | def __repr__(self): method __add__ (line 609) | def __add__(self, other): method __sub__ (line 628) | def __sub__(self, other): method __or__ (line 647) | def __or__(self, other): method __and__ (line 667) | def __and__(self, other): method __pos__ (line 684) | def __pos__(self): method __neg__ (line 688) | def __neg__(self): method _keep_positive (line 695) | def _keep_positive(self): method __iadd__ (line 702) | def __iadd__(self, other): method __isub__ (line 715) | def __isub__(self, other): method __ior__ (line 728) | def __ior__(self, other): method __iand__ (line 743) | def __iand__(self, other): class ChainMap (line 763) | class ChainMap(MutableMapping): method __init__ (line 776) | def __init__(self, *maps): method __missing__ (line 783) | def __missing__(self, key): method __getitem__ (line 786) | def __getitem__(self, key): method get (line 794) | def get(self, key, default=None): method __len__ (line 797) | def __len__(self): method __iter__ (line 800) | def __iter__(self): method __contains__ (line 803) | def __contains__(self, key): method __bool__ (line 806) | def __bool__(self): method __repr__ (line 810) | def __repr__(self): method fromkeys (line 815) | def fromkeys(cls, iterable, *args): method copy (line 819) | def copy(self): method new_child (line 825) | def new_child(self): # like Django's Context.pu... method parents (line 830) | def parents(self): # like Django's Context.pop() method __setitem__ (line 834) | def __setitem__(self, key, value): method __delitem__ (line 837) | def __delitem__(self, key): method popitem (line 843) | def popitem(self): method pop (line 850) | def pop(self, key, *args): method clear (line 857) | def clear(self): class UserDict (line 866) | class UserDict(MutableMapping): method __init__ (line 869) | def __init__(self, dict=None, **kwargs): method __len__ (line 875) | def __len__(self): return len(self.data) method __getitem__ (line 876) | def __getitem__(self, key): method __setitem__ (line 882) | def __setitem__(self, key, item): self.data[key] = item method __delitem__ (line 883) | def __delitem__(self, key): del self.data[key] method __iter__ (line 884) | def __iter__(self): method __contains__ (line 888) | def __contains__(self, key): method __repr__ (line 892) | def __repr__(self): return repr(self.data) method copy (line 893) | def copy(self): method fromkeys (line 906) | def fromkeys(cls, iterable, value=None): class UserList (line 918) | class UserList(MutableSequence): method __init__ (line 920) | def __init__(self, initlist=None): method __repr__ (line 930) | def __repr__(self): return repr(self.data) method __lt__ (line 931) | def __lt__(self, other): return self.data < self.__cast(other) method __le__ (line 932) | def __le__(self, other): return self.data <= self.__cast(other) method __eq__ (line 933) | def __eq__(self, other): return self.data == self.__cast(other) method __ne__ (line 934) | def __ne__(self, other): return self.data != self.__cast(other) method __gt__ (line 935) | def __gt__(self, other): return self.data > self.__cast(other) method __ge__ (line 936) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 937) | def __cast(self, other): method __contains__ (line 939) | def __contains__(self, item): return item in self.data method __len__ (line 940) | def __len__(self): return len(self.data) method __getitem__ (line 941) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 942) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 943) | def __delitem__(self, i): del self.data[i] method __add__ (line 944) | def __add__(self, other): method __radd__ (line 950) | def __radd__(self, other): method __iadd__ (line 956) | def __iadd__(self, other): method __mul__ (line 964) | def __mul__(self, n): method __imul__ (line 967) | def __imul__(self, n): method append (line 970) | def append(self, item): self.data.append(item) method insert (line 971) | def insert(self, i, item): self.data.insert(i, item) method pop (line 972) | def pop(self, i=-1): return self.data.pop(i) method remove (line 973) | def remove(self, item): self.data.remove(item) method clear (line 974) | def clear(self): self.data.clear() method copy (line 975) | def copy(self): return self.__class__(self) method count (line 976) | def count(self, item): return self.data.count(item) method index (line 977) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 978) | def reverse(self): self.data.reverse() method sort (line 979) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 980) | def extend(self, other): class UserString (line 992) | class UserString(Sequence): method __init__ (line 993) | def __init__(self, seq): method __str__ (line 1000) | def __str__(self): return str(self.data) method __repr__ (line 1001) | def __repr__(self): return repr(self.data) method __int__ (line 1002) | def __int__(self): return int(self.data) method __float__ (line 1003) | def __float__(self): return float(self.data) method __complex__ (line 1004) | def __complex__(self): return complex(self.data) method __hash__ (line 1005) | def __hash__(self): return hash(self.data) method __eq__ (line 1007) | def __eq__(self, string): method __ne__ (line 1011) | def __ne__(self, string): method __lt__ (line 1015) | def __lt__(self, string): method __le__ (line 1019) | def __le__(self, string): method __gt__ (line 1023) | def __gt__(self, string): method __ge__ (line 1027) | def __ge__(self, string): method __contains__ (line 1032) | def __contains__(self, char): method __len__ (line 1037) | def __len__(self): return len(self.data) method __getitem__ (line 1038) | def __getitem__(self, index): return self.__class__(self.data[index]) method __add__ (line 1039) | def __add__(self, other): method __radd__ (line 1045) | def __radd__(self, other): method __mul__ (line 1049) | def __mul__(self, n): method __mod__ (line 1052) | def __mod__(self, args): method capitalize (line 1056) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 1057) | def center(self, width, *args): method count (line 1059) | def count(self, sub, start=0, end=_sys.maxsize): method encode (line 1063) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 1069) | def endswith(self, suffix, start=0, end=_sys.maxsize): method expandtabs (line 1071) | def expandtabs(self, tabsize=8): method find (line 1073) | def find(self, sub, start=0, end=_sys.maxsize): method format (line 1077) | def format(self, *args, **kwds): method index (line 1079) | def index(self, sub, start=0, end=_sys.maxsize): method isalpha (line 1081) | def isalpha(self): return self.data.isalpha() method isalnum (line 1082) | def isalnum(self): return self.data.isalnum() method isdecimal (line 1083) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 1084) | def isdigit(self): return self.data.isdigit() method isidentifier (line 1085) | def isidentifier(self): return self.data.isidentifier() method islower (line 1086) | def islower(self): return self.data.islower() method isnumeric (line 1087) | def isnumeric(self): return self.data.isnumeric() method isspace (line 1088) | def isspace(self): return self.data.isspace() method istitle (line 1089) | def istitle(self): return self.data.istitle() method isupper (line 1090) | def isupper(self): return self.data.isupper() method join (line 1091) | def join(self, seq): return self.data.join(seq) method ljust (line 1092) | def ljust(self, width, *args): method lower (line 1094) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 1095) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 1096) | def partition(self, sep): method replace (line 1098) | def replace(self, old, new, maxsplit=-1): method rfind (line 1104) | def rfind(self, sub, start=0, end=_sys.maxsize): method rindex (line 1108) | def rindex(self, sub, start=0, end=_sys.maxsize): method rjust (line 1110) | def rjust(self, width, *args): method rpartition (line 1112) | def rpartition(self, sep): method rstrip (line 1114) | def rstrip(self, chars=None): method split (line 1116) | def split(self, sep=None, maxsplit=-1): method rsplit (line 1118) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 1120) | def splitlines(self, keepends=False): return self.data.splitlines(keep... method startswith (line 1121) | def startswith(self, prefix, start=0, end=_sys.maxsize): method strip (line 1123) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 1124) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 1125) | def title(self): return self.__class__(self.data.title()) method translate (line 1126) | def translate(self, *args): method upper (line 1128) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 1129) | def zfill(self, width): return self.__class__(self.data.zfill(width)) FILE: tests/pythons/win32-py33/Lib/collections/__main__.py class Point (line 13) | class Point(namedtuple('Point', 'x y')): method hypot (line 16) | def hypot(self): method __str__ (line 18) | def __str__(self): method _replace (line 28) | def _replace(self, _map=map, **kwds): class Point (line 24) | class Point(namedtuple('Point', 'x y')): method hypot (line 16) | def hypot(self): method __str__ (line 18) | def __str__(self): method _replace (line 28) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win32-py33/Lib/collections/abc.py class Hashable (line 51) | class Hashable(metaclass=ABCMeta): method __hash__ (line 56) | def __hash__(self): method __subclasshook__ (line 60) | def __subclasshook__(cls, C): class Iterable (line 70) | class Iterable(metaclass=ABCMeta): method __iter__ (line 75) | def __iter__(self): method __subclasshook__ (line 80) | def __subclasshook__(cls, C): class Iterator (line 87) | class Iterator(Iterable): method __next__ (line 92) | def __next__(self): method __iter__ (line 96) | def __iter__(self): method __subclasshook__ (line 100) | def __subclasshook__(cls, C): class Sized (line 121) | class Sized(metaclass=ABCMeta): method __len__ (line 126) | def __len__(self): method __subclasshook__ (line 130) | def __subclasshook__(cls, C): class Container (line 137) | class Container(metaclass=ABCMeta): method __contains__ (line 142) | def __contains__(self, x): method __subclasshook__ (line 146) | def __subclasshook__(cls, C): class Callable (line 153) | class Callable(metaclass=ABCMeta): method __call__ (line 158) | def __call__(self, *args, **kwds): method __subclasshook__ (line 162) | def __subclasshook__(cls, C): class Set (line 172) | class Set(Sized, Iterable, Container): method __le__ (line 186) | def __le__(self, other): method __lt__ (line 196) | def __lt__(self, other): method __gt__ (line 201) | def __gt__(self, other): method __ge__ (line 206) | def __ge__(self, other): method __eq__ (line 211) | def __eq__(self, other): method __ne__ (line 216) | def __ne__(self, other): method _from_iterable (line 220) | def _from_iterable(cls, it): method __and__ (line 228) | def __and__(self, other): method isdisjoint (line 233) | def isdisjoint(self, other): method __or__ (line 240) | def __or__(self, other): method __sub__ (line 246) | def __sub__(self, other): method __xor__ (line 254) | def __xor__(self, other): method _hash (line 261) | def _hash(self): class MutableSet (line 296) | class MutableSet(Set): method add (line 311) | def add(self, value): method discard (line 316) | def discard(self, value): method remove (line 320) | def remove(self, value): method pop (line 326) | def pop(self): method clear (line 336) | def clear(self): method __ior__ (line 344) | def __ior__(self, it): method __iand__ (line 349) | def __iand__(self, it): method __ixor__ (line 354) | def __ixor__(self, it): method __isub__ (line 367) | def __isub__(self, it): class Mapping (line 381) | class Mapping(Sized, Iterable, Container): method __getitem__ (line 394) | def __getitem__(self, key): method get (line 397) | def get(self, key, default=None): method __contains__ (line 404) | def __contains__(self, key): method keys (line 412) | def keys(self): method items (line 416) | def items(self): method values (line 420) | def values(self): method __eq__ (line 424) | def __eq__(self, other): method __ne__ (line 429) | def __ne__(self, other): class MappingView (line 435) | class MappingView(Sized): method __init__ (line 437) | def __init__(self, mapping): method __len__ (line 440) | def __len__(self): method __repr__ (line 443) | def __repr__(self): class KeysView (line 447) | class KeysView(MappingView, Set): method _from_iterable (line 450) | def _from_iterable(self, it): method __contains__ (line 453) | def __contains__(self, key): method __iter__ (line 456) | def __iter__(self): class ItemsView (line 463) | class ItemsView(MappingView, Set): method _from_iterable (line 466) | def _from_iterable(self, it): method __contains__ (line 469) | def __contains__(self, item): method __iter__ (line 478) | def __iter__(self): class ValuesView (line 485) | class ValuesView(MappingView): method __contains__ (line 487) | def __contains__(self, value): method __iter__ (line 493) | def __iter__(self): class MutableMapping (line 500) | class MutableMapping(Mapping): method __setitem__ (line 514) | def __setitem__(self, key, value): method __delitem__ (line 518) | def __delitem__(self, key): method pop (line 523) | def pop(self, key, default=__marker): method popitem (line 537) | def popitem(self): method clear (line 549) | def clear(self): method update (line 557) | def update(*args, **kwds): method setdefault (line 583) | def setdefault(self, key, default=None): class Sequence (line 597) | class Sequence(Sized, Iterable, Container): method __getitem__ (line 608) | def __getitem__(self, index): method __iter__ (line 611) | def __iter__(self): method __contains__ (line 621) | def __contains__(self, value): method __reversed__ (line 627) | def __reversed__(self): method index (line 631) | def index(self, value): method count (line 640) | def count(self, value): class ByteString (line 649) | class ByteString(Sequence): class MutableSequence (line 662) | class MutableSequence(Sequence): method __setitem__ (line 674) | def __setitem__(self, index, value): method __delitem__ (line 678) | def __delitem__(self, index): method insert (line 682) | def insert(self, index, value): method append (line 686) | def append(self, value): method clear (line 690) | def clear(self): method reverse (line 698) | def reverse(self): method extend (line 704) | def extend(self, values): method pop (line 709) | def pop(self, index=-1): method remove (line 717) | def remove(self, value): method __iadd__ (line 723) | def __iadd__(self, values): FILE: tests/pythons/win32-py33/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win32-py33/Lib/compileall.py function compile_dir (line 22) | def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, function compile_file (line 65) | def compile_file(fullname, ddir=None, force=False, rx=None, quiet=False, function compile_path (line 139) | def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False, function main (line 163) | def main(): FILE: tests/pythons/win32-py33/Lib/concurrent/futures/_base.py class Error (line 44) | class Error(Exception): class CancelledError (line 48) | class CancelledError(Error): class TimeoutError (line 52) | class TimeoutError(Error): class _Waiter (line 56) | class _Waiter(object): method __init__ (line 58) | def __init__(self): method add_result (line 62) | def add_result(self, future): method add_exception (line 65) | def add_exception(self, future): method add_cancelled (line 68) | def add_cancelled(self, future): class _AsCompletedWaiter (line 71) | class _AsCompletedWaiter(_Waiter): method __init__ (line 74) | def __init__(self): method add_result (line 78) | def add_result(self, future): method add_exception (line 83) | def add_exception(self, future): method add_cancelled (line 88) | def add_cancelled(self, future): class _FirstCompletedWaiter (line 93) | class _FirstCompletedWaiter(_Waiter): method add_result (line 96) | def add_result(self, future): method add_exception (line 100) | def add_exception(self, future): method add_cancelled (line 104) | def add_cancelled(self, future): class _AllCompletedWaiter (line 108) | class _AllCompletedWaiter(_Waiter): method __init__ (line 111) | def __init__(self, num_pending_calls, stop_on_exception): method _decrement_pending_calls (line 117) | def _decrement_pending_calls(self): method add_result (line 123) | def add_result(self, future): method add_exception (line 127) | def add_exception(self, future): method add_cancelled (line 134) | def add_cancelled(self, future): class _AcquireFutures (line 138) | class _AcquireFutures(object): method __init__ (line 141) | def __init__(self, futures): method __enter__ (line 144) | def __enter__(self): method __exit__ (line 148) | def __exit__(self, *args): function _create_and_install_waiters (line 152) | def _create_and_install_waiters(fs, return_when): function as_completed (line 173) | def as_completed(fs, timeout=None): function wait (line 233) | def wait(fs, timeout=None, return_when=ALL_COMPLETED): class Future (line 281) | class Future(object): method __init__ (line 284) | def __init__(self): method _invoke_callbacks (line 293) | def _invoke_callbacks(self): method __repr__ (line 300) | def __repr__(self): method cancel (line 317) | def cancel(self): method cancelled (line 336) | def cancelled(self): method running (line 341) | def running(self): method done (line 346) | def done(self): method __get_result (line 351) | def __get_result(self): method add_done_callback (line 357) | def add_done_callback(self, fn): method result (line 374) | def result(self, timeout=None): method exception (line 405) | def exception(self, timeout=None): method set_running_or_notify_cancel (line 439) | def set_running_or_notify_cancel(self): method set_result (line 479) | def set_result(self, result): method set_exception (line 492) | def set_exception(self, exception): class Executor (line 505) | class Executor(object): method submit (line 508) | def submit(self, fn, *args, **kwargs): method map (line 519) | def map(self, fn, *iterables, timeout=None): method shutdown (line 556) | def shutdown(self, wait=True): method __enter__ (line 569) | def __enter__(self): method __exit__ (line 572) | def __exit__(self, exc_type, exc_val, exc_tb): FILE: tests/pythons/win32-py33/Lib/concurrent/futures/process.py function _python_exit (line 75) | def _python_exit(): class _WorkItem (line 90) | class _WorkItem(object): method __init__ (line 91) | def __init__(self, future, fn, args, kwargs): class _ResultItem (line 97) | class _ResultItem(object): method __init__ (line 98) | def __init__(self, work_id, exception=None, result=None): class _CallItem (line 103) | class _CallItem(object): method __init__ (line 104) | def __init__(self, work_id, fn, args, kwargs): function _process_worker (line 110) | def _process_worker(call_queue, result_queue): function _add_call_item_to_queue (line 138) | def _add_call_item_to_queue(pending_work_items, function _queue_management_worker (line 175) | def _queue_management_worker(executor_reference, function _check_system_limits (line 288) | def _check_system_limits(): class BrokenProcessPool (line 311) | class BrokenProcessPool(RuntimeError): class ProcessPoolExecutor (line 318) | class ProcessPoolExecutor(_base.Executor): method __init__ (line 319) | def __init__(self, max_workers=None): method _start_queue_management_thread (line 356) | def _start_queue_management_thread(self): method _adjust_process_count (line 376) | def _adjust_process_count(self): method submit (line 385) | def submit(self, fn, *args, **kwargs): method shutdown (line 406) | def shutdown(self, wait=True): FILE: tests/pythons/win32-py33/Lib/concurrent/futures/thread.py function _python_exit (line 31) | def _python_exit(): class _WorkItem (line 42) | class _WorkItem(object): method __init__ (line 43) | def __init__(self, future, fn, args, kwargs): method run (line 49) | def run(self): function _worker (line 60) | def _worker(executor_reference, work_queue): class ThreadPoolExecutor (line 80) | class ThreadPoolExecutor(_base.Executor): method __init__ (line 81) | def __init__(self, max_workers): method submit (line 94) | def submit(self, fn, *args, **kwargs): method _adjust_thread_count (line 107) | def _adjust_thread_count(self): method shutdown (line 123) | def shutdown(self, wait=True): FILE: tests/pythons/win32-py33/Lib/configparser.py class Error (line 144) | class Error(Exception): method __init__ (line 147) | def __init__(self, msg=''): method __repr__ (line 151) | def __repr__(self): class NoSectionError (line 157) | class NoSectionError(Error): method __init__ (line 160) | def __init__(self, section): class DuplicateSectionError (line 166) | class DuplicateSectionError(Error): method __init__ (line 174) | def __init__(self, section, source=None, lineno=None): class DuplicateOptionError (line 192) | class DuplicateOptionError(Error): method __init__ (line 199) | def __init__(self, section, option, source=None, lineno=None): class NoOptionError (line 219) | class NoOptionError(Error): method __init__ (line 222) | def __init__(self, option, section): class InterpolationError (line 230) | class InterpolationError(Error): method __init__ (line 233) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 240) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 243) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 255) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 263) | class InterpolationDepthError(InterpolationError): method __init__ (line 266) | def __init__(self, option, section, rawval): class ParsingError (line 276) | class ParsingError(Error): method __init__ (line 279) | def __init__(self, source=None, filename=None): method filename (line 295) | def filename(self): method filename (line 305) | def filename(self, value): method append (line 314) | def append(self, lineno, line): class MissingSectionHeaderError (line 319) | class MissingSectionHeaderError(ParsingError): method __init__ (line 322) | def __init__(self, filename, lineno, line): class Interpolation (line 339) | class Interpolation: method before_get (line 342) | def before_get(self, parser, section, option, value, defaults): method before_set (line 345) | def before_set(self, parser, section, option, value): method before_read (line 348) | def before_read(self, parser, section, option, value): method before_write (line 351) | def before_write(self, parser, section, option, value): class BasicInterpolation (line 355) | class BasicInterpolation(Interpolation): method before_get (line 372) | def before_get(self, parser, section, option, value, defaults): method before_set (line 377) | def before_set(self, parser, section, option, value): method _interpolate_some (line 385) | def _interpolate_some(self, parser, option, accum, rest, section, map, class ExtendedInterpolation (line 426) | class ExtendedInterpolation(Interpolation): method before_get (line 432) | def before_get(self, parser, section, option, value, defaults): method before_set (line 437) | def before_set(self, parser, section, option, value): method _interpolate_some (line 445) | def _interpolate_some(self, parser, option, accum, rest, section, map, class LegacyInterpolation (line 499) | class LegacyInterpolation(Interpolation): method before_get (line 505) | def before_get(self, parser, section, option, value, vars): method before_set (line 525) | def before_set(self, parser, section, option, value): method _interpolation_replace (line 529) | def _interpolation_replace(match, parser): class RawConfigParser (line 537) | class RawConfigParser(MutableMapping): method __init__ (line 578) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 616) | def defaults(self): method sections (line 619) | def sections(self): method add_section (line 624) | def add_section(self, section): method has_section (line 638) | def has_section(self, section): method options (line 645) | def options(self, section): method read (line 654) | def read(self, filenames, encoding=None): method read_file (line 678) | def read_file(self, f, source=None): method read_string (line 693) | def read_string(self, string, source=''): method read_dict (line 698) | def read_dict(self, dictionary, source=''): method readfp (line 729) | def readfp(self, fp, filename=None): method get (line 738) | def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): method _get (line 775) | def _get(self, section, conv, option, **kwargs): method getint (line 778) | def getint(self, section, option, *, raw=False, vars=None, method getfloat (line 788) | def getfloat(self, section, option, *, raw=False, vars=None, method getboolean (line 798) | def getboolean(self, section, option, *, raw=False, vars=None, method items (line 809) | def items(self, section=_UNSET, raw=False, vars=None): method popitem (line 838) | def popitem(self): method optionxform (line 851) | def optionxform(self, optionstr): method has_option (line 854) | def has_option(self, section, option): method set (line 868) | def set(self, section, option, value=None): method write (line 882) | def write(self, fp, space_around_delimiters=True): method _write_section (line 899) | def _write_section(self, fp, section_name, section_items, delimiter): method remove_option (line 912) | def remove_option(self, section, option): method remove_section (line 927) | def remove_section(self, section): method __getitem__ (line 935) | def __getitem__(self, key): method __setitem__ (line 940) | def __setitem__(self, key, value): method __delitem__ (line 952) | def __delitem__(self, key): method __contains__ (line 959) | def __contains__(self, key): method __len__ (line 962) | def __len__(self): method __iter__ (line 965) | def __iter__(self): method _read (line 969) | def _read(self, fp, fpname): method _join_multiline_values (line 1091) | def _join_multiline_values(self): method _handle_error (line 1103) | def _handle_error(self, exc, fpname, lineno, line): method _unify_values (line 1109) | def _unify_values(self, section, vars): method _convert_to_boolean (line 1129) | def _convert_to_boolean(self, value): method _validate_value_types (line 1136) | def _validate_value_types(self, *, section="", option="", value=""): class ConfigParser (line 1158) | class ConfigParser(RawConfigParser): method set (line 1163) | def set(self, section, option, value=None): method add_section (line 1169) | def add_section(self, section): class SafeConfigParser (line 1177) | class SafeConfigParser(ConfigParser): method __init__ (line 1180) | def __init__(self, *args, **kwargs): class SectionProxy (line 1190) | class SectionProxy(MutableMapping): method __init__ (line 1193) | def __init__(self, parser, name): method __repr__ (line 1198) | def __repr__(self): method __getitem__ (line 1201) | def __getitem__(self, key): method __setitem__ (line 1206) | def __setitem__(self, key, value): method __delitem__ (line 1210) | def __delitem__(self, key): method __contains__ (line 1215) | def __contains__(self, key): method __len__ (line 1218) | def __len__(self): method __iter__ (line 1221) | def __iter__(self): method _options (line 1224) | def _options(self): method get (line 1230) | def get(self, option, fallback=None, *, raw=False, vars=None): method getint (line 1234) | def getint(self, option, fallback=None, *, raw=False, vars=None): method getfloat (line 1238) | def getfloat(self, option, fallback=None, *, raw=False, vars=None): method getboolean (line 1242) | def getboolean(self, option, fallback=None, *, raw=False, vars=None): method parser (line 1247) | def parser(self): method name (line 1252) | def name(self): FILE: tests/pythons/win32-py33/Lib/contextlib.py class ContextDecorator (line 10) | class ContextDecorator(object): method _recreate_cm (line 13) | def _recreate_cm(self): method __call__ (line 25) | def __call__(self, func): class _GeneratorContextManager (line 33) | class _GeneratorContextManager(ContextDecorator): method __init__ (line 36) | def __init__(self, func, *args, **kwds): method _recreate_cm (line 40) | def _recreate_cm(self): method __enter__ (line 46) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): function contextmanager (line 85) | def contextmanager(func): class closing (line 119) | class closing(object): method __init__ (line 136) | def __init__(self, thing): method __enter__ (line 138) | def __enter__(self): method __exit__ (line 140) | def __exit__(self, *exc_info): class ExitStack (line 145) | class ExitStack(object): method __init__ (line 157) | def __init__(self): method pop_all (line 160) | def pop_all(self): method _push_cm_exit (line 167) | def _push_cm_exit(self, cm, cm_exit): method push (line 174) | def push(self, exit): method callback (line 194) | def callback(self, callback, *args, **kwds): method enter_context (line 207) | def enter_context(self, cm): method close (line 220) | def close(self): method __enter__ (line 224) | def __enter__(self): method __exit__ (line 227) | def __exit__(self, *exc_details): FILE: tests/pythons/win32-py33/Lib/copy.py class Error (line 56) | class Error(Exception): function copy (line 67) | def copy(x): function _copy_immutable (line 110) | def _copy_immutable(x): function _copy_with_constructor (line 125) | def _copy_with_constructor(x): function _copy_with_copy_method (line 130) | def _copy_with_copy_method(x): function deepcopy (line 137) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 192) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 215) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 223) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 242) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 252) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 256) | def _keep_alive(x, memo): function _reconstruct (line 272) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 332) | class _EmptyClass: FILE: tests/pythons/win32-py33/Lib/copyreg.py function pickle (line 12) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 22) | def constructor(object): function pickle_complex (line 34) | def pickle_complex(c): function _reconstructor (line 41) | def _reconstructor(cls, base, state): function _reduce_ex (line 54) | def _reduce_ex(self, proto): function __newobj__ (line 87) | def __newobj__(cls, *args): function _slotnames (line 90) | def _slotnames(cls): function add_extension (line 152) | def add_extension(module, name, code): function remove_extension (line 170) | def remove_extension(module, name, code): function clear_extension_cache (line 182) | def clear_extension_cache(): FILE: tests/pythons/win32-py33/Lib/crypt.py class _Method (line 13) | class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): method __repr__ (line 18) | def __repr__(self): function mksalt (line 22) | def mksalt(method=None): function crypt (line 35) | def crypt(word, salt=None): FILE: tests/pythons/win32-py33/Lib/csv.py class Dialect (line 22) | class Dialect: method __init__ (line 41) | def __init__(self): method _validate (line 46) | def _validate(self): class excel (line 53) | class excel(Dialect): class excel_tab (line 63) | class excel_tab(excel): class unix_dialect (line 68) | class unix_dialect(Dialect): class DictReader (line 79) | class DictReader: method __init__ (line 80) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 89) | def __iter__(self): method fieldnames (line 93) | def fieldnames(self): method fieldnames (line 103) | def fieldnames(self, value): method __next__ (line 106) | def __next__(self): class DictWriter (line 129) | class DictWriter: method __init__ (line 130) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 140) | def writeheader(self): method _dict_to_list (line 144) | def _dict_to_list(self, rowdict): method writerow (line 152) | def writerow(self, rowdict): method writerows (line 155) | def writerows(self, rowdicts): class Sniffer (line 167) | class Sniffer: method __init__ (line 172) | def __init__(self): method sniff (line 177) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 206) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 281) | def _guess_delimiter(self, data, delimiters): method has_header (line 384) | def has_header(self, sample): FILE: tests/pythons/win32-py33/Lib/ctypes/__init__.py function create_string_buffer (line 49) | def create_string_buffer(init, size=None): function c_buffer (line 67) | def c_buffer(init, size=None): function CFUNCTYPE (line 75) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 116) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 144) | def _check_size(typ, typecode=None): class py_object (line 156) | class py_object(_SimpleCData): method __repr__ (line 158) | def __repr__(self): class c_short (line 165) | class c_short(_SimpleCData): class c_ushort (line 169) | class c_ushort(_SimpleCData): class c_long (line 173) | class c_long(_SimpleCData): class c_ulong (line 177) | class c_ulong(_SimpleCData): class c_int (line 186) | class c_int(_SimpleCData): class c_uint (line 190) | class c_uint(_SimpleCData): class c_float (line 194) | class c_float(_SimpleCData): class c_double (line 198) | class c_double(_SimpleCData): class c_longdouble (line 202) | class c_longdouble(_SimpleCData): class c_longlong (line 212) | class c_longlong(_SimpleCData): class c_ulonglong (line 216) | class c_ulonglong(_SimpleCData): class c_ubyte (line 223) | class c_ubyte(_SimpleCData): class c_byte (line 230) | class c_byte(_SimpleCData): class c_char (line 235) | class c_char(_SimpleCData): class c_char_p (line 240) | class c_char_p(_SimpleCData): method __repr__ (line 243) | def __repr__(self): method __repr__ (line 248) | def __repr__(self): class c_void_p (line 252) | class c_void_p(_SimpleCData): class c_bool (line 257) | class c_bool(_SimpleCData): class c_wchar_p (line 262) | class c_wchar_p(_SimpleCData): class c_wchar (line 265) | class c_wchar(_SimpleCData): function _reset_cache (line 268) | def _reset_cache(): function create_unicode_buffer (line 284) | def create_unicode_buffer(init, size=None): function SetPointerType (line 304) | def SetPointerType(pointer, cls): function ARRAY (line 314) | def ARRAY(typ, len): class CDLL (line 320) | class CDLL(object): method __init__ (line 337) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 357) | def __repr__(self): method __getattr__ (line 363) | def __getattr__(self, name): method __getitem__ (line 370) | def __getitem__(self, name_or_ordinal): class PyDLL (line 376) | class PyDLL(CDLL): class WinDLL (line 385) | class WinDLL(CDLL): class HRESULT (line 394) | class HRESULT(_SimpleCData): class OleDLL (line 407) | class OleDLL(CDLL): class LibraryLoader (line 416) | class LibraryLoader(object): method __init__ (line 417) | def __init__(self, dlltype): method __getattr__ (line 420) | def __getattr__(self, name): method __getitem__ (line 427) | def __getitem__(self, name): method LoadLibrary (line 430) | def LoadLibrary(self, name): function WinError (line 454) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 481) | def PYFUNCTYPE(restype, *argtypes): function cast (line 489) | def cast(obj, typ): function string_at (line 493) | def string_at(ptr, size=-1): function wstring_at (line 505) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 513) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 521) | def DllCanUnloadNow(): FILE: tests/pythons/win32-py33/Lib/ctypes/_endian.py function _other_endian (line 6) | def _other_endian(typ): class _swapped_meta (line 23) | class _swapped_meta(type(Structure)): method __setattr__ (line 24) | def __setattr__(self, attrname, value): class BigEndianStructure (line 46) | class BigEndianStructure(Structure, metaclass=_swapped_meta): class LittleEndianStructure (line 54) | class LittleEndianStructure(Structure, metaclass=_swapped_meta): FILE: tests/pythons/win32-py33/Lib/ctypes/macholib/dyld.py function dyld_env (line 31) | def dyld_env(env, var): function dyld_image_suffix (line 39) | def dyld_image_suffix(env=None): function dyld_framework_path (line 44) | def dyld_framework_path(env=None): function dyld_library_path (line 47) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 50) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 53) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 56) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 70) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 87) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 94) | def dyld_default_search(name, env=None): function dyld_find (line 116) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 129) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 152) | def test_dyld_find(): FILE: tests/pythons/win32-py33/Lib/ctypes/macholib/dylib.py function dylib_info (line 19) | def dylib_info(filename): function test_dylib_info (line 45) | def test_dylib_info(): FILE: tests/pythons/win32-py33/Lib/ctypes/macholib/framework.py function framework_info (line 19) | def framework_info(filename): function test_framework_info (line 44) | def test_framework_info(): FILE: tests/pythons/win32-py33/Lib/ctypes/util.py function _get_build_version (line 8) | def _get_build_version(): function find_msvcrt (line 31) | def find_msvcrt(): function find_library (line 48) | def find_library(name): function find_library (line 70) | def find_library(name): function find_library (line 75) | def find_library(name): function _findLib_gcc (line 90) | def _findLib_gcc(name): function _get_soname (line 118) | def _get_soname(f): function _get_soname (line 129) | def _get_soname(f): function _num_version (line 147) | def _num_version(libname): function find_library (line 158) | def find_library(name): function _findLib_crle (line 171) | def _findLib_crle(name, is64): function find_library (line 195) | def find_library(name, is64 = False): function _findSoname_ldconfig (line 200) | def _findSoname_ldconfig(name): function find_library (line 230) | def find_library(name): function test (line 236) | def test(): FILE: tests/pythons/win32-py33/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 20) | class VARIANT_BOOL(ctypes._SimpleCData): method __repr__ (line 22) | def __repr__(self): class RECT (line 97) | class RECT(ctypes.Structure): class _SMALL_RECT (line 104) | class _SMALL_RECT(ctypes.Structure): class _COORD (line 111) | class _COORD(ctypes.Structure): class POINT (line 115) | class POINT(ctypes.Structure): class SIZE (line 120) | class SIZE(ctypes.Structure): function RGB (line 125) | def RGB(red, green, blue): class FILETIME (line 128) | class FILETIME(ctypes.Structure): class MSG (line 133) | class MSG(ctypes.Structure): class WIN32_FIND_DATAA (line 143) | class WIN32_FIND_DATAA(ctypes.Structure): class WIN32_FIND_DATAW (line 155) | class WIN32_FIND_DATAW(ctypes.Structure): FILE: tests/pythons/win32-py33/Lib/curses/__init__.py function initscr (line 25) | def initscr(): function start_color (line 42) | def start_color(): function wrapper (line 63) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win32-py33/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win32-py33/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win32-py33/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win32-py33/Lib/datetime.py function _cmp (line 10) | def _cmp(x, y): function _is_leap (line 35) | def _is_leap(year): function _days_before_year (line 39) | def _days_before_year(year): function _days_in_month (line 44) | def _days_in_month(year, month): function _days_before_month (line 51) | def _days_before_month(year, month): function _ymd2ord (line 56) | def _ymd2ord(year, month, day): function _ord2ymd (line 81) | def _ord2ymd(n): function _build_struct_time (line 149) | def _build_struct_time(y, m, d, hh, mm, ss, dstflag): function _format_time (line 154) | def _format_time(hh, mm, ss, us): function _wrap_strftime (line 162) | def _wrap_strftime(object, format, timetuple): function _call_tzinfo_method (line 219) | def _call_tzinfo_method(tzinfo, methname, tzinfoarg): function _check_tzname (line 225) | def _check_tzname(name): function _check_utc_offset (line 236) | def _check_utc_offset(name, offset): function _check_date_fields (line 251) | def _check_date_fields(year, month, day): function _check_time_fields (line 262) | def _check_time_fields(hour, minute, second, microsecond): function _check_tzinfo_arg (line 274) | def _check_tzinfo_arg(tz): function _cmperror (line 278) | def _cmperror(x, y): class timedelta (line 282) | class timedelta: method __new__ (line 301) | def __new__(cls, days=0, seconds=0, microseconds=0, method __repr__ (line 414) | def __repr__(self): method __str__ (line 426) | def __str__(self): method total_seconds (line 438) | def total_seconds(self): method days (line 445) | def days(self): method seconds (line 450) | def seconds(self): method microseconds (line 455) | def microseconds(self): method __add__ (line 459) | def __add__(self, other): method __sub__ (line 470) | def __sub__(self, other): method __rsub__ (line 479) | def __rsub__(self, other): method __neg__ (line 484) | def __neg__(self): method __pos__ (line 491) | def __pos__(self): method __abs__ (line 494) | def __abs__(self): method __mul__ (line 500) | def __mul__(self, other): method _to_microseconds (line 514) | def _to_microseconds(self): method __floordiv__ (line 518) | def __floordiv__(self, other): method __truediv__ (line 527) | def __truediv__(self, other): method __mod__ (line 539) | def __mod__(self, other): method __divmod__ (line 545) | def __divmod__(self, other): method __eq__ (line 554) | def __eq__(self, other): method __ne__ (line 560) | def __ne__(self, other): method __le__ (line 566) | def __le__(self, other): method __lt__ (line 572) | def __lt__(self, other): method __ge__ (line 578) | def __ge__(self, other): method __gt__ (line 584) | def __gt__(self, other): method _cmp (line 590) | def _cmp(self, other): method __hash__ (line 594) | def __hash__(self): method __bool__ (line 597) | def __bool__(self): method _getstate (line 604) | def _getstate(self): method __reduce__ (line 607) | def __reduce__(self): class date (line 615) | class date: method __new__ (line 645) | def __new__(cls, year, month=None, day=None): method fromtimestamp (line 668) | def fromtimestamp(cls, t): method today (line 674) | def today(cls): method fromordinal (line 680) | def fromordinal(cls, n): method __repr__ (line 691) | def __repr__(self): method ctime (line 712) | def ctime(self): method strftime (line 720) | def strftime(self, fmt): method __format__ (line 724) | def __format__(self, fmt): method isoformat (line 729) | def isoformat(self): method year (line 744) | def year(self): method month (line 749) | def month(self): method day (line 754) | def day(self): method timetuple (line 760) | def timetuple(self): method toordinal (line 765) | def toordinal(self): method replace (line 773) | def replace(self, year=None, month=None, day=None): method __eq__ (line 786) | def __eq__(self, other): method __ne__ (line 791) | def __ne__(self, other): method __le__ (line 796) | def __le__(self, other): method __lt__ (line 801) | def __lt__(self, other): method __ge__ (line 806) | def __ge__(self, other): method __gt__ (line 811) | def __gt__(self, other): method _cmp (line 816) | def _cmp(self, other): method __hash__ (line 822) | def __hash__(self): method __add__ (line 828) | def __add__(self, other): method __sub__ (line 839) | def __sub__(self, other): method weekday (line 849) | def weekday(self): method isoweekday (line 855) | def isoweekday(self): method isocalendar (line 860) | def isocalendar(self): method _getstate (line 889) | def _getstate(self): method __setstate (line 893) | def __setstate(self, string): method __reduce__ (line 899) | def __reduce__(self): class tzinfo (line 908) | class tzinfo: method tzname (line 914) | def tzname(self, dt): method utcoffset (line 918) | def utcoffset(self, dt): method dst (line 922) | def dst(self, dt): method fromutc (line 930) | def fromutc(self, dt): method __reduce__ (line 959) | def __reduce__(self): class time (line 977) | class time: method __new__ (line 1001) | def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None): method hour (line 1026) | def hour(self): method minute (line 1031) | def minute(self): method second (line 1036) | def second(self): method microsecond (line 1041) | def microsecond(self): method tzinfo (line 1046) | def tzinfo(self): method __eq__ (line 1054) | def __eq__(self, other): method __ne__ (line 1060) | def __ne__(self, other): method __le__ (line 1066) | def __le__(self, other): method __lt__ (line 1072) | def __lt__(self, other): method __ge__ (line 1078) | def __ge__(self, other): method __gt__ (line 1084) | def __gt__(self, other): method _cmp (line 1090) | def _cmp(self, other, allow_mixed=False): method __hash__ (line 1118) | def __hash__(self): method _tzstr (line 1133) | def _tzstr(self, sep=":"): method __repr__ (line 1149) | def __repr__(self): method isoformat (line 1164) | def isoformat(self): method strftime (line 1179) | def strftime(self, fmt): method __format__ (line 1190) | def __format__(self, fmt): method utcoffset (line 1197) | def utcoffset(self): method tzname (line 1206) | def tzname(self): method dst (line 1219) | def dst(self): method replace (line 1234) | def replace(self, hour=None, minute=None, second=None, microsecond=None, method __bool__ (line 1251) | def __bool__(self): method _getstate (line 1259) | def _getstate(self): method __setstate (line 1269) | def __setstate(self, string, tzinfo): method __reduce__ (line 1280) | def __reduce__(self): class datetime (line 1289) | class datetime(date): method __new__ (line 1299) | def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, method hour (line 1318) | def hour(self): method minute (line 1323) | def minute(self): method second (line 1328) | def second(self): method microsecond (line 1333) | def microsecond(self): method tzinfo (line 1338) | def tzinfo(self): method fromtimestamp (line 1343) | def fromtimestamp(cls, t, tz=None): method utcfromtimestamp (line 1371) | def utcfromtimestamp(cls, t): method now (line 1393) | def now(cls, tz=None): method utcnow (line 1399) | def utcnow(cls): method combine (line 1405) | def combine(cls, date, time): method timetuple (line 1415) | def timetuple(self): method timestamp (line 1428) | def timestamp(self): method utctimetuple (line 1437) | def utctimetuple(self): method date (line 1446) | def date(self): method time (line 1450) | def time(self): method timetz (line 1454) | def timetz(self): method replace (line 1459) | def replace(self, year=None, month=None, day=None, hour=None, method astimezone (line 1484) | def astimezone(self, tz=None): method ctime (line 1530) | def ctime(self): method isoformat (line 1540) | def isoformat(self, sep='T'): method __repr__ (line 1569) | def __repr__(self): method __str__ (line 1584) | def __str__(self): method strptime (line 1589) | def strptime(cls, date_string, format): method utcoffset (line 1594) | def utcoffset(self): method tzname (line 1603) | def tzname(self): method dst (line 1614) | def dst(self): method __eq__ (line 1631) | def __eq__(self, other): method __ne__ (line 1639) | def __ne__(self, other): method __le__ (line 1647) | def __le__(self, other): method __lt__ (line 1655) | def __lt__(self, other): method __ge__ (line 1663) | def __ge__(self, other): method __gt__ (line 1671) | def __gt__(self, other): method _cmp (line 1679) | def _cmp(self, other, allow_mixed=False): method __add__ (line 1710) | def __add__(self, other): method __sub__ (line 1731) | def __sub__(self, other): method __hash__ (line 1755) | def __hash__(self): method _getstate (line 1765) | def _getstate(self): method __setstate (line 1777) | def __setstate(self, string, tzinfo): method __reduce__ (line 1787) | def __reduce__(self): function _isoweek1monday (line 1796) | def _isoweek1monday(year): class timezone (line 1807) | class timezone(tzinfo): method __new__ (line 1812) | def __new__(cls, offset, name=_Omitted): method _create (line 1832) | def _create(cls, offset, name=None): method __getinitargs__ (line 1838) | def __getinitargs__(self): method __eq__ (line 1844) | def __eq__(self, other): method __hash__ (line 1849) | def __hash__(self): method __repr__ (line 1852) | def __repr__(self): method __str__ (line 1870) | def __str__(self): method utcoffset (line 1873) | def utcoffset(self, dt): method tzname (line 1879) | def tzname(self, dt): method dst (line 1887) | def dst(self, dt): method fromutc (line 1893) | def fromutc(self, dt): method _name_from_offset (line 1906) | def _name_from_offset(delta): FILE: tests/pythons/win32-py33/Lib/dbm/__init__.py class error (line 38) | class error(Exception): function open (line 53) | def open(file, flag='r', mode=0o666): function whichdb (line 97) | def whichdb(filename): FILE: tests/pythons/win32-py33/Lib/dbm/dumb.py class _Database (line 34) | class _Database(collections.MutableMapping): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 94) | def _commit(self): method __getitem__ (line 121) | def __getitem__(self, key): method _addval (line 135) | def _addval(self, val): method _setval (line 150) | def _setval(self, pos, val): method _addkey (line 160) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 167) | def __setitem__(self, key, val): method __delitem__ (line 200) | def __delitem__(self, key): method keys (line 211) | def keys(self): method items (line 214) | def items(self): method __contains__ (line 217) | def __contains__(self, key): method iterkeys (line 222) | def iterkeys(self): method __len__ (line 226) | def __len__(self): method close (line 229) | def close(self): method _chmod (line 235) | def _chmod(self, file): function open (line 240) | def open(file, flag=None, mode=0o666): FILE: tests/pythons/win32-py33/Lib/decimal.py class DecimalException (line 181) | class DecimalException(ArithmeticError): method handle (line 200) | def handle(self, context, *args): class Clamped (line 204) | class Clamped(DecimalException): class InvalidOperation (line 216) | class InvalidOperation(DecimalException): method handle (line 239) | def handle(self, context, *args): class ConversionSyntax (line 245) | class ConversionSyntax(InvalidOperation): method handle (line 252) | def handle(self, context, *args): class DivisionByZero (line 255) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 268) | def handle(self, context, sign, *args): class DivisionImpossible (line 271) | class DivisionImpossible(InvalidOperation): method handle (line 279) | def handle(self, context, *args): class DivisionUndefined (line 282) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 290) | def handle(self, context, *args): class Inexact (line 293) | class Inexact(DecimalException): class InvalidContext (line 305) | class InvalidContext(InvalidOperation): method handle (line 316) | def handle(self, context, *args): class Rounded (line 319) | class Rounded(DecimalException): class Subnormal (line 331) | class Subnormal(DecimalException): class Overflow (line 342) | class Overflow(Inexact, Rounded): method handle (line 364) | def handle(self, context, sign, *args): class Underflow (line 380) | class Underflow(Inexact, Rounded, Subnormal): class FloatOperation (line 395) | class FloatOperation(DecimalException, TypeError): class MockThreading (line 436) | class MockThreading(object): method local (line 437) | def local(self, sys=sys): function setcontext (line 452) | def setcontext(context): function getcontext (line 459) | def getcontext(): function getcontext (line 479) | def getcontext(_local=local): function setcontext (line 493) | def setcontext(context, _local=local): function localcontext (line 502) | def localcontext(ctx=None): class Decimal (line 548) | class Decimal(object): method __new__ (line 557) | def __new__(cls, value="0", context=None): method from_float (line 709) | def from_float(cls, f): method _isnan (line 749) | def _isnan(self): method _isinfinity (line 764) | def _isinfinity(self): method _check_nans (line 777) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 809) | def _compare_check_nans(self, other, context): method __bool__ (line 842) | def __bool__(self): method _cmp (line 849) | def _cmp(self, other): method __eq__ (line 913) | def __eq__(self, other, context=None): method __ne__ (line 921) | def __ne__(self, other, context=None): method __lt__ (line 930) | def __lt__(self, other, context=None): method __le__ (line 939) | def __le__(self, other, context=None): method __gt__ (line 948) | def __gt__(self, other, context=None): method __ge__ (line 957) | def __ge__(self, other, context=None): method compare (line 966) | def compare(self, other, context=None): method __hash__ (line 985) | def __hash__(self): method as_tuple (line 1011) | def as_tuple(self): method __repr__ (line 1018) | def __repr__(self): method __str__ (line 1023) | def __str__(self, eng=False, context=None): method to_eng_string (line 1075) | def to_eng_string(self, context=None): method __neg__ (line 1085) | def __neg__(self, context=None): method __pos__ (line 1107) | def __pos__(self, context=None): method __abs__ (line 1128) | def __abs__(self, round=True, context=None): method __add__ (line 1150) | def __add__(self, other, context=None): method __sub__ (line 1238) | def __sub__(self, other, context=None): method __rsub__ (line 1252) | def __rsub__(self, other, context=None): method __mul__ (line 1260) | def __mul__(self, other, context=None): method __truediv__ (line 1317) | def __truediv__(self, other, context=None): method _divide (line 1376) | def _divide(self, other, context): method __rtruediv__ (line 1409) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1416) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1452) | def __rdivmod__(self, other, context=None): method __mod__ (line 1459) | def __mod__(self, other, context=None): method __rmod__ (line 1486) | def __rmod__(self, other, context=None): method remainder_near (line 1493) | def remainder_near(self, other, context=None): method __floordiv__ (line 1568) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1596) | def __rfloordiv__(self, other, context=None): method __float__ (line 1603) | def __float__(self): method __int__ (line 1613) | def __int__(self): method real (line 1628) | def real(self): method imag (line 1632) | def imag(self): method conjugate (line 1636) | def conjugate(self): method __complex__ (line 1639) | def __complex__(self): method _fix_nan (line 1642) | def _fix_nan(self, context): method _fix (line 1654) | def _fix(self, context): method _round_down (line 1756) | def _round_down(self, prec): method _round_up (line 1763) | def _round_up(self, prec): method _round_half_up (line 1767) | def _round_half_up(self, prec): method _round_half_down (line 1776) | def _round_half_down(self, prec): method _round_half_even (line 1783) | def _round_half_even(self, prec): method _round_ceiling (line 1791) | def _round_ceiling(self, prec): method _round_floor (line 1798) | def _round_floor(self, prec): method _round_05up (line 1805) | def _round_05up(self, prec): method __round__ (line 1823) | def __round__(self, n=None): method __floor__ (line 1885) | def __floor__(self): method __ceil__ (line 1900) | def __ceil__(self): method fma (line 1915) | def fma(self, other, third, context=None): method _power_modulo (line 1959) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 2044) | def _power_exact(self, other, p): method __pow__ (line 2281) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2497) | def __rpow__(self, other, context=None): method normalize (line 2504) | def normalize(self, context=None): method quantize (line 2529) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2600) | def same_quantum(self, other, context=None): method _rescale (line 2615) | def _rescale(self, exp, rounding): method _round (line 2649) | def _round(self, places, rounding): method to_integral_exact (line 2672) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2701) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2720) | def sqrt(self, context=None): method max (line 2819) | def max(self, other, context=None): method min (line 2861) | def min(self, other, context=None): method _isinteger (line 2895) | def _isinteger(self): method _iseven (line 2904) | def _iseven(self): method adjusted (line 2910) | def adjusted(self): method canonical (line 2918) | def canonical(self): method compare_signal (line 2926) | def compare_signal(self, other, context=None): method compare_total (line 2938) | def compare_total(self, other, context=None): method compare_total_mag (line 3011) | def compare_total_mag(self, other, context=None): method copy_abs (line 3022) | def copy_abs(self): method copy_negate (line 3026) | def copy_negate(self): method copy_sign (line 3033) | def copy_sign(self, other, context=None): method exp (line 3039) | def exp(self, context=None): method is_canonical (line 3114) | def is_canonical(self): method is_finite (line 3122) | def is_finite(self): method is_infinite (line 3130) | def is_infinite(self): method is_nan (line 3134) | def is_nan(self): method is_normal (line 3138) | def is_normal(self, context=None): method is_qnan (line 3146) | def is_qnan(self): method is_signed (line 3150) | def is_signed(self): method is_snan (line 3154) | def is_snan(self): method is_subnormal (line 3158) | def is_subnormal(self, context=None): method is_zero (line 3166) | def is_zero(self): method _ln_exp_bound (line 3170) | def _ln_exp_bound(self): method ln (line 3195) | def ln(self, context=None): method _log10_exp_bound (line 3245) | def _log10_exp_bound(self): method log10 (line 3275) | def log10(self, context=None): method logb (line 3326) | def logb(self, context=None): method _islogical (line 3356) | def _islogical(self): method _fill_logical (line 3370) | def _fill_logical(self, context, opa, opb): method logical_and (line 3383) | def logical_and(self, other, context=None): method logical_invert (line 3400) | def logical_invert(self, context=None): method logical_or (line 3407) | def logical_or(self, other, context=None): method logical_xor (line 3424) | def logical_xor(self, other, context=None): method max_mag (line 3441) | def max_mag(self, other, context=None): method min_mag (line 3471) | def min_mag(self, other, context=None): method next_minus (line 3501) | def next_minus(self, context=None): method next_plus (line 3524) | def next_plus(self, context=None): method next_toward (line 3547) | def next_toward(self, other, context=None): method number_class (line 3593) | def number_class(self, context=None): method radix (line 3635) | def radix(self): method rotate (line 3639) | def rotate(self, other, context=None): method scaleb (line 3672) | def scaleb(self, other, context=None): method shift (line 3697) | def shift(self, other, context=None): method __reduce__ (line 3736) | def __reduce__(self): method __copy__ (line 3739) | def __copy__(self): method __deepcopy__ (line 3744) | def __deepcopy__(self, memo): method __format__ (line 3751) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3831) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3855) | class _ContextManager(object): method __init__ (line 3861) | def __init__(self, new_context): method __enter__ (line 3863) | def __enter__(self): method __exit__ (line 3867) | def __exit__(self, t, v, tb): class Context (line 3870) | class Context(object): method __init__ (line 3889) | def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, method _set_integer_check (line 3925) | def _set_integer_check(self, name, value, vmin, vmax): method _set_signal_dict (line 3939) | def _set_signal_dict(self, name, d): method __setattr__ (line 3950) | def __setattr__(self, name, value): method __delattr__ (line 3975) | def __delattr__(self, name): method __reduce__ (line 3979) | def __reduce__(self): method __repr__ (line 3986) | def __repr__(self): method clear_flags (line 3999) | def clear_flags(self): method clear_traps (line 4004) | def clear_traps(self): method _shallow_copy (line 4009) | def _shallow_copy(self): method copy (line 4016) | def copy(self): method _raise_error (line 4025) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 4047) | def _ignore_all_flags(self): method _ignore_flags (line 4051) | def _ignore_flags(self, *flags): method _regard_flags (line 4058) | def _regard_flags(self, *flags): method Etiny (line 4068) | def Etiny(self): method Etop (line 4072) | def Etop(self): method _set_rounding (line 4076) | def _set_rounding(self, type): method create_decimal (line 4095) | def create_decimal(self, num='0'): method create_decimal_from_float (line 4112) | def create_decimal_from_float(self, f): method abs (line 4130) | def abs(self, a): method add (line 4151) | def add(self, a, b): method _apply (line 4172) | def _apply(self, a): method canonical (line 4175) | def canonical(self, a): method compare (line 4188) | def compare(self, a, b): method compare_signal (line 4224) | def compare_signal(self, a, b): method compare_total (line 4259) | def compare_total(self, a, b): method compare_total_mag (line 4288) | def compare_total_mag(self, a, b): method copy_abs (line 4296) | def copy_abs(self, a): method copy_decimal (line 4309) | def copy_decimal(self, a): method copy_negate (line 4322) | def copy_negate(self, a): method copy_sign (line 4335) | def copy_sign(self, a, b): method divide (line 4359) | def divide(self, a, b): method divide_int (line 4396) | def divide_int(self, a, b): method divmod (line 4419) | def divmod(self, a, b): method exp (line 4440) | def exp(self, a): method fma (line 4464) | def fma(self, a, b, c): method is_canonical (line 4487) | def is_canonical(self, a): method is_finite (line 4500) | def is_finite(self, a): method is_infinite (line 4522) | def is_infinite(self, a): method is_nan (line 4537) | def is_nan(self, a): method is_normal (line 4553) | def is_normal(self, a): method is_qnan (line 4576) | def is_qnan(self, a): method is_signed (line 4591) | def is_signed(self, a): method is_snan (line 4608) | def is_snan(self, a): method is_subnormal (line 4624) | def is_subnormal(self, a): method is_zero (line 4646) | def is_zero(self, a): method ln (line 4663) | def ln(self, a): method log10 (line 4685) | def log10(self, a): method logb (line 4713) | def logb(self, a): method logical_and (line 4739) | def logical_and(self, a, b): method logical_invert (line 4766) | def logical_invert(self, a): method logical_or (line 4785) | def logical_or(self, a, b): method logical_xor (line 4812) | def logical_xor(self, a, b): method max (line 4839) | def max(self, a, b): method max_mag (line 4866) | def max_mag(self, a, b): method min (line 4883) | def min(self, a, b): method min_mag (line 4910) | def min_mag(self, a, b): method minus (line 4927) | def minus(self, a): method multiply (line 4944) | def multiply(self, a, b): method next_minus (line 4976) | def next_minus(self, a): method next_plus (line 4996) | def next_plus(self, a): method next_toward (line 5016) | def next_toward(self, a, b): method normalize (line 5051) | def normalize(self, a): method number_class (line 5075) | def number_class(self, a): method plus (line 5125) | def plus(self, a): method power (line 5142) | def power(self, a, b, modulo=None): method quantize (line 5222) | def quantize(self, a, b): method radix (line 5280) | def radix(self): method remainder (line 5288) | def remainder(self, a, b): method remainder_near (line 5326) | def remainder_near(self, a, b): method rotate (line 5360) | def rotate(self, a, b): method same_quantum (line 5389) | def same_quantum(self, a, b): method scaleb (line 5413) | def scaleb (self, a, b): method shift (line 5432) | def shift(self, a, b): method sqrt (line 5462) | def sqrt(self, a): method subtract (line 5494) | def subtract(self, a, b): method to_eng_string (line 5517) | def to_eng_string(self, a): method to_sci_string (line 5525) | def to_sci_string(self, a): method to_integral_exact (line 5533) | def to_integral_exact(self, a): method to_integral_value (line 5563) | def to_integral_value(self, a): class _WorkRep (line 5595) | class _WorkRep(object): method __init__ (line 5601) | def __init__(self, value=None): method __repr__ (line 5616) | def __repr__(self): function _normalize (line 5623) | def _normalize(op1, op2, prec = 0): function _decimal_lshift_exact (line 5655) | def _decimal_lshift_exact(n, e): function _sqrt_nearest (line 5676) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5691) | def _rshift_nearest(x, shift): function _div_nearest (line 5699) | def _div_nearest(a, b): function _ilog (line 5707) | def _ilog(x, M, L = 8): function _dlog10 (line 5755) | def _dlog10(c, e, p): function _dlog (line 5789) | def _dlog(c, e, p): class _Log10Memoize (line 5833) | class _Log10Memoize(object): method __init__ (line 5837) | def __init__(self): method getdigits (line 5840) | def getdigits(self, p): function _iexp (line 5870) | def _iexp(x, M, L=8): function _dexp (line 5907) | def _dexp(c, e, p): function _dpower (line 5943) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5985) | def _log10_lb(c, correction = { function _convert_other (line 5996) | def _convert_other(other, raiseit=False, allow_float=False): function _convert_for_comparison (line 6015) | def _convert_for_comparison(self, other, equality_op=False): function _parse_format_specifier (line 6156) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6236) | def _format_align(sign, body, spec): function _group_lengths (line 6263) | def _group_lengths(grouping): function _insert_thousands_sep (line 6286) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6323) | def _format_sign(is_negative, spec): function _format_number (line 6333) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win32-py33/Lib/difflib.py function _calculate_ratio (line 39) | def _calculate_ratio(matches, length): class SequenceMatcher (line 44) | class SequenceMatcher: method __init__ (line 152) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 216) | def set_seqs(self, a, b): method set_seq1 (line 228) | def set_seq1(self, a): method set_seq2 (line 254) | def set_seq2(self, b): method __chain_b (line 298) | def __chain_b(self): method isbjunk (line 337) | def isbjunk(self, item): method isbpopular (line 344) | def isbpopular(self, item): method find_longest_match (line 351) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 461) | def get_matching_blocks(self): method get_opcodes (line 532) | def get_opcodes(self): method get_grouped_opcodes (line 587) | def get_grouped_opcodes(self, n=3): method ratio (line 637) | def ratio(self): method quick_ratio (line 662) | def quick_ratio(self): method real_quick_ratio (line 691) | def real_quick_ratio(self): function get_close_matches (line 703) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 751) | def _count_leading(line, ch): class Differ (line 766) | class Differ: method __init__ (line 860) | def __init__(self, linejunk=None, charjunk=None): method compare (line 884) | def compare(self, a, b): method _dump (line 926) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 931) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 946) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1044) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1057) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1109) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1125) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1148) | def _format_range_unified(start, stop): function unified_diff (line 1159) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1231) | def _format_range_context(start, stop): function context_diff (line 1243) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1318) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1354) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1674) | class HtmlDiff(object): method __init__ (line 1696) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1713) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1737) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1760) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1815) | def _line_wrapper(self,diffs): method _collect_lines (line 1843) | def _collect_lines(self,diffs): method _format_line (line 1864) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1887) | def _make_prefix(self): method _convert_flags (line 1898) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1945) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2024) | def restore(delta, which): function _test (line 2056) | def _test(): FILE: tests/pythons/win32-py33/Lib/dis.py function _try_compile (line 15) | def _try_compile(source, name): function dis (line 28) | def dis(x=None): function distb (line 61) | def distb(tb=None): function pretty_flags (line 84) | def pretty_flags(flags): function code_info (line 98) | def code_info(x): function _format_code_info (line 112) | def _format_code_info(co): function show_code (line 143) | def show_code(co): function disassemble (line 147) | def disassemble(co, lasti=-1): function _disassemble_bytes (line 198) | def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, function _disassemble_str (line 240) | def _disassemble_str(source): function findlabels (line 246) | def findlabels(code): function findlinestarts (line 271) | def findlinestarts(code): function _test (line 293) | def _test(): FILE: tests/pythons/win32-py33/Lib/distutils/archive_util.py function make_tarball (line 21) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 72) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 132) | def check_archive_formats(formats): function make_archive (line 142) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win32-py33/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 361) | def preprocess (self, FILE: tests/pythons/win32-py33/Lib/distutils/ccompiler.py class CCompiler (line 15) | class CCompiler: method __init__ (line 85) | def __init__(self, verbose=0, dry_run=0, force=0): method set_executables (line 121) | def set_executables(self, **kwargs): method set_executable (line 153) | def set_executable(self, key, value): method _find_macro (line 159) | def _find_macro(self, name): method _check_macro_definitions (line 167) | def _check_macro_definitions(self, definitions): method define_macro (line 184) | def define_macro(self, name, value=None): method undefine_macro (line 199) | def undefine_macro(self, name): method add_include_dir (line 217) | def add_include_dir(self, dir): method set_include_dirs (line 225) | def set_include_dirs(self, dirs): method add_library (line 235) | def add_library(self, libname): method set_libraries (line 251) | def set_libraries(self, libnames): method add_library_dir (line 259) | def add_library_dir(self, dir): method set_library_dirs (line 267) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 274) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 280) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 288) | def add_link_object(self, object): method set_link_objects (line 296) | def set_link_objects(self, objects): method _setup_compile (line 310) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 353) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 362) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _prep_compile (line 394) | def _prep_compile(self, sources, output_dir, depends=None): method _fix_object_args (line 410) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 427) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 498) | def preprocess(self, source, output_file=None, macros=None, method compile (line 511) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 585) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, method link_shared_lib (line 679) | def link_shared_lib(self, method link_shared_object (line 700) | def link_shared_object(self, method link_executable (line 720) | def link_executable(self, method library_dir_option (line 742) | def library_dir_option(self, dir): method runtime_library_dir_option (line 748) | def runtime_library_dir_option(self, dir): method library_option (line 754) | def library_option(self, lib): method has_function (line 760) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 803) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 846) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 863) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 869) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 875) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 894) | def announce(self, msg, level=1): method debug_print (line 897) | def debug_print(self, msg): method warn (line 902) | def warn(self, msg): method execute (line 905) | def execute(self, func, args, msg=None, level=1): method spawn (line 908) | def spawn(self, cmd): method move_file (line 911) | def move_file(self, src, dst): method mkpath (line 914) | def mkpath (self, name, mode=0o777): function get_default_compiler (line 937) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 975) | def show_compilers(): function new_compiler (line 992) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1037) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1082) | def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libra... FILE: tests/pythons/win32-py33/Lib/distutils/cmd.py class Command (line 12) | class Command: method __init__ (line 47) | def __init__(self, dist): method __getattr__ (line 95) | def __getattr__(self, attr): method ensure_finalized (line 105) | def ensure_finalized(self): method initialize_options (line 123) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method dump_options (line 151) | def dump_options(self, header=None, indent=""): method run (line 165) | def run(self): method announce (line 178) | def announce(self, msg, level=1): method debug_print (line 184) | def debug_print(self, msg): method _ensure_stringlike (line 207) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 217) | def ensure_string(self, option, default=None): method ensure_string_list (line 223) | def ensure_string_list(self, option): method _ensure_tested_string (line 244) | def _ensure_tested_string(self, option, tester, what, error_fmt, method ensure_filename (line 251) | def ensure_filename(self, option): method ensure_dirname (line 257) | def ensure_dirname(self, option): method get_command_name (line 265) | def get_command_name(self): method set_undefined_options (line 271) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 292) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 304) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 308) | def run_command(self, command): method get_sub_commands (line 315) | def get_sub_commands(self): method warn (line 331) | def warn(self, msg): method execute (line 335) | def execute(self, func, args, msg=None, level=1): method mkpath (line 338) | def mkpath(self, name, mode=0o777): method copy_file (line 341) | def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, method copy_tree (line 350) | def copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, method move_file (line 359) | def move_file (self, src, dst, level=1): method spawn (line 363) | def spawn(self, cmd, search_path=1, level=1): method make_archive (line 368) | def make_archive(self, base_name, format, root_dir=None, base_dir=None): method make_file (line 372) | def make_file(self, infiles, outfile, func, args, class install_misc (line 409) | class install_misc(Command): method initialize_options (line 416) | def initialize_options (self): method _install_dir_from (line 420) | def _install_dir_from(self, dirname): method _copy_files (line 423) | def _copy_files(self, filelist): method get_outputs (line 432) | def get_outputs(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/bdist.py function show_formats (line 12) | def show_formats(): class bdist (line 24) | class bdist(Command): method initialize_options (line 75) | def initialize_options(self): method finalize_options (line 82) | def finalize_options(self): method run (line 110) | def run(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 15) | class bdist_dumb(Command): method initialize_options (line 44) | def initialize_options(self): method finalize_options (line 53) | def finalize_options(self): method run (line 71) | def run(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/bdist_msi.py class PyDialog (line 21) | class PyDialog(Dialog): method __init__ (line 25) | def __init__(self, *args, **kw): method title (line 35) | def title(self, title): method back (line 42) | def back(self, title, next, name = "Back", active = 1): method cancel (line 53) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 64) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 75) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 83) | class bdist_msi(Command): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method run (line 178) | def run(self): method add_files (line 269) | def add_files(self): method add_find_python (line 323) | def add_find_python(self): method add_scripts (line 377) | def add_scripts(self): method add_ui (line 415) | def add_ui(self): method get_installer_filename (line 733) | def get_installer_filename(self, fullname): FILE: tests/pythons/win32-py33/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 15) | class bdist_rpm(Command): method initialize_options (line 136) | def initialize_options(self): method finalize_options (line 181) | def finalize_options(self): method finalize_package_data (line 212) | def finalize_package_data(self): method run (line 257) | def run(self): method _dist_path (line 392) | def _dist_path(self, path): method _make_spec_file (line 395) | def _make_spec_file(self): method _format_changelog (line 563) | def _format_changelog(self, changelog): FILE: tests/pythons/win32-py33/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 14) | class bdist_wininst(Command): method initialize_options (line 58) | def initialize_options(self): method finalize_options (line 74) | def finalize_options(self): method run (line 112) | def run(self): method get_inidata (line 193) | def get_inidata(self): method create_exe (line 239) | def create_exe(self, arcname, fullname, bitmap=None): method get_installer_filename (line 292) | def get_installer_filename(self, fullname): method get_exe_bytes (line 305) | def get_exe_bytes(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/build.py function show_compilers (line 11) | def show_compilers(): class build (line 16) | class build(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 119) | def run(self): method has_pure_modules (line 131) | def has_pure_modules(self): method has_c_libraries (line 134) | def has_c_libraries(self): method has_ext_modules (line 137) | def has_ext_modules(self): method has_scripts (line 140) | def has_scripts(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/build_clib.py function show_compilers (line 23) | def show_compilers(): class build_clib (line 28) | class build_clib(Command): method initialize_options (line 52) | def initialize_options(self): method finalize_options (line 68) | def finalize_options(self): method run (line 94) | def run(self): method check_library_list (line 118) | def check_library_list(self, libraries): method get_library_names (line 154) | def get_library_names(self): method get_source_files (line 166) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win32-py33/Lib/distutils/command/build_ext.py function show_compilers (line 35) | def show_compilers (): class build_ext (line 40) | class build_ext(Command): method initialize_options (line 114) | def initialize_options(self): method finalize_options (line 137) | def finalize_options(self): method run (line 291) | def run(self): method check_extensions_list (line 355) | def check_extensions_list(self, extensions): method get_source_files (line 433) | def get_source_files(self): method get_outputs (line 442) | def get_outputs(self): method build_extensions (line 456) | def build_extensions(self): method build_extension (line 469) | def build_extension(self, ext): method swig_sources (line 551) | def swig_sources(self, sources, extension): method find_swig (line 605) | def find_swig(self): method get_ext_fullpath (line 632) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 659) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 668) | def get_ext_filename(self, ext_name): method get_export_symbols (line 684) | def get_export_symbols(self, ext): method get_libraries (line 695) | def get_libraries(self, ext): FILE: tests/pythons/win32-py33/Lib/distutils/command/build_py.py class build_py (line 15) | class build_py (Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 67) | def run(self): method get_data_files (line 97) | def get_data_files(self): method find_data_files (line 121) | def find_data_files(self, package, src_dir): method build_package_data (line 134) | def build_package_data(self): method get_package_dir (line 144) | def get_package_dir(self, package): method check_package (line 183) | def check_package(self, package, package_dir): method check_module (line 210) | def check_module(self, module, module_file): method find_package_modules (line 217) | def find_package_modules(self, package, package_dir): method find_modules (line 232) | def find_modules(self): method find_all_modules (line 284) | def find_all_modules(self): method get_source_files (line 300) | def get_source_files(self): method get_module_outfile (line 303) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 307) | def get_outputs(self, include_bytecode=1): method build_module (line 330) | def build_module(self, module, module_file, package): method build_modules (line 345) | def build_modules(self): method build_packages (line 354) | def build_packages(self): method byte_compile (line 374) | def byte_compile(self, files): class build_py_2to3 (line 394) | class build_py_2to3(build_py, Mixin2to3): method run (line 395) | def run(self): method build_module (line 411) | def build_module(self, module, module_file, package): FILE: tests/pythons/win32-py33/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts(Command): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run(self): method copy_scripts (line 53) | def copy_scripts(self): class build_scripts_2to3 (line 154) | class build_scripts_2to3(build_scripts, Mixin2to3): method copy_scripts (line 156) | def copy_scripts(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/check.py class SilentReporter (line 16) | class SilentReporter(Reporter): method __init__ (line 18) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 24) | def system_message(self, level, message, *children, **kwargs): class check (line 36) | class check(Command): method initialize_options (line 49) | def initialize_options(self): method finalize_options (line 56) | def finalize_options(self): method warn (line 59) | def warn(self, msg): method run (line 64) | def run(self): method check_metadata (line 80) | def check_metadata(self): method check_restructuredtext (line 110) | def check_restructuredtext(self): method _check_rst_data (line 121) | def _check_rst_data(self, data): FILE: tests/pythons/win32-py33/Lib/distutils/command/clean.py class clean (line 12) | class clean(Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 40) | def finalize_options(self): method run (line 49) | def run(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/config.py class config (line 21) | class config(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 66) | def finalize_options(self): method run (line 82) | def run(self): method _check_compiler (line 89) | def _check_compiler(self): method _gen_temp_sourcefile (line 107) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 120) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 127) | def _compile(self, body, headers, include_dirs, lang): method _link (line 136) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 151) | def _clean(self, *filenames): method try_cpp (line 173) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 191) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 220) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 236) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 255) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 280) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 310) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 324) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 334) | def dump_file(filename, head=None): FILE: tests/pythons/win32-py33/Lib/distutils/command/install.py class install (line 103) | class install(Command): method initialize_options (line 176) | def initialize_options(self): method finalize_options (line 253) | def finalize_options(self): method dump_dirs (line 401) | def dump_dirs(self, msg): method finalize_unix (line 420) | def finalize_unix(self): method finalize_other (line 460) | def finalize_other(self): method select_scheme (line 482) | def select_scheme(self, name): method _expand_attrs (line 491) | def _expand_attrs(self, attrs): method expand_basedirs (line 500) | def expand_basedirs(self): method expand_dirs (line 505) | def expand_dirs(self): method convert_paths (line 511) | def convert_paths(self, *names): method handle_extra_path (line 517) | def handle_extra_path(self): method change_roots (line 547) | def change_roots(self, *names): method create_home_path (line 553) | def create_home_path(self): method run (line 565) | def run(self): method create_path_file (line 609) | def create_path_file(self): method get_outputs (line 623) | def get_outputs(self): method get_inputs (line 640) | def get_inputs(self): method has_lib (line 652) | def has_lib(self): method has_headers (line 658) | def has_headers(self): method has_scripts (line 663) | def has_scripts(self): method has_data (line 668) | def has_data(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/install_data.py class install_data (line 12) | class install_data(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 35) | def finalize_options(self): method run (line 42) | def run(self): method get_inputs (line 75) | def get_inputs(self): method get_outputs (line 78) | def get_outputs(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 46) | def get_outputs(self): function safe_name (line 54) | def safe_name(name): function safe_version (line 62) | def safe_version(version): function to_filename (line 72) | def to_filename(name): FILE: tests/pythons/win32-py33/Lib/distutils/command/install_headers.py class install_headers (line 10) | class install_headers(Command): method initialize_options (line 22) | def initialize_options(self): method finalize_options (line 27) | def finalize_options(self): method run (line 33) | def run(self): method get_inputs (line 43) | def get_inputs(self): method get_outputs (line 46) | def get_outputs(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/install_lib.py class install_lib (line 17) | class install_lib(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 60) | def finalize_options(self): method run (line 86) | def run(self): method build (line 102) | def build(self): method install (line 109) | def install(self): method byte_compile (line 118) | def byte_compile(self, files): method _mutate_outputs (line 143) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 158) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 180) | def get_outputs(self): method get_inputs (line 201) | def get_inputs(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/install_scripts.py class install_scripts (line 14) | class install_scripts(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 33) | def finalize_options(self): method run (line 41) | def run(self): method get_inputs (line 56) | def get_inputs(self): method get_outputs (line 59) | def get_outputs(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/register.py class register (line 17) | class register(PyPIRCCommand): method initialize_options (line 31) | def initialize_options(self): method finalize_options (line 36) | def finalize_options(self): method run (line 43) | def run(self): method check_metadata (line 58) | def check_metadata(self): method _set_config (line 68) | def _set_config(self): method classifiers (line 85) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 99) | def send_metadata(self): method build_post_data (line 221) | def build_post_data(self, action): method post_to_server (line 249) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win32-py33/Lib/distutils/command/sdist.py function show_formats (line 20) | def show_formats(): class sdist (line 34) | class sdist(Command): method checking_metadata (line 38) | def checking_metadata(self): method initialize_options (line 96) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): method run (line 140) | def run(self): method check_metadata (line 162) | def check_metadata(self): method get_file_list (line 170) | def get_file_list(self): method add_defaults (line 210) | def add_defaults(self): method read_template (line 290) | def read_template(self): method prune_file_list (line 319) | def prune_file_list(self): method write_manifest (line 343) | def write_manifest(self): method _manifest_is_not_generated (line 358) | def _manifest_is_not_generated(self): method read_manifest (line 370) | def read_manifest(self): method make_release_tree (line 385) | def make_release_tree(self, base_dir, files): method make_distribution (line 427) | def make_distribution(self): method get_archive_files (line 456) | def get_archive_files(self): FILE: tests/pythons/win32-py33/Lib/distutils/command/upload.py class upload (line 23) | class upload(PyPIRCCommand): method initialize_options (line 35) | def initialize_options(self): method finalize_options (line 43) | def finalize_options(self): method run (line 61) | def run(self): method upload_file (line 67) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win32-py33/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 48) | def _read_pypirc(self): method _read_pypi_response (line 104) | def _read_pypi_response(self, response): method initialize_options (line 111) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): FILE: tests/pythons/win32-py33/Lib/distutils/core.py function gen_usage (line 33) | def gen_usage (script_name): function setup (line 58) | def setup (**attrs): function run_setup (line 172) | def run_setup (script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win32-py33/Lib/distutils/cygwinccompiler.py function get_msvcr (line 62) | def get_msvcr(): class CygwinCCompiler (line 88) | class CygwinCCompiler(UnixCCompiler): method __init__ (line 99) | def __init__(self, verbose=0, dry_run=0, force=0): method _compile (line 158) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 173) | def link(self, target_desc, objects, output_filename, output_dir=None, method object_filenames (line 251) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): class Mingw32CCompiler (line 274) | class Mingw32CCompiler(CygwinCCompiler): method __init__ (line 279) | def __init__(self, verbose=0, dry_run=0, force=0): function check_config_h (line 328) | def check_config_h(): function _find_exe_version (line 373) | def _find_exe_version(cmd): function get_versions (line 394) | def get_versions(): function is_cygwingcc (line 402) | def is_cygwingcc(): FILE: tests/pythons/win32-py33/Lib/distutils/dep_util.py function newer (line 11) | def newer (source, target): function newer_pairwise (line 32) | def newer_pairwise (sources, targets): function newer_group (line 54) | def newer_group (sources, target, missing='error'): FILE: tests/pythons/win32-py33/Lib/distutils/dir_util.py function mkpath (line 17) | def mkpath(name, mode=0o777, verbose=1, dry_run=0): function create_tree (line 80) | def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function copy_tree (line 99) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 169) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 179) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 205) | def ensure_relative(path): FILE: tests/pythons/win32-py33/Lib/distutils/dist.py class Distribution (line 28) | class Distribution: method __init__ (line 119) | def __init__ (self, attrs=None): method get_option_dict (line 264) | def get_option_dict(self, command): method dump_option_dicts (line 275) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 303) | def find_config_files(self): method parse_config_files (line 344) | def parse_config_files(self, filenames=None): method parse_command_line (line 402) | def parse_command_line(self): method _get_toplevel_options (line 469) | def _get_toplevel_options(self): method _parse_command_opts (line 480) | def _parse_command_opts(self, parser, args): method finalize_options (line 572) | def finalize_options(self): method _show_help (line 585) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 635) | def handle_display_options(self, option_order): method print_command_list (line 675) | def print_command_list(self, commands, header, max_length): method print_commands (line 692) | def print_commands(self): method get_command_list (line 725) | def get_command_list(self): method get_command_packages (line 759) | def get_command_packages(self): method get_command_class (line 771) | def get_command_class(self, command): method get_command_obj (line 809) | def get_command_obj(self, command, create=1): method _set_command_options (line 836) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 880) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 921) | def announce(self, msg, level=log.INFO): method run_commands (line 924) | def run_commands(self): method run_command (line 934) | def run_command(self, command): method has_pure_modules (line 955) | def has_pure_modules(self): method has_ext_modules (line 958) | def has_ext_modules(self): method has_c_libraries (line 961) | def has_c_libraries(self): method has_modules (line 964) | def has_modules(self): method has_headers (line 967) | def has_headers(self): method has_scripts (line 970) | def has_scripts(self): method has_data_files (line 973) | def has_data_files(self): method is_pure (line 976) | def is_pure(self): class DistributionMetadata (line 988) | class DistributionMetadata: method __init__ (line 1003) | def __init__(self, path=None): method read_pkg_file (line 1026) | def read_pkg_file(self, file): method write_pkg_info (line 1078) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1085) | def write_pkg_file(self, file): method _write_list (line 1119) | def _write_list(self, file, name, values): method get_name (line 1125) | def get_name(self): method get_version (line 1128) | def get_version(self): method get_fullname (line 1131) | def get_fullname(self): method get_author (line 1134) | def get_author(self): method get_author_email (line 1137) | def get_author_email(self): method get_maintainer (line 1140) | def get_maintainer(self): method get_maintainer_email (line 1143) | def get_maintainer_email(self): method get_contact (line 1146) | def get_contact(self): method get_contact_email (line 1149) | def get_contact_email(self): method get_url (line 1152) | def get_url(self): method get_license (line 1155) | def get_license(self): method get_description (line 1159) | def get_description(self): method get_long_description (line 1162) | def get_long_description(self): method get_keywords (line 1165) | def get_keywords(self): method get_platforms (line 1168) | def get_platforms(self): method get_classifiers (line 1171) | def get_classifiers(self): method get_download_url (line 1174) | def get_download_url(self): method get_requires (line 1178) | def get_requires(self): method set_requires (line 1181) | def set_requires(self, value): method get_provides (line 1187) | def get_provides(self): method set_provides (line 1190) | def set_provides(self, value): method get_obsoletes (line 1197) | def get_obsoletes(self): method set_obsoletes (line 1200) | def set_obsoletes(self, value): function fix_help_options (line 1206) | def fix_help_options(options): FILE: tests/pythons/win32-py33/Lib/distutils/emxccompiler.py class EMXCCompiler (line 29) | class EMXCCompiler (UnixCCompiler): method __init__ (line 40) | def __init__ (self, method _compile (line 75) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 89) | def link (self, method object_filenames (line 180) | def object_filenames (self, method find_library_file (line 207) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 239) | def check_config_h(): function get_versions (line 290) | def get_versions(): FILE: tests/pythons/win32-py33/Lib/distutils/errors.py class DistutilsError (line 11) | class DistutilsError (Exception): class DistutilsModuleError (line 15) | class DistutilsModuleError (DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError (DistutilsError): class DistutilsGetoptError (line 27) | class DistutilsGetoptError (DistutilsError): class DistutilsArgError (line 31) | class DistutilsArgError (DistutilsError): class DistutilsFileError (line 36) | class DistutilsFileError (DistutilsError): class DistutilsOptionError (line 42) | class DistutilsOptionError (DistutilsError): class DistutilsSetupError (line 51) | class DistutilsSetupError (DistutilsError): class DistutilsPlatformError (line 56) | class DistutilsPlatformError (DistutilsError): class DistutilsExecError (line 62) | class DistutilsExecError (DistutilsError): class DistutilsInternalError (line 67) | class DistutilsInternalError (DistutilsError): class DistutilsTemplateError (line 72) | class DistutilsTemplateError (DistutilsError): class DistutilsByteCompileError (line 75) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 79) | class CCompilerError (Exception): class PreprocessError (line 82) | class PreprocessError (CCompilerError): class CompileError (line 85) | class CompileError (CCompilerError): class LibError (line 88) | class LibError (CCompilerError): class LinkError (line 92) | class LinkError (CCompilerError): class UnknownFileError (line 96) | class UnknownFileError (CCompilerError): FILE: tests/pythons/win32-py33/Lib/distutils/extension.py class Extension (line 20) | class Extension: method __init__ (line 87) | def __init__(self, name, sources, function read_setup_file (line 134) | def read_setup_file(filename): FILE: tests/pythons/win32-py33/Lib/distutils/fancy_getopt.py class FancyGetopt (line 29) | class FancyGetopt: method __init__ (line 41) | def __init__(self, option_table=None): method _build_index (line 81) | def _build_index(self): method set_option_table (line 86) | def set_option_table(self, option_table): method add_option (line 90) | def add_option(self, long_option, short_option=None, help_string=None): method has_option (line 99) | def has_option(self, long_option): method get_attr_name (line 104) | def get_attr_name(self, long_option): method _check_alias_dict (line 110) | def _check_alias_dict(self, aliases, what): method set_aliases (line 120) | def set_aliases(self, alias): method set_negative_aliases (line 125) | def set_negative_aliases(self, negative_alias): method _grok_option_table (line 133) | def _grok_option_table(self): method getopt (line 210) | def getopt(self, args=None, object=None): method get_option_order (line 271) | def get_option_order(self): method generate_help (line 281) | def generate_help(self, header=None): method print_help (line 360) | def print_help(self, header=None, file=None): function fancy_getopt (line 367) | def fancy_getopt(options, negative_opt, object, args): function wrap_text (line 375) | def wrap_text(text, width): function translate_longopt (line 429) | def translate_longopt(opt): class OptionDummy (line 436) | class OptionDummy: method __init__ (line 440) | def __init__(self, options=[]): FILE: tests/pythons/win32-py33/Lib/distutils/file_util.py function _copy_file_contents (line 16) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 67) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 158) | def move_file (src, dst, function write_file (line 221) | def write_file (filename, contents): FILE: tests/pythons/win32-py33/Lib/distutils/filelist.py class FileList (line 13) | class FileList: method __init__ (line 28) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 34) | def set_allfiles(self, allfiles): method findall (line 37) | def findall(self, dir=os.curdir): method debug_print (line 40) | def debug_print(self, msg): method append (line 50) | def append(self, item): method extend (line 53) | def extend(self, items): method sort (line 56) | def sort(self): method remove_duplicates (line 66) | def remove_duplicates(self): method _parse_template_line (line 75) | def _parse_template_line(self, line): method process_template_line (line 103) | def process_template_line(self, line): method include_pattern (line 179) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 222) | def exclude_pattern (self, pattern, function findall (line 245) | def findall(dir=os.curdir): function glob_to_re (line 276) | def glob_to_re(pattern): function translate_pattern (line 299) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win32-py33/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 37) | def log(self, level, msg, *args): method debug (line 40) | def debug(self, msg, *args): method info (line 43) | def info(self, msg, *args): method warn (line 46) | def warn(self, msg, *args): method error (line 49) | def error(self, msg, *args): method fatal (line 52) | def fatal(self, msg, *args): function set_threshold (line 63) | def set_threshold(level): function set_verbosity (line 69) | def set_verbosity(v): FILE: tests/pythons/win32-py33/Lib/distutils/msvc9compiler.py class Reg (line 61) | class Reg: method get_value (line 65) | def get_value(cls, path, key): method read_keys (line 73) | def read_keys(cls, base, key): method read_values (line 91) | def read_values(cls, base, key): method convert_mbcs (line 113) | def convert_mbcs(s): class MacroExpander (line 123) | class MacroExpander: method __init__ (line 125) | def __init__(self, version): method set_macro (line 130) | def set_macro(self, macro, path, key): method load_macros (line 133) | def load_macros(self, version): method sub (line 164) | def sub(self, s): function get_build_version (line 169) | def get_build_version(): function normalize_and_reduce_paths (line 191) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 205) | def removeDuplicates(variable): function find_vcvarsall (line 216) | def find_vcvarsall(version): function query_vcvarsall (line 251) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 297) | class MSVCCompiler(CCompiler) : method __init__ (line 327) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 338) | def initialize(self, plat_name=None): method object_filenames (line 424) | def object_filenames(self, method compile (line 455) | def compile(self, sources, method create_static_lib (line 540) | def create_static_lib(self, method link (line 565) | def link(self, method manifest_setup_ldargs (line 660) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 672) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 696) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 739) | def library_dir_option(self, dir): method runtime_library_dir_option (line 742) | def runtime_library_dir_option(self, dir): method library_option (line 746) | def library_option(self, lib): method find_library_file (line 750) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 768) | def find_exe(self, exe): FILE: tests/pythons/win32-py33/Lib/distutils/msvccompiler.py function read_keys (line 55) | def read_keys(base, key): function read_values (line 72) | def read_values(base, key): function convert_mbcs (line 93) | def convert_mbcs(s): class MacroExpander (line 102) | class MacroExpander: method __init__ (line 103) | def __init__(self, version): method set_macro (line 107) | def set_macro(self, macro, path, key): method load_macros (line 114) | def load_macros(self, version): method sub (line 142) | def sub(self, s): function get_build_version (line 147) | def get_build_version(): function get_build_architecture (line 169) | def get_build_architecture(): function normalize_and_reduce_paths (line 182) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 197) | class MSVCCompiler(CCompiler) : method __init__ (line 227) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 245) | def initialize(self): method object_filenames (line 309) | def object_filenames(self, method compile (line 340) | def compile(self, sources, method create_static_lib (line 425) | def create_static_lib(self, method link (line 450) | def link(self, method library_dir_option (line 533) | def library_dir_option(self, dir): method runtime_library_dir_option (line 536) | def runtime_library_dir_option(self, dir): method library_option (line 540) | def library_option(self, lib): method find_library_file (line 544) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 562) | def find_exe(self, exe): method get_msvc_paths (line 584) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 620) | def set_path_env_var(self, name): FILE: tests/pythons/win32-py33/Lib/distutils/spawn.py function spawn (line 15) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 41) | def _nt_quote_args(args): function _spawn_nt (line 57) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 77) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 102) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 171) | def find_executable(executable, path=None): FILE: tests/pythons/win32-py33/Lib/distutils/sysconfig.py function _is_python_source_dir (line 48) | def _is_python_source_dir(d): function _python_build (line 59) | def _python_build(): function get_python_version (line 77) | def get_python_version(): function get_python_inc (line 85) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 125) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 172) | def customize_compiler(compiler): function get_config_h_filename (line 244) | def get_config_h_filename(): function get_makefile_filename (line 261) | def get_makefile_filename(): function parse_config_h (line 270) | def parse_config_h(fp, g=None): function parse_makefile (line 305) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 411) | def expand_makefile_vars(s, vars): function _init_posix (line 438) | def _init_posix(): function _init_nt (line 485) | def _init_nt(): function _init_os2 (line 505) | def _init_os2(): function get_config_vars (line 523) | def get_config_vars(*args): function get_config_var (line 592) | def get_config_var(name): FILE: tests/pythons/win32-py33/Lib/distutils/text_file.py class TextFile (line 10) | class TextFile: method __init__ (line 78) | def __init__(self, filename=None, file=None, **options): method open (line 111) | def open(self, filename): method close (line 118) | def close(self): method gen_error (line 126) | def gen_error(self, msg, line=None): method error (line 138) | def error(self, msg, line=None): method warn (line 141) | def warn(self, msg, line=None): method readline (line 151) | def readline(self): method readlines (line 271) | def readlines(self): method unreadline (line 281) | def unreadline(self, line): FILE: tests/pythons/win32-py33/Lib/distutils/unixccompiler.py class UnixCCompiler (line 45) | class UnixCCompiler(CCompiler): method preprocess (line 83) | def preprocess(self, source, output_file=None, macros=None, method _compile (line 109) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 120) | def create_static_lib(self, objects, output_libname, method link (line 146) | def link(self, target_desc, objects, method library_dir_option (line 204) | def library_dir_option(self, dir): method _is_gcc (line 207) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 210) | def runtime_library_dir_option(self, dir): method library_option (line 252) | def library_option(self, lib): method find_library_file (line 255) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win32-py33/Lib/distutils/util.py function get_platform (line 18) | def get_platform (): function convert_path (line 111) | def convert_path (pathname): function change_root (line 139) | def change_root (new_root, pathname): function check_environ (line 168) | def check_environ (): function subst_vars (line 190) | def subst_vars (s, local_vars): function grok_environment_error (line 215) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 239) | def _init_regex(): function split_quoted (line 245) | def split_quoted (s): function execute (line 306) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 325) | def strtobool (val): function byte_compile (line 341) | def byte_compile (py_files, function rfc822_escape (line 486) | def rfc822_escape (header): function run_2to3 (line 496) | def run_2to3(files, fixer_names=None, options=None, explicit=None): function copydir_run_2to3 (line 523) | def copydir_run_2to3(src, dest, template=None, fixer_names=None, class Mixin2to3 (line 556) | class Mixin2to3: method run_2to3 (line 572) | def run_2to3(self, files): FILE: tests/pythons/win32-py33/Lib/distutils/version.py class Version (line 31) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): method __eq__ (line 45) | def __eq__(self, other): method __ne__ (line 51) | def __ne__(self, other): method __lt__ (line 57) | def __lt__(self, other): method __le__ (line 63) | def __le__(self, other): method __gt__ (line 69) | def __gt__(self, other): method __ge__ (line 75) | def __ge__(self, other): class StrictVersion (line 99) | class StrictVersion (Version): method parse (line 140) | def parse (self, vstring): method __str__ (line 159) | def __str__ (self): method _cmp (line 172) | def _cmp (self, other): class LooseVersion (line 273) | class LooseVersion (Version): method __init__ (line 308) | def __init__ (self, vstring=None): method parse (line 313) | def parse (self, vstring): method __str__ (line 329) | def __str__ (self): method __repr__ (line 333) | def __repr__ (self): method _cmp (line 337) | def _cmp (self, other): FILE: tests/pythons/win32-py33/Lib/distutils/versionpredicate.py function splitUp (line 17) | def splitUp(pred): class VersionPredicate (line 31) | class VersionPredicate: method __init__ (line 96) | def __init__(self, versionPredicateStr): method __str__ (line 123) | def __str__(self): method satisfied_by (line 130) | def satisfied_by(self, version): function split_provision (line 143) | def split_provision(value): FILE: tests/pythons/win32-py33/Lib/doctest.py function register_optionflag (line 131) | def register_optionflag(name): function _extract_future_flags (line 180) | def _extract_future_flags(globs): function _normalize_module (line 192) | def _normalize_module(module, depth=2): function _load_testfile (line 211) | def _load_testfile(filename, package, module_relative, encoding): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 233) | def _exception_traceback(exc_info): class _SpoofOut (line 245) | class _SpoofOut(StringIO): method getvalue (line 246) | def getvalue(self): method truncate (line 255) | def truncate(self, size=None): function _ellipsis_match (line 260) | def _ellipsis_match(want, got): function _comment_line (line 309) | def _comment_line(line): function _strip_exception_details (line 317) | def _strip_exception_details(msg): class _OutputRedirectingPdb (line 343) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 349) | def __init__(self, out): method set_trace (line 357) | def set_trace(self, frame=None): method set_continue (line 363) | def set_continue(self): method trace_dispatch (line 369) | def trace_dispatch(self, *args): function _module_relative_path (line 380) | def _module_relative_path(module, path): class Example (line 416) | class Example: method __init__ (line 451) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 469) | def __eq__(self, other): method __ne__ (line 480) | def __ne__(self, other): method __hash__ (line 483) | def __hash__(self): class DocTest (line 487) | class DocTest: method __init__ (line 511) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 525) | def __repr__(self): method __eq__ (line 535) | def __eq__(self, other): method __ne__ (line 546) | def __ne__(self, other): method __hash__ (line 549) | def __hash__(self): method __lt__ (line 553) | def __lt__(self, other): class DocTestParser (line 564) | class DocTestParser: method parse (line 612) | def parse(self, string, name=''): method get_doctest (line 651) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 663) | def get_examples(self, string, name=''): method _parse_example (line 677) | def _parse_example(self, m, name, lineno): method _find_options (line 731) | def _find_options(self, source, name, lineno): method _min_indent (line 761) | def _min_indent(self, s): method _check_prompt_blank (line 769) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 783) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 799) | class DocTestFinder: method __init__ (line 808) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 830) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 932) | def _from_module(self, module, object): method _find (line 952) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 1015) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1052) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1104) | class DocTestRunner: method __init__ (line 1164) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1200) | def report_start(self, out, test, example): method report_success (line 1213) | def report_success(self, out, test, example, got): method report_failure (line 1221) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1228) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1235) | def _failure_header(self, test, example): method __run (line 1255) | def __run(self, test, compileflags, out): method __record_outcome (line 1377) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1390) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1398) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1471) | def summarize(self, verbose=None): method merge (line 1528) | def merge(self, other): class OutputChecker (line 1541) | class OutputChecker: method _toAscii (line 1549) | def _toAscii(self, s): method check_output (line 1555) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1618) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1641) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1689) | class DocTestFailure(Exception): method __init__ (line 1700) | def __init__(self, test, example, got): method __str__ (line 1705) | def __str__(self): class UnexpectedException (line 1708) | class UnexpectedException(Exception): method __init__ (line 1719) | def __init__(self, test, example, exc_info): method __str__ (line 1724) | def __str__(self): class DebugRunner (line 1727) | class DebugRunner(DocTestRunner): method run (line 1818) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1824) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1827) | def report_failure(self, out, test, example, got): function testmod (line 1839) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1943) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2066) | def run_docstring_examples(f, globs, verbose=False, name="NoName", function set_unittest_reportflags (line 2095) | def set_unittest_reportflags(flags): class DocTestCase (line 2131) | class DocTestCase(unittest.TestCase): method __init__ (line 2133) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2143) | def setUp(self): method tearDown (line 2149) | def tearDown(self): method runTest (line 2157) | def runTest(self): method format_failure (line 2181) | def format_failure(self, err): method debug (line 2193) | def debug(self): method id (line 2265) | def id(self): method __eq__ (line 2268) | def __eq__(self, other): method __ne__ (line 2278) | def __ne__(self, other): method __hash__ (line 2281) | def __hash__(self): method __repr__ (line 2285) | def __repr__(self): method shortDescription (line 2291) | def shortDescription(self): class SkipDocTestCase (line 2294) | class SkipDocTestCase(DocTestCase): method __init__ (line 2295) | def __init__(self, module): method setUp (line 2299) | def setUp(self): method test_skip (line 2302) | def test_skip(self): method shortDescription (line 2305) | def shortDescription(self): function DocTestSuite (line 2311) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2384) | class DocFileCase(DocTestCase): method id (line 2386) | def id(self): method __repr__ (line 2389) | def __repr__(self): method format_failure (line 2393) | def format_failure(self, err): function DocFileTest (line 2398) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2424) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2497) | def script_from_examples(s): function testsource (line 2579) | def testsource(module, name): function debug_src (line 2595) | def debug_src(src, pm=False, globs=None): function debug_script (line 2600) | def debug_script(src, pm=False, globs=None): function debug (line 2620) | def debug(module, name, pm=False): class _TestClass (line 2634) | class _TestClass: method __init__ (line 2648) | def __init__(self, val): method square (line 2658) | def square(self): method get (line 2668) | def get(self): function _test (line 2729) | def _test(): FILE: tests/pythons/win32-py33/Lib/email/__init__.py function message_from_string (line 34) | def message_from_string(s, *args, **kws): function message_from_bytes (line 42) | def message_from_bytes(s, *args, **kws): function message_from_file (line 50) | def message_from_file(fp, *args, **kws): function message_from_binary_file (line 58) | def message_from_binary_file(fp, *args, **kws): FILE: tests/pythons/win32-py33/Lib/email/_encoded_words.py function decode_q (line 67) | def decode_q(encoded): class _QByteMap (line 73) | class _QByteMap(dict): method __missing__ (line 77) | def __missing__(self, key): function encode_q (line 89) | def encode_q(bstring): function len_q (line 92) | def len_q(bstring): function decode_b (line 100) | def decode_b(encoded): function encode_b (line 126) | def encode_b(bstring): function len_b (line 129) | def len_b(bstring): function decode (line 140) | def decode(ew): function encode (line 192) | def encode(string, charset='utf-8', encoding=None, lang=''): FILE: tests/pythons/win32-py33/Lib/email/_header_value_parser.py function quote_string (line 95) | def quote_string(value): class _Folded (line 102) | class _Folded: method __init__ (line 104) | def __init__(self, maxlen, policy): method newline (line 113) | def newline(self): method finalize (line 119) | def finalize(self): method __str__ (line 123) | def __str__(self): method append (line 126) | def append(self, stoken): method append_if_fits (line 129) | def append_if_fits(self, token, stoken=None): class TokenList (line 186) | class TokenList(list): method __init__ (line 190) | def __init__(self, *args, **kw): method __str__ (line 194) | def __str__(self): method __repr__ (line 197) | def __repr__(self): method value (line 202) | def value(self): method all_defects (line 206) | def all_defects(self): method parts (line 249) | def parts(self): method startswith_fws (line 265) | def startswith_fws(self): method pop_leading_fws (line 268) | def pop_leading_fws(self): method pop_trailing_ws (line 273) | def pop_trailing_ws(self): method has_fws (line 279) | def has_fws(self): method has_leading_comment (line 285) | def has_leading_comment(self): method comments (line 289) | def comments(self): method fold (line 295) | def fold(self, *, policy): method as_encoded_word (line 303) | def as_encoded_word(self, charset): method cte_encode (line 315) | def cte_encode(self, charset, policy): method _fold (line 321) | def _fold(self, folded): method pprint (line 355) | def pprint(self, indent=''): method ppstr (line 358) | def ppstr(self, indent=''): method _pp (line 361) | def _pp(self, indent=''): class WhiteSpaceTokenList (line 380) | class WhiteSpaceTokenList(TokenList): method value (line 383) | def value(self): method comments (line 387) | def comments(self): class UnstructuredTokenList (line 391) | class UnstructuredTokenList(TokenList): method _fold (line 395) | def _fold(self, folded): method cte_encode (line 447) | def cte_encode(self, charset, policy): class Phrase (line 465) | class Phrase(TokenList): method _fold (line 469) | def _fold(self, folded): method cte_encode (line 531) | def cte_encode(self, charset, policy): class Word (line 560) | class Word(TokenList): class CFWSList (line 565) | class CFWSList(WhiteSpaceTokenList): method has_leading_comment (line 569) | def has_leading_comment(self): class Atom (line 573) | class Atom(TokenList): class Token (line 578) | class Token(TokenList): class EncodedWord (line 583) | class EncodedWord(TokenList): method encoded (line 591) | def encoded(self): class QuotedString (line 598) | class QuotedString(TokenList): method content (line 603) | def content(self): method quoted_value (line 609) | def quoted_value(self): method stripped_value (line 619) | def stripped_value(self): class BareQuotedString (line 625) | class BareQuotedString(QuotedString): method __str__ (line 629) | def __str__(self): method value (line 633) | def value(self): class Comment (line 637) | class Comment(WhiteSpaceTokenList): method __str__ (line 641) | def __str__(self): method quote (line 648) | def quote(self, value): method content (line 656) | def content(self): method comments (line 660) | def comments(self): class AddressList (line 663) | class AddressList(TokenList): method addresses (line 668) | def addresses(self): method mailboxes (line 672) | def mailboxes(self): method all_mailboxes (line 677) | def all_mailboxes(self): class Address (line 682) | class Address(TokenList): method display_name (line 687) | def display_name(self): method mailboxes (line 692) | def mailboxes(self): method all_mailboxes (line 700) | def all_mailboxes(self): class MailboxList (line 707) | class MailboxList(TokenList): method mailboxes (line 712) | def mailboxes(self): method all_mailboxes (line 716) | def all_mailboxes(self): class GroupList (line 721) | class GroupList(TokenList): method mailboxes (line 726) | def mailboxes(self): method all_mailboxes (line 732) | def all_mailboxes(self): class Group (line 738) | class Group(TokenList): method mailboxes (line 743) | def mailboxes(self): method all_mailboxes (line 749) | def all_mailboxes(self): method display_name (line 755) | def display_name(self): class NameAddr (line 759) | class NameAddr(TokenList): method display_name (line 764) | def display_name(self): method local_part (line 770) | def local_part(self): method domain (line 774) | def domain(self): method route (line 778) | def route(self): method addr_spec (line 782) | def addr_spec(self): class AngleAddr (line 786) | class AngleAddr(TokenList): method local_part (line 791) | def local_part(self): method domain (line 797) | def domain(self): method route (line 803) | def route(self): method addr_spec (line 809) | def addr_spec(self): class ObsRoute (line 817) | class ObsRoute(TokenList): method domains (line 822) | def domains(self): class Mailbox (line 826) | class Mailbox(TokenList): method display_name (line 831) | def display_name(self): method local_part (line 836) | def local_part(self): method domain (line 840) | def domain(self): method route (line 844) | def route(self): method addr_spec (line 849) | def addr_spec(self): class InvalidMailbox (line 853) | class InvalidMailbox(TokenList): method display_name (line 858) | def display_name(self): class Domain (line 864) | class Domain(TokenList): method domain (line 869) | def domain(self): class DotAtom (line 873) | class DotAtom(TokenList): class DotAtomText (line 878) | class DotAtomText(TokenList): class AddrSpec (line 883) | class AddrSpec(TokenList): method local_part (line 888) | def local_part(self): method domain (line 892) | def domain(self): method value (line 898) | def value(self): method addr_spec (line 904) | def addr_spec(self): class ObsLocalPart (line 915) | class ObsLocalPart(TokenList): class DisplayName (line 920) | class DisplayName(Phrase): method display_name (line 925) | def display_name(self): method value (line 940) | def value(self): class LocalPart (line 959) | class LocalPart(TokenList): method value (line 964) | def value(self): method local_part (line 971) | def local_part(self): class DomainLiteral (line 994) | class DomainLiteral(TokenList): method domain (line 999) | def domain(self): method ip (line 1003) | def ip(self): class MIMEVersion (line 1009) | class MIMEVersion(TokenList): class Parameter (line 1016) | class Parameter(TokenList): method section_number (line 1024) | def section_number(self): method param_value (line 1030) | def param_value(self): class InvalidParameter (line 1044) | class InvalidParameter(Parameter): class Attribute (line 1049) | class Attribute(TokenList): method stripped_value (line 1054) | def stripped_value(self): class Section (line 1059) | class Section(TokenList): class Value (line 1065) | class Value(TokenList): method stripped_value (line 1070) | def stripped_value(self): class MimeParameters (line 1080) | class MimeParameters(TokenList): method params (line 1085) | def params(self): method __str__ (line 1135) | def __str__(self): class ParameterizedHeaderValue (line 1146) | class ParameterizedHeaderValue(TokenList): method params (line 1149) | def params(self): method parts (line 1156) | def parts(self): class ContentType (line 1164) | class ContentType(ParameterizedHeaderValue): class ContentDisposition (line 1171) | class ContentDisposition(ParameterizedHeaderValue): class ContentTransferEncoding (line 1177) | class ContentTransferEncoding(TokenList): class HeaderLabel (line 1183) | class HeaderLabel(TokenList): class Header (line 1188) | class Header(TokenList): method _fold (line 1192) | def _fold(self, folded): class Terminal (line 1213) | class Terminal(str): method __new__ (line 1215) | def __new__(cls, value, token_type): method __repr__ (line 1221) | def __repr__(self): method all_defects (line 1225) | def all_defects(self): method _pp (line 1228) | def _pp(self, indent=''): method cte_encode (line 1237) | def cte_encode(self, charset, policy): method pop_trailing_ws (line 1245) | def pop_trailing_ws(self): method pop_leading_fws (line 1249) | def pop_leading_fws(self): method comments (line 1254) | def comments(self): method has_leading_comment (line 1257) | def has_leading_comment(self): method __getnewargs__ (line 1260) | def __getnewargs__(self): class WhiteSpaceTerminal (line 1264) | class WhiteSpaceTerminal(Terminal): method value (line 1267) | def value(self): method startswith_fws (line 1270) | def startswith_fws(self): class ValueTerminal (line 1276) | class ValueTerminal(Terminal): method value (line 1279) | def value(self): method startswith_fws (line 1282) | def startswith_fws(self): method as_encoded_word (line 1287) | def as_encoded_word(self, charset): class EWWhiteSpaceTerminal (line 1291) | class EWWhiteSpaceTerminal(WhiteSpaceTerminal): method value (line 1294) | def value(self): method encoded (line 1298) | def encoded(self): method __str__ (line 1301) | def __str__(self): function _validate_xtext (line 1349) | def _validate_xtext(xtext): function _get_ptext_to_endchars (line 1359) | def _get_ptext_to_endchars(value, endchars): function get_fws (line 1389) | def get_fws(value): function get_encoded_word (line 1401) | def get_encoded_word(value): function get_unstructured (line 1443) | def get_unstructured(value): function get_qp_ctext (line 1499) | def get_qp_ctext(value): function get_qcontent (line 1516) | def get_qcontent(value): function get_atext (line 1531) | def get_atext(value): function get_bare_quoted_string (line 1547) | def get_bare_quoted_string(value): function get_comment (line 1578) | def get_comment(value): function get_cfws (line 1603) | def get_cfws(value): function get_quoted_string (line 1616) | def get_quoted_string(value): function get_atom (line 1634) | def get_atom(value): function get_dot_atom_text (line 1661) | def get_dot_atom_text(value): function get_dot_atom (line 1680) | def get_dot_atom(value): function get_word (line 1705) | def get_word(value): function get_phrase (line 1736) | def get_phrase(value): function get_local_part (line 1774) | def get_local_part(value): function get_obs_local_part (line 1813) | def get_obs_local_part(value): function get_dtext (line 1860) | def get_dtext(value): function _check_for_early_dl_end (line 1880) | def _check_for_early_dl_end(value, domain_literal): function get_domain_literal (line 1888) | def get_domain_literal(value): function get_domain (line 1927) | def get_domain(value): function get_addr_spec (line 1963) | def get_addr_spec(value): function get_obs_route (line 1979) | def get_obs_route(value): function get_angle_addr (line 2020) | def get_angle_addr(value): function get_display_name (line 2066) | def get_display_name(value): function get_name_addr (line 2081) | def get_name_addr(value): function get_mailbox (line 2111) | def get_mailbox(value): function get_invalid_mailbox (line 2132) | def get_invalid_mailbox(value, endchars): function get_mailbox_list (line 2150) | def get_mailbox_list(value): function get_group_list (line 2207) | def get_group_list(value): function get_group (line 2244) | def get_group(value): function get_address (line 2274) | def get_address(value): function get_address_list (line 2303) | def get_address_list(value): function parse_mime_version (line 2365) | def parse_mime_version(value): function get_invalid_parameter (line 2433) | def get_invalid_parameter(value): function get_ttext (line 2451) | def get_ttext(value): function get_token (line 2470) | def get_token(value): function get_attrtext (line 2493) | def get_attrtext(value): function get_attribute (line 2512) | def get_attribute(value): function get_extended_attrtext (line 2535) | def get_extended_attrtext(value): function get_extended_attribute (line 2553) | def get_extended_attribute(value): function get_section (line 2575) | def get_section(value): function get_value (line 2605) | def get_value(value): function get_parameter (line 2627) | def get_parameter(value): function parse_mime_parameters (line 2766) | def parse_mime_parameters(value): function _find_mime_parameters (line 2818) | def _find_mime_parameters(tokenlist, value): function parse_content_type_header (line 2834) | def parse_content_type_header(value): function parse_content_disposition_header (line 2891) | def parse_content_disposition_header(value): function parse_content_transfer_encoding_header (line 2921) | def parse_content_transfer_encoding_header(value): FILE: tests/pythons/win32-py33/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function _parsedate_tz (line 57) | def _parsedate_tz(data): function parsedate (line 174) | def parsedate(data): function mktime_tz (line 183) | def mktime_tz(data): function quote (line 193) | def quote(str): class AddrlistClass (line 203) | class AddrlistClass: method __init__ (line 213) | def __init__(self, field): method gotonext (line 232) | def gotonext(self): method getaddrlist (line 246) | def getaddrlist(self): method getaddress (line 260) | def getaddress(self): method getrouteaddr (line 319) | def getrouteaddr(self): method getaddrspec (line 351) | def getaddrspec(self): method getdomain (line 384) | def getdomain(self): method getdelimited (line 403) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 440) | def getquote(self): method getcomment (line 444) | def getcomment(self): method getdomainliteral (line 448) | def getdomainliteral(self): method getatom (line 452) | def getatom(self, atomends=None): method getphraselist (line 472) | def getphraselist(self): class AddressList (line 495) | class AddressList(AddrlistClass): method __init__ (line 497) | def __init__(self, field): method __len__ (line 504) | def __len__(self): method __add__ (line 507) | def __add__(self, other): method __iadd__ (line 516) | def __iadd__(self, other): method __sub__ (line 523) | def __sub__(self, other): method __isub__ (line 531) | def __isub__(self, other): method __getitem__ (line 538) | def __getitem__(self, index): FILE: tests/pythons/win32-py33/Lib/email/_policybase.py class _PolicyBase (line 18) | class _PolicyBase: method __init__ (line 41) | def __init__(self, **kw): method __repr__ (line 55) | def __repr__(self): method clone (line 60) | def clone(self, **kw): method __setattr__ (line 78) | def __setattr__(self, name, value): method __add__ (line 85) | def __add__(self, other): function _append_doc (line 94) | def _append_doc(doc, added_doc): function _extend_docstrings (line 99) | def _extend_docstrings(cls): class Policy (line 112) | class Policy(_PolicyBase, metaclass=abc.ABCMeta): method handle_defect (line 159) | def handle_defect(self, obj, defect): method register_defect (line 178) | def register_defect(self, obj, defect): method header_max_count (line 191) | def header_max_count(self, name): method header_source_parse (line 211) | def header_source_parse(self, sourcelines): method header_store_parse (line 221) | def header_store_parse(self, name, value): method header_fetch_parse (line 228) | def header_fetch_parse(self, name, value): method fold (line 239) | def fold(self, name, value): method fold_binary (line 251) | def fold_binary(self, name, value): class Compat32 (line 262) | class Compat32(Policy): method _sanitize_header (line 269) | def _sanitize_header(self, name, value): method header_source_parse (line 281) | def header_source_parse(self, sourcelines): method header_store_parse (line 293) | def header_store_parse(self, name, value): method header_fetch_parse (line 299) | def header_fetch_parse(self, name, value): method fold (line 306) | def fold(self, name, value): method fold_binary (line 316) | def fold_binary(self, name, value): method _fold (line 328) | def _fold(self, name, value, sanitize): FILE: tests/pythons/win32-py33/Lib/email/base64mime.py function header_length (line 50) | def header_length(bytearray): function header_encode (line 61) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 76) | def body_encode(s, maxlinelen=76, eol=NL): function decode (line 102) | def decode(string): FILE: tests/pythons/win32-py33/Lib/email/charset.py function add_charset (line 109) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 137) | def add_alias(alias, canonical): function add_codec (line 146) | def add_codec(charset, codecname): function _encode (line 159) | def _encode(string, codec): class Charset (line 167) | class Charset: method __init__ (line 211) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 244) | def __str__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 252) | def __ne__(self, other): method get_body_encoding (line 255) | def get_body_encoding(self): method get_output_charset (line 276) | def get_output_charset(self): method header_encode (line 284) | def header_encode(self, string): method header_encode_lines (line 303) | def header_encode_lines(self, string, maxlengths): method _get_encoder (line 365) | def _get_encoder(self, header_bytes): method body_encode (line 380) | def body_encode(self, string): FILE: tests/pythons/win32-py33/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function encode_base64 (line 26) | def encode_base64(msg): function encode_quopri (line 38) | def encode_quopri(msg): function encode_7or8bit (line 50) | def encode_7or8bit(msg): function encode_noop (line 77) | def encode_noop(msg): FILE: tests/pythons/win32-py33/Lib/email/errors.py class MessageError (line 8) | class MessageError(Exception): class MessageParseError (line 12) | class MessageParseError(MessageError): class HeaderParseError (line 16) | class HeaderParseError(MessageParseError): class BoundaryError (line 20) | class BoundaryError(MessageParseError): class MultipartConversionError (line 24) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 28) | class CharsetError(MessageError): class MessageDefect (line 33) | class MessageDefect(ValueError): method __init__ (line 36) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class CloseBoundaryNotFoundDefect (line 47) | class CloseBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 50) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 53) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MissingHeaderBodySeparatorDefect (line 56) | class MissingHeaderBodySeparatorDefect(MessageDefect): class MultipartInvariantViolationDefect (line 61) | class MultipartInvariantViolationDefect(MessageDefect): class InvalidMultipartContentTransferEncodingDefect (line 64) | class InvalidMultipartContentTransferEncodingDefect(MessageDefect): class UndecodableBytesDefect (line 67) | class UndecodableBytesDefect(MessageDefect): class InvalidBase64PaddingDefect (line 70) | class InvalidBase64PaddingDefect(MessageDefect): class InvalidBase64CharactersDefect (line 73) | class InvalidBase64CharactersDefect(MessageDefect): class HeaderDefect (line 78) | class HeaderDefect(MessageDefect): method __init__ (line 81) | def __init__(self, *args, **kw): class InvalidHeaderDefect (line 84) | class InvalidHeaderDefect(HeaderDefect): class HeaderMissingRequiredValue (line 87) | class HeaderMissingRequiredValue(HeaderDefect): class NonPrintableDefect (line 90) | class NonPrintableDefect(HeaderDefect): method __init__ (line 93) | def __init__(self, non_printables): method __str__ (line 97) | def __str__(self): class ObsoleteHeaderDefect (line 101) | class ObsoleteHeaderDefect(HeaderDefect): class NonASCIILocalPartDefect (line 104) | class NonASCIILocalPartDefect(HeaderDefect): FILE: tests/pythons/win32-py33/Lib/email/feedparser.py class BufferedSubFile (line 44) | class BufferedSubFile(object): method __init__ (line 52) | def __init__(self): method push_eof_matcher (line 62) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 65) | def pop_eof_matcher(self): method close (line 68) | def close(self): method readline (line 74) | def readline(self): method unreadline (line 92) | def unreadline(self, line): method push (line 97) | def push(self, data): method pushlines (line 120) | def pushlines(self, lines): method __iter__ (line 124) | def __iter__(self): method __next__ (line 127) | def __next__(self): class FeedParser (line 135) | class FeedParser: method __init__ (line 138) | def __init__(self, _factory=message.Message, *, policy=compat32): method _set_headersonly (line 162) | def _set_headersonly(self): method feed (line 165) | def feed(self, data): method _call_parse (line 170) | def _call_parse(self): method close (line 176) | def close(self): method _new_message (line 189) | def _new_message(self): method _pop_message (line 199) | def _pop_message(self): method _parsegen (line 207) | def _parsegen(self): method _parse_headers (line 460) | def _parse_headers(self, lines): class BytesFeedParser (line 512) | class BytesFeedParser(FeedParser): method feed (line 515) | def feed(self, data): FILE: tests/pythons/win32-py33/Lib/email/generator.py class Generator (line 29) | class Generator: method __init__ (line 39) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=None, *, method write (line 67) | def write(self, s): method flatten (line 71) | def flatten(self, msg, unixfrom=False, linesep=None): method clone (line 118) | def clone(self, fp): method _new_buffer (line 142) | def _new_buffer(self): method _encode (line 146) | def _encode(self, s): method _write_lines (line 150) | def _write_lines(self, lines): method _write (line 163) | def _write(self, msg): method _dispatch (line 198) | def _dispatch(self, msg): method _write_headers (line 218) | def _write_headers(self, msg): method _handle_text (line 228) | def _handle_text(self, msg): method _handle_multipart (line 252) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 310) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 321) | def _handle_message_delivery_status(self, msg): method _handle_message (line 342) | def _handle_message(self, msg): method _make_boundary (line 368) | def _make_boundary(cls, text=None): method _compile_re (line 386) | def _compile_re(cls, s, flags): class BytesGenerator (line 390) | class BytesGenerator(Generator): method write (line 407) | def write(self, s): method _new_buffer (line 410) | def _new_buffer(self): method _encode (line 413) | def _encode(self, s): method _write_headers (line 416) | def _write_headers(self, msg): method _handle_text (line 424) | def _handle_text(self, msg): method _compile_re (line 440) | def _compile_re(cls, s, flags): class DecodedGenerator (line 447) | class DecodedGenerator(Generator): method __init__ (line 453) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 481) | def _dispatch(self, msg): FILE: tests/pythons/win32-py33/Lib/email/header.py function decode_header (line 61) | def decode_header(header): function make_header (line 157) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 180) | class Header: method __init__ (line 181) | def __init__(self, s=None, charset=None, method __str__ (line 228) | def __str__(self): method __eq__ (line 260) | def __eq__(self, other): method __ne__ (line 266) | def __ne__(self, other): method append (line 269) | def append(self, s, charset=None, errors='strict'): method _nonctext (line 312) | def _nonctext(self, s): method encode (line 317) | def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): method _normalize (line 398) | def _normalize(self): class _ValueFormatter (line 418) | class _ValueFormatter: method __init__ (line 419) | def __init__(self, headerlen, maxlen, continuation_ws, splitchars): method _str (line 427) | def _str(self, linesep): method __str__ (line 431) | def __str__(self): method newline (line 434) | def newline(self): method add_transition (line 445) | def add_transition(self): method feed (line 448) | def feed(self, fws, string, charset): method _maxlengths (line 485) | def _maxlengths(self): method _ascii_split (line 491) | def _ascii_split(self, fws, string, splitchars): method _append_chunk (line 513) | def _append_chunk(self, fws, string): class _Accumulator (line 546) | class _Accumulator(list): method __init__ (line 548) | def __init__(self, initial_size=0): method push (line 552) | def push(self, fws, string): method pop_from (line 555) | def pop_from(self, i=0): method pop (line 560) | def pop(self): method __len__ (line 565) | def __len__(self): method __str__ (line 569) | def __str__(self): method reset (line 573) | def reset(self, startval=None): method is_onlyws (line 579) | def is_onlyws(self): method part_count (line 582) | def part_count(self): FILE: tests/pythons/win32-py33/Lib/email/headerregistry.py class Address (line 15) | class Address: method __init__ (line 17) | def __init__(self, display_name='', username='', domain='', addr_spec=... method display_name (line 55) | def display_name(self): method username (line 59) | def username(self): method domain (line 63) | def domain(self): method addr_spec (line 67) | def addr_spec(self): method __repr__ (line 82) | def __repr__(self): method __str__ (line 86) | def __str__(self): method __eq__ (line 97) | def __eq__(self, other): class Group (line 105) | class Group: method __init__ (line 107) | def __init__(self, display_name=None, addresses=None): method display_name (line 126) | def display_name(self): method addresses (line 130) | def addresses(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 137) | def __str__(self): method __eq__ (line 149) | def __eq__(self, other): class BaseHeader (line 158) | class BaseHeader(str): method __new__ (line 192) | def __new__(cls, name, value): method init (line 202) | def init(self, name, *, parse_tree, defects): method name (line 208) | def name(self): method defects (line 212) | def defects(self): method __reduce__ (line 215) | def __reduce__(self): method _reconstruct (line 226) | def _reconstruct(cls, value): method fold (line 229) | def fold(self, *, policy): function _reconstruct_header (line 255) | def _reconstruct_header(cls_name, bases, value): class UnstructuredHeader (line 259) | class UnstructuredHeader: method parse (line 265) | def parse(cls, value, kwds): class UniqueUnstructuredHeader (line 270) | class UniqueUnstructuredHeader(UnstructuredHeader): class DateHeader (line 275) | class DateHeader: method parse (line 292) | def parse(cls, value, kwds): method init (line 305) | def init(self, *args, **kw): method datetime (line 310) | def datetime(self): class UniqueDateHeader (line 314) | class UniqueDateHeader(DateHeader): class AddressHeader (line 319) | class AddressHeader: method value_parser (line 324) | def value_parser(value): method parse (line 330) | def parse(cls, value, kwds): method init (line 357) | def init(self, *args, **kw): method groups (line 363) | def groups(self): method addresses (line 367) | def addresses(self): class UniqueAddressHeader (line 374) | class UniqueAddressHeader(AddressHeader): class SingleAddressHeader (line 379) | class SingleAddressHeader(AddressHeader): method address (line 382) | def address(self): class UniqueSingleAddressHeader (line 389) | class UniqueSingleAddressHeader(SingleAddressHeader): class MIMEVersionHeader (line 394) | class MIMEVersionHeader: method parse (line 401) | def parse(cls, value, kwds): method init (line 412) | def init(self, *args, **kw): method major (line 419) | def major(self): method minor (line 423) | def minor(self): method version (line 427) | def version(self): class ParameterizedMIMEHeader (line 431) | class ParameterizedMIMEHeader: method parse (line 439) | def parse(cls, value, kwds): method init (line 451) | def init(self, *args, **kw): method params (line 456) | def params(self): class ContentTypeHeader (line 460) | class ContentTypeHeader(ParameterizedMIMEHeader): method init (line 464) | def init(self, *args, **kw): method maintype (line 470) | def maintype(self): method subtype (line 474) | def subtype(self): method content_type (line 478) | def content_type(self): class ContentDispositionHeader (line 482) | class ContentDispositionHeader(ParameterizedMIMEHeader): method init (line 486) | def init(self, *args, **kw): method content_disposition (line 492) | def content_disposition(self): class ContentTransferEncodingHeader (line 496) | class ContentTransferEncodingHeader: method parse (line 503) | def parse(cls, value, kwds): method init (line 508) | def init(self, *args, **kw): method cte (line 513) | def cte(self): class HeaderRegistry (line 541) | class HeaderRegistry: method __init__ (line 545) | def __init__(self, base_class=BaseHeader, default_class=UnstructuredHe... method map_to_type (line 563) | def map_to_type(self, name, cls): method __getitem__ (line 569) | def __getitem__(self, name): method __call__ (line 573) | def __call__(self, name, value): FILE: tests/pythons/win32-py33/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win32-py33/Lib/email/message.py function _splitparam (line 30) | def _splitparam(param): function _formatparam (line 40) | def _formatparam(param, value=None, quote=True): function _parseparam (line 74) | def _parseparam(s): function _unquotevalue (line 94) | def _unquotevalue(value): class Message (line 106) | class Message: method __init__ (line 121) | def __init__(self, policy=compat32): method __str__ (line 133) | def __str__(self): method as_string (line 139) | def as_string(self, unixfrom=False, maxheaderlen=0): method is_multipart (line 154) | def is_multipart(self): method set_unixfrom (line 161) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 164) | def get_unixfrom(self): method attach (line 170) | def attach(self, payload): method get_payload (line 182) | def get_payload(self, i=None, decode=False): method set_payload (line 272) | def set_payload(self, payload, charset=None): method set_charset (line 292) | def set_charset(self, charset): method get_charset (line 339) | def get_charset(self): method __len__ (line 347) | def __len__(self): method __getitem__ (line 351) | def __getitem__(self, name): method __setitem__ (line 362) | def __setitem__(self, name, val): method __delitem__ (line 380) | def __delitem__(self, name): method __contains__ (line 392) | def __contains__(self, name): method __iter__ (line 395) | def __iter__(self): method keys (line 399) | def keys(self): method values (line 409) | def values(self): method items (line 420) | def items(self): method get (line 431) | def get(self, name, failobj=None): method set_raw (line 448) | def set_raw(self, name, value): method raw_items (line 455) | def raw_items(self): method get_all (line 466) | def get_all(self, name, failobj=None): method add_header (line 484) | def add_header(self, _name, _value, **_params): method replace_header (line 514) | def replace_header(self, _name, _value): method get_content_type (line 533) | def get_content_type(self): method get_content_maintype (line 557) | def get_content_maintype(self): method get_content_subtype (line 566) | def get_content_subtype(self): method get_default_type (line 575) | def get_default_type(self): method set_default_type (line 584) | def set_default_type(self, ctype): method _get_params_preserve (line 593) | def _get_params_preserve(self, failobj, header): method get_params (line 614) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 636) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 670) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 718) | def del_param(self, param, header='content-type', requote=True): method set_type (line 740) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 772) | def get_filename(self, failobj=None): method get_boundary (line 788) | def get_boundary(self, failobj=None): method set_boundary (line 801) | def set_boundary(self, boundary): method get_content_charset (line 847) | def get_content_charset(self, failobj=None): method get_charsets (line 877) | def get_charsets(self, failobj=None): FILE: tests/pythons/win32-py33/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win32-py33/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win32-py33/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win32-py33/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win32-py33/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win32-py33/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win32-py33/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win32-py33/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset=None): FILE: tests/pythons/win32-py33/Lib/email/parser.py class Parser (line 18) | class Parser: method __init__ (line 19) | def __init__(self, _class=Message, *, policy=compat32): method parse (line 43) | def parse(self, fp, headersonly=False): method parsestr (line 61) | def parsestr(self, text, headersonly=False): class HeaderParser (line 73) | class HeaderParser(Parser): method parse (line 74) | def parse(self, fp, headersonly=True): method parsestr (line 77) | def parsestr(self, text, headersonly=True): class BytesParser (line 81) | class BytesParser: method __init__ (line 83) | def __init__(self, *args, **kw): method parse (line 101) | def parse(self, fp, headersonly=False): method parsebytes (line 114) | def parsebytes(self, text, headersonly=False): class BytesHeaderParser (line 126) | class BytesHeaderParser(BytesParser): method parse (line 127) | def parse(self, fp, headersonly=True): method parsebytes (line 130) | def parsebytes(self, text, headersonly=True): FILE: tests/pythons/win32-py33/Lib/email/policy.py class EmailPolicy (line 21) | class EmailPolicy(Policy): method __init__ (line 66) | def __init__(self, **kw): method header_max_count (line 73) | def header_max_count(self, name): method header_source_parse (line 91) | def header_source_parse(self, sourcelines): method header_store_parse (line 104) | def header_store_parse(self, name, value): method header_fetch_parse (line 121) | def header_fetch_parse(self, name, value): method fold (line 134) | def fold(self, name, value): method fold_binary (line 155) | def fold_binary(self, name, value): method _fold (line 169) | def _fold(self, name, value, refold_binary=False): FILE: tests/pythons/win32-py33/Lib/email/quoprimime.py function header_check (line 75) | def header_check(octet): function body_check (line 80) | def body_check(octet): function header_length (line 85) | def header_length(bytearray): function body_length (line 98) | def body_length(bytearray): function _max_append (line 108) | def _max_append(L, s, maxlen, extra=''): function unquote (line 119) | def unquote(s): function quote (line 124) | def quote(c): function header_encode (line 128) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 153) | def body_encode(body, maxlinelen=76, eol=NL): function decode (line 232) | def decode(encoded, eol=NL): function _unquote_match (line 285) | def _unquote_match(match): function header_decode (line 292) | def header_decode(s): FILE: tests/pythons/win32-py33/Lib/email/utils.py function _sanitize (line 64) | def _sanitize(string): function formataddr (line 72) | def formataddr(pair, charset='utf-8'): function getaddresses (line 106) | def getaddresses(fieldvalues): function _format_timetuple_and_zone (line 125) | def _format_timetuple_and_zone(timetuple, zone): function formatdate (line 134) | def formatdate(timeval=None, localtime=False, usegmt=False): function format_datetime (line 179) | def format_datetime(dt, usegmt=False): function make_msgid (line 198) | def make_msgid(idstring=None, domain=None): function parsedate_to_datetime (line 222) | def parsedate_to_datetime(data): function parseaddr (line 230) | def parseaddr(addr): function unquote (line 238) | def unquote(str): function decode_rfc2231 (line 250) | def decode_rfc2231(s): function encode_rfc2231 (line 258) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 276) | def decode_params(params): function collapse_rfc2231_value (line 332) | def collapse_rfc2231_value(value, errors='replace', function localtime (line 358) | def localtime(dt=None, isdst=-1): FILE: tests/pythons/win32-py33/Lib/encodings/__init__.py class CodecRegistryError (line 39) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 42) | def normalize_encoding(encoding): function search_function (line 69) | def search_function(encoding): FILE: tests/pythons/win32-py33/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/base64_codec.py function base64_encode (line 14) | def base64_encode(input, errors='strict'): function base64_decode (line 18) | def base64_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input, errors='strict'): function bz2_decode (line 19) | def bz2_decode(input, errors='strict'): class Codec (line 23) | class Codec(codecs.Codec): method encode (line 24) | def encode(self, input, errors='strict'): method decode (line 26) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 29) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 30) | def __init__(self, errors='strict'): method encode (line 35) | def encode(self, input, final=False): method reset (line 42) | def reset(self): class IncrementalDecoder (line 45) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 46) | def __init__(self, errors='strict'): method decode (line 51) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp65001.py class IncrementalEncoder (line 16) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 17) | def encode(self, input, final=False): class IncrementalDecoder (line 20) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 23) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 26) | class StreamReader(codecs.StreamReader): function getregentry (line 31) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/hex_codec.py function hex_encode (line 14) | def hex_encode(input, errors='strict'): function hex_decode (line 18) | def hex_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self, input, errors='strict'): method decode (line 184) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 218) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 219) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 253) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 254) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 292) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 295) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 300) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/punycode.py function segregate (line 10) | def segregate(str): function selective_len (line 22) | def selective_len(str, max): function selective_find (line 30) | def selective_find(str, char, index, pos): function insertion_unsort (line 48) | def insertion_unsort(str, extended): function T (line 70) | def T(j, bias): function generate_generalized_integer (line 78) | def generate_generalized_integer(N, bias): function adapt (line 91) | def adapt(delta, first, numchars): function generate_integers (line 106) | def generate_integers(baselen, deltas): function punycode_encode (line 117) | def punycode_encode(text): function decode_generalized_number (line 127) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 157) | def insertion_sort(base, extended, errors): function punycode_decode (line 182) | def punycode_decode(text, errors): class Codec (line 198) | class Codec(codecs.Codec): method encode (line 200) | def encode(self, input, errors='strict'): method decode (line 204) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 210) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 211) | def encode(self, input, final=False): class IncrementalDecoder (line 214) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 215) | def decode(self, input, final=False): class StreamWriter (line 220) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 223) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 228) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/quopri_codec.py function quopri_encode (line 11) | def quopri_encode(input, errors='strict'): function quopri_decode (line 18) | def quopri_decode(input, errors='strict'): class Codec (line 25) | class Codec(codecs.Codec): method encode (line 26) | def encode(self, input, errors='strict'): method decode (line 28) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 31) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 32) | def encode(self, input, final=False): class IncrementalDecoder (line 35) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 36) | def decode(self, input, final=False): class StreamWriter (line 39) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 42) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 47) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 15) | def encode(self, input, errors='strict'): method decode (line 18) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 21) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 22) | def encode(self, input, final=False): class IncrementalDecoder (line 25) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 26) | def decode(self, input, final=False): class StreamWriter (line 29) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 32) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 37) | def getregentry(): function rot13 (line 109) | def rot13(infile, outfile): FILE: tests/pythons/win32-py33/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 89) | def setstate(self, state): class StreamWriter (line 104) | class StreamWriter(codecs.StreamWriter): method __init__ (line 105) | def __init__(self, stream, errors='strict'): method reset (line 109) | def reset(self): method encode (line 113) | def encode(self, input, errors='strict'): class StreamReader (line 124) | class StreamReader(codecs.StreamReader): method reset (line 126) | def reset(self): method decode (line 133) | def decode(self, input, errors='strict'): function getregentry (line 146) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 18) | def decode(input, errors='strict'): class IncrementalEncoder (line 26) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 27) | def __init__(self, errors='strict'): method encode (line 31) | def encode(self, input, final=False): method reset (line 39) | def reset(self): method getstate (line 43) | def getstate(self): method setstate (line 46) | def setstate(self, state): class IncrementalDecoder (line 49) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 50) | def __init__(self, errors='strict'): method _buffer_decode (line 54) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 80) | def setstate(self, state): class StreamWriter (line 85) | class StreamWriter(codecs.StreamWriter): method reset (line 86) | def reset(self): method encode (line 93) | def encode(self, input, errors='strict'): class StreamReader (line 97) | class StreamReader(codecs.StreamReader): method reset (line 98) | def reset(self): method decode (line 105) | def decode(self, input, errors='strict'): function getregentry (line 121) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/uu_codec.py function uu_encode (line 17) | def uu_encode(input, errors='strict', filename='', mode=0o666): function uu_decode (line 34) | def uu_decode(input, errors='strict'): class Codec (line 67) | class Codec(codecs.Codec): method encode (line 68) | def encode(self, input, errors='strict'): method decode (line 71) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 74) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 75) | def encode(self, input, final=False): class IncrementalDecoder (line 78) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 79) | def decode(self, input, final=False): class StreamWriter (line 82) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 85) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 90) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input, errors='strict'): function zlib_decode (line 18) | def zlib_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 29) | def __init__(self, errors='strict'): method encode (line 34) | def encode(self, input, final=False): method reset (line 41) | def reset(self): class IncrementalDecoder (line 44) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 45) | def __init__(self, errors='strict'): method decode (line 50) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win32-py33/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=True): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=True): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win32-py33/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=False, backup="", bufsize=0, function close (line 105) | def close(): function nextfile (line 113) | def nextfile(): function filename (line 127) | def filename(): function lineno (line 136) | def lineno(): function filelineno (line 146) | def filelineno(): function fileno (line 156) | def fileno(): function isfirstline (line 165) | def isfirstline(): function isstdin (line 174) | def isstdin(): class FileInput (line 183) | class FileInput: method __init__ (line 196) | def __init__(self, files=None, inplace=False, backup="", bufsize=0, method __del__ (line 233) | def __del__(self): method close (line 236) | def close(self): method __enter__ (line 240) | def __enter__(self): method __exit__ (line 243) | def __exit__(self, type, value, traceback): method __iter__ (line 246) | def __iter__(self): method __next__ (line 249) | def __next__(self): method __getitem__ (line 264) | def __getitem__(self, i): method nextfile (line 272) | def nextfile(self): method readline (line 298) | def readline(self): method filename (line 361) | def filename(self): method lineno (line 364) | def lineno(self): method filelineno (line 367) | def filelineno(self): method fileno (line 370) | def fileno(self): method isfirstline (line 379) | def isfirstline(self): method isstdin (line 382) | def isstdin(self): function hook_compressed (line 386) | def hook_compressed(filename, mode): function hook_encoded (line 398) | def hook_encoded(encoding): function _test (line 404) | def _test(): FILE: tests/pythons/win32-py33/Lib/fnmatch.py function fnmatch (line 19) | def fnmatch(name, pat): function _compile_pattern (line 39) | def _compile_pattern(pat): function filter (line 48) | def filter(names, pat): function fnmatchcase (line 64) | def fnmatchcase(name, pat): function translate (line 74) | def translate(pat): FILE: tests/pythons/win32-py33/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win32-py33/Lib/fractions.py function gcd (line 17) | def gcd(a, b): class Fraction (line 49) | class Fraction(numbers.Rational): method __new__ (line 73) | def __new__(cls, numerator=0, denominator=None): method from_float (line 174) | def from_float(cls, f): method from_decimal (line 190) | def from_decimal(cls, dec): method limit_denominator (line 211) | def limit_denominator(self, max_denominator=1000000): method numerator (line 267) | def numerator(a): method denominator (line 271) | def denominator(a): method __repr__ (line 274) | def __repr__(self): method __str__ (line 278) | def __str__(self): method _operator_fallbacks (line 285) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 392) | def _add(a, b): method _sub (line 400) | def _sub(a, b): method _mul (line 408) | def _mul(a, b): method _div (line 414) | def _div(a, b): method __floordiv__ (line 421) | def __floordiv__(a, b): method __rfloordiv__ (line 425) | def __rfloordiv__(b, a): method __mod__ (line 429) | def __mod__(a, b): method __rmod__ (line 434) | def __rmod__(b, a): method __pow__ (line 439) | def __pow__(a, b): method __rpow__ (line 463) | def __rpow__(b, a): method __pos__ (line 477) | def __pos__(a): method __neg__ (line 481) | def __neg__(a): method __abs__ (line 485) | def __abs__(a): method __trunc__ (line 489) | def __trunc__(a): method __floor__ (line 496) | def __floor__(a): method __ceil__ (line 500) | def __ceil__(a): method __round__ (line 505) | def __round__(self, ndigits=None): method __hash__ (line 530) | def __hash__(self): method __eq__ (line 552) | def __eq__(a, b): method _richcmp (line 571) | def _richcmp(self, other, op): method __lt__ (line 593) | def __lt__(a, b): method __gt__ (line 597) | def __gt__(a, b): method __le__ (line 601) | def __le__(a, b): method __ge__ (line 605) | def __ge__(a, b): method __bool__ (line 609) | def __bool__(a): method __reduce__ (line 615) | def __reduce__(self): method __copy__ (line 618) | def __copy__(self): method __deepcopy__ (line 623) | def __deepcopy__(self, memo): FILE: tests/pythons/win32-py33/Lib/ftplib.py class Error (line 57) | class Error(Exception): pass class error_reply (line 58) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 59) | class error_temp(Error): pass # 4xx errors class error_perm (line 60) | class error_perm(Error): pass # 5xx errors class error_proto (line 61) | class error_proto(Error): pass # response does not begin with [... class FTP (line 74) | class FTP: method __init__ (line 112) | def __init__(self, host='', user='', passwd='', acct='', method __enter__ (line 121) | def __enter__(self): method __exit__ (line 125) | def __exit__(self, *args): method connect (line 135) | def connect(self, host='', port=0, timeout=-999, source_address=None): method getwelcome (line 157) | def getwelcome(self): method set_debuglevel (line 164) | def set_debuglevel(self, level): method set_pasv (line 173) | def set_pasv(self, val): method sanitize (line 180) | def sanitize(self, s): method putline (line 187) | def putline(self, line): method putcmd (line 193) | def putcmd(self, line): method getline (line 199) | def getline(self): method getmultiline (line 214) | def getmultiline(self): method getresp (line 228) | def getresp(self): method voidresp (line 241) | def voidresp(self): method abort (line 248) | def abort(self): method sendcmd (line 261) | def sendcmd(self, cmd): method voidcmd (line 266) | def voidcmd(self, cmd): method sendport (line 271) | def sendport(self, host, port): method sendeprt (line 281) | def sendeprt(self, host, port): method makeport (line 294) | def makeport(self): method makepasv (line 327) | def makepasv(self): method ntransfercmd (line 334) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 389) | def transfercmd(self, cmd, rest=None): method login (line 393) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 414) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 437) | def retrlines(self, cmd, callback = None): method storbinary (line 467) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 491) | def storlines(self, cmd, fp, callback=None): method acct (line 517) | def acct(self, password): method nlst (line 522) | def nlst(self, *args): method dir (line 531) | def dir(self, *args): method mlsd (line 546) | def mlsd(self, path="", facts=[]): method rename (line 574) | def rename(self, fromname, toname): method delete (line 581) | def delete(self, filename): method cwd (line 589) | def cwd(self, dirname): method size (line 602) | def size(self, filename): method mkd (line 610) | def mkd(self, dirname): method rmd (line 619) | def rmd(self, dirname): method pwd (line 623) | def pwd(self): method quit (line 632) | def quit(self): method close (line 638) | def close(self): class FTP_TLS (line 651) | class FTP_TLS(FTP): method __init__ (line 686) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 701) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 706) | def auth(self): method ccc (line 723) | def ccc(self): method prot_p (line 731) | def prot_p(self): method prot_c (line 747) | def prot_c(self): method ntransfercmd (line 755) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 765) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 778) | def retrlines(self, cmd, callback = None): method storbinary (line 801) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 814) | def storlines(self, cmd, fp, callback=None): method abort (line 832) | def abort(self): function parse150 (line 847) | def parse150(resp): function parse227 (line 867) | def parse227(resp): function parse229 (line 887) | def parse229(resp, peer): function parse257 (line 909) | def parse257(resp): function print_line (line 932) | def print_line(line): function ftpcp (line 937) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 956) | class Netrc: method __init__ (line 968) | def __init__(self, filename=None): method get_hosts (line 1032) | def get_hosts(self): method get_account (line 1036) | def get_account(self, host): method get_macros (line 1052) | def get_macros(self): method get_macro (line 1056) | def get_macro(self, macro): function test (line 1062) | def test(): FILE: tests/pythons/win32-py33/Lib/functools.py class RLock (line 19) | class RLock: method __enter__ (line 21) | def __enter__(self): pass method __exit__ (line 22) | def __exit__(self, exctype, excinst, exctb): pass function update_wrapper (line 35) | def update_wrapper(wrapper, function wraps (line 63) | def wraps(wrapped, function total_ordering (line 82) | def total_ordering(cls): function cmp_to_key (line 115) | def cmp_to_key(mycmp): class _HashedSeq (line 148) | class _HashedSeq(list): method __init__ (line 157) | def __init__(self, tup, hash=hash): method __hash__ (line 161) | def __hash__(self): function _make_key (line 164) | def _make_key(args, kwds, typed, function lru_cache (line 192) | def lru_cache(maxsize=128, typed=False): FILE: tests/pythons/win32-py33/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win32-py33/Lib/getopt.py function _ (line 41) | def _(s): return s class GetoptError (line 43) | class GetoptError(Exception): method __init__ (line 46) | def __init__(self, msg, opt=''): method __str__ (line 51) | def __str__(self): function getopt (line 56) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 99) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 149) | def do_longs(opts, opt, longopts, args): function long_has_args (line 171) | def long_has_args(opt, longopts): function do_shorts (line 192) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 207) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win32-py33/Lib/getpass.py class GetPassWarning (line 27) | class GetPassWarning(UserWarning): pass function unix_getpass (line 30) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 98) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 121) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 130) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 149) | def getuser(): FILE: tests/pythons/win32-py33/Lib/gettext.py function c2py (line 61) | def c2py(plural): function _expand_lang (line 111) | def _expand_lang(loc): class NullTranslations (line 153) | class NullTranslations: method __init__ (line 154) | def __init__(self, fp=None): method _parse (line 162) | def _parse(self, fp): method add_fallback (line 165) | def add_fallback(self, fallback): method gettext (line 171) | def gettext(self, message): method lgettext (line 176) | def lgettext(self, message): method ngettext (line 181) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 189) | def lngettext(self, msgid1, msgid2, n): method info (line 197) | def info(self): method charset (line 200) | def charset(self): method output_charset (line 203) | def output_charset(self): method set_output_charset (line 206) | def set_output_charset(self, charset): method install (line 209) | def install(self, names=None): class GNUTranslations (line 223) | class GNUTranslations(NullTranslations): method _parse (line 228) | def _parse(self, fp): method lgettext (line 305) | def lgettext(self, message): method lngettext (line 316) | def lngettext(self, msgid1, msgid2, n): method gettext (line 330) | def gettext(self, message): method ngettext (line 339) | def ngettext(self, msgid1, msgid2, n): function find (line 353) | def find(domain, localedir=None, languages=None, all=False): function translation (line 393) | def translation(domain, localedir=None, languages=None, function install (line 424) | def install(domain, localedir=None, codeset=None, names=None): function textdomain (line 438) | def textdomain(domain=None): function bindtextdomain (line 445) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 452) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 459) | def dgettext(domain, message): function ldgettext (line 467) | def ldgettext(domain, message): function dngettext (line 475) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 486) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 497) | def gettext(message): function lgettext (line 500) | def lgettext(message): function ngettext (line 503) | def ngettext(msgid1, msgid2, n): function lngettext (line 506) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win32-py33/Lib/glob.py function glob (line 9) | def glob(pathname): function iglob (line 20) | def iglob(pathname): function glob1 (line 57) | def glob1(dirname, pattern): function glob0 (line 71) | def glob0(dirname, basename): function has_magic (line 86) | def has_magic(s): function _ishidden (line 93) | def _ishidden(path): FILE: tests/pythons/win32-py33/Lib/gzip.py function open (line 19) | def open(filename, mode="rb", compresslevel=9, function write32u (line 63) | def write32u(output, value): function read32 (line 68) | def read32(input): class _PaddedFile (line 71) | class _PaddedFile: method __init__ (line 76) | def __init__(self, f, prepend=b''): method read (line 82) | def read(self, size): method prepend (line 95) | def prepend(self, prepend=b'', readprevious=False): method unused (line 106) | def unused(self): method seek (line 111) | def seek(self, offset, whence=0): method __getattr__ (line 123) | def __getattr__(self, name): class GzipFile (line 127) | class GzipFile(io.BufferedIOBase): method __init__ (line 139) | def __init__(self, filename=None, mode=None, method filename (line 226) | def filename(self): method __repr__ (line 233) | def __repr__(self): method _check_closed (line 240) | def _check_closed(self): method _init_write (line 247) | def _init_write(self, filename): method _write_gzip_header (line 254) | def _write_gzip_header(self): method _init_read (line 280) | def _init_read(self): method _read_gzip_header (line 284) | def _read_gzip_header(self): method write (line 326) | def write(self,data): method read (line 347) | def read(self, size=-1): method read1 (line 380) | def read1(self, size=-1): method peek (line 405) | def peek(self, n): method _unread (line 429) | def _unread(self, buf): method _read (line 433) | def _read(self, size=1024): method _add_read_data (line 475) | def _add_read_data(self, data): method _read_eof (line 483) | def _read_eof(self): method closed (line 506) | def closed(self): method close (line 509) | def close(self): method flush (line 524) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 531) | def fileno(self): method rewind (line 539) | def rewind(self): method readable (line 551) | def readable(self): method writable (line 554) | def writable(self): method seekable (line 557) | def seekable(self): method seek (line 560) | def seek(self, offset, whence=0): method readline (line 585) | def readline(self, size=-1): function compress (line 625) | def compress(data, compresslevel=9): function decompress (line 634) | def decompress(data): function _test (line 642) | def _test(): FILE: tests/pythons/win32-py33/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, data=b''): function __hash_new (line 113) | def __hash_new(name, data=b''): FILE: tests/pythons/win32-py33/Lib/heapq.py function heappush (line 132) | def heappush(heap, item): function heappop (line 137) | def heappop(heap): function heapreplace (line 148) | def heapreplace(heap, item): function heappushpop (line 164) | def heappushpop(heap, item): function heapify (line 171) | def heapify(x): function _heappushpop_max (line 182) | def _heappushpop_max(heap, item): function _heapify_max (line 189) | def _heapify_max(x): function nlargest (line 195) | def nlargest(n, iterable): function nsmallest (line 213) | def nsmallest(n, iterable): function _siftdown (line 234) | def _siftdown(heap, startpos, pos): function _siftup (line 287) | def _siftup(heap, pos): function _siftdown_max (line 307) | def _siftdown_max(heap, startpos, pos): function _siftup_max (line 322) | def _siftup_max(heap, pos): function merge (line 349) | def merge(*iterables): function nsmallest (line 390) | def nsmallest(n, iterable, key=None): function nlargest (line 427) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win32-py33/Lib/hmac.py class HMAC (line 18) | class HMAC: method __init__ (line 25) | def __init__(self, key, msg = None, digestmod = None): method update (line 75) | def update(self, msg): method copy (line 82) | def copy(self): method _current (line 95) | def _current(self): method digest (line 104) | def digest(self): method hexdigest (line 114) | def hexdigest(self): function new (line 120) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win32-py33/Lib/html/__init__.py function escape (line 12) | def escape(s, quote=True): FILE: tests/pythons/win32-py33/Lib/html/parser.py class HTMLParseError (line 77) | class HTMLParseError(Exception): method __init__ (line 80) | def __init__(self, msg, position=(None, None)): method __str__ (line 86) | def __str__(self): class HTMLParser (line 95) | class HTMLParser(_markupbase.ParserBase): method __init__ (line 117) | def __init__(self, strict=False): method reset (line 130) | def reset(self): method feed (line 138) | def feed(self, data): method close (line 147) | def close(self): method error (line 151) | def error(self, message): method get_starttag_text (line 156) | def get_starttag_text(self): method set_cdata_mode (line 160) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 164) | def clear_cdata_mode(self): method goahead (line 171) | def goahead(self, end): method parse_html_declaration (line 276) | def parse_html_declaration(self, i): method parse_bogus_comment (line 297) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 309) | def parse_pi(self, i): method parse_starttag (line 321) | def parse_starttag(self, i): method check_for_whole_start_tag (line 381) | def check_for_whole_start_tag(self, i): method parse_endtag (line 424) | def parse_endtag(self, i): method handle_startendtag (line 466) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 471) | def handle_starttag(self, tag, attrs): method handle_endtag (line 475) | def handle_endtag(self, tag): method handle_charref (line 479) | def handle_charref(self, name): method handle_entityref (line 483) | def handle_entityref(self, name): method handle_data (line 487) | def handle_data(self, data): method handle_comment (line 491) | def handle_comment(self, data): method handle_decl (line 495) | def handle_decl(self, decl): method handle_pi (line 499) | def handle_pi(self, data): method unknown_decl (line 502) | def unknown_decl(self, data): method unescape (line 507) | def unescape(self, s): FILE: tests/pythons/win32-py33/Lib/http/client.py class HTTPMessage (line 220) | class HTTPMessage(email.message.Message): method getallmatchingheaders (line 227) | def getallmatchingheaders(self, name): function parse_headers (line 250) | def parse_headers(fp, _class=HTTPMessage): class HTTPResponse (line 276) | class HTTPResponse(io.RawIOBase): method __init__ (line 285) | def __init__(self, sock, debuglevel=0, strict=_strict_sentinel, method... method _read_status (line 319) | def _read_status(self): method begin (line 351) | def begin(self): method _check_close (line 431) | def _check_close(self): method _close_conn (line 461) | def _close_conn(self): method close (line 466) | def close(self): method flush (line 476) | def flush(self): method readable (line 481) | def readable(self): method isclosed (line 486) | def isclosed(self): method read (line 496) | def read(self, amt=None): method readinto (line 527) | def readinto(self, b): method _read_next_chunk_size (line 557) | def _read_next_chunk_size(self): method _read_and_discard_trailer (line 573) | def _read_and_discard_trailer(self): method _readall_chunked (line 587) | def _readall_chunked(self): method _readinto_chunked (line 612) | def _readinto_chunked(self, b): method _safe_read (line 653) | def _safe_read(self, amt): method _safe_readinto (line 676) | def _safe_readinto(self, b): method fileno (line 692) | def fileno(self): method getheader (line 695) | def getheader(self, name, default=None): method getheaders (line 704) | def getheaders(self): method __iter__ (line 712) | def __iter__(self): method info (line 717) | def info(self): method geturl (line 720) | def geturl(self): method getcode (line 723) | def getcode(self): class HTTPConnection (line 726) | class HTTPConnection: method __init__ (line 736) | def __init__(self, host, port=None, strict=_strict_sentinel, method set_tunnel (line 755) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 768) | def _set_hostport(self, host, port): method set_debuglevel (line 788) | def set_debuglevel(self, level): method _tunnel (line 791) | def _tunnel(self): method connect (line 819) | def connect(self): method close (line 826) | def close(self): method send (line 836) | def send(self, data): method _output (line 884) | def _output(self, s): method _send_output (line 891) | def _send_output(self, message_body=None): method putrequest (line 912) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 1028) | def putheader(self, header, *values): method endheaders (line 1048) | def endheaders(self, message_body=None): method request (line 1063) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 1067) | def _set_content_length(self, body): method _send_request (line 1084) | def _send_request(self, method, url, body, headers): method getresponse (line 1105) | def getresponse(self): class HTTPSConnection (line 1165) | class HTTPSConnection(HTTPConnection): method __init__ (line 1172) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1194) | def connect(self): class HTTPException (line 1217) | class HTTPException(Exception): class NotConnected (line 1222) | class NotConnected(HTTPException): class InvalidURL (line 1225) | class InvalidURL(HTTPException): class UnknownProtocol (line 1228) | class UnknownProtocol(HTTPException): method __init__ (line 1229) | def __init__(self, version): class UnknownTransferEncoding (line 1233) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1236) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1239) | class IncompleteRead(HTTPException): method __init__ (line 1240) | def __init__(self, partial, expected=None): method __repr__ (line 1244) | def __repr__(self): method __str__ (line 1250) | def __str__(self): class ImproperConnectionState (line 1253) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1256) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1259) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1262) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1265) | class BadStatusLine(HTTPException): method __init__ (line 1266) | def __init__(self, line): class LineTooLong (line 1272) | class LineTooLong(HTTPException): method __init__ (line 1273) | def __init__(self, line_type): FILE: tests/pythons/win32-py33/Lib/http/cookiejar.py function _debug (line 46) | def _debug(*args): function _warn_unhandled_exception (line 60) | def _warn_unhandled_exception(): function _timegm (line 75) | def _timegm(tt): function time2isoz (line 89) | def time2isoz(t=None): function time2netscape (line 108) | def time2netscape(t=None): function offset_from_tz_string (line 131) | def offset_from_tz_string(tz): function _str2time (line 145) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 220) | def http2time(text): function iso2time (line 292) | def iso2time(text): function unmatched (line 325) | def unmatched(match): function split_header_words (line 334) | def split_header_words(header_values): function join_header_words (line 420) | def join_header_words(lists): function strip_quotes (line 445) | def strip_quotes(text): function parse_ns_headers (line 452) | def parse_ns_headers(ns_headers): function is_HDN (line 505) | def is_HDN(text): function domain_match (line 520) | def domain_match(A, B): function liberal_is_HDN (line 559) | def liberal_is_HDN(text): function user_domain_match (line 569) | def user_domain_match(A, B): function request_host (line 590) | def request_host(request): function eff_request_host (line 606) | def eff_request_host(request): function request_path (line 617) | def request_path(request): function request_port (line 627) | def request_port(request): function uppercase_escaped_char (line 645) | def uppercase_escaped_char(match): function escape_path (line 647) | def escape_path(path): function reach (line 661) | def reach(h): function is_third_party (line 696) | def is_third_party(request): class Cookie (line 713) | class Cookie: method __init__ (line 731) | def __init__(self, version, name, value, method has_nonstandard_attr (line 773) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 775) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 777) | def set_nonstandard_attr(self, name, value): method is_expired (line 780) | def is_expired(self, now=None): method __str__ (line 786) | def __str__(self): method __repr__ (line 796) | def __repr__(self): class CookiePolicy (line 811) | class CookiePolicy: method set_ok (line 820) | def set_ok(self, cookie, request): method return_ok (line 829) | def return_ok(self, cookie, request): method domain_return_ok (line 833) | def domain_return_ok(self, domain, request): method path_return_ok (line 838) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 844) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 854) | def __init__(self, method blocked_domains (line 887) | def blocked_domains(self): method set_blocked_domains (line 890) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 894) | def is_blocked(self, domain): method allowed_domains (line 900) | def allowed_domains(self): method set_allowed_domains (line 903) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 909) | def is_not_allowed(self, domain): method set_ok (line 917) | def set_ok(self, cookie, request): method set_ok_version (line 936) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 951) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 963) | def set_ok_name(self, cookie, request): method set_ok_path (line 972) | def set_ok_path(self, cookie, request): method set_ok_domain (line 983) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1042) | def set_ok_port(self, cookie, request): method return_ok (line 1063) | def return_ok(self, cookie, request): method return_ok_version (line 1081) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1090) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1102) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1108) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1114) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1128) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1150) | def domain_return_ok(self, domain, request): method path_return_ok (line 1172) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1181) | def vals_sorted_by_key(adict): function deepvalues (line 1185) | def deepvalues(mapping): class Absent (line 1204) | class Absent: pass class CookieJar (line 1206) | class CookieJar: method __init__ (line 1221) | def __init__(self, policy=None): method set_policy (line 1229) | def set_policy(self, policy): method _cookies_for_domain (line 1232) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1250) | def _cookies_for_request(self, request): method _cookie_attrs (line 1257) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1316) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1349) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1446) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1538) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1547) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1559) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1613) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1626) | def set_cookie(self, cookie): method extract_cookies (line 1639) | def extract_cookies(self, response, request): method clear (line 1653) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1680) | def clear_session_cookies(self): method clear_expired_cookies (line 1695) | def clear_expired_cookies(self): method __iter__ (line 1714) | def __iter__(self): method __len__ (line 1717) | def __len__(self): method __repr__ (line 1723) | def __repr__(self): method __str__ (line 1728) | def __str__(self): class LoadError (line 1735) | class LoadError(IOError): pass class FileCookieJar (line 1737) | class FileCookieJar(CookieJar): method __init__ (line 1740) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1755) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1759) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1771) | def revert(self, filename=None, function lwp_cookie_str (line 1798) | def lwp_cookie_str(cookie): class LWPCookieJar (line 1826) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 1839) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 1855) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 1870) | def _really_load(self, f, filename, ignore_discard, ignore_expires): class MozillaCookieJar (line 1950) | class MozillaCookieJar(FileCookieJar): method _really_load (line 1989) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 2055) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win32-py33/Lib/http/cookies.py class CookieError (line 144) | class CookieError(Exception): function _quote (line 225) | def _quote(str, LegalChars=_LegalChars): function _unquote (line 241) | def _unquote(str): function _getdate (line 297) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 305) | class Morsel(dict): method __init__ (line 340) | def __init__(self): method __setitem__ (line 348) | def __setitem__(self, K, V): method isReservedKey (line 354) | def isReservedKey(self, K): method set (line 357) | def set(self, key, val, coded_val, LegalChars=_LegalChars): method output (line 370) | def output(self, attrs=None, header="Set-Cookie:"): method __repr__ (line 375) | def __repr__(self): method js_output (line 379) | def js_output(self, attrs=None): method OutputString (line 389) | def OutputString(self, attrs=None): class BaseCookie (line 455) | class BaseCookie(dict): method value_decode (line 458) | def value_decode(self, val): method value_encode (line 467) | def value_encode(self, val): method __init__ (line 476) | def __init__(self, input=None): method __set (line 480) | def __set(self, key, real_value, coded_value): method __setitem__ (line 486) | def __setitem__(self, key, value): method output (line 491) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 501) | def __repr__(self): method js_output (line 508) | def js_output(self, attrs=None): method load (line 516) | def load(self, rawdata): method __parse_string (line 530) | def __parse_string(self, str, patt=_CookiePattern): class SimpleCookie (line 565) | class SimpleCookie(BaseCookie): method value_decode (line 572) | def value_decode(self, val): method value_encode (line 575) | def value_encode(self, val): FILE: tests/pythons/win32-py33/Lib/http/server.py function _quote_html (line 126) | def _quote_html(html): class HTTPServer (line 129) | class HTTPServer(socketserver.TCPServer): method server_bind (line 133) | def server_bind(self): class BaseHTTPRequestHandler (line 141) | class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): method parse_request (line 262) | def parse_request(self): method handle_expect_100 (line 343) | def handle_expect_100(self): method handle_one_request (line 361) | def handle_one_request(self): method handle (line 396) | def handle(self): method send_error (line 404) | def send_error(self, code, message=None): method send_response (line 435) | def send_response(self, code, message=None): method send_response_only (line 448) | def send_response_only(self, code, message=None): method send_header (line 462) | def send_header(self, keyword, value): method end_headers (line 476) | def end_headers(self): method flush_headers (line 482) | def flush_headers(self): method log_request (line 487) | def log_request(self, code='-', size='-'): method log_error (line 497) | def log_error(self, format, *args): method log_message (line 511) | def log_message(self, format, *args): method version_string (line 533) | def version_string(self): method date_time_string (line 537) | def date_time_string(self, timestamp=None): method log_date_time_string (line 548) | def log_date_time_string(self): method address_string (line 562) | def address_string(self): class SimpleHTTPRequestHandler (line 654) | class SimpleHTTPRequestHandler(BaseHTTPRequestHandler): method do_GET (line 669) | def do_GET(self): method do_HEAD (line 678) | def do_HEAD(self): method send_head (line 684) | def send_head(self): method list_directory (line 729) | def list_directory(self, path): method translate_path (line 778) | def translate_path(self, path): method copyfile (line 804) | def copyfile(self, source, outputfile): method guess_type (line 820) | def guess_type(self, path): function _url_collapse_path (line 857) | def _url_collapse_path(path): function nobody_uid (line 902) | def nobody_uid(): function executable (line 918) | def executable(path): class CGIHTTPRequestHandler (line 923) | class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): method do_POST (line 940) | def do_POST(self): method send_head (line 952) | def send_head(self): method is_cgi (line 959) | def is_cgi(self): method is_executable (line 985) | def is_executable(self, path): method is_python (line 989) | def is_python(self, path): method run_cgi (line 994) | def run_cgi(self): function test (line 1186) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win32-py33/Lib/imaplib.py class IMAP4 (line 118) | class IMAP4: class error (line 164) | class error(Exception): pass # Logical errors - debug required class abort (line 165) | class abort(error): pass # Service errors - close and retry class readonly (line 166) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 168) | def __init__(self, host = '', port = IMAP4_PORT): method _connect (line 193) | def _connect(self): method __getattr__ (line 235) | def __getattr__(self, attr): method _create_socket (line 246) | def _create_socket(self): method open (line 249) | def open(self, host = '', port = IMAP4_PORT): method read (line 261) | def read(self, size): method readline (line 266) | def readline(self): method send (line 274) | def send(self, data): method shutdown (line 279) | def shutdown(self): method socket (line 292) | def socket(self): method recent (line 304) | def recent(self): method response (line 321) | def response(self, code): method append (line 335) | def append(self, mailbox, flags, date_time, message): method authenticate (line 358) | def authenticate(self, mechanism, authobject): method capability (line 387) | def capability(self): method check (line 396) | def check(self): method close (line 404) | def close(self): method copy (line 419) | def copy(self, message_set, new_mailbox): method create (line 427) | def create(self, mailbox): method delete (line 435) | def delete(self, mailbox): method deleteacl (line 442) | def deleteacl(self, mailbox, who): method expunge (line 449) | def expunge(self): method fetch (line 463) | def fetch(self, message_set, message_parts): method getacl (line 478) | def getacl(self, mailbox): method getannotation (line 487) | def getannotation(self, mailbox, entry, attribute): method getquota (line 495) | def getquota(self, root): method getquotaroot (line 506) | def getquotaroot(self, mailbox): method list (line 517) | def list(self, directory='""', pattern='*'): method login (line 529) | def login(self, user, password): method login_cram_md5 (line 543) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 552) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 560) | def logout(self): method lsub (line 576) | def lsub(self, directory='""', pattern='*'): method myrights (line 587) | def myrights(self, mailbox): method namespace (line 595) | def namespace(self): method noop (line 605) | def noop(self): method partial (line 616) | def partial(self, message_num, message_part, start, length): method proxyauth (line 628) | def proxyauth(self, user): method rename (line 641) | def rename(self, oldmailbox, newmailbox): method search (line 649) | def search(self, charset, *criteria): method select (line 664) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 696) | def setacl(self, mailbox, who, what): method setannotation (line 704) | def setannotation(self, *args): method setquota (line 712) | def setquota(self, root, limits): method sort (line 721) | def sort(self, sort_criteria, charset, *search_criteria): method starttls (line 735) | def starttls(self, ssl_context=None): method status (line 759) | def status(self, mailbox, names): method store (line 771) | def store(self, message_set, command, flags): method subscribe (line 782) | def subscribe(self, mailbox): method thread (line 790) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 800) | def uid(self, command, *args): method unsubscribe (line 825) | def unsubscribe(self, mailbox): method xatom (line 833) | def xatom(self, name, *args): method _append_untagged (line 855) | def _append_untagged(self, typ, dat): method _check_bye (line 869) | def _check_bye(self): method _command (line 875) | def _command(self, name, *args): method _command_complete (line 952) | def _command_complete(self, name, tag): method _get_capabilities (line 969) | def _get_capabilities(self): method _get_response (line 978) | def _get_response(self): method _get_tagged_response (line 1058) | def _get_tagged_response(self, tag): method _get_line (line 1085) | def _get_line(self): method _match (line 1104) | def _match(self, cre, s): method _new_tag (line 1116) | def _new_tag(self): method _quote (line 1124) | def _quote(self, arg): method _simple_command (line 1132) | def _simple_command(self, name, *args): method _untagged_response (line 1137) | def _untagged_response(self, typ, dat, name): method _mesg (line 1151) | def _mesg(self, s, secs=None): method _dump_ur (line 1158) | def _dump_ur(self, dict): method _log (line 1166) | def _log(self, line): method print_log (line 1173) | def print_log(self): class IMAP4_SSL (line 1189) | class IMAP4_SSL(IMAP4): method __init__ (line 1208) | def __init__(self, host='', port=IMAP4_SSL_PORT, keyfile=None, certfil... method _create_socket (line 1221) | def _create_socket(self): method open (line 1228) | def open(self, host='', port=IMAP4_SSL_PORT): class IMAP4_stream (line 1239) | class IMAP4_stream(IMAP4): method __init__ (line 1251) | def __init__(self, command): method open (line 1256) | def open(self, host = None, port = None): method read (line 1272) | def read(self, size): method readline (line 1277) | def readline(self): method send (line 1282) | def send(self, data): method shutdown (line 1288) | def shutdown(self): class _Authenticator (line 1296) | class _Authenticator: method __init__ (line 1302) | def __init__(self, mechinst): method process (line 1305) | def process(self, data): method encode (line 1311) | def encode(self, inp): method decode (line 1335) | def decode(self, inp): function Internaldate2tuple (line 1343) | def Internaldate2tuple(resp): function Int2AP (line 1378) | def Int2AP(num): function ParseFlags (line 1391) | def ParseFlags(resp): function Time2Internaldate (line 1402) | def Time2Internaldate(date_time): function run (line 1499) | def run(cmd, args): FILE: tests/pythons/win32-py33/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 35) | def test_jpeg(h, f): function test_png (line 42) | def test_png(h, f): function test_gif (line 48) | def test_gif(h, f): function test_tiff (line 55) | def test_tiff(h, f): function test_rgb (line 62) | def test_rgb(h, f): function test_pbm (line 69) | def test_pbm(h, f): function test_pgm (line 77) | def test_pgm(h, f): function test_ppm (line 85) | def test_ppm(h, f): function test_rast (line 93) | def test_rast(h, f): function test_xbm (line 100) | def test_xbm(h, f): function test_bmp (line 107) | def test_bmp(h, f): function test (line 117) | def test(): function testall (line 132) | def testall(list, recursive, toplevel): FILE: tests/pythons/win32-py33/Lib/imp.py function get_magic (line 45) | def get_magic(): function get_tag (line 50) | def get_tag(): function get_suffixes (line 55) | def get_suffixes(): class NullImporter (line 66) | class NullImporter: method __init__ (line 70) | def __init__(self, path): method find_module (line 76) | def find_module(self, fullname): class _HackedGetData (line 81) | class _HackedGetData: method __init__ (line 86) | def __init__(self, fullname, path, file=None): method get_data (line 90) | def get_data(self, path): class _LoadSourceCompatibility (line 109) | class _LoadSourceCompatibility(_HackedGetData, _bootstrap.SourceFileLoad... function load_source (line 114) | def load_source(name, pathname, file=None): class _LoadCompiledCompatibility (line 127) | class _LoadCompiledCompatibility(_HackedGetData, function load_compiled (line 133) | def load_compiled(name, pathname, file=None): function load_package (line 146) | def load_package(name, path): function load_module (line 163) | def load_module(name, file, filename, details): function find_module (line 200) | def find_module(name, path=None): function reload (line 256) | def reload(module): FILE: tests/pythons/win32-py33/Lib/importlib/__init__.py function invalidate_caches (line 40) | def invalidate_caches(): function find_loader (line 48) | def find_loader(name, path=None): function import_module (line 74) | def import_module(name, package=None): FILE: tests/pythons/win32-py33/Lib/importlib/_bootstrap.py function _make_relax_case (line 32) | def _make_relax_case(): function _w_long (line 45) | def _w_long(x): function _r_long (line 61) | def _r_long(int_bytes): function _path_join (line 74) | def _path_join(*path_parts): function _path_split (line 86) | def _path_split(path): function _path_is_mode_type (line 98) | def _path_is_mode_type(path, mode): function _path_isfile (line 108) | def _path_isfile(path): function _path_isdir (line 114) | def _path_isdir(path): function _write_atomic (line 121) | def _write_atomic(path, data, mode=0o666): function _wrap (line 143) | def _wrap(new, old): function new_module (line 154) | def new_module(name): class _DeadlockError (line 171) | class _DeadlockError(RuntimeError): class _ModuleLock (line 175) | class _ModuleLock: method __init__ (line 181) | def __init__(self, name): method has_deadlock (line 189) | def has_deadlock(self): method acquire (line 201) | def acquire(self): method release (line 226) | def release(self): method __repr__ (line 239) | def __repr__(self): class _DummyModuleLock (line 243) | class _DummyModuleLock: method __init__ (line 247) | def __init__(self, name): method acquire (line 251) | def acquire(self): method release (line 255) | def release(self): method __repr__ (line 260) | def __repr__(self): function _get_module_lock (line 266) | def _get_module_lock(name): function _lock_unlock_module (line 285) | def _lock_unlock_module(name): function _call_with_frames_removed (line 305) | def _call_with_frames_removed(f, *args, **kwds): function cache_from_source (line 415) | def cache_from_source(path, debug_override=None): function source_from_cache (line 442) | def source_from_cache(path): function _get_sourcefile (line 465) | def _get_sourcefile(bytecode_path): function _verbose_message (line 484) | def _verbose_message(message, *args, verbosity=1): function set_package (line 492) | def set_package(fxn): function set_loader (line 505) | def set_loader(fxn): function module_for_loader (line 516) | def module_for_loader(fxn): function _check_name (line 571) | def _check_name(method): function _requires_builtin (line 589) | def _requires_builtin(fxn): function _requires_frozen (line 600) | def _requires_frozen(fxn): function _find_module_shim (line 611) | def _find_module_shim(self, fullname): class BuiltinImporter (line 628) | class BuiltinImporter: method module_repr (line 638) | def module_repr(cls, module): method find_module (line 642) | def find_module(cls, fullname, path=None): method load_module (line 656) | def load_module(cls, fullname): method get_code (line 668) | def get_code(cls, fullname): method get_source (line 674) | def get_source(cls, fullname): method is_package (line 680) | def is_package(cls, fullname): class FrozenImporter (line 685) | class FrozenImporter: method module_repr (line 695) | def module_repr(cls, m): method find_module (line 699) | def find_module(cls, fullname, path=None): method load_module (line 707) | def load_module(cls, fullname): method get_code (line 722) | def get_code(cls, fullname): method get_source (line 728) | def get_source(cls, fullname): method is_package (line 734) | def is_package(cls, fullname): class WindowsRegistryFinder (line 739) | class WindowsRegistryFinder: method _open_registry (line 753) | def _open_registry(cls, key): method _search_registry (line 760) | def _search_registry(cls, fullname): method find_module (line 775) | def find_module(cls, fullname, path=None): class _LoaderBasics (line 789) | class _LoaderBasics: method is_package (line 794) | def is_package(self, fullname): method _bytes_from_bytecode (line 802) | def _bytes_from_bytecode(self, fullname, data, bytecode_path, source_s... method _load_module (line 849) | def _load_module(self, module, *, sourceless=False): class SourceLoader (line 872) | class SourceLoader(_LoaderBasics): method path_mtime (line 874) | def path_mtime(self, path): method path_stats (line 880) | def path_stats(self, path): method _cache_bytecode (line 892) | def _cache_bytecode(self, source_path, cache_path, data): method set_data (line 902) | def set_data(self, path, data): method get_source (line 911) | def get_source(self, fullname): method get_code (line 933) | def get_code(self, fullname): method load_module (line 995) | def load_module(self, fullname): class FileLoader (line 1006) | class FileLoader: method __init__ (line 1011) | def __init__(self, fullname, path): method load_module (line 1018) | def load_module(self, fullname): method get_filename (line 1025) | def get_filename(self, fullname): method get_data (line 1029) | def get_data(self, path): class SourceFileLoader (line 1035) | class SourceFileLoader(FileLoader, SourceLoader): method path_stats (line 1039) | def path_stats(self, path): method _cache_bytecode (line 1044) | def _cache_bytecode(self, source_path, bytecode_path, data): method set_data (line 1055) | def set_data(self, path, data, *, _mode=0o666): class SourcelessFileLoader (line 1084) | class SourcelessFileLoader(FileLoader, _LoaderBasics): method load_module (line 1088) | def load_module(self, fullname): method get_code (line 1091) | def get_code(self, fullname): method get_source (line 1103) | def get_source(self, fullname): class ExtensionFileLoader (line 1112) | class ExtensionFileLoader: method __init__ (line 1120) | def __init__(self, name, path): method load_module (line 1127) | def load_module(self, fullname): method is_package (line 1142) | def is_package(self, fullname): method get_code (line 1148) | def get_code(self, fullname): method get_source (line 1152) | def get_source(self, fullname): class _NamespacePath (line 1157) | class _NamespacePath: method __init__ (line 1164) | def __init__(self, name, path, path_finder): method _find_parent_path_names (line 1170) | def _find_parent_path_names(self): method _get_parent_path (line 1180) | def _get_parent_path(self): method _recalculate (line 1184) | def _recalculate(self): method __iter__ (line 1196) | def __iter__(self): method __len__ (line 1199) | def __len__(self): method __repr__ (line 1202) | def __repr__(self): method __contains__ (line 1205) | def __contains__(self, item): method append (line 1208) | def append(self, item): class NamespaceLoader (line 1212) | class NamespaceLoader: method __init__ (line 1213) | def __init__(self, name, path, path_finder): method module_repr (line 1217) | def module_repr(cls, module): method load_module (line 1221) | def load_module(self, module): class PathFinder (line 1230) | class PathFinder: method invalidate_caches (line 1235) | def invalidate_caches(cls): method _path_hooks (line 1243) | def _path_hooks(cls, path): method _path_importer_cache (line 1260) | def _path_importer_cache(cls, path): method _get_loader (line 1277) | def _get_loader(cls, fullname, path): method find_module (line 1304) | def find_module(cls, fullname, path=None): class FileFinder (line 1321) | class FileFinder: method __init__ (line 1330) | def __init__(self, path, *loader_details): method invalidate_caches (line 1344) | def invalidate_caches(self): method find_loader (line 1350) | def find_loader(self, fullname): method _fill_cache (line 1394) | def _fill_cache(self): method path_hook (line 1426) | def path_hook(cls, *loader_details): method __repr__ (line 1443) | def __repr__(self): class _ImportLockContext (line 1449) | class _ImportLockContext: method __enter__ (line 1453) | def __enter__(self): method __exit__ (line 1457) | def __exit__(self, exc_type, exc_value, exc_traceback): function _resolve_name (line 1462) | def _resolve_name(name, package, level): function _find_module (line 1471) | def _find_module(name, path): function _sanity_check (line 1488) | def _sanity_check(name, package, level): function _find_and_load_unlocked (line 1507) | def _find_and_load_unlocked(name, import_): function _find_and_load (line 1557) | def _find_and_load(name, import_): function _gcd_import (line 1570) | def _gcd_import(name, package=None, level=0): function _handle_fromlist (line 1594) | def _handle_fromlist(module, fromlist, import_): function _calc___package__ (line 1628) | def _calc___package__(globals): function _get_supported_file_loaders (line 1643) | def _get_supported_file_loaders(): function __import__ (line 1654) | def __import__(name, globals=None, locals=None, fromlist=(), level=0): function _setup (line 1690) | def _setup(sys_module, _imp_module): function _install (line 1769) | def _install(sys_module, _imp_module): FILE: tests/pythons/win32-py33/Lib/importlib/abc.py function _register (line 18) | def _register(abstract_cls, *classes): class Finder (line 26) | class Finder(metaclass=abc.ABCMeta): method find_module (line 37) | def find_module(self, fullname, path=None): class MetaPathFinder (line 45) | class MetaPathFinder(Finder): method find_module (line 50) | def find_module(self, fullname, path): method invalidate_caches (line 57) | def invalidate_caches(self): class PathEntryFinder (line 67) | class PathEntryFinder(Finder): method find_loader (line 72) | def find_loader(self, fullname): method invalidate_caches (line 83) | def invalidate_caches(self): class Loader (line 92) | class Loader(metaclass=abc.ABCMeta): method load_module (line 97) | def load_module(self, fullname): method module_repr (line 103) | def module_repr(self, module): class ResourceLoader (line 109) | class ResourceLoader(Loader): method get_data (line 119) | def get_data(self, path): class InspectLoader (line 125) | class InspectLoader(Loader): method is_package (line 135) | def is_package(self, fullname): method get_code (line 141) | def get_code(self, fullname): method get_source (line 147) | def get_source(self, fullname): class ExecutionLoader (line 156) | class ExecutionLoader(InspectLoader): method get_filename (line 166) | def get_filename(self, fullname): class FileLoader (line 172) | class FileLoader(_bootstrap.FileLoader, ResourceLoader, ExecutionLoader): class SourceLoader (line 181) | class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoa... method path_mtime (line 198) | def path_mtime(self, path): method path_stats (line 204) | def path_stats(self, path): method set_data (line 215) | def set_data(self, path, data): class PyLoader (line 229) | class PyLoader(SourceLoader): method is_package (line 263) | def is_package(self, fullname): method source_path (line 267) | def source_path(self, fullname): method get_filename (line 272) | def get_filename(self, fullname): class PyPycLoader (line 294) | class PyPycLoader(PyLoader): method get_filename (line 308) | def get_filename(self, fullname): method get_code (line 319) | def get_code(self, fullname): method source_mtime (line 388) | def source_mtime(self, fullname): method bytecode_path (line 394) | def bytecode_path(self, fullname): method write_bytecode (line 400) | def write_bytecode(self, fullname, bytecode): FILE: tests/pythons/win32-py33/Lib/importlib/machinery.py function all_suffixes (line 18) | def all_suffixes(): FILE: tests/pythons/win32-py33/Lib/importlib/util.py function resolve_name (line 9) | def resolve_name(name, package): FILE: tests/pythons/win32-py33/Lib/inspect.py function ismodule (line 67) | def ismodule(object): function isclass (line 76) | def isclass(object): function ismethod (line 84) | def ismethod(object): function ismethoddescriptor (line 94) | def ismethoddescriptor(object): function isdatadescriptor (line 114) | def isdatadescriptor(object): function ismemberdescriptor (line 130) | def ismemberdescriptor(object): function ismemberdescriptor (line 138) | def ismemberdescriptor(object): function isgetsetdescriptor (line 147) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 155) | def isgetsetdescriptor(object): function isfunction (line 162) | def isfunction(object): function isgeneratorfunction (line 175) | def isgeneratorfunction(object): function isgenerator (line 184) | def isgenerator(object): function istraceback (line 201) | def istraceback(object): function isframe (line 211) | def isframe(object): function iscode (line 225) | def iscode(object): function isbuiltin (line 243) | def isbuiltin(object): function isroutine (line 252) | def isroutine(object): function isabstract (line 259) | def isabstract(object): function getmembers (line 263) | def getmembers(object, predicate=None): function classify_class_attrs (line 290) | def classify_class_attrs(cls): function getmro (line 360) | def getmro(cls): function indentsize (line 365) | def indentsize(line): function getdoc (line 370) | def getdoc(object): function cleandoc (line 384) | def cleandoc(doc): function getfile (line 413) | def getfile(object): function getmoduleinfo (line 439) | def getmoduleinfo(path): function getmodulename (line 451) | def getmodulename(path): function getsourcefile (line 463) | def getsourcefile(object): function getabsfile (line 485) | def getabsfile(object, _filename=None): function getmodule (line 497) | def getmodule(object, _filename=None): function findsource (line 543) | def findsource(object): function getcomments (line 610) | def getcomments(object): class EndOfBlock (line 655) | class EndOfBlock(Exception): pass class BlockFinder (line 657) | class BlockFinder: method __init__ (line 659) | def __init__(self): method tokeneater (line 666) | def tokeneater(self, type, token, srowcol, erowcol, line): function getblock (line 696) | def getblock(lines): function getsourcelines (line 707) | def getsourcelines(object): function getsource (line 720) | def getsource(object): function walktree (line 730) | def walktree(classes, children, parent): function getclasstree (line 740) | def getclasstree(classes, unique=False): function getargs (line 769) | def getargs(co): function _getfullargs (line 779) | def _getfullargs(co): function getargspec (line 809) | def getargspec(func): function getfullargspec (line 833) | def getfullargspec(func): function getargvalues (line 858) | def getargvalues(frame): function formatannotation (line 868) | def formatannotation(annotation, base_module=None): function formatannotationrelativeto (line 875) | def formatannotationrelativeto(object): function formatargspec (line 881) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 928) | def formatargvalues(args, varargs, varkw, locals, function _missing_arguments (line 951) | def _missing_arguments(f_name, argnames, pos, values): function _too_many (line 967) | def _too_many(f_name, args, kwonly, varargs, defcount, given, values): function getcallargs (line 988) | def getcallargs(*func_and_positional, **named): function getclosurevars (line 1052) | def getclosurevars(func): function getframeinfo (line 1107) | def getframeinfo(frame, context=1): function getlineno (line 1140) | def getlineno(frame): function getouterframes (line 1145) | def getouterframes(frame, context=1): function getinnerframes (line 1156) | def getinnerframes(tb, context=1): function currentframe (line 1167) | def currentframe(): function stack (line 1171) | def stack(context=1): function trace (line 1175) | def trace(context=1): function _static_getmro (line 1184) | def _static_getmro(klass): function _check_instance (line 1187) | def _check_instance(obj, attr): function _check_class (line 1196) | def _check_class(klass, attr): function _is_type (line 1205) | def _is_type(obj): function _shadowed_dict (line 1212) | def _shadowed_dict(klass): function getattr_static (line 1226) | def getattr_static(obj, attr, default=_sentinel): function getgeneratorstate (line 1279) | def getgeneratorstate(generator): function getgeneratorlocals (line 1297) | def getgeneratorlocals(generator): function _get_user_defined_method (line 1326) | def _get_user_defined_method(cls, method_name): function signature (line 1338) | def signature(obj): class _void (line 1452) | class _void: class _empty (line 1456) | class _empty: class _ParameterKind (line 1460) | class _ParameterKind(int): method __new__ (line 1461) | def __new__(self, *args, name): method __str__ (line 1466) | def __str__(self): method __repr__ (line 1469) | def __repr__(self): class Parameter (line 1480) | class Parameter: method __init__ (line 1510) | def __init__(self, name, kind, *, default=_empty, annotation=_empty, method name (line 1540) | def name(self): method default (line 1544) | def default(self): method annotation (line 1548) | def annotation(self): method kind (line 1552) | def kind(self): method replace (line 1555) | def replace(self, *, name=_void, kind=_void, annotation=_void, method __str__ (line 1577) | def __str__(self): method __repr__ (line 1601) | def __repr__(self): method __eq__ (line 1605) | def __eq__(self, other): method __ne__ (line 1612) | def __ne__(self, other): class BoundArguments (line 1616) | class BoundArguments: method __init__ (line 1633) | def __init__(self, signature, arguments): method signature (line 1638) | def signature(self): method args (line 1642) | def args(self): method kwargs (line 1670) | def kwargs(self): method __eq__ (line 1700) | def __eq__(self, other): method __ne__ (line 1705) | def __ne__(self, other): class Signature (line 1709) | class Signature: method __init__ (line 1739) | def __init__(self, parameters=None, *, return_annotation=_empty, method from_function (line 1778) | def from_function(cls, func): method parameters (line 1851) | def parameters(self): method return_annotation (line 1855) | def return_annotation(self): method replace (line 1858) | def replace(self, *, parameters=_void, return_annotation=_void): method __eq__ (line 1873) | def __eq__(self, other): method __ne__ (line 1903) | def __ne__(self, other): method _bind (line 1906) | def _bind(self, args, kwargs, *, partial=False): method bind (line 2034) | def bind(__bind_self, *args, **kwargs): method bind_partial (line 2041) | def bind_partial(__bind_self, *args, **kwargs): method __str__ (line 2048) | def __str__(self): FILE: tests/pythons/win32-py33/Lib/io.py class IOBase (line 72) | class IOBase(_io._IOBase, metaclass=abc.ABCMeta): class RawIOBase (line 75) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 78) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 81) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win32-py33/Lib/ipaddress.py class AddressValueError (line 19) | class AddressValueError(ValueError): class NetmaskValueError (line 23) | class NetmaskValueError(ValueError): function ip_address (line 27) | def ip_address(address): function ip_network (line 57) | def ip_network(address, strict=True): function ip_interface (line 87) | def ip_interface(address): function v4_int_to_packed (line 122) | def v4_int_to_packed(address): function v6_int_to_packed (line 142) | def v6_int_to_packed(address): function _split_optional_netmask (line 158) | def _split_optional_netmask(address): function _find_address_range (line 166) | def _find_address_range(addresses): function _count_righthand_zero_bits (line 185) | def _count_righthand_zero_bits(number, bits): function summarize_address_range (line 205) | def summarize_address_range(first, last): function _collapse_addresses_recursive (line 261) | def _collapse_addresses_recursive(addresses): function collapse_addresses (line 309) | def collapse_addresses(addresses): function get_mixed_type_key (line 366) | def get_mixed_type_key(obj): class _TotalOrderingMixin (line 391) | class _TotalOrderingMixin: method __eq__ (line 396) | def __eq__(self, other): method __ne__ (line 398) | def __ne__(self, other): method __lt__ (line 403) | def __lt__(self, other): method __le__ (line 405) | def __le__(self, other): method __gt__ (line 410) | def __gt__(self, other): method __ge__ (line 418) | def __ge__(self, other): class _IPAddressBase (line 424) | class _IPAddressBase(_TotalOrderingMixin): method exploded (line 429) | def exploded(self): method compressed (line 434) | def compressed(self): method version (line 439) | def version(self): method _check_int_address (line 443) | def _check_int_address(self, address): method _check_packed_address (line 452) | def _check_packed_address(self, address, expected_len): method _ip_int_from_prefix (line 459) | def _ip_int_from_prefix(self, prefixlen): method _prefix_from_ip_int (line 471) | def _prefix_from_ip_int(self, ip_int): method _report_invalid_netmask (line 495) | def _report_invalid_netmask(self, netmask_str): method _prefix_from_prefix_string (line 499) | def _prefix_from_prefix_string(self, prefixlen_str): method _prefix_from_ip_string (line 523) | def _prefix_from_ip_string(self, ip_str): class _BaseAddress (line 557) | class _BaseAddress(_IPAddressBase): method __init__ (line 565) | def __init__(self, address): method __int__ (line 570) | def __int__(self): method __eq__ (line 573) | def __eq__(self, other): method __lt__ (line 580) | def __lt__(self, other): method __add__ (line 593) | def __add__(self, other): method __sub__ (line 598) | def __sub__(self, other): method __repr__ (line 603) | def __repr__(self): method __str__ (line 606) | def __str__(self): method __hash__ (line 609) | def __hash__(self): method _get_address_key (line 612) | def _get_address_key(self): class _BaseNetwork (line 616) | class _BaseNetwork(_IPAddressBase): method __init__ (line 624) | def __init__(self, address): method __repr__ (line 627) | def __repr__(self): method __str__ (line 630) | def __str__(self): method hosts (line 633) | def hosts(self): method __iter__ (line 645) | def __iter__(self): method __getitem__ (line 651) | def __getitem__(self, n): method __lt__ (line 664) | def __lt__(self, other): method __eq__ (line 677) | def __eq__(self, other): method __hash__ (line 685) | def __hash__(self): method __contains__ (line 688) | def __contains__(self, other): method overlaps (line 701) | def overlaps(self, other): method broadcast_address (line 709) | def broadcast_address(self): method hostmask (line 718) | def hostmask(self): method with_prefixlen (line 726) | def with_prefixlen(self): method with_netmask (line 730) | def with_netmask(self): method with_hostmask (line 734) | def with_hostmask(self): method num_addresses (line 738) | def num_addresses(self): method _address_class (line 743) | def _address_class(self): method prefixlen (line 751) | def prefixlen(self): method address_exclude (line 754) | def address_exclude(self, other): method compare_networks (line 832) | def compare_networks(self, other): method _get_networks_key (line 880) | def _get_networks_key(self): method subnets (line 890) | def subnets(self, prefixlen_diff=1, new_prefix=None): method supernet (line 952) | def supernet(self, prefixlen_diff=1, new_prefix=None): method is_multicast (line 994) | def is_multicast(self): method is_reserved (line 1006) | def is_reserved(self): method is_link_local (line 1018) | def is_link_local(self): method is_private (line 1029) | def is_private(self): method is_unspecified (line 1040) | def is_unspecified(self): method is_loopback (line 1052) | def is_loopback(self): class _BaseV4 (line 1064) | class _BaseV4: method __init__ (line 1080) | def __init__(self, address): method _explode_shorthand_ip_string (line 1084) | def _explode_shorthand_ip_string(self): method _ip_int_from_string (line 1087) | def _ip_int_from_string(self, ip_str): method _parse_octet (line 1112) | def _parse_octet(self, octet_str): method _string_from_ip_int (line 1148) | def _string_from_ip_int(self, ip_int): method _is_valid_netmask (line 1160) | def _is_valid_netmask(self, netmask): method _is_hostmask (line 1191) | def _is_hostmask(self, ip_str): method max_prefixlen (line 1213) | def max_prefixlen(self): method version (line 1217) | def version(self): class IPv4Address (line 1221) | class IPv4Address(_BaseV4, _BaseAddress): method __init__ (line 1225) | def __init__(self, address): method packed (line 1262) | def packed(self): method is_reserved (line 1267) | def is_reserved(self): method is_private (line 1279) | def is_private(self): method is_multicast (line 1294) | def is_multicast(self): method is_unspecified (line 1306) | def is_unspecified(self): method is_loopback (line 1318) | def is_loopback(self): method is_link_local (line 1329) | def is_link_local(self): class IPv4Interface (line 1340) | class IPv4Interface(IPv4Address): method __init__ (line 1342) | def __init__(self, address): method __str__ (line 1358) | def __str__(self): method __eq__ (line 1362) | def __eq__(self, other): method __lt__ (line 1374) | def __lt__(self, other): method __hash__ (line 1385) | def __hash__(self): method ip (line 1389) | def ip(self): method with_prefixlen (line 1393) | def with_prefixlen(self): method with_netmask (line 1398) | def with_netmask(self): method with_hostmask (line 1403) | def with_hostmask(self): class IPv4Network (line 1408) | class IPv4Network(_BaseV4, _BaseNetwork): method __init__ (line 1423) | def __init__(self, address, strict=True): class _BaseV6 (line 1508) | class _BaseV6: method __init__ (line 1521) | def __init__(self, address): method _ip_int_from_string (line 1525) | def _ip_int_from_string(self, ip_str): method _parse_hextet (line 1628) | def _parse_hextet(self, hextet_str): method _compress_hextets (line 1653) | def _compress_hextets(self, hextets): method _string_from_ip_int (line 1700) | def _string_from_ip_int(self, ip_int=None): method _explode_shorthand_ip_string (line 1725) | def _explode_shorthand_ip_string(self): method max_prefixlen (line 1750) | def max_prefixlen(self): method version (line 1754) | def version(self): class IPv6Address (line 1758) | class IPv6Address(_BaseV6, _BaseAddress): method __init__ (line 1762) | def __init__(self, address): method packed (line 1800) | def packed(self): method is_multicast (line 1805) | def is_multicast(self): method is_reserved (line 1817) | def is_reserved(self): method is_link_local (line 1837) | def is_link_local(self): method is_site_local (line 1848) | def is_site_local(self): method is_private (line 1863) | def is_private(self): method is_unspecified (line 1874) | def is_unspecified(self): method is_loopback (line 1885) | def is_loopback(self): method ipv4_mapped (line 1896) | def ipv4_mapped(self): method teredo (line 1909) | def teredo(self): method sixtofour (line 1924) | def sixtofour(self): class IPv6Interface (line 1937) | class IPv6Interface(IPv6Address): method __init__ (line 1939) | def __init__(self, address): method __str__ (line 1953) | def __str__(self): method __eq__ (line 1957) | def __eq__(self, other): method __lt__ (line 1969) | def __lt__(self, other): method __hash__ (line 1980) | def __hash__(self): method ip (line 1984) | def ip(self): method with_prefixlen (line 1988) | def with_prefixlen(self): method with_netmask (line 1993) | def with_netmask(self): method with_hostmask (line 1998) | def with_hostmask(self): method is_unspecified (line 2003) | def is_unspecified(self): method is_loopback (line 2007) | def is_loopback(self): class IPv6Network (line 2011) | class IPv6Network(_BaseV6, _BaseNetwork): method __init__ (line 2027) | def __init__(self, address, strict=True): method is_site_local (line 2100) | def is_site_local(self): FILE: tests/pythons/win32-py33/Lib/json/__init__.py function dump (line 120) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 184) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 246) | def load(fp, cls=None, object_hook=None, parse_float=None, function loads (line 274) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win32-py33/Lib/json/decoder.py function _floatconstants (line 18) | def _floatconstants(): function linecol (line 28) | def linecol(doc, pos): function errmsg (line 41) | def errmsg(msg, doc, pos, end=None): function _decode_uXXXX (line 69) | def _decode_uXXXX(s, pos): function py_scanstring (line 79) | def py_scanstring(s, end, strict=True, function JSONObject (line 147) | def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_h... function JSONArray (line 228) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 265) | class JSONDecoder(object): method __init__ (line 295) | def __init__(self, object_hook=None, parse_float=None, method decode (line 346) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 357) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win32-py33/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 67) | class JSONEncoder(object): method __init__ (line 98) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 154) | def default(self, o): method encode (line 175) | def encode(self, o): method iterencode (line 196) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 251) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win32-py33/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win32-py33/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win32-py33/Lib/keyword.py function main (line 55) | def main(): FILE: tests/pythons/win32-py33/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win32-py33/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 48) | def __init__(self, options, log): method compile_pattern (line 60) | def compile_pattern(self): method set_filename (line 71) | def set_filename(self, filename): method match (line 78) | def match(self, node): method transform (line 90) | def transform(self, node, results): method new_name (line 106) | def new_name(self, template="xxx_todo_changeme"): method log_message (line 117) | def log_message(self, message): method cannot_convert (line 123) | def cannot_convert(self, node, reason=None): method warning (line 138) | def warning(self, node, reason): method start_tree (line 148) | def start_tree(self, tree, filename): method finish_tree (line 160) | def finish_tree(self, tree, filename): class ConditionalFix (line 170) | class ConditionalFix(BaseFix): method start_tree (line 176) | def start_tree(self, *args): method should_skip (line 180) | def should_skip(self, node): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_operator.py function invocation (line 19) | def invocation(s): class FixOperator (line 26) | class FixOperator(fixer_base.BaseFix): method transform (line 43) | def transform(self, node, results): method _sequenceIncludes (line 49) | def _sequenceIncludes(self, node, results): method _isCallable (line 53) | def _isCallable(self, node, results): method _repeat (line 59) | def _repeat(self, node, results): method _irepeat (line 63) | def _irepeat(self, node, results): method _isSequenceType (line 67) | def _isSequenceType(self, node, results): method _isMappingType (line 71) | def _isMappingType(self, node, results): method _isNumberType (line 75) | def _isNumberType(self, node, results): method _handle_rename (line 78) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 83) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 89) | def _check_method(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 16) | class FixUnicode(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win32-py33/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 129) | def warn(msg): function main (line 133) | def main(fixer_pkg, args=None): FILE: tests/pythons/win32-py33/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win32-py33/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, xxx_todo_changeme, xxx_todo_changeme1, line)... function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 242) | def _get_normal_name(orig_enc): function detect_encoding (line 253) | def detect_encoding(readline): function untokenize (line 326) | def untokenize(iterable): function generate_tokens (line 347) | def generate_tokens(readline): FILE: tests/pythons/win32-py33/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win32-py33/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method replace (line 112) | def replace(self, new): method get_lineno (line 135) | def get_lineno(self): method changed (line 144) | def changed(self): method remove (line 149) | def remove(self): method next_sibling (line 163) | def next_sibling(self): method prev_sibling (line 180) | def prev_sibling(self): method leaves (line 195) | def leaves(self): method depth (line 200) | def depth(self): method get_suffix (line 205) | def get_suffix(self): method __str__ (line 216) | def __str__(self): class Node (line 219) | class Node(Base): method __init__ (line 223) | def __init__(self,type, children, method __repr__ (line 248) | def __repr__(self): method __unicode__ (line 254) | def __unicode__(self): method _eq (line 265) | def _eq(self, other): method clone (line 269) | def clone(self): method post_order (line 274) | def post_order(self): method pre_order (line 281) | def pre_order(self): method _prefix_getter (line 288) | def _prefix_getter(self): method _prefix_setter (line 296) | def _prefix_setter(self, prefix): method set_child (line 302) | def set_child(self, i, child): method insert_child (line 312) | def insert_child(self, i, child): method append_child (line 321) | def append_child(self, child): class Leaf (line 331) | class Leaf(Base): method __init__ (line 340) | def __init__(self, type, value, method __repr__ (line 359) | def __repr__(self): method __unicode__ (line 365) | def __unicode__(self): method _eq (line 376) | def _eq(self, other): method clone (line 380) | def clone(self): method leaves (line 386) | def leaves(self): method post_order (line 389) | def post_order(self): method pre_order (line 393) | def pre_order(self): method _prefix_getter (line 397) | def _prefix_getter(self): method _prefix_setter (line 403) | def _prefix_setter(self, prefix): function convert (line 409) | def convert(gr, raw_node): class BasePattern (line 428) | class BasePattern(object): method __new__ (line 449) | def __new__(cls, *args, **kwds): method __repr__ (line 454) | def __repr__(self): method optimize (line 460) | def optimize(self): method match (line 468) | def match(self, node, results=None): method match_seq (line 493) | def match_seq(self, nodes, results=None): method generate_matches (line 503) | def generate_matches(self, nodes): class LeafPattern (line 514) | class LeafPattern(BasePattern): method __init__ (line 516) | def __init__(self, type=None, content=None, name=None): method match (line 536) | def match(self, node, results=None): method _submatch (line 542) | def _submatch(self, node, results=None): class NodePattern (line 558) | class NodePattern(BasePattern): method __init__ (line 562) | def __init__(self, type=None, content=None, name=None): method _submatch (line 591) | def _submatch(self, node, results=None): class WildcardPattern (line 619) | class WildcardPattern(BasePattern): method __init__ (line 633) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 668) | def optimize(self): method match (line 687) | def match(self, node, results=None): method match_seq (line 691) | def match_seq(self, nodes, results=None): method generate_matches (line 702) | def generate_matches(self, nodes): method _iterative_matches (line 747) | def _iterative_matches(self, nodes): method _bare_name_matches (line 776) | def _bare_name_matches(self, nodes): method _recursive_matches (line 792) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 807) | class NegatedPattern(BasePattern): method __init__ (line 809) | def __init__(self, content=None): method match (line 822) | def match(self, node): method match_seq (line 826) | def match_seq(self, nodes): method generate_matches (line 830) | def generate_matches(self, nodes): function generate_matches (line 842) | def generate_matches(patterns, nodes): FILE: tests/pythons/win32-py33/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win32-py33/Lib/linecache.py function getline (line 14) | def getline(filename, lineno, module_globals=None): function clearcache (line 27) | def clearcache(): function getlines (line 34) | def getlines(filename, module_globals=None): function checkcache (line 44) | def checkcache(filename=None): function updatecache (line 69) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win32-py33/Lib/locale.py function _strcoll (line 34) | def _strcoll(a,b): function _strxfrm (line 40) | def _strxfrm(s): function localeconv (line 64) | def localeconv(): function setlocale (line 88) | def setlocale(category, value=None): function localeconv (line 110) | def localeconv(): function _grouping_intervals (line 123) | def _grouping_intervals(grouping): function _group (line 139) | def _group(s, monetary=False): function _strip_padding (line 170) | def _strip_padding(s, amount): function format (line 184) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 197) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 221) | def format_string(f, val, grouping=False): function currency (line 255) | def currency(val, symbol=True, grouping=False, international=False): function str (line 300) | def str(val): function atof (line 304) | def atof(string, func=float): function atoi (line 317) | def atoi(str): function _test (line 321) | def _test(): function _replace_encoding (line 339) | def _replace_encoding(code, encoding): function normalize (line 355) | def normalize(localename): function _parse_localename (line 437) | def _parse_localename(localename): function _build_localename (line 467) | def _build_localename(localetuple): function getdefaultlocale (line 487) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 540) | def getlocale(category=LC_CTYPE): function setlocale (line 558) | def setlocale(category, locale=None): function resetlocale (line 575) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 587) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 597) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 606) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1884) | def _print_locale(): FILE: tests/pythons/win32-py33/Lib/logging/__init__.py function currentframe (line 66) | def currentframe(): function getLevelName (line 142) | def getLevelName(level): function addLevelName (line 158) | def addLevelName(level, levelName): function _checkLevel (line 171) | def _checkLevel(level): function _acquireLock (line 200) | def _acquireLock(): function _releaseLock (line 209) | def _releaseLock(): class LogRecord (line 220) | class LogRecord(object): method __init__ (line 232) | def __init__(self, name, level, pathname, lineno, method __str__ (line 298) | def __str__(self): method getMessage (line 302) | def getMessage(self): function setLogRecordFactory (line 319) | def setLogRecordFactory(factory): function getLogRecordFactory (line 329) | def getLogRecordFactory(): function makeLogRecord (line 336) | def makeLogRecord(dict): class PercentStyle (line 351) | class PercentStyle(object): method __init__ (line 357) | def __init__(self, fmt): method usesTime (line 360) | def usesTime(self): method format (line 363) | def format(self, record): class StrFormatStyle (line 366) | class StrFormatStyle(PercentStyle): method format (line 371) | def format(self, record): class StringTemplateStyle (line 375) | class StringTemplateStyle(PercentStyle): method __init__ (line 380) | def __init__(self, fmt): method usesTime (line 384) | def usesTime(self): method format (line 388) | def format(self, record): class Formatter (line 399) | class Formatter(object): method __init__ (line 443) | def __init__(self, fmt=None, datefmt=None, style='%'): method formatTime (line 468) | def formatTime(self, record, datefmt=None): method formatException (line 494) | def formatException(self, ei): method usesTime (line 513) | def usesTime(self): method formatMessage (line 519) | def formatMessage(self, record): method formatStack (line 522) | def formatStack(self, stack_info): method format (line 535) | def format(self, record): class BufferingFormatter (line 572) | class BufferingFormatter(object): method __init__ (line 576) | def __init__(self, linefmt=None): method formatHeader (line 586) | def formatHeader(self, records): method formatFooter (line 592) | def formatFooter(self, records): method format (line 598) | def format(self, records): class Filter (line 614) | class Filter(object): method __init__ (line 625) | def __init__(self, name=''): method filter (line 636) | def filter(self, record): class Filterer (line 651) | class Filterer(object): method __init__ (line 656) | def __init__(self): method addFilter (line 662) | def addFilter(self, filter): method removeFilter (line 669) | def removeFilter(self, filter): method filter (line 676) | def filter(self, record): function _removeHandlerRef (line 706) | def _removeHandlerRef(wr): function _addHandlerRef (line 722) | def _addHandlerRef(handler): class Handler (line 732) | class Handler(Filterer): method __init__ (line 741) | def __init__(self, level=NOTSET): method get_name (line 754) | def get_name(self): method set_name (line 757) | def set_name(self, name): method createLock (line 770) | def createLock(self): method acquire (line 779) | def acquire(self): method release (line 786) | def release(self): method setLevel (line 793) | def setLevel(self, level): method format (line 799) | def format(self, record): method emit (line 812) | def emit(self, record): method handle (line 822) | def handle(self, record): method setFormatter (line 840) | def setFormatter(self, fmt): method flush (line 846) | def flush(self): method close (line 855) | def close(self): method handleError (line 872) | def handleError(self, record): class StreamHandler (line 896) | class StreamHandler(Handler): method __init__ (line 905) | def __init__(self, stream=None): method flush (line 916) | def flush(self): method emit (line 927) | def emit(self, record): class FileHandler (line 949) | class FileHandler(StreamHandler): method __init__ (line 953) | def __init__(self, filename, mode='a', encoding=None, delay=False): method close (line 971) | def close(self): method _open (line 988) | def _open(self): method emit (line 995) | def emit(self, record): class _StderrHandler (line 1006) | class _StderrHandler(StreamHandler): method __init__ (line 1012) | def __init__(self, level=NOTSET): method stream (line 1019) | def stream(self): class PlaceHolder (line 1030) | class PlaceHolder(object): method __init__ (line 1036) | def __init__(self, alogger): method append (line 1042) | def append(self, alogger): function setLoggerClass (line 1054) | def setLoggerClass(klass): function getLoggerClass (line 1067) | def getLoggerClass(): class Manager (line 1074) | class Manager(object): method __init__ (line 1079) | def __init__(self, rootnode): method getLogger (line 1090) | def getLogger(self, name): method setLoggerClass (line 1124) | def setLoggerClass(self, klass): method setLogRecordFactory (line 1134) | def setLogRecordFactory(self, factory): method _fixupParents (line 1141) | def _fixupParents(self, alogger): method _fixupChildren (line 1165) | def _fixupChildren(self, ph, alogger): class Logger (line 1182) | class Logger(Filterer): method __init__ (line 1197) | def __init__(self, name, level=NOTSET): method setLevel (line 1209) | def setLevel(self, level): method debug (line 1215) | def debug(self, msg, *args, **kwargs): method info (line 1227) | def info(self, msg, *args, **kwargs): method warning (line 1239) | def warning(self, msg, *args, **kwargs): method warn (line 1251) | def warn(self, msg, *args, **kwargs): method error (line 1256) | def error(self, msg, *args, **kwargs): method exception (line 1268) | def exception(self, msg, *args, **kwargs): method critical (line 1275) | def critical(self, msg, *args, **kwargs): method log (line 1289) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1306) | def findCaller(self, stack_info=False): method makeRecord (line 1336) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, method _log (line 1351) | def _log(self, level, msg, args, exc_info=None, extra=None, stack_info... method handle (line 1374) | def handle(self, record): method addHandler (line 1384) | def addHandler(self, hdlr): method removeHandler (line 1395) | def removeHandler(self, hdlr): method hasHandlers (line 1406) | def hasHandlers(self): method callHandlers (line 1428) | def callHandlers(self, record): method getEffectiveLevel (line 1458) | def getEffectiveLevel(self): method isEnabledFor (line 1472) | def isEnabledFor(self, level): method getChild (line 1480) | def getChild(self, suffix): class RootLogger (line 1499) | class RootLogger(Logger): method __init__ (line 1505) | def __init__(self, level): class LoggerAdapter (line 1513) | class LoggerAdapter(object): method __init__ (line 1519) | def __init__(self, logger, extra): method process (line 1533) | def process(self, msg, kwargs): method debug (line 1549) | def debug(self, msg, *args, **kwargs): method info (line 1555) | def info(self, msg, *args, **kwargs): method warning (line 1561) | def warning(self, msg, *args, **kwargs): method warn (line 1567) | def warn(self, msg, *args, **kwargs): method error (line 1572) | def error(self, msg, *args, **kwargs): method exception (line 1578) | def exception(self, msg, *args, **kwargs): method critical (line 1585) | def critical(self, msg, *args, **kwargs): method log (line 1591) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1600) | def isEnabledFor(self, level): method setLevel (line 1608) | def setLevel(self, level): method getEffectiveLevel (line 1614) | def getEffectiveLevel(self): method hasHandlers (line 1620) | def hasHandlers(self): function basicConfig (line 1634) | def basicConfig(**kwargs): function getLogger (line 1729) | def getLogger(name=None): function critical (line 1740) | def critical(msg, *args, **kwargs): function error (line 1752) | def error(msg, *args, **kwargs): function exception (line 1762) | def exception(msg, *args, **kwargs): function warning (line 1771) | def warning(msg, *args, **kwargs): function warn (line 1781) | def warn(msg, *args, **kwargs): function info (line 1786) | def info(msg, *args, **kwargs): function debug (line 1796) | def debug(msg, *args, **kwargs): function log (line 1806) | def log(level, msg, *args, **kwargs): function disable (line 1816) | def disable(level): function shutdown (line 1822) | def shutdown(handlerList=_handlerList): class NullHandler (line 1858) | class NullHandler(Handler): method handle (line 1868) | def handle(self, record): method emit (line 1871) | def emit(self, record): method createLock (line 1874) | def createLock(self): function _showwarning (line 1881) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1899) | def captureWarnings(capture): FILE: tests/pythons/win32-py33/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _create_formatters (line 101) | def _create_formatters(cp): function _install_handlers (line 122) | def _install_handlers(cp, formatters): function _handle_existing_loggers (line 157) | def _handle_existing_loggers(existing, child_loggers, disable_existing): function _install_loggers (line 178) | def _install_loggers(cp, handlers, disable_existing): function valid_ident (line 267) | def valid_ident(s): class ConvertingDict (line 283) | class ConvertingDict(dict): method __getitem__ (line 286) | def __getitem__(self, key): method get (line 298) | def get(self, key, default=None): method pop (line 310) | def pop(self, key, default=None): class ConvertingList (line 320) | class ConvertingList(list): method __getitem__ (line 322) | def __getitem__(self, key): method pop (line 334) | def pop(self, idx=-1): class ConvertingTuple (line 343) | class ConvertingTuple(tuple): method __getitem__ (line 345) | def __getitem__(self, key): class BaseConfigurator (line 355) | class BaseConfigurator(object): method __init__ (line 375) | def __init__(self, config): method resolve (line 379) | def resolve(self, s): method ext_convert (line 402) | def ext_convert(self, value): method cfg_convert (line 406) | def cfg_convert(self, value): method convert (line 440) | def convert(self, value): method configure_custom (line 468) | def configure_custom(self, config): method as_tuple (line 482) | def as_tuple(self, value): class DictConfigurator (line 488) | class DictConfigurator(BaseConfigurator): method configure (line 494) | def configure(self): method configure_formatter (line 653) | def configure_formatter(self, config): method configure_filter (line 676) | def configure_filter(self, config): method add_filters (line 685) | def add_filters(self, filterer, filters): method configure_handler (line 693) | def configure_handler(self, config): method add_handlers (line 752) | def add_handlers(self, logger, handlers): method common_logger_config (line 760) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 778) | def configure_logger(self, name, config, incremental=False): method configure_root (line 786) | def configure_root(self, config, incremental=False): function dictConfig (line 793) | def dictConfig(config): function listen (line 798) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 913) | def stopListening(): FILE: tests/pythons/win32-py33/Lib/logging/handlers.py class BaseRotatingHandler (line 48) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 54) | def __init__(self, filename, mode, encoding=None, delay=False): method emit (line 64) | def emit(self, record): method rotation_filename (line 80) | def rotation_filename(self, default_name): method rotate (line 99) | def rotate(self, source, dest): class RotatingFileHandler (line 120) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 125) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 157) | def doRollover(self): method shouldRollover (line 180) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 196) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 204) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 257) | def computeRollover(self, currentTime): method shouldRollover (line 317) | def shouldRollover(self, record): method getFilesToDelete (line 329) | def getFilesToDelete(self): method doRollover (line 352) | def doRollover(self): class WatchedFileHandler (line 402) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 422) | def __init__(self, filename, mode='a', encoding=None, delay=False): method _statstream (line 427) | def _statstream(self): method emit (line 432) | def emit(self, record): class SocketHandler (line 464) | class SocketHandler(logging.Handler): method __init__ (line 477) | def __init__(self, host, port): method makeSocket (line 498) | def makeSocket(self, timeout=1): method createSocket (line 513) | def createSocket(self): method send (line 541) | def send(self, s): method makePickle (line 568) | def makePickle(self, record): method handleError (line 588) | def handleError(self, record): method emit (line 602) | def emit(self, record): method close (line 619) | def close(self): class DatagramHandler (line 632) | class DatagramHandler(SocketHandler): method __init__ (line 643) | def __init__(self, host, port): method makeSocket (line 650) | def makeSocket(self): method send (line 658) | def send(self, s): class SysLogHandler (line 670) | class SysLogHandler(logging.Handler): method __init__ (line 773) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 801) | def _connect_unixsocket(self, address): method encodePriority (line 825) | def encodePriority(self, facility, priority): method close (line 838) | def close (self): method mapPriority (line 849) | def mapPriority(self, levelName): method emit (line 862) | def emit(self, record): class SMTPHandler (line 901) | class SMTPHandler(logging.Handler): method __init__ (line 905) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 940) | def getSubject(self, record): method emit (line 949) | def emit(self, record): class NTEventLogHandler (line 981) | class NTEventLogHandler(logging.Handler): method __init__ (line 991) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 1017) | def getMessageID(self, record): method getEventCategory (line 1027) | def getEventCategory(self, record): method getEventType (line 1036) | def getEventType(self, record): method emit (line 1049) | def emit(self, record): method close (line 1068) | def close(self): class HTTPHandler (line 1081) | class HTTPHandler(logging.Handler): method __init__ (line 1086) | def __init__(self, host, url, method="GET", secure=False, credentials=... method mapLogRecord (line 1101) | def mapLogRecord(self, record): method emit (line 1109) | def emit(self, record): class BufferingHandler (line 1155) | class BufferingHandler(logging.Handler): method __init__ (line 1161) | def __init__(self, capacity): method shouldFlush (line 1169) | def shouldFlush(self, record): method emit (line 1178) | def emit(self, record): method flush (line 1189) | def flush(self): method close (line 1201) | def close(self): class MemoryHandler (line 1210) | class MemoryHandler(BufferingHandler): method __init__ (line 1216) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1228) | def shouldFlush(self, record): method setTarget (line 1235) | def setTarget(self, target): method flush (line 1241) | def flush(self): method close (line 1258) | def close(self): class QueueHandler (line 1271) | class QueueHandler(logging.Handler): method __init__ (line 1282) | def __init__(self, queue): method enqueue (line 1289) | def enqueue(self, record): method prepare (line 1299) | def prepare(self, record): method emit (line 1324) | def emit(self, record): class QueueListener (line 1338) | class QueueListener(object): method __init__ (line 1346) | def __init__(self, queue, *handlers): method dequeue (line 1356) | def dequeue(self, block): method start (line 1365) | def start(self): method prepare (line 1376) | def prepare(self , record): method handle (line 1386) | def handle(self, record): method _monitor (line 1397) | def _monitor(self): method enqueue_sentinel (line 1429) | def enqueue_sentinel(self): method stop (line 1439) | def stop(self): FILE: tests/pythons/win32-py33/Lib/lzma.py class LZMAFile (line 38) | class LZMAFile(io.BufferedIOBase): method __init__ (line 49) | def __init__(self, filename=None, mode="r", *, method close (line 135) | def close(self): method closed (line 160) | def closed(self): method fileno (line 164) | def fileno(self): method seekable (line 169) | def seekable(self): method readable (line 173) | def readable(self): method writable (line 178) | def writable(self): method _check_not_closed (line 185) | def _check_not_closed(self): method _check_can_read (line 189) | def _check_can_read(self): method _check_can_write (line 193) | def _check_can_write(self): method _check_can_seek (line 197) | def _check_can_seek(self): method _fill_buffer (line 206) | def _fill_buffer(self): method _read_all (line 242) | def _read_all(self, return_data=True): method _read_block (line 254) | def _read_block(self, n, return_data=True): method peek (line 270) | def peek(self, size=-1): method read (line 281) | def read(self, size=-1): method read1 (line 295) | def read1(self, size=-1): method write (line 317) | def write(self, data): method _rewind (line 331) | def _rewind(self): method seek (line 338) | def seek(self, offset, whence=0): method tell (line 380) | def tell(self): function open (line 386) | def open(filename, mode="rb", *, function compress (line 431) | def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): function decompress (line 443) | def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): FILE: tests/pythons/win32-py33/Lib/macpath.py function _get_colon (line 26) | def _get_colon(path): function normcase (line 34) | def normcase(path): function isabs (line 41) | def isabs(s): function join (line 52) | def join(s, *p): function split (line 69) | def split(s): function splitext (line 85) | def splitext(p): function splitdrive (line 92) | def splitdrive(p): function dirname (line 104) | def dirname(s): return split(s)[0] function basename (line 105) | def basename(s): return split(s)[1] function ismount (line 107) | def ismount(s): function islink (line 113) | def islink(s): function lexists (line 125) | def lexists(path): function expandvars (line 134) | def expandvars(path): function expanduser (line 139) | def expanduser(path): class norm_error (line 143) | class norm_error(Exception): function normpath (line 146) | def normpath(s): function abspath (line 175) | def abspath(path): function realpath (line 186) | def realpath(path): FILE: tests/pythons/win32-py33/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): FILE: tests/pythons/win32-py33/Lib/mailbox.py class Mailbox (line 36) | class Mailbox: method __init__ (line 39) | def __init__(self, path, factory=None, create=True): method add (line 44) | def add(self, message): method remove (line 48) | def remove(self, key): method __delitem__ (line 52) | def __delitem__(self, key): method discard (line 55) | def discard(self, key): method __setitem__ (line 62) | def __setitem__(self, key, message): method get (line 66) | def get(self, key, default=None): method __getitem__ (line 73) | def __getitem__(self, key): method get_message (line 81) | def get_message(self, key): method get_string (line 85) | def get_string(self, key): method get_bytes (line 92) | def get_bytes(self, key): method get_file (line 96) | def get_file(self, key): method iterkeys (line 100) | def iterkeys(self): method keys (line 104) | def keys(self): method itervalues (line 108) | def itervalues(self): method __iter__ (line 117) | def __iter__(self): method values (line 120) | def values(self): method iteritems (line 124) | def iteritems(self): method items (line 133) | def items(self): method __contains__ (line 137) | def __contains__(self, key): method __len__ (line 141) | def __len__(self): method clear (line 145) | def clear(self): method pop (line 150) | def pop(self, key, default=None): method popitem (line 159) | def popitem(self): method update (line 166) | def update(self, arg=None): method flush (line 183) | def flush(self): method lock (line 187) | def lock(self): method unlock (line 191) | def unlock(self): method close (line 195) | def close(self): method _string_to_bytes (line 199) | def _string_to_bytes(self, message): method _dump_message (line 212) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 267) | class Maildir(Mailbox): method __init__ (line 272) | def __init__(self, dirname, factory=None, create=True): method add (line 292) | def add(self, message): method remove (line 333) | def remove(self, key): method discard (line 337) | def discard(self, key): method __setitem__ (line 348) | def __setitem__(self, key, message): method get_message (line 375) | def get_message(self, key): method get_bytes (line 393) | def get_bytes(self, key): method get_file (line 401) | def get_file(self, key): method iterkeys (line 406) | def iterkeys(self): method __contains__ (line 416) | def __contains__(self, key): method __len__ (line 421) | def __len__(self): method flush (line 426) | def flush(self): method lock (line 432) | def lock(self): method unlock (line 436) | def unlock(self): method close (line 440) | def close(self): method list_folders (line 444) | def list_folders(self): method get_folder (line 453) | def get_folder(self, folder): method add_folder (line 459) | def add_folder(self, folder): method remove_folder (line 469) | def remove_folder(self, folder): method clean (line 488) | def clean(self): method _create_tmp (line 498) | def _create_tmp(self): method _refresh (line 526) | def _refresh(self): method _lookup (line 562) | def _lookup(self, key): method next (line 576) | def next(self): class _singlefileMailbox (line 589) | class _singlefileMailbox(Mailbox): method __init__ (line 592) | def __init__(self, path, factory=None, create=True): method add (line 615) | def add(self, message): method remove (line 625) | def remove(self, key): method __setitem__ (line 631) | def __setitem__(self, key, message): method iterkeys (line 637) | def iterkeys(self): method __contains__ (line 643) | def __contains__(self, key): method __len__ (line 648) | def __len__(self): method lock (line 653) | def lock(self): method unlock (line 659) | def unlock(self): method flush (line 665) | def flush(self): method _pre_mailbox_hook (line 733) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 737) | def _pre_message_hook(self, f): method _post_message_hook (line 741) | def _post_message_hook(self, f): method close (line 745) | def close(self): method _lookup (line 752) | def _lookup(self, key=None): method _append_message (line 762) | def _append_message(self, message): class _mboxMMDF (line 785) | class _mboxMMDF(_singlefileMailbox): method get_message (line 790) | def get_message(self, key): method get_string (line 800) | def get_string(self, key, from_=False): method get_bytes (line 805) | def get_bytes(self, key, from_=False): method get_file (line 814) | def get_file(self, key, from_=False): method _install_message (line 822) | def _install_message(self, message): class mbox (line 851) | class mbox(_mboxMMDF): method __init__ (line 860) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 865) | def _post_message_hook(self, f): method _generate_toc (line 869) | def _generate_toc(self): class MMDF (line 903) | class MMDF(_mboxMMDF): method __init__ (line 906) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 911) | def _pre_message_hook(self, f): method _post_message_hook (line 915) | def _post_message_hook(self, f): method _generate_toc (line 919) | def _generate_toc(self): class MH (line 948) | class MH(Mailbox): method __init__ (line 951) | def __init__(self, path, factory=None, create=True): method add (line 963) | def add(self, message): method remove (line 997) | def remove(self, key): method __setitem__ (line 1011) | def __setitem__(self, key, message): method get_message (line 1035) | def get_message(self, key): method get_bytes (line 1062) | def get_bytes(self, key): method get_file (line 1085) | def get_file(self, key): method iterkeys (line 1096) | def iterkeys(self): method __contains__ (line 1101) | def __contains__(self, key): method __len__ (line 1105) | def __len__(self): method lock (line 1109) | def lock(self): method unlock (line 1116) | def unlock(self): method flush (line 1124) | def flush(self): method close (line 1128) | def close(self): method list_folders (line 1133) | def list_folders(self): method get_folder (line 1141) | def get_folder(self, folder): method add_folder (line 1146) | def add_folder(self, folder): method remove_folder (line 1151) | def remove_folder(self, folder): method get_sequences (line 1163) | def get_sequences(self): method set_sequences (line 1187) | def set_sequences(self, sequences): method pack (line 1216) | def pack(self): method _dump_sequences (line 1241) | def _dump_sequences(self, message, key): class Babyl (line 1256) | class Babyl(_singlefileMailbox): method __init__ (line 1262) | def __init__(self, path, factory=None, create=True): method add (line 1267) | def add(self, message): method remove (line 1274) | def remove(self, key): method __setitem__ (line 1280) | def __setitem__(self, key, message): method get_message (line 1286) | def get_message(self, key): method get_bytes (line 1314) | def get_bytes(self, key): method get_file (line 1336) | def get_file(self, key): method get_labels (line 1340) | def get_labels(self): method _generate_toc (line 1349) | def _generate_toc(self): method _pre_mailbox_hook (line 1379) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1389) | def _pre_message_hook(self, f): method _post_message_hook (line 1393) | def _post_message_hook(self, f): method _install_message (line 1397) | def _install_message(self, message): class Message (line 1505) | class Message(email.message.Message): method __init__ (line 1508) | def __init__(self, message=None): method _become_message (line 1527) | def _become_message(self, message): method _explain_to (line 1534) | def _explain_to(self, message): class MaildirMessage (line 1542) | class MaildirMessage(Message): method __init__ (line 1547) | def __init__(self, message=None): method get_subdir (line 1554) | def get_subdir(self): method set_subdir (line 1558) | def set_subdir(self, subdir): method get_flags (line 1565) | def get_flags(self): method set_flags (line 1572) | def set_flags(self, flags): method add_flag (line 1576) | def add_flag(self, flag): method remove_flag (line 1580) | def remove_flag(self, flag): method get_date (line 1585) | def get_date(self): method set_date (line 1589) | def set_date(self, date): method get_info (line 1596) | def get_info(self): method set_info (line 1600) | def set_info(self, info): method _explain_to (line 1607) | def _explain_to(self, message): class _mboxMMDFMessage (line 1651) | class _mboxMMDFMessage(Message): method __init__ (line 1656) | def __init__(self, message=None): method get_from (line 1665) | def get_from(self): method set_from (line 1669) | def set_from(self, from_, time_=None): method get_flags (line 1677) | def get_flags(self): method set_flags (line 1681) | def set_flags(self, flags): method add_flag (line 1703) | def add_flag(self, flag): method remove_flag (line 1707) | def remove_flag(self, flag): method _explain_to (line 1712) | def _explain_to(self, message): class mboxMessage (line 1764) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1768) | class MHMessage(Message): method __init__ (line 1773) | def __init__(self, message=None): method get_sequences (line 1778) | def get_sequences(self): method set_sequences (line 1782) | def set_sequences(self, sequences): method add_sequence (line 1786) | def add_sequence(self, sequence): method remove_sequence (line 1794) | def remove_sequence(self, sequence): method _explain_to (line 1801) | def _explain_to(self, message): class BabylMessage (line 1840) | class BabylMessage(Message): method __init__ (line 1845) | def __init__(self, message=None): method get_labels (line 1851) | def get_labels(self): method set_labels (line 1855) | def set_labels(self, labels): method add_label (line 1859) | def add_label(self, label): method remove_label (line 1867) | def remove_label(self, label): method get_visible (line 1874) | def get_visible(self): method set_visible (line 1878) | def set_visible(self, visible): method update_visible (line 1882) | def update_visible(self): method _explain_to (line 1893) | def _explain_to(self, message): class MMDFMessage (line 1935) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1939) | class _ProxyFile: method __init__ (line 1942) | def __init__(self, f, pos=None): method read (line 1950) | def read(self, size=None): method read1 (line 1954) | def read1(self, size=None): method readline (line 1958) | def readline(self, size=None): method readlines (line 1962) | def readlines(self, sizehint=None): method __iter__ (line 1973) | def __iter__(self): method tell (line 1981) | def tell(self): method seek (line 1985) | def seek(self, offset, whence=0): method close (line 1992) | def close(self): method _read (line 1999) | def _read(self, size, read_method): method __enter__ (line 2008) | def __enter__(self): method __exit__ (line 2012) | def __exit__(self, *exc): method readable (line 2015) | def readable(self): method writable (line 2018) | def writable(self): method seekable (line 2021) | def seekable(self): method flush (line 2024) | def flush(self): method closed (line 2028) | def closed(self): class _PartialFile (line 2036) | class _PartialFile(_ProxyFile): method __init__ (line 2039) | def __init__(self, f, start=None, stop=None): method tell (line 2045) | def tell(self): method seek (line 2049) | def seek(self, offset, whence=0): method _read (line 2059) | def _read(self, size, read_method): method close (line 2068) | def close(self): function _lock_file (line 2075) | def _lock_file(f, dotlock=True): function _unlock_file (line 2120) | def _unlock_file(f): function _create_carefully (line 2127) | def _create_carefully(path): function _create_temporary (line 2135) | def _create_temporary(path): function _sync_flush (line 2141) | def _sync_flush(f): function _sync_close (line 2147) | def _sync_close(f): class Error (line 2153) | class Error(Exception): class NoSuchMailboxError (line 2156) | class NoSuchMailboxError(Error): class NotEmptyError (line 2159) | class NotEmptyError(Error): class ExternalClashError (line 2162) | class ExternalClashError(Error): class FormatError (line 2165) | class FormatError(Error): FILE: tests/pythons/win32-py33/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win32-py33/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 268) | def guess_type(url, strict=True): function guess_all_extensions (line 291) | def guess_all_extensions(type, strict=True): function guess_extension (line 308) | def guess_extension(type, strict=True): function add_type (line 324) | def add_type(type, ext, strict=True): function init (line 341) | def init(files=None): function read_mime_types (line 361) | def read_mime_types(file): function _default_mime_types (line 372) | def _default_mime_types(): function usage (line 564) | def usage(code, msg=''): FILE: tests/pythons/win32-py33/Lib/modulefinder.py function AddPackagePath (line 29) | def AddPackagePath(packagename, path): function ReplacePackage (line 40) | def ReplacePackage(oldname, newname): class Module (line 44) | class Module: method __init__ (line 46) | def __init__(self, name, file=None, path=None): method __repr__ (line 59) | def __repr__(self): class ModuleFinder (line 68) | class ModuleFinder: method __init__ (line 70) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 82) | def msg(self, level, str, *args): method msgin (line 91) | def msgin(self, *args): method msgout (line 97) | def msgout(self, *args): method run_script (line 103) | def run_script(self, pathname): method load_file (line 109) | def load_file(self, pathname): method import_hook (line 116) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 127) | def determine_parent(self, caller, level=-1): method find_head_package (line 162) | def find_head_package(self, parent, name): method load_tail (line 189) | def load_tail(self, q, tail): method ensure_fromlist (line 204) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 218) | def find_all_submodules(self, m): method import_module (line 246) | def import_module(self, partname, fqname, parent): method load_module (line 277) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 304) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 312) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes_25 (line 335) | def scan_opcodes_25(self, co, method scan_code (line 364) | def scan_code(self, co, m): method load_package (line 413) | def load_package(self, fqname, pathname): method add_module (line 434) | def add_module(self, fqname): method find_module (line 440) | def find_module(self, name, path, parent=None): method report (line 457) | def report(self): method any_missing (line 491) | def any_missing(self): method any_missing_maybe (line 499) | def any_missing_maybe(self): method replace_paths_in_code (line 545) | def replace_paths_in_code(self, co): function test (line 573) | def test(): FILE: tests/pythons/win32-py33/Lib/msilib/__init__.py class Table (line 27) | class Table: method __init__ (line 28) | def __init__(self, name): method add_field (line 32) | def add_field(self, index, name, type): method sql (line 35) | def sql(self): method create (line 77) | def create(self, db): class _Unspecified (line 82) | class _Unspecified:pass function change_sequence (line 83) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 95) | def add_data(db, table, values): function add_stream (line 122) | def add_stream(db, name, path): function init_database (line 129) | def init_database(name, schema, function add_tables (line 170) | def add_tables(db, module): function make_id (line 174) | def make_id(str): function gen_uuid (line 182) | def gen_uuid(): class CAB (line 185) | class CAB: method __init__ (line 186) | def __init__(self, name): method gen_id (line 192) | def gen_id(self, file): method append (line 201) | def append(self, full, file, logical): method commit (line 210) | def commit(self, db): class Directory (line 221) | class Directory: method __init__ (line 222) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 256) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 285) | def make_short(self, file): method add_file (line 326) | def add_file(self, file, src=None, version=None, language=None): method glob (line 375) | def glob(self, pattern, exclude = None): method remove_pyc (line 384) | def remove_pyc(self): class Binary (line 390) | class Binary: method __init__ (line 391) | def __init__(self, fname): method __repr__ (line 393) | def __repr__(self): class Feature (line 396) | class Feature: method __init__ (line 397) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 405) | def set_current(self): class Control (line 409) | class Control: method __init__ (line 410) | def __init__(self, dlg, name): method event (line 414) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 419) | def mapping(self, event, attribute): method condition (line 423) | def condition(self, action, condition): class RadioButtonGroup (line 427) | class RadioButtonGroup(Control): method __init__ (line 428) | def __init__(self, dlg, name, property): method add (line 434) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 442) | class Dialog: method __init__ (line 443) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 449) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 454) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 458) | def bitmap(self, name, x, y, w, h, text): method line (line 461) | def line(self, name, x, y, w, h): method pushbutton (line 464) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 467) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 473) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win32-py33/Lib/multiprocessing/__init__.py class ProcessError (line 46) | class ProcessError(Exception): class BufferTooShort (line 49) | class BufferTooShort(ProcessError): class TimeoutError (line 52) | class TimeoutError(ProcessError): class AuthenticationError (line 55) | class AuthenticationError(ProcessError): function Manager (line 64) | def Manager(): function Pipe (line 76) | def Pipe(duplex=True): function cpu_count (line 83) | def cpu_count(): function freeze_support (line 112) | def freeze_support(): function get_logger (line 121) | def get_logger(): function log_to_stderr (line 128) | def log_to_stderr(level=None): function allow_connection_pickling (line 135) | def allow_connection_pickling(): function Lock (line 147) | def Lock(): function RLock (line 154) | def RLock(): function Condition (line 161) | def Condition(lock=None): function Semaphore (line 168) | def Semaphore(value=1): function BoundedSemaphore (line 175) | def BoundedSemaphore(value=1): function Event (line 182) | def Event(): function Barrier (line 189) | def Barrier(parties, action=None, timeout=None): function Queue (line 196) | def Queue(maxsize=0): function JoinableQueue (line 203) | def JoinableQueue(maxsize=0): function SimpleQueue (line 210) | def SimpleQueue(): function Pool (line 217) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 224) | def RawValue(typecode_or_type, *args): function RawArray (line 231) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 238) | def Value(typecode_or_type, *args, lock=True): function Array (line 245) | def Array(typecode_or_type, size_or_initializer, *, lock=True): function set_executable (line 258) | def set_executable(executable): FILE: tests/pythons/win32-py33/Lib/multiprocessing/connection.py function _init_timeout (line 58) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 61) | def _check_timeout(t): function arbitrary_address (line 68) | def arbitrary_address(family): function _validate_family (line 82) | def _validate_family(family): function address_type (line 94) | def address_type(address): class _ConnectionBase (line 113) | class _ConnectionBase: method __init__ (line 116) | def __init__(self, handle, readable=True, writable=True): method __del__ (line 129) | def __del__(self): method _check_closed (line 133) | def _check_closed(self): method _check_readable (line 137) | def _check_readable(self): method _check_writable (line 141) | def _check_writable(self): method _bad_message_length (line 145) | def _bad_message_length(self): method closed (line 153) | def closed(self): method readable (line 158) | def readable(self): method writable (line 163) | def writable(self): method fileno (line 167) | def fileno(self): method close (line 172) | def close(self): method send_bytes (line 180) | def send_bytes(self, buf, offset=0, size=None): method send (line 201) | def send(self, obj): method recv_bytes (line 209) | def recv_bytes(self, maxlength=None): method recv_bytes_into (line 222) | def recv_bytes_into(self, buf, offset=0): method recv (line 247) | def recv(self): method poll (line 254) | def poll(self, timeout=0.0): method __enter__ (line 260) | def __enter__(self): method __exit__ (line 263) | def __exit__(self, exc_type, exc_value, exc_tb): class PipeConnection (line 269) | class PipeConnection(_ConnectionBase): method _close (line 277) | def _close(self, _CloseHandle=_winapi.CloseHandle): method _send_bytes (line 280) | def _send_bytes(self, buf): method _recv_bytes (line 295) | def _recv_bytes(self, maxsize=None): method _poll (line 327) | def _poll(self, timeout): method _get_more_data (line 333) | def _get_more_data(self, ov, maxsize): class Connection (line 349) | class Connection(_ConnectionBase): method _close (line 356) | def _close(self, _close=_multiprocessing.closesocket): method _close (line 361) | def _close(self, _close=os.close): method _send (line 366) | def _send(self, buf, write=_write): method _recv (line 378) | def _recv(self, size, read=_read): method _send_bytes (line 397) | def _send_bytes(self, buf): method _recv_bytes (line 416) | def _recv_bytes(self, maxsize=None): method _poll (line 423) | def _poll(self, timeout): class Listener (line 432) | class Listener(object): method __init__ (line 439) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 455) | def accept(self): method close (line 469) | def close(self): method __enter__ (line 480) | def __enter__(self): method __exit__ (line 483) | def __exit__(self, exc_type, exc_value, exc_tb): function Client (line 487) | def Client(address, family=None, authkey=None): function Pipe (line 510) | def Pipe(duplex=True): function Pipe (line 529) | def Pipe(duplex=True): class SocketListener (line 571) | class SocketListener(object): method __init__ (line 575) | def __init__(self, address, family, backlog=1): method accept (line 599) | def accept(self): method close (line 610) | def close(self): function SocketClient (line 616) | def SocketClient(address): class PipeListener (line 632) | class PipeListener(object): method __init__ (line 636) | def __init__(self, address, backlog=None): method _new_handle (line 647) | def _new_handle(self, first=False): method accept (line 659) | def accept(self): method _finalize_pipe_listener (line 683) | def _finalize_pipe_listener(queue, address): function PipeClient (line 688) | def PipeClient(address): function deliver_challenge (line 725) | def deliver_challenge(connection, authkey): function answer_challenge (line 738) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 754) | class ConnectionWrapper(object): method __init__ (line 755) | def __init__(self, conn, dumps, loads): method send (line 762) | def send(self, obj): method recv (line 765) | def recv(self): function _xml_dumps (line 769) | def _xml_dumps(obj): function _xml_loads (line 772) | def _xml_loads(s): class XmlListener (line 776) | class XmlListener(Listener): method accept (line 777) | def accept(self): function XmlClient (line 783) | def XmlClient(*args, **kwds): function _exhaustive_wait (line 794) | def _exhaustive_wait(handles, timeout): function wait (line 816) | def wait(object_list, timeout=None): function _poll (line 888) | def _poll(fds, timeout): function _poll (line 906) | def _poll(fds, timeout): function wait (line 910) | def wait(object_list, timeout=None): FILE: tests/pythons/win32-py33/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 59) | class DummyProcess(threading.Thread): method __init__ (line 61) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 68) | def start(self): method exitcode (line 76) | def exitcode(self): function active_children (line 90) | def active_children(): function freeze_support (line 97) | def freeze_support(): class Namespace (line 104) | class Namespace(object): method __init__ (line 105) | def __init__(self, **kwds): method __repr__ (line 107) | def __repr__(self): function Array (line 119) | def Array(typecode, sequence, lock=True): class Value (line 122) | class Value(object): method __init__ (line 123) | def __init__(self, typecode, value, lock=True): method _get (line 126) | def _get(self): method _set (line 128) | def _set(self, value): method __repr__ (line 131) | def __repr__(self): function Manager (line 134) | def Manager(): function shutdown (line 137) | def shutdown(): function Pool (line 140) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win32-py33/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): method __enter__ (line 56) | def __enter__(self): method __exit__ (line 59) | def __exit__(self, exc_type, exc_value, exc_tb): function Client (line 63) | def Client(address): function Pipe (line 69) | def Pipe(duplex=True): class Connection (line 74) | class Connection(object): method __init__ (line 76) | def __init__(self, _in, _out): method poll (line 82) | def poll(self, timeout=0.0): method close (line 92) | def close(self): method __enter__ (line 95) | def __enter__(self): method __exit__ (line 98) | def __exit__(self, exc_type, exc_value, exc_tb): FILE: tests/pythons/win32-py33/Lib/multiprocessing/forking.py function assert_spawning (line 23) | def assert_spawning(self): class ForkingPickler (line 37) | class ForkingPickler(Pickler): method __init__ (line 39) | def __init__(self, *args): method register (line 44) | def register(cls, type, reduce): function _reduce_method (line 47) | def _reduce_method(m): class _C (line 52) | class _C: method f (line 53) | def f(self): function _reduce_method_descriptor (line 58) | def _reduce_method_descriptor(m): function _reduce_partial (line 68) | def _reduce_partial(p): function _rebuild_partial (line 70) | def _rebuild_partial(func, args, keywords): class Popen (line 87) | class Popen(object): method __init__ (line 89) | def __init__(self, process_obj): method poll (line 111) | def poll(self, flag=os.WNOHANG): method wait (line 132) | def wait(self, timeout=None): method terminate (line 142) | def terminate(self): method thread_is_spawning (line 151) | def thread_is_spawning(): method __init__ (line 215) | def __init__(self, process_obj): method thread_is_spawning (line 253) | def thread_is_spawning(): method duplicate_for_child (line 257) | def duplicate_for_child(handle): method wait (line 260) | def wait(self, timeout=None): method poll (line 276) | def poll(self): method terminate (line 279) | def terminate(self): function dump (line 165) | def dump(obj, file, protocol=None): function set_executable (line 188) | def set_executable(exe): function duplicate (line 196) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 209) | class Popen(object): method __init__ (line 89) | def __init__(self, process_obj): method poll (line 111) | def poll(self, flag=os.WNOHANG): method wait (line 132) | def wait(self, timeout=None): method terminate (line 142) | def terminate(self): method thread_is_spawning (line 151) | def thread_is_spawning(): method __init__ (line 215) | def __init__(self, process_obj): method thread_is_spawning (line 253) | def thread_is_spawning(): method duplicate_for_child (line 257) | def duplicate_for_child(handle): method wait (line 260) | def wait(self, timeout=None): method poll (line 276) | def poll(self): method terminate (line 279) | def terminate(self): function is_forking (line 291) | def is_forking(argv): function freeze_support (line 302) | def freeze_support(): function get_command_line (line 311) | def get_command_line(): function main (line 338) | def main(): function get_preparation_data (line 360) | def get_preparation_data(name): function prepare (line 396) | def prepare(data): FILE: tests/pythons/win32-py33/Lib/multiprocessing/heap.py class Arena (line 31) | class Arena(object): method __init__ (line 35) | def __init__(self, size): method __getstate__ (line 42) | def __getstate__(self): method __setstate__ (line 46) | def __setstate__(self, state): method __init__ (line 55) | def __init__(self, size): class Arena (line 53) | class Arena(object): method __init__ (line 35) | def __init__(self, size): method __getstate__ (line 42) | def __getstate__(self): method __setstate__ (line 46) | def __setstate__(self, state): method __init__ (line 55) | def __init__(self, size): class Heap (line 64) | class Heap(object): method __init__ (line 68) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 82) | def _roundup(n, alignment): method _malloc (line 87) | def _malloc(self, size): method _free (line 109) | def _free(self, block): method _absorb (line 139) | def _absorb(self, block): method _free_pending_blocks (line 154) | def _free_pending_blocks(self): method free (line 164) | def free(self, block): method malloc (line 188) | def malloc(self, size): class BufferWrapper (line 211) | class BufferWrapper(object): method __init__ (line 215) | def __init__(self, size): method create_memoryview (line 221) | def create_memoryview(self): FILE: tests/pythons/win32-py33/Lib/multiprocessing/managers.py function reduce_array (line 32) | def reduce_array(a): function rebuild_as_list (line 38) | def rebuild_as_list(obj): class Token (line 49) | class Token(object): method __init__ (line 55) | def __init__(self, typeid, address, id): method __getstate__ (line 58) | def __getstate__(self): method __setstate__ (line 61) | def __setstate__(self, state): method __repr__ (line 64) | def __repr__(self): function dispatch (line 72) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 82) | def convert_to_error(kind, result): class RemoteError (line 94) | class RemoteError(Exception): method __str__ (line 95) | def __str__(self): function all_methods (line 102) | def all_methods(obj): function public_methods (line 113) | def public_methods(obj): class Server (line 123) | class Server(object): method __init__ (line 130) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 144) | def serve_forever(self): method accepter (line 166) | def accepter(self): method handle_request (line 176) | def handle_request(self, c): method serve_client (line 210) | def serve_client(self, conn): method fallback_getvalue (line 284) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 287) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 290) | def fallback_repr(self, conn, ident, obj): method dummy (line 299) | def dummy(self, c): method debug_info (line 302) | def debug_info(self, c): method number_of_objects (line 320) | def number_of_objects(self, c): method shutdown (line 326) | def shutdown(self, c): method create (line 339) | def create(self, c, typeid, *args, **kwds): method get_methods (line 377) | def get_methods(self, c, token): method accept_connection (line 383) | def accept_connection(self, c, name): method incref (line 391) | def incref(self, c, ident): method decref (line 398) | def decref(self, c, ident): class State (line 413) | class State(object): class BaseManager (line 432) | class BaseManager(object): method __init__ (line 439) | def __init__(self, address=None, authkey=None, serializer='pickle'): method get_server (line 449) | def get_server(self): method connect (line 457) | def connect(self): method start (line 466) | def start(self, initializer=None, initargs=()): method _run_server (line 503) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 522) | def _create(self, typeid, *args, **kwds): method join (line 534) | def join(self, timeout=None): method _debug_info (line 543) | def _debug_info(self): method _number_of_objects (line 553) | def _number_of_objects(self): method __enter__ (line 563) | def __enter__(self): method __exit__ (line 569) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 573) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 607) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 650) | class ProcessLocalSet(set): method __init__ (line 651) | def __init__(self): method __reduce__ (line 653) | def __reduce__(self): class BaseProxy (line 660) | class BaseProxy(object): method __init__ (line 667) | def __init__(self, token, serializer, manager=None, method _connect (line 705) | def _connect(self): method _callmethod (line 714) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 744) | def _getvalue(self): method _incref (line 750) | def _incref(self): method _decref (line 767) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 791) | def _after_fork(self): method __reduce__ (line 799) | def __reduce__(self): method __deepcopy__ (line 812) | def __deepcopy__(self, memo): method __repr__ (line 815) | def __repr__(self): method __str__ (line 819) | def __str__(self): function RebuildProxy (line 832) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 853) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 875) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 904) | class Namespace(object): method __init__ (line 905) | def __init__(self, **kwds): method __repr__ (line 907) | def __repr__(self): class Value (line 916) | class Value(object): method __init__ (line 917) | def __init__(self, typecode, value, lock=True): method get (line 920) | def get(self): method set (line 922) | def set(self, value): method __repr__ (line 924) | def __repr__(self): function Array (line 928) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 935) | class IteratorProxy(BaseProxy): method __iter__ (line 937) | def __iter__(self): method __next__ (line 939) | def __next__(self, *args): method send (line 941) | def send(self, *args): method throw (line 943) | def throw(self, *args): method close (line 945) | def close(self, *args): class AcquirerProxy (line 949) | class AcquirerProxy(BaseProxy): method acquire (line 951) | def acquire(self, blocking=True, timeout=None): method release (line 954) | def release(self): method __enter__ (line 956) | def __enter__(self): method __exit__ (line 958) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 962) | class ConditionProxy(AcquirerProxy): method wait (line 964) | def wait(self, timeout=None): method notify (line 966) | def notify(self): method notify_all (line 968) | def notify_all(self): method wait_for (line 970) | def wait_for(self, predicate, timeout=None): class EventProxy (line 989) | class EventProxy(BaseProxy): method is_set (line 991) | def is_set(self): method set (line 993) | def set(self): method clear (line 995) | def clear(self): method wait (line 997) | def wait(self, timeout=None): class BarrierProxy (line 1001) | class BarrierProxy(BaseProxy): method wait (line 1003) | def wait(self, timeout=None): method abort (line 1005) | def abort(self): method reset (line 1007) | def reset(self): method parties (line 1010) | def parties(self): method n_waiting (line 1013) | def n_waiting(self): method broken (line 1016) | def broken(self): class NamespaceProxy (line 1020) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1022) | def __getattr__(self, key): method __setattr__ (line 1027) | def __setattr__(self, key, value): method __delattr__ (line 1032) | def __delattr__(self, key): class ValueProxy (line 1039) | class ValueProxy(BaseProxy): method get (line 1041) | def get(self): method set (line 1043) | def set(self, value): class ListProxy (line 1054) | class ListProxy(BaseListProxy): method __iadd__ (line 1055) | def __iadd__(self, value): method __imul__ (line 1058) | def __imul__(self, value): class SyncManager (line 1091) | class SyncManager(BaseManager): FILE: tests/pythons/win32-py33/Lib/multiprocessing/pool.py function mapstar (line 39) | def mapstar(args): function starmapstar (line 42) | def starmapstar(args): class MaybeEncodingError (line 49) | class MaybeEncodingError(Exception): method __init__ (line 53) | def __init__(self, exc, value): method __str__ (line 58) | def __str__(self): method __repr__ (line 62) | def __repr__(self): function worker (line 66) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 108) | class Pool(object): method __init__ (line 114) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 173) | def _join_exited_workers(self): method _repopulate_pool (line 188) | def _repopulate_pool(self): method _maintain_pool (line 204) | def _maintain_pool(self): method _setup_queues (line 210) | def _setup_queues(self): method apply (line 217) | def apply(self, func, args=(), kwds={}): method map (line 224) | def map(self, func, iterable, chunksize=None): method starmap (line 231) | def starmap(self, func, iterable, chunksize=None): method starmap_async (line 239) | def starmap_async(self, func, iterable, chunksize=None, callback=None, method imap (line 247) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 266) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 285) | def apply_async(self, func, args=(), kwds={}, callback=None, method map_async (line 296) | def map_async(self, func, iterable, chunksize=None, callback=None, method _map_async (line 304) | def _map_async(self, func, iterable, mapper, chunksize=None, callback=... method _handle_workers (line 329) | def _handle_workers(pool): method _handle_tasks (line 342) | def _handle_tasks(taskqueue, put, outqueue, pool, cache): method _handle_results (line 384) | def _handle_results(outqueue, get, cache): method _get_tasks (line 442) | def _get_tasks(func, it, size): method __reduce__ (line 450) | def __reduce__(self): method close (line 455) | def close(self): method terminate (line 461) | def terminate(self): method join (line 467) | def join(self): method _help_stuff_finish (line 477) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 486) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, method __enter__ (line 531) | def __enter__(self): method __exit__ (line 534) | def __exit__(self, exc_type, exc_val, exc_tb): class ApplyResult (line 541) | class ApplyResult(object): method __init__ (line 543) | def __init__(self, cache, callback, error_callback): method ready (line 551) | def ready(self): method successful (line 554) | def successful(self): method wait (line 558) | def wait(self, timeout=None): method get (line 561) | def get(self, timeout=None): method _set (line 570) | def _set(self, i, obj): class MapResult (line 585) | class MapResult(ApplyResult): method __init__ (line 587) | def __init__(self, cache, chunksize, length, callback, error_callback): method _set (line 600) | def _set(self, i, success_result): class IMapIterator (line 622) | class IMapIterator(object): method __init__ (line 624) | def __init__(self, cache): method __iter__ (line 634) | def __iter__(self): method next (line 637) | def next(self, timeout=None): method _set (line 662) | def _set(self, i, obj): method _set_length (line 681) | def _set_length(self, length): class IMapUnorderedIterator (line 695) | class IMapUnorderedIterator(IMapIterator): method _set (line 697) | def _set(self, i, obj): class ThreadPool (line 712) | class ThreadPool(Pool): method __init__ (line 716) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 719) | def _setup_queues(self): method _help_stuff_finish (line 726) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win32-py33/Lib/multiprocessing/process.py function current_process (line 35) | def current_process(): function active_children (line 41) | def active_children(): function _cleanup (line 52) | def _cleanup(): class Process (line 62) | class Process(object): method __init__ (line 70) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 90) | def run(self): method start (line 97) | def start(self): method terminate (line 115) | def terminate(self): method join (line 121) | def join(self, timeout=None): method is_alive (line 131) | def is_alive(self): method name (line 144) | def name(self): method name (line 148) | def name(self, name): method daemon (line 153) | def daemon(self): method daemon (line 160) | def daemon(self, daemonic): method authkey (line 168) | def authkey(self): method authkey (line 172) | def authkey(self, authkey): method exitcode (line 179) | def exitcode(self): method ident (line 188) | def ident(self): method sentinel (line 200) | def sentinel(self): method __repr__ (line 210) | def __repr__(self): method _bootstrap (line 234) | def _bootstrap(self): class AuthenticationString (line 286) | class AuthenticationString(bytes): method __reduce__ (line 287) | def __reduce__(self): class _MainProcess (line 300) | class _MainProcess(Process): method __init__ (line 302) | def __init__(self): FILE: tests/pythons/win32-py33/Lib/multiprocessing/queues.py class Queue (line 31) | class Queue(object): method __init__ (line 33) | def __init__(self, maxsize=0): method __getstate__ (line 53) | def __getstate__(self): method __setstate__ (line 58) | def __setstate__(self, state): method _after_fork (line 63) | def _after_fork(self): method put (line 76) | def put(self, obj, block=True, timeout=None): method get (line 90) | def get(self, block=True, timeout=None): method qsize (line 118) | def qsize(self): method empty (line 122) | def empty(self): method full (line 125) | def full(self): method get_nowait (line 128) | def get_nowait(self): method put_nowait (line 131) | def put_nowait(self, obj): method close (line 134) | def close(self): method join_thread (line 140) | def join_thread(self): method cancel_join_thread (line 146) | def cancel_join_thread(self): method _start_thread (line 154) | def _start_thread(self): method _finalize_join (line 193) | def _finalize_join(twr): method _finalize_close (line 203) | def _finalize_close(buffer, notempty): method _feed (line 213) | def _feed(buffer, notempty, send, writelock, close, ignore_epipe): class JoinableQueue (line 280) | class JoinableQueue(Queue): method __init__ (line 282) | def __init__(self, maxsize=0): method __getstate__ (line 287) | def __getstate__(self): method __setstate__ (line 290) | def __setstate__(self, state): method put (line 294) | def put(self, obj, block=True, timeout=None): method task_done (line 311) | def task_done(self): method join (line 321) | def join(self): class SimpleQueue (line 333) | class SimpleQueue(object): method __init__ (line 335) | def __init__(self): method empty (line 345) | def empty(self): method __getstate__ (line 348) | def __getstate__(self): method __setstate__ (line 352) | def __setstate__(self, state): method _make_methods (line 356) | def _make_methods(self): FILE: tests/pythons/win32-py33/Lib/multiprocessing/reduction.py function send_handle (line 42) | def send_handle(conn, handle, destination_pid): function recv_handle (line 46) | def recv_handle(conn): class DupHandle (line 49) | class DupHandle(object): method __init__ (line 50) | def __init__(self, handle, access, pid=None): method detach (line 64) | def detach(self): class DupSocket (line 77) | class DupSocket(object): method __init__ (line 78) | def __init__(self, sock): method detach (line 85) | def detach(self): function reduce_socket (line 93) | def reduce_socket(s): function rebuild_socket (line 96) | def rebuild_socket(ds): function reduce_connection (line 99) | def reduce_connection(conn): function rebuild_connection (line 105) | def rebuild_connection(ds, readable, writable): function reduce_pipe_connection (line 110) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 116) | def rebuild_pipe_connection(dh, readable, writable): function send_handle (line 127) | def send_handle(conn, handle, destination_pid): function recv_handle (line 134) | def recv_handle(conn): class DupFd (line 149) | class DupFd(object): method __init__ (line 150) | def __init__(self, fd): method detach (line 158) | def detach(self): function reduce_socket (line 165) | def reduce_socket(s): function rebuild_socket (line 169) | def rebuild_socket(df, family, type, proto): function reduce_connection (line 175) | def reduce_connection(conn): function rebuild_connection (line 179) | def rebuild_connection(df, readable, writable): class ResourceSharer (line 188) | class ResourceSharer(object): method __init__ (line 189) | def __init__(self): method register (line 199) | def register(self, send, close): method get_connection (line 208) | def get_connection(ident): method stop (line 215) | def stop(self, timeout=None): method _afterfork (line 233) | def _afterfork(self): method _start (line 247) | def _start(self): method _serve (line 258) | def _serve(self): FILE: tests/pythons/win32-py33/Lib/multiprocessing/sharedctypes.py function _new_value (line 35) | def _new_value(type_): function RawValue (line 40) | def RawValue(typecode_or_type, *args): function RawArray (line 50) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 66) | def Value(typecode_or_type, *args, lock=True): function Array (line 79) | def Array(typecode_or_type, size_or_initializer, *, lock=True): function copy (line 92) | def copy(obj): function synchronized (line 97) | def synchronized(obj, lock=None): function reduce_ctype (line 121) | def reduce_ctype(obj): function rebuild_ctype (line 128) | def rebuild_ctype(type_, wrapper, length): function make_property (line 141) | def make_property(name): class SynchronizedBase (line 173) | class SynchronizedBase(object): method __init__ (line 175) | def __init__(self, obj, lock=None): method __reduce__ (line 181) | def __reduce__(self): method get_obj (line 185) | def get_obj(self): method get_lock (line 188) | def get_lock(self): method __repr__ (line 191) | def __repr__(self): class Synchronized (line 195) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 199) | class SynchronizedArray(SynchronizedBase): method __len__ (line 201) | def __len__(self): method __getitem__ (line 204) | def __getitem__(self, i): method __setitem__ (line 211) | def __setitem__(self, i, value): method __getslice__ (line 218) | def __getslice__(self, start, stop): method __setslice__ (line 225) | def __setslice__(self, start, stop, values): class SynchronizedString (line 233) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win32-py33/Lib/multiprocessing/synchronize.py class SemLock (line 45) | class SemLock(object): method __init__ (line 47) | def __init__(self, kind, value, maxvalue): method _make_methods (line 57) | def _make_methods(self): method __enter__ (line 61) | def __enter__(self): method __exit__ (line 64) | def __exit__(self, *args): method __getstate__ (line 67) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): class Semaphore (line 81) | class Semaphore(SemLock): method __init__ (line 83) | def __init__(self, value=1): method get_value (line 86) | def get_value(self): method __repr__ (line 89) | def __repr__(self): class BoundedSemaphore (line 100) | class BoundedSemaphore(Semaphore): method __init__ (line 102) | def __init__(self, value=1): method __repr__ (line 105) | def __repr__(self): class Lock (line 117) | class Lock(SemLock): method __init__ (line 119) | def __init__(self): method __repr__ (line 122) | def __repr__(self): class RLock (line 142) | class RLock(SemLock): method __init__ (line 144) | def __init__(self): method __repr__ (line 147) | def __repr__(self): class Condition (line 168) | class Condition(object): method __init__ (line 170) | def __init__(self, lock=None): method __getstate__ (line 177) | def __getstate__(self): method __setstate__ (line 182) | def __setstate__(self, state): method __enter__ (line 187) | def __enter__(self): method __exit__ (line 190) | def __exit__(self, *args): method _make_methods (line 193) | def _make_methods(self): method __repr__ (line 197) | def __repr__(self): method wait (line 205) | def wait(self, timeout=None): method notify (line 228) | def notify(self): method notify_all (line 245) | def notify_all(self): method wait_for (line 268) | def wait_for(self, predicate, timeout=None): class Event (line 290) | class Event(object): method __init__ (line 292) | def __init__(self): method is_set (line 296) | def is_set(self): method set (line 306) | def set(self): method clear (line 315) | def clear(self): method wait (line 322) | def wait(self, timeout=None): class Barrier (line 341) | class Barrier(threading.Barrier): method __init__ (line 343) | def __init__(self, parties, action=None, timeout=None): method __setstate__ (line 352) | def __setstate__(self, state): method __getstate__ (line 357) | def __getstate__(self): method _state (line 362) | def _state(self): method _state (line 366) | def _state(self, value): method _count (line 370) | def _count(self): method _count (line 374) | def _count(self, value): FILE: tests/pythons/win32-py33/Lib/multiprocessing/util.py function sub_debug (line 45) | def sub_debug(msg, *args): function debug (line 49) | def debug(msg, *args): function info (line 53) | def info(msg, *args): function sub_warning (line 57) | def sub_warning(msg, *args): function get_logger (line 61) | def get_logger(): function log_to_stderr (line 90) | def log_to_stderr(level=None): function get_temp_dir (line 112) | def get_temp_dir(): function _run_after_forkers (line 129) | def _run_after_forkers(): function register_after_fork (line 138) | def register_after_fork(obj, func): class Finalize (line 149) | class Finalize(object): method __init__ (line 153) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 169) | def __call__(self, wr=None, method cancel (line 193) | def cancel(self): method still_active (line 205) | def still_active(self): method __repr__ (line 211) | def __repr__(self): function _run_finalizers (line 231) | def _run_finalizers(minpriority=None): function is_exiting (line 267) | def is_exiting(): function _exit_function (line 275) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 323) | class ForkAwareThreadLock(object): method __init__ (line 324) | def __init__(self): method _reset (line 328) | def _reset(self): class ForkAwareLocal (line 333) | class ForkAwareLocal(threading.local): method __init__ (line 334) | def __init__(self): method __reduce__ (line 336) | def __reduce__(self): FILE: tests/pythons/win32-py33/Lib/netrc.py class NetrcParseError (line 12) | class NetrcParseError(Exception): method __init__ (line 14) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 20) | def __str__(self): class netrc (line 24) | class netrc: method __init__ (line 25) | def __init__(self, file=None): method _parse (line 37) | def _parse(self, file, fp, default_netrc): method authenticators (line 117) | def authenticators(self, host): method __repr__ (line 126) | def __repr__(self): FILE: tests/pythons/win32-py33/Lib/nntplib.py class NNTPError (line 96) | class NNTPError(Exception): method __init__ (line 98) | def __init__(self, *args): class NNTPReplyError (line 105) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 109) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 113) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 117) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 121) | class NNTPDataError(NNTPError): function decode_header (line 167) | def decode_header(header_str): function _parse_overview_fmt (line 178) | def _parse_overview_fmt(lines): function _parse_overview (line 203) | def _parse_overview(lines, fmt, data_process_func=None): function _parse_datetime (line 232) | def _parse_datetime(date_str, time_str=None): function _unparse_datetime (line 254) | def _unparse_datetime(dt, legacy=False): function _encrypt_on (line 282) | def _encrypt_on(sock, context): class _NNTPBase (line 298) | class _NNTPBase: method __init__ (line 314) | def __init__(self, file, host, method __enter__ (line 361) | def __enter__(self): method __exit__ (line 364) | def __exit__(self, *args): method getwelcome (line 375) | def getwelcome(self): method getcapabilities (line 384) | def getcapabilities(self): method set_debuglevel (line 406) | def set_debuglevel(self, level): method _putline (line 415) | def _putline(self, line): method _putcmd (line 423) | def _putcmd(self, line): method _getline (line 430) | def _getline(self, strip_crlf=True): method _getresp (line 447) | def _getresp(self): method _getlongresp (line 463) | def _getlongresp(self, file=None): method _shortcmd (line 509) | def _shortcmd(self, line): method _longcmd (line 515) | def _longcmd(self, line, file=None): method _longcmdstring (line 521) | def _longcmdstring(self, line, file=None): method _getoverviewfmt (line 531) | def _getoverviewfmt(self): method _grouplist (line 548) | def _grouplist(self, lines): method capabilities (line 552) | def capabilities(self): method newgroups (line 566) | def newgroups(self, date, *, file=None): method newnews (line 582) | def newnews(self, group, date, *, file=None): method list (line 598) | def list(self, group_pattern=None, *, file=None): method _getdescriptions (line 613) | def _getdescriptions(self, group_pattern, return_all): method description (line 636) | def description(self, group): method descriptions (line 649) | def descriptions(self, group_pattern): method group (line 653) | def group(self, name): method help (line 679) | def help(self, *, file=None): method _statparse (line 689) | def _statparse(self, resp): method _statcmd (line 699) | def _statcmd(self, line): method stat (line 704) | def stat(self, message_spec=None): method next (line 718) | def next(self): method last (line 722) | def last(self): method _artcmd (line 726) | def _artcmd(self, line, file=None): method head (line 732) | def head(self, message_spec=None, *, file=None): method body (line 746) | def body(self, message_spec=None, *, file=None): method article (line 760) | def article(self, message_spec=None, *, file=None): method slave (line 774) | def slave(self): method xhdr (line 780) | def xhdr(self, hdr, str, *, file=None): method xover (line 796) | def xover(self, start, end, *, file=None): method over (line 810) | def over(self, message_spec, *, file=None): method xgtitle (line 837) | def xgtitle(self, group, *, file=None): method xpath (line 855) | def xpath(self, id): method date (line 875) | def date(self): method _post (line 892) | def _post(self, command, f): method post (line 913) | def post(self, data): method ihave (line 920) | def ihave(self, message_id, data): method _close (line 929) | def _close(self): method quit (line 933) | def quit(self): method login (line 942) | def login(self, user=None, password=None, usenetrc=True): method _setreadermode (line 983) | def _setreadermode(self): method starttls (line 997) | def starttls(self, context=None): class NNTP (line 1021) | class NNTP(_NNTPBase): method __init__ (line 1023) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method _close (line 1052) | def _close(self): class NNTP_SSL (line 1060) | class NNTP_SSL(_NNTPBase): method __init__ (line 1062) | def __init__(self, host, port=NNTP_SSL_PORT, method _close (line 1077) | def _close(self): function cut (line 1121) | def cut(s, lim): FILE: tests/pythons/win32-py33/Lib/ntpath.py function _get_empty (line 38) | def _get_empty(path): function _get_sep (line 44) | def _get_sep(path): function _get_altsep (line 50) | def _get_altsep(path): function _get_bothseps (line 56) | def _get_bothseps(path): function _get_dot (line 62) | def _get_dot(path): function _get_colon (line 68) | def _get_colon(path): function _get_special (line 74) | def _get_special(path): function normcase (line 84) | def normcase(s): function isabs (line 100) | def isabs(s): function join (line 107) | def join(path, *paths): function splitdrive (line 142) | def splitdrive(p): function splitunc (line 187) | def splitunc(p): function split (line 213) | def split(p): function splitext (line 239) | def splitext(p): function basename (line 247) | def basename(p): function dirname (line 254) | def dirname(p): function islink (line 261) | def islink(path): function lexists (line 274) | def lexists(path): function ismount (line 285) | def ismount(path): function expanduser (line 303) | def expanduser(path): function expandvars (line 352) | def expandvars(path): function normpath (line 471) | def normpath(path): function abspath (line 516) | def abspath(path): function abspath (line 527) | def abspath(path): function relpath (line 547) | def relpath(path, start=curdir): function _getfinalpathname (line 598) | def _getfinalpathname(f): function samefile (line 601) | def samefile(f1, f2): function _getfileinformation (line 611) | def _getfileinformation(fd): function sameopenfile (line 614) | def sameopenfile(f1, f2): FILE: tests/pythons/win32-py33/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win32-py33/Lib/numbers.py class Number (line 12) | class Number(metaclass=ABCMeta): class Complex (line 32) | class Complex(Number): method __complex__ (line 46) | def __complex__(self): method __bool__ (line 49) | def __bool__(self): method real (line 55) | def real(self): method imag (line 64) | def imag(self): method __add__ (line 72) | def __add__(self, other): method __radd__ (line 77) | def __radd__(self, other): method __neg__ (line 82) | def __neg__(self): method __pos__ (line 87) | def __pos__(self): method __sub__ (line 91) | def __sub__(self, other): method __rsub__ (line 95) | def __rsub__(self, other): method __mul__ (line 100) | def __mul__(self, other): method __rmul__ (line 105) | def __rmul__(self, other): method __truediv__ (line 110) | def __truediv__(self, other): method __rtruediv__ (line 115) | def __rtruediv__(self, other): method __pow__ (line 120) | def __pow__(self, exponent): method __rpow__ (line 125) | def __rpow__(self, base): method __abs__ (line 130) | def __abs__(self): method conjugate (line 135) | def conjugate(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): class Real (line 152) | class Real(Complex): method __float__ (line 164) | def __float__(self): method __trunc__ (line 171) | def __trunc__(self): method __floor__ (line 184) | def __floor__(self): method __ceil__ (line 189) | def __ceil__(self): method __round__ (line 194) | def __round__(self, ndigits=None): method __divmod__ (line 202) | def __divmod__(self, other): method __rdivmod__ (line 210) | def __rdivmod__(self, other): method __floordiv__ (line 219) | def __floordiv__(self, other): method __rfloordiv__ (line 224) | def __rfloordiv__(self, other): method __mod__ (line 229) | def __mod__(self, other): method __rmod__ (line 234) | def __rmod__(self, other): method __lt__ (line 239) | def __lt__(self, other): method __le__ (line 246) | def __le__(self, other): method __complex__ (line 251) | def __complex__(self): method real (line 256) | def real(self): method imag (line 261) | def imag(self): method conjugate (line 265) | def conjugate(self): class Rational (line 272) | class Rational(Real): method numerator (line 279) | def numerator(self): method denominator (line 284) | def denominator(self): method __float__ (line 288) | def __float__(self): class Integral (line 299) | class Integral(Rational): method __int__ (line 305) | def __int__(self): method __index__ (line 309) | def __index__(self): method __pow__ (line 314) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 325) | def __lshift__(self, other): method __rlshift__ (line 330) | def __rlshift__(self, other): method __rshift__ (line 335) | def __rshift__(self, other): method __rrshift__ (line 340) | def __rrshift__(self, other): method __and__ (line 345) | def __and__(self, other): method __rand__ (line 350) | def __rand__(self, other): method __xor__ (line 355) | def __xor__(self, other): method __rxor__ (line 360) | def __rxor__(self, other): method __or__ (line 365) | def __or__(self, other): method __ror__ (line 370) | def __ror__(self, other): method __invert__ (line 375) | def __invert__(self): method __float__ (line 380) | def __float__(self): method numerator (line 385) | def numerator(self): method denominator (line 390) | def denominator(self): FILE: tests/pythons/win32-py33/Lib/opcode.py function def_op (line 28) | def def_op(name, op): function name_op (line 32) | def name_op(name, op): function jrel_op (line 36) | def jrel_op(name, op): function jabs_op (line 40) | def jabs_op(name, op): FILE: tests/pythons/win32-py33/Lib/optparse.py function _repr (line 78) | def _repr(self): function gettext (line 91) | def gettext(message): function ngettext (line 94) | def ngettext(singular, plural, n): class OptParseError (line 102) | class OptParseError (Exception): method __init__ (line 103) | def __init__(self, msg): method __str__ (line 106) | def __str__(self): class OptionError (line 110) | class OptionError (OptParseError): method __init__ (line 116) | def __init__(self, msg, option): method __str__ (line 120) | def __str__(self): class OptionConflictError (line 126) | class OptionConflictError (OptionError): class OptionValueError (line 131) | class OptionValueError (OptParseError): class BadOptionError (line 137) | class BadOptionError (OptParseError): method __init__ (line 141) | def __init__(self, opt_str): method __str__ (line 144) | def __str__(self): class AmbiguousOptionError (line 147) | class AmbiguousOptionError (BadOptionError): method __init__ (line 151) | def __init__(self, opt_str, possibilities): method __str__ (line 155) | def __str__(self): class HelpFormatter (line 160) | class HelpFormatter: method __init__ (line 205) | def __init__(self, method set_parser (line 230) | def set_parser(self, parser): method set_short_opt_delimiter (line 233) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 239) | def set_long_opt_delimiter(self, delim): method indent (line 245) | def indent(self): method dedent (line 249) | def dedent(self): method format_usage (line 254) | def format_usage(self, usage): method format_heading (line 257) | def format_heading(self, heading): method _format_text (line 260) | def _format_text(self, text): method format_description (line 272) | def format_description(self, description): method format_epilog (line 278) | def format_epilog(self, epilog): method expand_default (line 285) | def expand_default(self, option): method format_option (line 295) | def format_option(self, option): method store_option_strings (line 330) | def store_option_strings(self, parser): method format_option_strings (line 348) | def format_option_strings(self, option): class IndentedHelpFormatter (line 367) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 371) | def __init__(self, method format_usage (line 379) | def format_usage(self, usage): method format_heading (line 382) | def format_heading(self, heading): class TitledHelpFormatter (line 386) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 390) | def __init__(self, method format_usage (line 398) | def format_usage(self, usage): method format_heading (line 401) | def format_heading(self, heading): function _parse_num (line 405) | def _parse_num(val, type): function _parse_int (line 418) | def _parse_int(val): function check_builtin (line 426) | def check_builtin(option, opt, value): function check_choice (line 434) | def check_choice(option, opt, value): class Option (line 448) | class Option: method __init__ (line 563) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 582) | def _check_opt_strings(self, opts): method _set_opt_strings (line 591) | def _set_opt_strings(self, opts): method _set_attrs (line 612) | def _set_attrs(self, attrs): method _check_action (line 631) | def _check_action(self): method _check_type (line 637) | def _check_type(self): method _check_choice (line 661) | def _check_choice(self): method _check_dest (line 674) | def _check_dest(self): method _check_const (line 689) | def _check_const(self): method _check_nargs (line 695) | def _check_nargs(self): method _check_callback (line 704) | def _check_callback(self): method __str__ (line 743) | def __str__(self): method takes_value (line 748) | def takes_value(self): method get_opt_string (line 751) | def get_opt_string(self): method check_value (line 760) | def check_value(self, opt, value): method convert_value (line 767) | def convert_value(self, opt, value): method process (line 774) | def process(self, opt, value, values, parser): method take_action (line 786) | def take_action(self, action, dest, opt, value, values, parser): class Values (line 822) | class Values: method __init__ (line 824) | def __init__(self, defaults=None): method __str__ (line 829) | def __str__(self): method __eq__ (line 834) | def __eq__(self, other): method _update_careful (line 842) | def _update_careful(self, dict): method _update_loose (line 855) | def _update_loose(self, dict): method _update (line 863) | def _update(self, dict, mode): method read_module (line 871) | def read_module(self, modname, mode="careful"): method read_file (line 876) | def read_file(self, filename, mode="careful"): method ensure_value (line 881) | def ensure_value(self, attr, value): class OptionContainer (line 887) | class OptionContainer: method __init__ (line 919) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 930) | def _create_option_mappings(self): method _share_option_mappings (line 939) | def _share_option_mappings(self, parser): method set_conflict_handler (line 946) | def set_conflict_handler(self, handler): method set_description (line 951) | def set_description(self, description): method get_description (line 954) | def get_description(self): method destroy (line 958) | def destroy(self): method _check_conflict (line 967) | def _check_conflict(self, option): method add_option (line 994) | def add_option(self, *args, **kwargs): method add_options (line 1024) | def add_options(self, option_list): method get_option (line 1030) | def get_option(self, opt_str): method has_option (line 1034) | def has_option(self, opt_str): method remove_option (line 1038) | def remove_option(self, opt_str): method format_option_help (line 1054) | def format_option_help(self, formatter): method format_description (line 1063) | def format_description(self, formatter): method format_help (line 1066) | def format_help(self, formatter): class OptionGroup (line 1075) | class OptionGroup (OptionContainer): method __init__ (line 1077) | def __init__(self, parser, title, description=None): method _create_option_list (line 1083) | def _create_option_list(self): method set_title (line 1087) | def set_title(self, title): method destroy (line 1090) | def destroy(self): method format_help (line 1097) | def format_help(self, formatter): class OptionParser (line 1105) | class OptionParser (OptionContainer): method __init__ (line 1177) | def __init__(self, method destroy (line 1211) | def destroy(self): method _create_option_list (line 1229) | def _create_option_list(self): method _add_help_option (line 1234) | def _add_help_option(self): method _add_version_option (line 1239) | def _add_version_option(self): method _populate_option_list (line 1244) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1254) | def _init_parsing_state(self): method set_usage (line 1263) | def set_usage(self, usage): method enable_interspersed_args (line 1274) | def enable_interspersed_args(self): method disable_interspersed_args (line 1282) | def disable_interspersed_args(self): method set_process_default_values (line 1290) | def set_process_default_values(self, process): method set_default (line 1293) | def set_default(self, dest, value): method set_defaults (line 1296) | def set_defaults(self, **kwargs): method _get_all_options (line 1299) | def _get_all_options(self): method get_default_values (line 1305) | def get_default_values(self): method add_option_group (line 1322) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1338) | def get_option_group(self, opt_str): method _get_args (line 1348) | def _get_args(self, args): method parse_args (line 1354) | def parse_args(self, args=None, values=None): method check_values (line 1393) | def check_values(self, values, args): method _process_args (line 1406) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1457) | def _match_long_opt(self, opt): method _process_long_opt (line 1466) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1502) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1543) | def get_prog_name(self): method expand_prog_name (line 1549) | def expand_prog_name(self, s): method get_description (line 1552) | def get_description(self): method exit (line 1555) | def exit(self, status=0, msg=None): method error (line 1560) | def error(self, msg): method get_usage (line 1570) | def get_usage(self): method print_usage (line 1577) | def print_usage(self, file=None): method get_version (line 1589) | def get_version(self): method print_version (line 1595) | def print_version(self, file=None): method format_option_help (line 1606) | def format_option_help(self, formatter=None): method format_epilog (line 1623) | def format_epilog(self, formatter): method format_help (line 1626) | def format_help(self, formatter=None): method print_help (line 1638) | def print_help(self, file=None): function _match_abbrev (line 1651) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win32-py33/Lib/os.py function _exists (line 37) | def _exists(name): function _get_exports_list (line 40) | def _get_exports_list(module): function _add (line 141) | def _add(str, fn): function _get_masked_mode (line 234) | def _get_masked_mode(mode): function makedirs (line 242) | def makedirs(name, mode=0o777, exist_ok=False): function removedirs (line 287) | def removedirs(name): function renames (line 309) | def renames(old, new): function walk (line 337) | def walk(top, topdown=True, onerror=None, followlinks=False): function fwalk (line 430) | def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False,... function _fwalk (line 474) | def _fwalk(topfd, toppath, topdown, onerror, follow_symlinks): function execl (line 529) | def execl(file, *args): function execle (line 536) | def execle(file, *args): function execlp (line 544) | def execlp(file, *args): function execlpe (line 551) | def execlpe(file, *args): function execvp (line 560) | def execvp(file, args): function execvpe (line 568) | def execvpe(file, args, env): function _execvpe (line 579) | def _execvpe(file, args, env=None): function get_exec_path (line 614) | def get_exec_path(env=None): class _Environ (line 661) | class _Environ(MutableMapping): method __init__ (line 662) | def __init__(self, data, encodekey, decodekey, encodevalue, decodevalu... method __getitem__ (line 671) | def __getitem__(self, key): method __setitem__ (line 679) | def __setitem__(self, key, value): method __delitem__ (line 685) | def __delitem__(self, key): method __iter__ (line 694) | def __iter__(self): method __len__ (line 698) | def __len__(self): method __repr__ (line 701) | def __repr__(self): method copy (line 706) | def copy(self): method setdefault (line 709) | def setdefault(self, key, value): function _createenviron (line 728) | def _createenviron(): function getenv (line 763) | def getenv(key, default=None): function _check_bytes (line 773) | def _check_bytes(value): function getenvb (line 785) | def getenvb(key, default=None): function _fscodec (line 793) | def _fscodec(): function _spawnvef (line 843) | def _spawnvef(mode, file, args, env, func): function spawnv (line 870) | def spawnv(mode, file, args): function spawnve (line 879) | def spawnve(mode, file, args, env): function spawnvp (line 891) | def spawnvp(mode, file, args): function spawnvpe (line 901) | def spawnvpe(mode, file, args, env): function spawnl (line 915) | def spawnl(mode, file, *args): function spawnle (line 924) | def spawnle(mode, file, *args): function spawnlp (line 942) | def spawnlp(mode, file, *args): function spawnlpe (line 952) | def spawnlpe(mode, file, *args): function _make_stat_result (line 968) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 971) | def _pickle_stat_result(sr): function _make_statvfs_result (line 980) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 983) | def _pickle_statvfs_result(sr): function popen (line 994) | def popen(cmd, mode="r", buffering=-1): class _wrap_close (line 1016) | class _wrap_close: method __init__ (line 1017) | def __init__(self, stream, proc): method close (line 1020) | def close(self): method __enter__ (line 1029) | def __enter__(self): method __exit__ (line 1031) | def __exit__(self, *args): method __getattr__ (line 1033) | def __getattr__(self, name): method __iter__ (line 1035) | def __iter__(self): function fdopen (line 1039) | def fdopen(fd, *args, **kwargs): FILE: tests/pythons/win32-py33/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 47) | def join(a, *p): function splitunc (line 61) | def splitunc(p): function basename (line 91) | def basename(p): function dirname (line 98) | def dirname(p): function ismount (line 112) | def ismount(path): function normpath (line 123) | def normpath(path): function abspath (line 149) | def abspath(path): FILE: tests/pythons/win32-py33/Lib/pdb.py class Restart (line 84) | class Restart(Exception): function find_function (line 91) | def find_function(funcname, filename): function getsourcelines (line 111) | def getsourcelines(obj): function lasti2lineno (line 120) | def lasti2lineno(code, lasti): class _rstr (line 129) | class _rstr(str): method __repr__ (line 131) | def __repr__(self): class Pdb (line 142) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 144) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None, method sigint_handler (line 191) | def sigint_handler(self, signum, frame): method reset (line 200) | def reset(self): method forget (line 204) | def forget(self): method setup (line 211) | def setup(self, f, tb): method execRcLines (line 229) | def execRcLines(self): method user_call (line 249) | def user_call(self, frame, argument_list): method user_line (line 258) | def user_line(self, frame): method bp_commands (line 268) | def bp_commands(self, frame): method user_return (line 292) | def user_return(self, frame, return_value): method user_exception (line 300) | def user_exception(self, frame, exc_info): method _cmdloop (line 312) | def _cmdloop(self): method preloop (line 325) | def preloop(self): method interaction (line 338) | def interaction(self, frame, traceback): method displayhook (line 348) | def displayhook(self, obj): method default (line 356) | def default(self, line): method precmd (line 378) | def precmd(self, line): method onecmd (line 403) | def onecmd(self, line): method handle_command_def (line 415) | def handle_command_def(self, line): method message (line 445) | def message(self, msg): method error (line 448) | def error(self, msg): method _complete_location (line 454) | def _complete_location(self, text, line, begidx, endidx): method _complete_bpnumber (line 473) | def _complete_bpnumber(self, text, line, begidx, endidx): method _complete_expression (line 480) | def _complete_expression(self, text, line, begidx, endidx): method do_commands (line 510) | def do_commands(self, arg): method do_break (line 589) | def do_break(self, arg, temporary = 0): method defaultFile (line 682) | def defaultFile(self): method do_tbreak (line 694) | def do_tbreak(self, arg): method lineinfo (line 703) | def lineinfo(self, identifier): method checkline (line 736) | def checkline(self, filename, lineno): method do_enable (line 757) | def do_enable(self, arg): method do_disable (line 774) | def do_disable(self, arg): method do_condition (line 794) | def do_condition(self, arg): method do_ignore (line 821) | def do_ignore(self, arg): method do_clear (line 856) | def do_clear(self, arg): method do_where (line 907) | def do_where(self, arg): method _select_frame (line 917) | def _select_frame(self, number): method do_up (line 925) | def do_up(self, arg): method do_down (line 945) | def do_down(self, arg): method do_until (line 965) | def do_until(self, arg): method do_step (line 989) | def do_step(self, arg): method do_next (line 999) | def do_next(self, arg): method do_run (line 1008) | def do_run(self, arg): method do_return (line 1025) | def do_return(self, arg): method do_continue (line 1033) | def do_continue(self, arg): method do_jump (line 1051) | def do_jump(self, arg): method do_debug (line 1080) | def do_debug(self, arg): method do_quit (line 1099) | def do_quit(self, arg): method do_EOF (line 1110) | def do_EOF(self, arg): method do_args (line 1119) | def do_args(self, arg): method do_retval (line 1136) | def do_retval(self, arg): method _getval (line 1146) | def _getval(self, arg): method _getval_except (line 1154) | def _getval_except(self, arg, frame=None): method do_p (line 1165) | def do_p(self, arg): method do_pp (line 1176) | def do_pp(self, arg): method do_list (line 1189) | def do_list(self, arg): method do_longlist (line 1240) | def do_longlist(self, arg): method do_source (line 1254) | def do_source(self, arg): method _print_lines (line 1271) | def _print_lines(self, lines, start, breaks=(), frame=None): method do_whatis (line 1292) | def do_whatis(self, arg): method do_display (line 1327) | def do_display(self, arg): method do_undisplay (line 1346) | def do_undisplay(self, arg): method complete_undisplay (line 1361) | def complete_undisplay(self, text, line, begidx, endidx): method do_interact (line 1365) | def do_interact(self, arg): method do_alias (line 1375) | def do_alias(self, arg): method do_unalias (line 1410) | def do_unalias(self, arg): method complete_unalias (line 1419) | def complete_unalias(self, text, line, begidx, endidx): method print_stack_trace (line 1434) | def print_stack_trace(self): method print_stack_entry (line 1441) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method do_help (line 1452) | def do_help(self, arg): method help_exec (line 1478) | def help_exec(self): method help_pdb (line 1490) | def help_pdb(self): method lookupmodule (line 1495) | def lookupmodule(self, filename): method _runscript (line 1519) | def _runscript(self, filename): function run (line 1566) | def run(statement, globals=None, locals=None): function runeval (line 1569) | def runeval(expression, globals=None, locals=None): function runctx (line 1572) | def runctx(statement, globals, locals): function runcall (line 1576) | def runcall(*args, **kwds): function set_trace (line 1579) | def set_trace(): function post_mortem (line 1584) | def post_mortem(t=None): function pm (line 1598) | def pm(): function test (line 1606) | def test(): function help (line 1610) | def help(): function main (line 1627) | def main(): FILE: tests/pythons/win32-py33/Lib/pickle.py class PickleError (line 66) | class PickleError(Exception): class PicklingError (line 70) | class PicklingError(PickleError): class UnpicklingError (line 77) | class UnpicklingError(PickleError): class _Stop (line 90) | class _Stop(Exception): method __init__ (line 91) | def __init__(self, value): class _Pickler (line 175) | class _Pickler: method __init__ (line 177) | def __init__(self, file, protocol=None, *, fix_imports=True): method clear_memo (line 215) | def clear_memo(self): method dump (line 226) | def dump(self, obj): method memoize (line 238) | def memoize(self, obj): method put (line 261) | def put(self, i, pack=struct.pack): method get (line 271) | def get(self, i, pack=struct.pack): method save (line 280) | def save(self, obj, save_persistent_id=True): method persistent_id (line 344) | def persistent_id(self, obj): method save_pers (line 348) | def save_pers(self, pid): method save_reduce (line 356) | def save_reduce(self, func, args, state=None, method save_none (line 437) | def save_none(self, obj): method save_ellipsis (line 441) | def save_ellipsis(self, obj): method save_notimplemented (line 445) | def save_notimplemented(self, obj): method save_bool (line 449) | def save_bool(self, obj): method save_long (line 456) | def save_long(self, obj, pack=struct.pack): method save_float (line 487) | def save_float(self, obj, pack=struct.pack): method save_bytes (line 494) | def save_bytes(self, obj, pack=struct.pack): method save_str (line 510) | def save_str(self, obj, pack=struct.pack): method save_tuple (line 523) | def save_tuple(self, obj): method save_list (line 576) | def save_list(self, obj): method _batch_appends (line 591) | def _batch_appends(self, items): method save_dict (line 624) | def save_dict(self, obj): method _batch_setitems (line 639) | def _batch_setitems(self, items): method save_global (line 675) | def save_global(self, obj, name=None, pack=struct.pack): method save_type (line 731) | def save_type(self, obj): function _keep_alive (line 746) | def _keep_alive(x, memo): function whichmodule (line 768) | def whichmodule(func, funcname): class _Unpickler (line 796) | class _Unpickler: method __init__ (line 798) | def __init__(self, file, *, fix_imports=True, method load (line 828) | def load(self): method marker (line 861) | def marker(self): method persistent_load (line 868) | def persistent_load(self, pid): method load_proto (line 873) | def load_proto(self): method load_persid (line 880) | def load_persid(self): method load_binpersid (line 885) | def load_binpersid(self): method load_none (line 890) | def load_none(self): method load_false (line 894) | def load_false(self): method load_true (line 898) | def load_true(self): method load_int (line 902) | def load_int(self): method load_binint (line 916) | def load_binint(self): method load_binint1 (line 920) | def load_binint1(self): method load_binint2 (line 924) | def load_binint2(self): method load_long (line 928) | def load_long(self): method load_long1 (line 935) | def load_long1(self): method load_long4 (line 941) | def load_long4(self): method load_float (line 950) | def load_float(self): method load_binfloat (line 954) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 958) | def load_string(self): method load_binstring (line 973) | def load_binstring(self): method load_binbytes (line 983) | def load_binbytes(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_unicode (line 990) | def load_unicode(self): method load_binunicode (line 994) | def load_binunicode(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_short_binstring (line 1001) | def load_short_binstring(self): method load_short_binbytes (line 1008) | def load_short_binbytes(self): method load_tuple (line 1013) | def load_tuple(self): method load_empty_tuple (line 1018) | def load_empty_tuple(self): method load_tuple1 (line 1022) | def load_tuple1(self): method load_tuple2 (line 1026) | def load_tuple2(self): method load_tuple3 (line 1030) | def load_tuple3(self): method load_empty_list (line 1034) | def load_empty_list(self): method load_empty_dictionary (line 1038) | def load_empty_dictionary(self): method load_list (line 1042) | def load_list(self): method load_dict (line 1047) | def load_dict(self): method _instantiate (line 1063) | def _instantiate(self, klass, k): method load_inst (line 1077) | def load_inst(self): method load_obj (line 1084) | def load_obj(self): method load_newobj (line 1091) | def load_newobj(self): method load_global (line 1098) | def load_global(self): method load_ext1 (line 1105) | def load_ext1(self): method load_ext2 (line 1110) | def load_ext2(self): method load_ext4 (line 1115) | def load_ext4(self): method get_extension (line 1120) | def get_extension(self, code): method find_class (line 1136) | def find_class(self, module, name): method load_reduce (line 1148) | def load_reduce(self): method load_pop (line 1161) | def load_pop(self): method load_pop_mark (line 1165) | def load_pop_mark(self): method load_dup (line 1170) | def load_dup(self): method load_get (line 1174) | def load_get(self): method load_binget (line 1179) | def load_binget(self): method load_long_binget (line 1184) | def load_long_binget(self, unpack=struct.unpack): method load_put (line 1189) | def load_put(self): method load_binput (line 1196) | def load_binput(self): method load_long_binput (line 1203) | def load_long_binput(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_append (line 1210) | def load_append(self): method load_appends (line 1217) | def load_appends(self): method load_setitem (line 1231) | def load_setitem(self): method load_setitems (line 1239) | def load_setitems(self): method load_build (line 1249) | def load_build(self): method load_mark (line 1273) | def load_mark(self): method load_stop (line 1277) | def load_stop(self): function encode_long (line 1284) | def encode_long(x): function decode_long (line 1314) | def decode_long(data): function dump (line 1336) | def dump(obj, file, protocol=None, *, fix_imports=True): function dumps (line 1339) | def dumps(obj, protocol=None, *, fix_imports=True): function load (line 1346) | def load(file, *, fix_imports=True, encoding="ASCII", errors="strict"): function loads (line 1350) | def loads(s, *, fix_imports=True, encoding="ASCII", errors="strict"): function _test (line 1364) | def _test(): FILE: tests/pythons/win32-py33/Lib/pickletools.py class ArgumentDescriptor (line 173) | class ArgumentDescriptor(object): method __init__ (line 192) | def __init__(self, name, n, reader, doc): function read_uint1 (line 210) | def read_uint1(f): function read_uint2 (line 229) | def read_uint2(f): function read_int4 (line 250) | def read_int4(f): function read_uint4 (line 271) | def read_uint4(f): function read_stringnl (line 292) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 349) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 363) | def read_stringnl_noescape_pair(f): function read_string4 (line 385) | def read_string4(f): function read_string1 (line 419) | def read_string1(f): function read_bytes1 (line 448) | def read_bytes1(f): function read_bytes4 (line 476) | def read_bytes4(f): function read_unicodestringnl (line 509) | def read_unicodestringnl(f): function read_unicodestring4 (line 534) | def read_unicodestring4(f): function read_decimalnl_short (line 574) | def read_decimalnl_short(f): function read_decimalnl_long (line 596) | def read_decimalnl_long(f): function read_floatnl (line 637) | def read_floatnl(f): function read_float8 (line 659) | def read_float8(f): function read_long1 (line 697) | def read_long1(f): function read_long4 (line 729) | def read_long4(f): class StackObject (line 772) | class StackObject(object): method __init__ (line 785) | def __init__(self, name, obtype, doc): method __repr__ (line 798) | def __repr__(self): class OpcodeInfo (line 903) | class OpcodeInfo(object): method __init__ (line 934) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1863) | def assure_pickle_consistency(verbose=False): function genops (line 1907) | def genops(pickle): function optimize (line 1963) | def optimize(p): function dis (line 1990) | def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): class _Example (line 2141) | class _Example: method __init__ (line 2142) | def __init__(self, value): function _test (line 2433) | def _test(): FILE: tests/pythons/win32-py33/Lib/pipes.py class Template (line 82) | class Template: method __init__ (line 85) | def __init__(self): method __repr__ (line 90) | def __repr__(self): method reset (line 94) | def reset(self): method clone (line 98) | def clone(self): method debug (line 106) | def debug(self, flag): method append (line 110) | def append(self, cmd, kind): method prepend (line 126) | def prepend(self, cmd, kind): method open (line 142) | def open(self, file, rw): method open_r (line 152) | def open_r(self, file): method open_w (line 162) | def open_w(self, file): method copy (line 170) | def copy(self, infile, outfile): method makepipeline (line 173) | def makepipeline(self, infile, outfile): function makepipeline (line 181) | def makepipeline(infile, steps, outfile): FILE: tests/pythons/win32-py33/Lib/pkgutil.py function read_code (line 17) | def read_code(stream): function simplegeneric (line 30) | def simplegeneric(func): function walk_packages (line 70) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 128) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 153) | def iter_importer_modules(importer, prefix=''): function _iter_file_finder_modules (line 161) | def _iter_file_finder_modules(importer, prefix=''): class ImpImporter (line 204) | class ImpImporter: method __init__ (line 215) | def __init__(self, path=None): method find_module (line 220) | def find_module(self, fullname, path=None): method iter_modules (line 235) | def iter_modules(self, prefix=''): class ImpLoader (line 276) | class ImpLoader: method __init__ (line 281) | def __init__(self, fullname, file, filename, etc): method load_module (line 289) | def load_module(self, fullname): method get_data (line 300) | def get_data(self, pathname): method _reopen (line 304) | def _reopen(self): method _fix_name (line 312) | def _fix_name(self, fullname): method is_package (line 320) | def is_package(self, fullname): method get_code (line 324) | def get_code(self, fullname=None): method get_source (line 341) | def get_source(self, fullname=None): method _get_delegate (line 361) | def _get_delegate(self): method get_filename (line 364) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 378) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 412) | def get_importer(path_item): function iter_importers (line 436) | def iter_importers(fullname=""): function get_loader (line 465) | def get_loader(module_or_name): function find_loader (line 485) | def find_loader(fullname): function extend_path (line 513) | def extend_path(path, name): function get_data (line 605) | def get_data(package, resource): FILE: tests/pythons/win32-py33/Lib/platform.py function libc_ver (line 144) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 202) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 270) | def _parse_release_file(firstline): function linux_distribution (line 297) | def linux_distribution(distname='', version='', id='', function dist (line 353) | def dist(distname='',version='',id='', function popen (line 371) | def popen(cmd, mode='r', bufsize=-1): function _norm_version (line 379) | def _norm_version(version, build=''): function _syscmd_ver (line 409) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 461) | def _win32_getvalue(key,name,default=''): function win32_ver (line 480) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 645) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 657) | def _bcd2str(bcd): function _mac_ver_gestalt (line 661) | def _mac_ver_gestalt(): function _mac_ver_xml (line 701) | def _mac_ver_xml(): function mac_ver (line 722) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 747) | def _java_getprop(name,default): function java_ver (line 758) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 793) | def system_alias(system,release,version): function _platform (line 847) | def _platform(*args): function _node (line 879) | def _node(default=''): function _follow_symlinks (line 894) | def _follow_symlinks(filepath): function _syscmd_uname (line 905) | def _syscmd_uname(option,default=''): function _syscmd_file (line 923) | def _syscmd_file(target,default=''): function architecture (line 959) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1048) | def uname(): function system (line 1185) | def system(): function node (line 1194) | def node(): function release (line 1204) | def release(): function version (line 1213) | def version(): function machine (line 1222) | def machine(): function processor (line 1231) | def processor(): function _sys_version (line 1271) | def _sys_version(sys_version=None): function python_implementation (line 1371) | def python_implementation(): function python_version (line 1384) | def python_version(): function python_version_tuple (line 1394) | def python_version_tuple(): function python_branch (line 1405) | def python_branch(): function python_revision (line 1419) | def python_revision(): function python_build (line 1432) | def python_build(): function python_compiler (line 1440) | def python_compiler(): function platform (line 1452) | def platform(aliased=0, terse=0): FILE: tests/pythons/win32-py33/Lib/plistlib.py function readPlist (line 65) | def readPlist(pathOrFile): function writePlist (line 83) | def writePlist(rootObject, pathOrFile): function readPlistFromBytes (line 101) | def readPlistFromBytes(data): function writePlistToBytes (line 107) | def writePlistToBytes(rootObject): class DumbXMLWriter (line 115) | class DumbXMLWriter: method __init__ (line 116) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 122) | def beginElement(self, element): method endElement (line 127) | def endElement(self, element): method simpleElement (line 133) | def simpleElement(self, element, value=None): method writeln (line 140) | def writeln(self, line): function _dateFromString (line 155) | def _dateFromString(s): function _dateToString (line 166) | def _dateToString(d): function _escape (line 178) | def _escape(text): class PlistWriter (line 196) | class PlistWriter(DumbXMLWriter): method __init__ (line 198) | def __init__(self, file, indentLevel=0, indent=b"\t", writeHeader=1): method writeValue (line 203) | def writeValue(self, value): method writeData (line 228) | def writeData(self, data): method writeDict (line 239) | def writeDict(self, d): method writeArray (line 252) | def writeArray(self, array): class _InternalDict (line 262) | class _InternalDict(dict): method __getattr__ (line 268) | def __getattr__(self, attr): method __setattr__ (line 278) | def __setattr__(self, attr, value): method __delattr__ (line 284) | def __delattr__(self, attr): class Dict (line 293) | class Dict(_InternalDict): method __init__ (line 295) | def __init__(self, **kwargs): class Plist (line 302) | class Plist(_InternalDict): method __init__ (line 308) | def __init__(self, **kwargs): method fromFile (line 314) | def fromFile(cls, pathOrFile): method write (line 322) | def write(self, pathOrFile): function _encodeBase64 (line 327) | def _encodeBase64(s, maxlinelength=76): class Data (line 336) | class Data: method __init__ (line 340) | def __init__(self, data): method fromBase64 (line 346) | def fromBase64(cls, data): method asBase64 (line 351) | def asBase64(self, maxlinelength=76): method __eq__ (line 354) | def __eq__(self, other): method __repr__ (line 362) | def __repr__(self): class PlistParser (line 365) | class PlistParser: method __init__ (line 367) | def __init__(self): method parse (line 372) | def parse(self, fileobj): method handleBeginElement (line 381) | def handleBeginElement(self, element, attrs): method handleEndElement (line 387) | def handleEndElement(self, element): method handleData (line 392) | def handleData(self, data): method addObject (line 395) | def addObject(self, value): method getData (line 411) | def getData(self): method begin_dict (line 418) | def begin_dict(self, attrs): method end_dict (line 422) | def end_dict(self): method end_key (line 428) | def end_key(self): method begin_array (line 434) | def begin_array(self, attrs): method end_array (line 438) | def end_array(self): method end_true (line 441) | def end_true(self): method end_false (line 443) | def end_false(self): method end_integer (line 445) | def end_integer(self): method end_real (line 447) | def end_real(self): method end_string (line 449) | def end_string(self): method end_data (line 451) | def end_data(self): method end_date (line 453) | def end_date(self): FILE: tests/pythons/win32-py33/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 42) | class POP3: method __init__ (line 86) | def __init__(self, host, port=POP3_PORT, method _create_socket (line 95) | def _create_socket(self, timeout): method _putline (line 98) | def _putline(self, line): method _putcmd (line 105) | def _putcmd(self, line): method _getline (line 115) | def _getline(self): method _getresp (line 136) | def _getresp(self): method _getlongresp (line 146) | def _getlongresp(self): method _shortcmd (line 162) | def _shortcmd(self, line): method _longcmd (line 169) | def _longcmd(self, line): method getwelcome (line 176) | def getwelcome(self): method set_debuglevel (line 180) | def set_debuglevel(self, level): method user (line 186) | def user(self, user): method pass_ (line 194) | def pass_(self, pswd): method stat (line 204) | def stat(self): method list (line 217) | def list(self, which=None): method retr (line 231) | def retr(self, which): method dele (line 239) | def dele(self, which): method noop (line 247) | def noop(self): method rset (line 255) | def rset(self): method quit (line 260) | def quit(self): method close (line 266) | def close(self): method rpop (line 279) | def rpop(self, user): method apop (line 286) | def apop(self, user, password): method top (line 307) | def top(self, which, howmuch): method uidl (line 316) | def uidl(self, which=None): class POP3_SSL (line 333) | class POP3_SSL(POP3): method __init__ (line 346) | def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, method _create_socket (line 359) | def _create_socket(self, timeout): FILE: tests/pythons/win32-py33/Lib/posixpath.py function _get_sep (line 38) | def _get_sep(path): function normcase (line 49) | def normcase(s): function isabs (line 61) | def isabs(s): function join (line 71) | def join(a, *p): function split (line 102) | def split(p): function splitext (line 118) | def splitext(p): function splitdrive (line 131) | def splitdrive(p): function basename (line 139) | def basename(p): function dirname (line 148) | def dirname(p): function islink (line 161) | def islink(path): function lexists (line 171) | def lexists(path): function samefile (line 182) | def samefile(f1, f2): function sameopenfile (line 192) | def sameopenfile(fp1, fp2): function samestat (line 202) | def samestat(s1, s2): function ismount (line 211) | def ismount(path): function expanduser (line 245) | def expanduser(path): function expandvars (line 290) | def expandvars(path): function normpath (line 342) | def normpath(path): function abspath (line 379) | def abspath(path): function realpath (line 393) | def realpath(filename): function _joinrealpath (line 401) | def _joinrealpath(path, rest, seen): function relpath (line 454) | def relpath(path, start=None): FILE: tests/pythons/win32-py33/Lib/pprint.py function pprint (line 51) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 57) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 61) | def saferepr(object): function isreadable (line 65) | def isreadable(object): function isrecursive (line 69) | def isrecursive(object): class _safe_key (line 73) | class _safe_key: method __init__ (line 85) | def __init__(self, obj): method __lt__ (line 88) | def __lt__(self, other): function _safe_tuple (line 99) | def _safe_tuple(t): class PrettyPrinter (line 103) | class PrettyPrinter: method __init__ (line 104) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 135) | def pprint(self, object): method pformat (line 139) | def pformat(self, object): method isrecursive (line 144) | def isrecursive(self, object): method isreadable (line 147) | def isreadable(self, object): method _format (line 151) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 245) | def _repr(self, object, context, level): method format (line 254) | def format(self, object, context, maxlevels, level): function _safe_repr (line 264) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 349) | def _recursion(object): function _perfcheck (line 354) | def _perfcheck(object=None): FILE: tests/pythons/win32-py33/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): class Profile (line 86) | class Profile: method __init__ (line 127) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 166) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 184) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 199) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 213) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 232) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 240) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 262) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 273) | def trace_dispatch_return(self, frame, t): method set_cmd (line 327) | def set_cmd(self, cmd): class fake_code (line 332) | class fake_code: method __init__ (line 333) | def __init__(self, filename, line, name): method __repr__ (line 339) | def __repr__(self): class fake_frame (line 342) | class fake_frame: method __init__ (line 343) | def __init__(self, code, prior): method simulate_call (line 347) | def simulate_call(self, name): method simulate_cmd_complete (line 359) | def simulate_cmd_complete(self): method print_stats (line 370) | def print_stats(self, sort=-1): method dump_stats (line 375) | def dump_stats(self, file): method create_stats (line 381) | def create_stats(self): method snapshot_stats (line 385) | def snapshot_stats(self): method run (line 398) | def run(self, cmd): method runctx (line 403) | def runctx(self, cmd, globals, locals): method runcall (line 413) | def runcall(self, func, *args, **kw): method calibrate (line 462) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 473) | def _calibrate_inner(self, m, verbose): function main (line 537) | def main(): FILE: tests/pythons/win32-py33/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, stream=None): method init (line 72) | def init(self, arg): method load_stats (line 91) | def load_stats(self, arg): method get_top_level_stats (line 114) | def get_top_level_stats(self): method add (line 124) | def add(self, *arg_list): method dump_stats (line 150) | def dump_stats(self, filename): method get_sort_arg_defs (line 177) | def get_sort_arg_defs(self): method sort_stats (line 196) | def sort_stats(self, *field): method reverse_order (line 228) | def reverse_order(self): method strip_dirs (line 233) | def strip_dirs(self): method calc_callees (line 262) | def calc_callees(self): method eval_print_amount (line 281) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 307) | def get_print_list(self, sel_list): method print_stats (line 331) | def print_stats(self, *amount): method print_callees (line 354) | def print_callees(self, *amount): method print_callers (line 369) | def print_callers(self, *amount): method print_call_heading (line 380) | def print_call_heading(self, name_size, column_title): method print_call_line (line 392) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 417) | def print_title(self): method print_line (line 421) | def print_line(self, func): # hack: should print percentages class TupleComp (line 439) | class TupleComp: method __init__ (line 447) | def __init__(self, comp_select_list): method compare (line 450) | def compare (self, left, right): function func_strip_path (line 464) | def func_strip_path(func_name): function func_get_function_name (line 468) | def func_get_function_name(func): function func_std_string (line 471) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 488) | def add_func_stats(target, source): function add_callers (line 495) | def add_callers(target, source): function count_calls (line 513) | def count_calls(callers): function f8 (line 524) | def f8(x): class ProfileBrowser (line 538) | class ProfileBrowser(cmd.Cmd): method __init__ (line 539) | def __init__(self, profile=None): method generic (line 547) | def generic(self, fn, line): method generic_help (line 571) | def generic_help(self): method do_add (line 579) | def do_add(self, line): method help_add (line 585) | def help_add(self): method do_callees (line 588) | def do_callees(self, line): method help_callees (line 590) | def help_callees(self): method do_callers (line 594) | def do_callers(self, line): method help_callers (line 596) | def help_callers(self): method do_EOF (line 600) | def do_EOF(self, line): method help_EOF (line 603) | def help_EOF(self): method do_quit (line 606) | def do_quit(self, line): method help_quit (line 608) | def help_quit(self): method do_read (line 611) | def do_read(self, line): method help_read (line 628) | def help_read(self): method do_reverse (line 632) | def do_reverse(self, line): method help_reverse (line 638) | def help_reverse(self): method do_sort (line 641) | def do_sort(self, line): method help_sort (line 653) | def help_sort(self): method complete_sort (line 656) | def complete_sort(self, text, *args): method do_stats (line 659) | def do_stats(self, line): method help_stats (line 661) | def help_stats(self): method do_strip (line 665) | def do_strip(self, line): method help_strip (line 670) | def help_strip(self): method help_help (line 673) | def help_help(self): method postcmd (line 676) | def postcmd(self, stop, line): FILE: tests/pythons/win32-py33/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win32-py33/Lib/py_compile.py class PyCompileError (line 20) | class PyCompileError(Exception): method __init__ (line 48) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 64) | def __str__(self): function wr_long (line 68) | def wr_long(f, x): function compile (line 75) | def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1): function main (line 151) | def main(args=None): FILE: tests/pythons/win32-py33/Lib/pyclbr.py class Class (line 55) | class Class: method __init__ (line 57) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 67) | def _addmethod(self, name, lineno): class Function (line 70) | class Function: method __init__ (line 72) | def __init__(self, module, name, file, lineno): function readmodule (line 78) | def readmodule(module, path=None): function readmodule_ex (line 90) | def readmodule_ex(module, path=None): function _readmodule (line 99) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 286) | def _getnamelist(g): function _getname (line 306) | def _getname(g): function _main (line 325) | def _main(): FILE: tests/pythons/win32-py33/Lib/pydoc.py function pathdirs (line 74) | def pathdirs(): function getdoc (line 86) | def getdoc(object): function splitdoc (line 91) | def splitdoc(doc): function classname (line 100) | def classname(object, modname): function isdata (line 107) | def isdata(object): function replace (line 113) | def replace(text, *pairs): function cram (line 120) | def cram(text, maxlen): function stripid (line 129) | def stripid(text): function _is_some_method (line 134) | def _is_some_method(obj): function allmethods (line 140) | def allmethods(cl): function _split_list (line 150) | def _split_list(s, predicate): function visiblename (line 167) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 186) | def classify_class_attrs(object): function ispackage (line 197) | def ispackage(path): function source_synopsis (line 205) | def source_synopsis(file): function synopsis (line 222) | def synopsis(filename, cache={}): class ErrorDuringImport (line 258) | class ErrorDuringImport(Exception): method __init__ (line 260) | def __init__(self, filename, exc_info): method __str__ (line 264) | def __str__(self): function importfile (line 268) | def importfile(path): function safeimport (line 285) | def safeimport(path, forceload=0, cache={}): class Doc (line 333) | class Doc: method document (line 339) | def document(self, object, name=None, *args): method fail (line 357) | def fail(self, object, name=None, *args): method getdocloc (line 365) | def getdocloc(self, object): class HTMLRepr (line 394) | class HTMLRepr(Repr): method __init__ (line 396) | def __init__(self): method escape (line 402) | def escape(self, text): method repr (line 405) | def repr(self, object): method repr1 (line 408) | def repr1(self, x, level): method repr_string (line 415) | def repr_string(self, x, level): method repr_instance (line 428) | def repr_instance(self, x, level): class HTMLDoc (line 436) | class HTMLDoc(Doc): method page (line 445) | def page(self, title, contents): method heading (line 455) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 466) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 488) | def bigsection(self, title, *args): method preformat (line 493) | def preformat(self, text): method multicolumn (line 499) | def multicolumn(self, list, format, cols=4): method grey (line 511) | def grey(self, text): return '%s' % text method namelink (line 513) | def namelink(self, name, *dicts): method classlink (line 520) | def classlink(self, object, modname): method modulelink (line 528) | def modulelink(self, object): method modpkglink (line 532) | def modpkglink(self, modpkginfo): method filelink (line 547) | def filelink(self, url, path): method markup (line 551) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 589) | def formattree(self, tree, modname, parent=None): method docmodule (line 608) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 732) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 882) | def formatvalue(self, object): method docroutine (line 886) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 946) | def _docdescriptor(self, name, value, mod): method docproperty (line 959) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 963) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 968) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 972) | def index(self, dir, shadowed=None): class TextRepr (line 989) | class TextRepr(Repr): method __init__ (line 991) | def __init__(self): method repr1 (line 997) | def repr1(self, x, level): method repr_string (line 1004) | def repr_string(self, x, level): method repr_instance (line 1015) | def repr_instance(self, x, level): class TextDoc (line 1021) | class TextDoc(Doc): method bold (line 1029) | def bold(self, text): method indent (line 1033) | def indent(self, text, prefix=' '): method section (line 1040) | def section(self, title, contents): method formattree (line 1047) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1063) | def docmodule(self, object, name=None, mod=None): method docclass (line 1164) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1285) | def formatvalue(self, object): method docroutine (line 1289) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1338) | def _docdescriptor(self, name, value, mod): method docproperty (line 1351) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1355) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1359) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... class _PlainTextDoc (line 1371) | class _PlainTextDoc(TextDoc): method bold (line 1373) | def bold(self, text): function pager (line 1378) | def pager(text): function getpager (line 1384) | def getpager(): function plain (line 1415) | def plain(text): function pipepager (line 1419) | def pipepager(text, cmd): function tempfilepager (line 1428) | def tempfilepager(text, cmd): function ttypager (line 1440) | def ttypager(text): function plainpager (line 1478) | def plainpager(text): function describe (line 1482) | def describe(thing): function locate (line 1509) | def locate(path, forceload=0): function resolve (line 1534) | def resolve(thing, forceload=0): function render_doc (line 1545) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1570) | def doc(thing, title='Python Library Documentation: %s', forceload=0, function writedoc (line 1581) | def writedoc(thing, forceload=0): function writedocs (line 1593) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1600) | class Helper: method __init__ (line 1773) | def __init__(self, input=None, output=None): method __repr__ (line 1780) | def __repr__(self): method __call__ (line 1787) | def __call__(self, request=_GoInteractive): method interact (line 1800) | def interact(self): method getline (line 1812) | def getline(self, prompt): method help (line 1821) | def help(self, request): method intro (line 1842) | def intro(self): method list (line 1859) | def list(self, items, columns=4, width=80): method listkeywords (line 1872) | def listkeywords(self): method listsymbols (line 1879) | def listsymbols(self): method listtopics (line 1887) | def listtopics(self): method showtopic (line 1894) | def showtopic(self, topic, more_xrefs=''): method _gettopic (line 1926) | def _gettopic(self, topic, more_xrefs=''): method showsymbol (line 1953) | def showsymbol(self, symbol): method listmodules (line 1958) | def listmodules(self, key=''): class Scanner (line 1987) | class Scanner: method __init__ (line 1989) | def __init__(self, roots, children, descendp): method next (line 1995) | def next(self): class ModuleScanner (line 2011) | class ModuleScanner: method run (line 2014) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 2071) | def apropos(key): function _start_server (line 2085) | def _start_server(urlhandler, port): function _url_handler (line 2232) | def _url_handler(url, content_type="text/html"): function browse (line 2485) | def browse(port=0, *, open_browser=True): function ispath (line 2522) | def ispath(x): function cli (line 2525) | def cli(): FILE: tests/pythons/win32-py33/Lib/queue.py class Empty (line 16) | class Empty(Exception): class Full (line 20) | class Full(Exception): class Queue (line 24) | class Queue: method __init__ (line 30) | def __init__(self, maxsize=0): method task_done (line 53) | def task_done(self): method join (line 75) | def join(self): method qsize (line 88) | def qsize(self): method empty (line 93) | def empty(self): method full (line 107) | def full(self): method put (line 118) | def put(self, item, block=True, timeout=None): method get (line 150) | def get(self, block=True, timeout=None): method put_nowait (line 181) | def put_nowait(self, item): method get_nowait (line 189) | def get_nowait(self): method _init (line 202) | def _init(self, maxsize): method _qsize (line 205) | def _qsize(self): method _put (line 209) | def _put(self, item): method _get (line 213) | def _get(self): class PriorityQueue (line 217) | class PriorityQueue(Queue): method _init (line 223) | def _init(self, maxsize): method _qsize (line 226) | def _qsize(self): method _put (line 229) | def _put(self, item): method _get (line 232) | def _get(self): class LifoQueue (line 236) | class LifoQueue(Queue): method _init (line 239) | def _init(self, maxsize): method _qsize (line 242) | def _qsize(self): method _put (line 245) | def _put(self, item): method _get (line 248) | def _get(self): FILE: tests/pythons/win32-py33/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 36) | def quote(c): function encode (line 44) | def encode(input, output, quotetabs, header=False): function encodestring (line 108) | def encodestring(s, quotetabs=False, header=False): function decode (line 119) | def decode(input, output, header=False): function decodestring (line 162) | def decodestring(s, header=False): function ishex (line 174) | def ishex(c): function unhex (line 179) | def unhex(s): function main (line 197) | def main(): FILE: tests/pythons/win32-py33/Lib/random.py class Random (line 68) | class Random(_random.Random): method __init__ (line 84) | def __init__(self, x=None): method seed (line 93) | def seed(self, a=None, version=2): method getstate (line 123) | def getstate(self): method setstate (line 127) | def setstate(self, state): method __getstate__ (line 154) | def __getstate__(self): # for pickle method __setstate__ (line 157) | def __setstate__(self, state): # for pickle method __reduce__ (line 160) | def __reduce__(self): method randrange (line 165) | def randrange(self, start, stop=None, step=1, _int=int): method randint (line 209) | def randint(self, a, b): method _randbelow (line 215) | def _randbelow(self, n, int=int, maxsize=1< (o.time, o.priority) method __ge__ (line 51) | def __ge__(s, o): return (s.time, s.priority) >= (o.time, o.priority) class scheduler (line 55) | class scheduler: method __init__ (line 57) | def __init__(self, timefunc=_time, delayfunc=time.sleep): method enterabs (line 65) | def enterabs(self, time, priority, action, argument=(), kwargs=_sentin... method enter (line 79) | def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): method cancel (line 89) | def cancel(self, event): method empty (line 100) | def empty(self): method run (line 105) | def run(self, blocking=True): method queue (line 156) | def queue(self): FILE: tests/pythons/win32-py33/Lib/shelve.py class _ClosedDict (line 66) | class _ClosedDict(collections.MutableMapping): method closed (line 69) | def closed(self, *args): method __repr__ (line 73) | def __repr__(self): class Shelf (line 77) | class Shelf(collections.MutableMapping): method __init__ (line 84) | def __init__(self, dict, protocol=None, writeback=False, method __iter__ (line 94) | def __iter__(self): method __len__ (line 98) | def __len__(self): method __contains__ (line 101) | def __contains__(self, key): method get (line 104) | def get(self, key, default=None): method __getitem__ (line 109) | def __getitem__(self, key): method __setitem__ (line 119) | def __setitem__(self, key, value): method __delitem__ (line 127) | def __delitem__(self, key): method close (line 134) | def close(self): method __del__ (line 147) | def __del__(self): method sync (line 153) | def sync(self): class BsdDbShelf (line 164) | class BsdDbShelf(Shelf): method __init__ (line 177) | def __init__(self, dict, protocol=None, writeback=False, method set_location (line 181) | def set_location(self, key): method next (line 186) | def next(self): method previous (line 191) | def previous(self): method first (line 196) | def first(self): method last (line 201) | def last(self): class DbfilenameShelf (line 207) | class DbfilenameShelf(Shelf): method __init__ (line 214) | def __init__(self, filename, flag='c', protocol=None, writeback=False): function open (line 219) | def open(filename, flag='c', protocol=None, writeback=False): FILE: tests/pythons/win32-py33/Lib/shlex.py class shlex (line 18) | class shlex: method __init__ (line 20) | def __init__(self, instream=None, infile=None, posix=False): method push_token (line 56) | def push_token(self, tok): method push_source (line 62) | def push_source(self, newstream, newfile=None): method pop_source (line 76) | def pop_source(self): method get_token (line 85) | def get_token(self): method read_token (line 117) | def read_token(self): method sourcehook (line 245) | def sourcehook(self, newfile): method error_leader (line 254) | def error_leader(self, infile=None, lineno=None): method __iter__ (line 262) | def __iter__(self): method __next__ (line 265) | def __next__(self): function split (line 271) | def split(s, comments=False, posix=True): function quote (line 281) | def quote(s): FILE: tests/pythons/win32-py33/Lib/shutil.py class Error (line 42) | class Error(EnvironmentError): class SpecialFileError (line 45) | class SpecialFileError(EnvironmentError): class ExecError (line 49) | class ExecError(EnvironmentError): class ReadError (line 52) | class ReadError(EnvironmentError): class RegistryError (line 55) | class RegistryError(Exception): function copyfileobj (line 65) | def copyfileobj(fsrc, fdst, length=16*1024): function _samefile (line 73) | def _samefile(src, dst): function copyfile (line 85) | def copyfile(src, dst, *, follow_symlinks=True): function copymode (line 114) | def copymode(src, dst, *, follow_symlinks=True): function _copyxattr (line 136) | def _copyxattr(src, dst, *, follow_symlinks=True): function _copyxattr (line 159) | def _copyxattr(*args, **kwargs): function copystat (line 162) | def copystat(src, dst, *, follow_symlinks=True): function copy (line 216) | def copy(src, dst, *, follow_symlinks=True): function copy2 (line 231) | def copy2(src, dst, *, follow_symlinks=True): function ignore_patterns (line 247) | def ignore_patterns(*patterns): function copytree (line 259) | def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function _rmtree_unsafe (line 347) | def _rmtree_unsafe(path, onerror): function _rmtree_safe_fd (line 380) | def _rmtree_safe_fd(topfd, path, onerror): function rmtree (line 429) | def rmtree(path, ignore_errors=False, onerror=None): function _basename (line 484) | def _basename(path): function move (line 490) | def move(src, dst): function _destinsrc (line 539) | def _destinsrc(src, dst): function _get_gid (line 548) | def _get_gid(name): function _get_uid (line 560) | def _get_uid(name): function _make_tarball (line 572) | def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_r... function _call_external_zip (line 634) | def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=Fa... function _make_zipfile (line 651) | def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function get_archive_formats (line 706) | def get_archive_formats(): function register_archive_format (line 716) | def register_archive_format(name, function, extra_args=None, description... function unregister_archive_format (line 737) | def unregister_archive_format(name): function make_archive (line 740) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... function get_unpack_formats (line 795) | def get_unpack_formats(): function _check_unpack_options (line 806) | def _check_unpack_options(extensions, function, extra_args): function register_unpack_format (line 824) | def register_unpack_format(name, extensions, function, extra_args=None, function unregister_unpack_format (line 846) | def unregister_unpack_format(name): function _ensure_directory (line 850) | def _ensure_directory(path): function _unpack_zipfile (line 856) | def _unpack_zipfile(filename, extract_dir): function _unpack_tarfile (line 893) | def _unpack_tarfile(filename, extract_dir): function _find_unpack_format (line 916) | def _find_unpack_format(filename): function unpack_archive (line 923) | def unpack_archive(filename, extract_dir=None, format=None): function disk_usage (line 965) | def disk_usage(path): function disk_usage (line 983) | def disk_usage(path): function chown (line 994) | def chown(path, user=None, group=None): function get_terminal_size (line 1025) | def get_terminal_size(fallback=(80, 24)): function which (line 1068) | def which(cmd, mode=os.F_OK | os.X_OK, path=None): FILE: tests/pythons/win32-py33/Lib/site.py function makepath (line 86) | def makepath(*paths): function abs_paths (line 95) | def abs_paths(): function removeduppaths (line 111) | def removeduppaths(): function _init_pathinfo (line 130) | def _init_pathinfo(): function addpackage (line 143) | def addpackage(sitedir, name, known_paths): function addsitedir (line 185) | def addsitedir(sitedir, known_paths=None): function check_enableusersite (line 209) | def check_enableusersite(): function getuserbase (line 233) | def getuserbase(): function getusersitepackages (line 247) | def getusersitepackages(): function addusersitepackages (line 270) | def addusersitepackages(known_paths): function getsitepackages (line 284) | def getsitepackages(prefixes=None): function addsitepackages (line 324) | def addsitepackages(known_paths, prefixes=None): function setBEGINLIBPATH (line 332) | def setBEGINLIBPATH(): function setquit (line 349) | def setquit(): class _Printer (line 380) | class _Printer(object): method __init__ (line 386) | def __init__(self, name, data, files=(), dirs=()): method __setup (line 393) | def __setup(self): method __repr__ (line 414) | def __repr__(self): method __call__ (line 421) | def __call__(self): function setcopyright (line 441) | def setcopyright(): class _Helper (line 460) | class _Helper(object): method __repr__ (line 466) | def __repr__(self): method __call__ (line 469) | def __call__(self, *args, **kwds): function sethelper (line 473) | def sethelper(): function aliasmbcs (line 476) | def aliasmbcs(): function venv (line 494) | def venv(known_paths): function execsitecustomize (line 545) | def execsitecustomize(): function execusercustomize (line 561) | def execusercustomize(): function main (line 577) | def main(): function _script (line 607) | def _script(): FILE: tests/pythons/win32-py33/Lib/smtpd.py class Devnull (line 94) | class Devnull: method write (line 95) | def write(self, msg): pass method flush (line 96) | def flush(self): pass function usage (line 106) | def usage(code, msg=''): class SMTPChannel (line 113) | class SMTPChannel(asynchat.async_chat): method __init__ (line 124) | def __init__(self, server, conn, addr, data_size_limit=DATA_SIZE_DEFAU... method __server (line 154) | def __server(self): method __server (line 159) | def __server(self, value): method __line (line 165) | def __line(self): method __line (line 170) | def __line(self, value): method __state (line 176) | def __state(self): method __state (line 181) | def __state(self, value): method __greeting (line 187) | def __greeting(self): method __greeting (line 192) | def __greeting(self, value): method __mailfrom (line 198) | def __mailfrom(self): method __mailfrom (line 203) | def __mailfrom(self, value): method __rcpttos (line 209) | def __rcpttos(self): method __rcpttos (line 214) | def __rcpttos(self, value): method __data (line 220) | def __data(self): method __data (line 225) | def __data(self, value): method __fqdn (line 231) | def __fqdn(self): method __fqdn (line 236) | def __fqdn(self, value): method __peer (line 242) | def __peer(self): method __peer (line 247) | def __peer(self, value): method __conn (line 253) | def __conn(self): method __conn (line 258) | def __conn(self, value): method __addr (line 264) | def __addr(self): method __addr (line 269) | def __addr(self, value): method push (line 275) | def push(self, msg): method collect_incoming_data (line 279) | def collect_incoming_data(self, data): method found_terminator (line 292) | def found_terminator(self): method smtp_HELO (line 353) | def smtp_HELO(self, arg): method smtp_EHLO (line 364) | def smtp_EHLO(self, arg): method smtp_NOOP (line 378) | def smtp_NOOP(self, arg): method smtp_QUIT (line 384) | def smtp_QUIT(self, arg): method _strip_command_keyword (line 389) | def _strip_command_keyword(self, keyword, arg): method _getaddr (line 395) | def _getaddr(self, arg): method _getparams (line 406) | def _getparams(self, params): method smtp_HELP (line 413) | def smtp_HELP(self, arg): method smtp_VRFY (line 448) | def smtp_VRFY(self, arg): method smtp_MAIL (line 459) | def smtp_MAIL(self, arg): method smtp_RCPT (line 503) | def smtp_RCPT(self, arg): method smtp_RSET (line 544) | def smtp_RSET(self, arg): method smtp_DATA (line 555) | def smtp_DATA(self, arg): method smtp_EXPN (line 570) | def smtp_EXPN(self, arg): class SMTPServer (line 574) | class SMTPServer(asyncore.dispatcher): method __init__ (line 578) | def __init__(self, localaddr, remoteaddr, method handle_accepted (line 598) | def handle_accepted(self, conn, addr): method process_message (line 603) | def process_message(self, peer, mailfrom, rcpttos, data): class DebuggingServer (line 628) | class DebuggingServer(SMTPServer): method process_message (line 630) | def process_message(self, peer, mailfrom, rcpttos, data): class PureProxy (line 643) | class PureProxy(SMTPServer): method process_message (line 644) | def process_message(self, peer, mailfrom, rcpttos, data): method _deliver (line 658) | def _deliver(self, mailfrom, rcpttos, data): class MailmanProxy (line 683) | class MailmanProxy(PureProxy): method process_message (line 684) | def process_message(self, peer, mailfrom, rcpttos, data): class Options (line 761) | class Options: function parseargs (line 767) | def parseargs(): FILE: tests/pythons/win32-py33/Lib/smtplib.py class SMTPException (line 70) | class SMTPException(Exception): class SMTPServerDisconnected (line 73) | class SMTPServerDisconnected(SMTPException): class SMTPResponseException (line 81) | class SMTPResponseException(SMTPException): method __init__ (line 90) | def __init__(self, code, msg): class SMTPSenderRefused (line 95) | class SMTPSenderRefused(SMTPResponseException): method __init__ (line 102) | def __init__(self, code, msg, sender): class SMTPRecipientsRefused (line 108) | class SMTPRecipientsRefused(SMTPException): method __init__ (line 116) | def __init__(self, recipients): class SMTPDataError (line 121) | class SMTPDataError(SMTPResponseException): class SMTPConnectError (line 124) | class SMTPConnectError(SMTPResponseException): class SMTPHeloError (line 127) | class SMTPHeloError(SMTPResponseException): class SMTPAuthenticationError (line 130) | class SMTPAuthenticationError(SMTPResponseException): function quoteaddr (line 137) | def quoteaddr(addrstring): function _addr_only (line 150) | def _addr_only(addrstring): function quotedata (line 158) | def quotedata(data): function _quote_periods (line 167) | def _quote_periods(bindata): function _fix_eols (line 170) | def _fix_eols(data): class SMTP (line 181) | class SMTP: method __init__ (line 218) | def __init__(self, host='', port=0, local_hostname=None, method __enter__ (line 262) | def __enter__(self): method __exit__ (line 265) | def __exit__(self, *args): method set_debuglevel (line 275) | def set_debuglevel(self, debuglevel): method _get_socket (line 284) | def _get_socket(self, host, port, timeout): method connect (line 293) | def connect(self, host='localhost', port=0, source_address=None): method send (line 327) | def send(self, s): method putcmd (line 342) | def putcmd(self, cmd, args=""): method getreply (line 350) | def getreply(self): method docmd (line 399) | def docmd(self, cmd, args=""): method helo (line 405) | def helo(self, name=''): method ehlo (line 415) | def ehlo(self, name=''): method has_extn (line 466) | def has_extn(self, opt): method help (line 470) | def help(self, args=''): method rset (line 476) | def rset(self): method noop (line 480) | def noop(self): method mail (line 484) | def mail(self, sender, options=[]): method rcpt (line 492) | def rcpt(self, recip, options=[]): method data (line 500) | def data(self, msg): method verify (line 529) | def verify(self, address): method expn (line 536) | def expn(self, address): method ehlo_or_helo_if_needed (line 543) | def ehlo_or_helo_if_needed(self): method login (line 560) | def login(self, user, password): method starttls (line 640) | def starttls(self, keyfile=None, certfile=None, context=None): method sendmail (line 685) | def sendmail(self, from_addr, to_addrs, msg, mail_options=[], method send_message (line 788) | def send_message(self, msg, from_addr=None, to_addrs=None, method close (line 841) | def close(self): method quit (line 850) | def quit(self): class SMTP_SSL (line 858) | class SMTP_SSL(SMTP): method __init__ (line 874) | def __init__(self, host='', port=0, local_hostname=None, method _get_socket (line 890) | def _get_socket(self, host, port, timeout): class LMTP (line 908) | class LMTP(SMTP): method __init__ (line 924) | def __init__(self, host='', port=LMTP_PORT, local_hostname=None, method connect (line 930) | def connect(self, host='localhost', port=0, source_address=None): function prompt (line 958) | def prompt(prompt): FILE: tests/pythons/win32-py33/Lib/sndhdr.py function what (line 35) | def what(filename): function whathdr (line 41) | def whathdr(filename): function test_aifc (line 58) | def test_aifc(h, f): function test_au (line 79) | def test_au(h, f): function test_hcom (line 112) | def test_hcom(h, f): function test_voc (line 125) | def test_voc(h, f): function test_wav (line 139) | def test_wav(h, f): function test_8svx (line 152) | def test_8svx(h, f): function test_sndt (line 161) | def test_sndt(h, f): function test_sndr (line 170) | def test_sndr(h, f): function get_long_be (line 183) | def get_long_be(b): function get_long_le (line 186) | def get_long_le(b): function get_short_be (line 189) | def get_short_be(b): function get_short_le (line 192) | def get_short_le(b): function test (line 200) | def test(): function testall (line 215) | def testall(list, recursive, toplevel): FILE: tests/pythons/win32-py33/Lib/socket.py class socket (line 87) | class socket(_socket.socket): method __init__ (line 93) | def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=N... method __enter__ (line 98) | def __enter__(self): method __exit__ (line 101) | def __exit__(self, *args): method __repr__ (line 105) | def __repr__(self): method __getstate__ (line 115) | def __getstate__(self): method dup (line 118) | def dup(self): method accept (line 128) | def accept(self): method makefile (line 144) | def makefile(self, mode="r", buffering=None, *, method _decref_socketios (line 187) | def _decref_socketios(self): method _real_close (line 193) | def _real_close(self, _ss=_socket.socket): method close (line 197) | def close(self): method detach (line 203) | def detach(self): function fromfd (line 213) | def fromfd(fd, family, type, proto=0): function fromshare (line 223) | def fromshare(info): function socketpair (line 233) | def socketpair(family=None, type=SOCK_STREAM, proto=0): class SocketIO (line 254) | class SocketIO(io.RawIOBase): method __init__ (line 271) | def __init__(self, sock, mode): method readinto (line 283) | def readinto(self, b): method write (line 308) | def write(self, b): method readable (line 324) | def readable(self): method writable (line 331) | def writable(self): method seekable (line 338) | def seekable(self): method fileno (line 345) | def fileno(self): method name (line 352) | def name(self): method mode (line 359) | def mode(self): method close (line 362) | def close(self): function getfqdn (line 373) | def getfqdn(name=''): function create_connection (line 401) | def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, FILE: tests/pythons/win32-py33/Lib/socketserver.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 207) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 214) | def server_activate(self): method serve_forever (line 222) | def serve_forever(self, poll_interval=0.5): method shutdown (line 246) | def shutdown(self): method service_actions (line 256) | def service_actions(self): method handle_request (line 275) | def handle_request(self): method _handle_request_noblock (line 293) | def _handle_request_noblock(self): method handle_timeout (line 311) | def handle_timeout(self): method verify_request (line 318) | def verify_request(self, request, client_address): method process_request (line 326) | def process_request(self, request, client_address): method server_close (line 335) | def server_close(self): method finish_request (line 343) | def finish_request(self, request, client_address): method shutdown_request (line 347) | def shutdown_request(self, request): method close_request (line 351) | def close_request(self, request): method handle_error (line 355) | def handle_error(self, request, client_address): class TCPServer (line 369) | class TCPServer(BaseServer): method __init__ (line 424) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 433) | def server_bind(self): method server_activate (line 444) | def server_activate(self): method server_close (line 452) | def server_close(self): method fileno (line 460) | def fileno(self): method get_request (line 468) | def get_request(self): method shutdown_request (line 476) | def shutdown_request(self, request): method close_request (line 486) | def close_request(self, request): class UDPServer (line 491) | class UDPServer(TCPServer): method get_request (line 501) | def get_request(self): method server_activate (line 505) | def server_activate(self): method shutdown_request (line 509) | def shutdown_request(self, request): method close_request (line 513) | def close_request(self, request): class ForkingMixIn (line 517) | class ForkingMixIn: method collect_children (line 525) | def collect_children(self): method handle_timeout (line 557) | def handle_timeout(self): method service_actions (line 564) | def service_actions(self): method process_request (line 571) | def process_request(self, request, client_address): class ThreadingMixIn (line 596) | class ThreadingMixIn: method process_request_thread (line 603) | def process_request_thread(self, request, client_address): method process_request (line 616) | def process_request(self, request, client_address): class ForkingUDPServer (line 624) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 625) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 627) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 628) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 632) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 635) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 638) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 640) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 642) | class BaseRequestHandler: method __init__ (line 660) | def __init__(self, request, client_address, server): method setup (line 670) | def setup(self): method handle (line 673) | def handle(self): method finish (line 676) | def finish(self): class StreamRequestHandler (line 688) | class StreamRequestHandler(BaseRequestHandler): method setup (line 709) | def setup(self): method finish (line 719) | def finish(self): class DatagramRequestHandler (line 731) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 738) | def setup(self): method finish (line 744) | def finish(self): FILE: tests/pythons/win32-py33/Lib/sqlite3/dbapi2.py function DateFromTicks (line 40) | def DateFromTicks(ticks): function TimeFromTicks (line 43) | def TimeFromTicks(ticks): function TimestampFromTicks (line 46) | def TimestampFromTicks(ticks): function register_adapters_and_converters (line 54) | def register_adapters_and_converters(): FILE: tests/pythons/win32-py33/Lib/sqlite3/dump.py function _iterdump (line 10) | def _iterdump(connection): FILE: tests/pythons/win32-py33/Lib/sre_compile.py function _identityfunction (line 24) | def _identityfunction(x): function _compile (line 32) | def _compile(code, pattern, flags): function _compile_charset (line 178) | def _compile_charset(charset, flags, code, fixup=None): function _optimize_charset (line 207) | def _optimize_charset(charset, fixup): function _mk_bitmap (line 258) | def _mk_bitmap(bits): function _optimize_unicode (line 301) | def _optimize_unicode(charset, fixup): function _simple (line 357) | def _simple(av): function _compile_info (line 362) | def _compile_info(code, pattern, flags): function isstring (line 468) | def isstring(obj): function _code (line 471) | def _code(p, flags): function compile (line 486) | def compile(p, flags=0): FILE: tests/pythons/win32-py33/Lib/sre_constants.py class error (line 27) | class error(Exception): function makedict (line 149) | def makedict(list): function dump (line 223) | def dump(f, d, prefix): FILE: tests/pythons/win32-py33/Lib/sre_parse.py class Pattern (line 66) | class Pattern: method __init__ (line 68) | def __init__(self): method opengroup (line 73) | def opengroup(self, name=None): method closegroup (line 84) | def closegroup(self, gid): method checkgroup (line 86) | def checkgroup(self, gid): class SubPattern (line 89) | class SubPattern: method __init__ (line 91) | def __init__(self, pattern, data=None): method dump (line 97) | def dump(self, level=0): method __repr__ (line 125) | def __repr__(self): method __len__ (line 127) | def __len__(self): method __delitem__ (line 129) | def __delitem__(self, index): method __getitem__ (line 131) | def __getitem__(self, index): method __setitem__ (line 135) | def __setitem__(self, index, code): method insert (line 137) | def insert(self, index, code): method append (line 139) | def append(self, code): method getwidth (line 141) | def getwidth(self): class Tokenizer (line 178) | class Tokenizer: method __init__ (line 179) | def __init__(self, string): method __next (line 184) | def __next(self): method match (line 203) | def match(self, char, skip=1): method get (line 209) | def get(self): method getwhile (line 213) | def getwhile(self, n, charset): method tell (line 222) | def tell(self): method seek (line 224) | def seek(self, index): function isident (line 230) | def isident(char): function isdigit (line 236) | def isdigit(char): function isname (line 242) | def isname(name): function _class_escape (line 254) | def _class_escape(source, escape): function _escape (line 296) | def _escape(source, escape, state): function _parse_sub (line 352) | def _parse_sub(source, state, nested=1): function _parse_sub_cond (line 411) | def _parse_sub_cond(source, state, condgroup): function _parse (line 430) | def _parse(source, state): function fix_flags (line 725) | def fix_flags(src, flags): function parse (line 737) | def parse(str, flags=0, pattern=None): function parse_template (line 766) | def parse_template(source, pattern): function expand_template (line 859) | def expand_template(template, match): FILE: tests/pythons/win32-py33/Lib/ssl.py class CertificateError (line 129) | class CertificateError(ValueError): function _dnsname_match (line 133) | def _dnsname_match(dn, hostname, max_wildcards=1): function match_hostname (line 182) | def match_hostname(cert, hostname): class SSLContext (line 223) | class SSLContext(_SSLContext): method __new__ (line 229) | def __new__(cls, protocol, *args, **kwargs): method __init__ (line 235) | def __init__(self, protocol): method wrap_socket (line 238) | def wrap_socket(self, sock, server_side=False, method set_npn_protocols (line 248) | def set_npn_protocols(self, npn_protocols): class SSLSocket (line 260) | class SSLSocket(socket): method __init__ (line 265) | def __init__(self, sock=None, keyfile=None, certfile=None, method dup (line 352) | def dup(self): method _checkClosed (line 356) | def _checkClosed(self, msg=None): method read (line 360) | def read(self, len=0, buffer=None): method write (line 380) | def write(self, data): method getpeercert (line 387) | def getpeercert(self, binary_form=False): method selected_npn_protocol (line 396) | def selected_npn_protocol(self): method cipher (line 403) | def cipher(self): method compression (line 410) | def compression(self): method send (line 417) | def send(self, data, flags=0): method sendto (line 439) | def sendto(self, data, flags_or_addr, addr=None): method sendmsg (line 449) | def sendmsg(self, *args, **kwargs): method sendall (line 455) | def sendall(self, data, flags=0): method recv (line 471) | def recv(self, buflen=1024, flags=0): method recv_into (line 482) | def recv_into(self, buffer, nbytes=None, flags=0): method recvfrom (line 497) | def recvfrom(self, buflen=1024, flags=0): method recvfrom_into (line 505) | def recvfrom_into(self, buffer, nbytes=None, flags=0): method recvmsg (line 513) | def recvmsg(self, *args, **kwargs): method recvmsg_into (line 517) | def recvmsg_into(self, *args, **kwargs): method pending (line 521) | def pending(self): method shutdown (line 528) | def shutdown(self, how): method unwrap (line 533) | def unwrap(self): method _real_close (line 541) | def _real_close(self): method do_handshake (line 546) | def do_handshake(self, block=False): method _real_connect (line 557) | def _real_connect(self, addr, connect_ex): method connect (line 580) | def connect(self, addr): method connect_ex (line 585) | def connect_ex(self, addr): method accept (line 590) | def accept(self): method get_channel_binding (line 602) | def get_channel_binding(self, cb_type="tls-unique"): function wrap_socket (line 618) | def wrap_socket(sock, keyfile=None, certfile=None, function cert_time_to_seconds (line 634) | def cert_time_to_seconds(cert_time): function DER_cert_to_PEM_cert (line 645) | def DER_cert_to_PEM_cert(der_cert_bytes): function PEM_cert_to_DER_cert (line 654) | def PEM_cert_to_DER_cert(pem_cert_string): function get_server_certificate (line 667) | def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=No... function get_protocol_name (line 685) | def get_protocol_name(protocol_code): FILE: tests/pythons/win32-py33/Lib/stat.py function S_IMODE (line 21) | def S_IMODE(mode): function S_IFMT (line 27) | def S_IFMT(mode): function S_ISDIR (line 46) | def S_ISDIR(mode): function S_ISCHR (line 50) | def S_ISCHR(mode): function S_ISBLK (line 54) | def S_ISBLK(mode): function S_ISREG (line 58) | def S_ISREG(mode): function S_ISFIFO (line 62) | def S_ISFIFO(mode): function S_ISLNK (line 66) | def S_ISLNK(mode): function S_ISSOCK (line 70) | def S_ISSOCK(mode): function filemode (line 139) | def filemode(mode): FILE: tests/pythons/win32-py33/Lib/string.py function capwords (line 33) | def capwords(s, sep=None): class _TemplateMetaclass (line 51) | class _TemplateMetaclass(type): method __init__ (line 61) | def __init__(cls, name, bases, dct): class Template (line 73) | class Template(metaclass=_TemplateMetaclass): method __init__ (line 80) | def __init__(self, template): method _invalid (line 85) | def _invalid(self, mo): method substitute (line 97) | def substitute(self, *args, **kws): method safe_substitute (line 123) | def safe_substitute(self, *args, **kws): class Formatter (line 162) | class Formatter: method format (line 163) | def format(self, format_string, *args, **kwargs): method vformat (line 166) | def vformat(self, format_string, args, kwargs): method _vformat (line 172) | def _vformat(self, format_string, args, kwargs, used_args, recursion_d... method get_value (line 206) | def get_value(self, key, args, kwargs): method check_unused_args (line 213) | def check_unused_args(self, used_args, args, kwargs): method format_field (line 217) | def format_field(self, value, format_spec): method convert_field (line 221) | def convert_field(self, value, conversion): method parse (line 241) | def parse(self, format_string): method get_field (line 250) | def get_field(self, field_name, args, kwargs): FILE: tests/pythons/win32-py33/Lib/stringprep.py function in_table_a1 (line 12) | def in_table_a1(code): function in_table_b1 (line 20) | def in_table_b1(code): function map_table_b3 (line 189) | def map_table_b3(code): function map_table_b2 (line 195) | def map_table_b2(a): function in_table_c11 (line 206) | def in_table_c11(code): function in_table_c12 (line 210) | def in_table_c12(code): function in_table_c11_c12 (line 213) | def in_table_c11_c12(code): function in_table_c21 (line 217) | def in_table_c21(code): function in_table_c22 (line 221) | def in_table_c22(code): function in_table_c21_c22 (line 227) | def in_table_c21_c22(code): function in_table_c3 (line 232) | def in_table_c3(code): function in_table_c4 (line 236) | def in_table_c4(code): function in_table_c5 (line 243) | def in_table_c5(code): function in_table_c6 (line 248) | def in_table_c6(code): function in_table_c7 (line 253) | def in_table_c7(code): function in_table_c8 (line 258) | def in_table_c8(code): function in_table_c9 (line 263) | def in_table_c9(code): function in_table_d1 (line 267) | def in_table_d1(code): function in_table_d2 (line 271) | def in_table_d2(code): FILE: tests/pythons/win32-py33/Lib/subprocess.py class SubprocessError (line 360) | class SubprocessError(Exception): pass class CalledProcessError (line 363) | class CalledProcessError(SubprocessError): method __init__ (line 369) | def __init__(self, returncode, cmd, output=None): method __str__ (line 373) | def __str__(self): class TimeoutExpired (line 377) | class TimeoutExpired(SubprocessError): method __init__ (line 381) | def __init__(self, cmd, timeout, output=None): method __str__ (line 386) | def __str__(self): class STARTUPINFO (line 395) | class STARTUPINFO: class pywintypes (line 401) | class pywintypes: class Handle (line 429) | class Handle(int): method Close (line 432) | def Close(self, CloseHandle=_winapi.CloseHandle): method Detach (line 437) | def Detach(self): method __repr__ (line 443) | def __repr__(self): function _cleanup (line 460) | def _cleanup(): function _eintr_retry_call (line 476) | def _eintr_retry_call(func, *args): function _args_from_interpreter_flags (line 488) | def _args_from_interpreter_flags(): function call (line 515) | def call(*popenargs, timeout=None, **kwargs): function check_call (line 532) | def check_call(*popenargs, **kwargs): function check_output (line 551) | def check_output(*popenargs, timeout=None, **kwargs): function list2cmdline (line 593) | def list2cmdline(seq): function getstatusoutput (line 666) | def getstatusoutput(cmd): function getoutput (line 693) | def getoutput(cmd): class Popen (line 709) | class Popen(object): method __init__ (line 713) | def __init__(self, args, bufsize=-1, executable=None, method _translate_newlines (line 847) | def _translate_newlines(self, data, encoding): method __enter__ (line 851) | def __enter__(self): method __exit__ (line 854) | def __exit__(self, type, value, traceback): method __del__ (line 864) | def __del__(self, _maxsize=sys.maxsize): method _get_devnull (line 874) | def _get_devnull(self): method communicate (line 879) | def communicate(self, input=None, timeout=None): method poll (line 929) | def poll(self): method _remaining_time (line 933) | def _remaining_time(self, endtime): method _check_timeout (line 941) | def _check_timeout(self, endtime, orig_timeout): method _get_handles (line 953) | def _get_handles(self, stdin, stdout, stderr): method _make_inheritable (line 1025) | def _make_inheritable(self, handle): method _find_w9xpopen (line 1034) | def _find_w9xpopen(self): method _execute_child (line 1051) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _internal_poll (line 1133) | def _internal_poll(self, _deadstate=None, method wait (line 1150) | def wait(self, timeout=None, endtime=None): method _readerthread (line 1168) | def _readerthread(self, fh, buffer): method _communicate (line 1173) | def _communicate(self, input, endtime, orig_timeout): method send_signal (line 1239) | def send_signal(self, sig): method terminate (line 1251) | def terminate(self): method _get_handles (line 1270) | def _get_handles(self, stdin, stdout, stderr): method _close_fds (line 1321) | def _close_fds(self, fds_to_keep): method _execute_child (line 1331) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _handle_exitstatus (line 1452) | def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, method _internal_poll (line 1466) | def _internal_poll(self, _deadstate=None, _waitpid=os.waitpid, method _try_wait (line 1493) | def _try_wait(self, wait_flags): method wait (line 1507) | def wait(self, timeout=None, endtime=None): method _communicate (line 1546) | def _communicate(self, input, endtime, orig_timeout): method _save_input (line 1582) | def _save_input(self, input): method _communicate_with_poll (line 1593) | def _communicate_with_poll(self, input, endtime, orig_timeout): method _communicate_with_select (line 1675) | def _communicate_with_select(self, input, endtime, orig_timeout): method send_signal (line 1757) | def send_signal(self, sig): method terminate (line 1762) | def terminate(self): method kill (line 1767) | def kill(self): FILE: tests/pythons/win32-py33/Lib/sunau.py class Error (line 131) | class Error(Exception): function _read_u32 (line 134) | def _read_u32(file): function _write_u32 (line 143) | def _write_u32(file, x): class Au_read (line 151) | class Au_read: method __init__ (line 153) | def __init__(self, f): method __del__ (line 162) | def __del__(self): method initfp (line 166) | def initfp(self, file): method getfp (line 213) | def getfp(self): method getnchannels (line 216) | def getnchannels(self): method getsampwidth (line 219) | def getsampwidth(self): method getframerate (line 222) | def getframerate(self): method getnframes (line 225) | def getnframes(self): method getcomptype (line 232) | def getcomptype(self): method getcompname (line 240) | def getcompname(self): method getparams (line 248) | def getparams(self): method getmarkers (line 253) | def getmarkers(self): method getmark (line 256) | def getmark(self, id): method readframes (line 259) | def readframes(self, nframes): method rewind (line 272) | def rewind(self): method tell (line 278) | def tell(self): method setpos (line 281) | def setpos(self, pos): method close (line 289) | def close(self): class Au_write (line 294) | class Au_write: method __init__ (line 296) | def __init__(self, f): method __del__ (line 305) | def __del__(self): method initfp (line 310) | def initfp(self, file): method setnchannels (line 323) | def setnchannels(self, nchannels): method getnchannels (line 330) | def getnchannels(self): method setsampwidth (line 335) | def setsampwidth(self, sampwidth): method getsampwidth (line 342) | def getsampwidth(self): method setframerate (line 347) | def setframerate(self, framerate): method getframerate (line 352) | def getframerate(self): method setnframes (line 357) | def setnframes(self, nframes): method getnframes (line 364) | def getnframes(self): method setcomptype (line 367) | def setcomptype(self, type, name): method getcomptype (line 373) | def getcomptype(self): method getcompname (line 376) | def getcompname(self): method setparams (line 384) | def setparams(self, params): method getparams (line 392) | def getparams(self): method tell (line 397) | def tell(self): method writeframesraw (line 400) | def writeframesraw(self, data): method writeframes (line 410) | def writeframes(self, data): method close (line 416) | def close(self): method _ensure_header_written (line 433) | def _ensure_header_written(self): method _write_header (line 443) | def _write_header(self): method _patchheader (line 482) | def _patchheader(self): function open (line 490) | def open(f, mode=None): FILE: tests/pythons/win32-py33/Lib/symbol.py function main (line 103) | def main(): FILE: tests/pythons/win32-py33/Lib/symtable.py function symtable (line 12) | def symtable(code, filename, compile_type): class SymbolTableFactory (line 16) | class SymbolTableFactory: method __init__ (line 17) | def __init__(self): method new (line 20) | def new(self, table, filename): method __call__ (line 27) | def __call__(self, table, filename): class SymbolTable (line 37) | class SymbolTable(object): method __init__ (line 39) | def __init__(self, raw_table, filename): method __repr__ (line 44) | def __repr__(self): method get_type (line 57) | def get_type(self): method get_id (line 67) | def get_id(self): method get_name (line 70) | def get_name(self): method get_lineno (line 73) | def get_lineno(self): method is_optimized (line 76) | def is_optimized(self): method is_nested (line 80) | def is_nested(self): method has_children (line 83) | def has_children(self): method has_exec (line 86) | def has_exec(self): method has_import_star (line 90) | def has_import_star(self): method get_identifiers (line 94) | def get_identifiers(self): method lookup (line 97) | def lookup(self, name): method get_symbols (line 105) | def get_symbols(self): method __check_children (line 108) | def __check_children(self, name): method get_children (line 113) | def get_children(self): class Function (line 118) | class Function(SymbolTable): method __idents_matching (line 126) | def __idents_matching(self, test_func): method get_parameters (line 130) | def get_parameters(self): method get_locals (line 135) | def get_locals(self): method get_globals (line 142) | def get_globals(self): method get_frees (line 149) | def get_frees(self): class Class (line 156) | class Class(SymbolTable): method get_methods (line 160) | def get_methods(self): class Symbol (line 169) | class Symbol(object): method __init__ (line 171) | def __init__(self, name, flags, namespaces=None): method __repr__ (line 177) | def __repr__(self): method get_name (line 180) | def get_name(self): method is_referenced (line 183) | def is_referenced(self): method is_parameter (line 186) | def is_parameter(self): method is_global (line 189) | def is_global(self): method is_declared_global (line 192) | def is_declared_global(self): method is_local (line 195) | def is_local(self): method is_free (line 198) | def is_free(self): method is_imported (line 201) | def is_imported(self): method is_assigned (line 204) | def is_assigned(self): method is_namespace (line 207) | def is_namespace(self): method get_namespaces (line 220) | def get_namespaces(self): method get_namespace (line 224) | def get_namespace(self): FILE: tests/pythons/win32-py33/Lib/sysconfig.py function _safe_realpath (line 119) | def _safe_realpath(path): function _is_python_source_dir (line 145) | def _is_python_source_dir(d): function is_python_build (line 157) | def is_python_build(check_home=False): function _subst_vars (line 170) | def _subst_vars(s, local_vars): function _extend_dict (line 179) | def _extend_dict(target_dict, other_dict): function _expand_vars (line 187) | def _expand_vars(scheme, vars): function _get_default_scheme (line 200) | def _get_default_scheme(): function _getuserbase (line 207) | def _getuserbase(): function _parse_makefile (line 236) | def _parse_makefile(filename, vars=None): function get_makefile_filename (line 354) | def get_makefile_filename(): function _generate_posix_vars (line 364) | def _generate_posix_vars(): function _init_posix (line 427) | def _init_posix(vars): function _init_non_posix (line 433) | def _init_non_posix(vars): function parse_config_h (line 450) | def parse_config_h(fp, vars=None): function get_config_h_filename (line 481) | def get_config_h_filename(): function get_scheme_names (line 493) | def get_scheme_names(): function get_path_names (line 498) | def get_path_names(): function get_paths (line 503) | def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function get_path (line 515) | def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function get_config_vars (line 523) | def get_config_vars(*args): function get_config_var (line 596) | def get_config_var(name): function get_platform (line 605) | def get_platform(): function get_python_version (line 695) | def get_python_version(): function _print_dict (line 699) | def _print_dict(title, data): function _main (line 706) | def _main(): FILE: tests/pythons/win32-py33/Lib/tabnanny.py function errprint (line 35) | def errprint(*args): function main (line 42) | def main(): class NannyNag (line 60) | class NannyNag(Exception): method __init__ (line 65) | def __init__(self, lineno, msg, line): method get_lineno (line 67) | def get_lineno(self): method get_msg (line 69) | def get_msg(self): method get_line (line 71) | def get_line(self): function check (line 74) | def check(file): class Whitespace (line 135) | class Whitespace: method __init__ (line 158) | def __init__(self, ws): method longest_run_of_spaces (line 183) | def longest_run_of_spaces(self): method indent_level (line 187) | def indent_level(self, tabsize): method equal (line 210) | def equal(self, other): method not_equal_witness (line 217) | def not_equal_witness(self, other): method less (line 241) | def less(self, other): method not_less_witness (line 258) | def not_less_witness(self, other): function format_witnesses (line 269) | def format_witnesses(w): function process_tokens (line 276) | def process_tokens(tokens): FILE: tests/pythons/win32-py33/Lib/tarfile.py function stn (line 178) | def stn(s, length, encoding, errors): function nts (line 184) | def nts(s, encoding, errors): function nti (line 192) | def nti(s): function itn (line 211) | def itn(n, digits=8, format=DEFAULT_FORMAT): function calc_chksums (line 239) | def calc_chksums(buf): function copyfileobj (line 252) | def copyfileobj(src, dst, length=None): function filemode (line 277) | def filemode(mode): function _safe_print (line 284) | def _safe_print(s): class TarError (line 291) | class TarError(Exception): class ExtractError (line 294) | class ExtractError(TarError): class ReadError (line 297) | class ReadError(TarError): class CompressionError (line 300) | class CompressionError(TarError): class StreamError (line 303) | class StreamError(TarError): class HeaderError (line 306) | class HeaderError(TarError): class EmptyHeaderError (line 309) | class EmptyHeaderError(HeaderError): class TruncatedHeaderError (line 312) | class TruncatedHeaderError(HeaderError): class EOFHeaderError (line 315) | class EOFHeaderError(HeaderError): class InvalidHeaderError (line 318) | class InvalidHeaderError(HeaderError): class SubsequentHeaderError (line 321) | class SubsequentHeaderError(HeaderError): class _LowLevelFile (line 328) | class _LowLevelFile: method __init__ (line 334) | def __init__(self, name, mode): method close (line 343) | def close(self): method read (line 346) | def read(self, size): method write (line 349) | def write(self, s): class _Stream (line 352) | class _Stream: method __init__ (line 363) | def __init__(self, name, mode, comptype, fileobj, bufsize): method __del__ (line 433) | def __del__(self): method _init_write_gz (line 437) | def _init_write_gz(self): method write (line 451) | def write(self, s): method __write (line 461) | def __write(self, s): method close (line 470) | def close(self): method _init_read_gz (line 498) | def _init_read_gz(self): method tell (line 529) | def tell(self): method seek (line 534) | def seek(self, pos=0): method read (line 547) | def read(self, size=None): method _read (line 565) | def _read(self, size): method __read (line 586) | def __read(self, size): class _StreamProxy (line 602) | class _StreamProxy(object): method __init__ (line 607) | def __init__(self, fileobj): method read (line 611) | def read(self, size): method getcomptype (line 615) | def getcomptype(self): method close (line 625) | def close(self): class _FileInFile (line 632) | class _FileInFile(object): method __init__ (line 638) | def __init__(self, fileobj, offset, size, blockinfo=None): method flush (line 663) | def flush(self): method readable (line 666) | def readable(self): method writable (line 669) | def writable(self): method seekable (line 672) | def seekable(self): method tell (line 675) | def tell(self): method seek (line 680) | def seek(self, position, whence=io.SEEK_SET): method read (line 696) | def read(self, size=None): method readinto (line 724) | def readinto(self, b): method close (line 729) | def close(self): class ExFileObject (line 733) | class ExFileObject(io.BufferedReader): method __init__ (line 735) | def __init__(self, tarfile, tarinfo): class TarInfo (line 744) | class TarInfo(object): method __init__ (line 758) | def __init__(self, name=""): method _getpath (line 784) | def _getpath(self): method _setpath (line 786) | def _setpath(self, name): method _getlinkpath (line 790) | def _getlinkpath(self): method _setlinkpath (line 792) | def _setlinkpath(self, linkname): method __repr__ (line 796) | def __repr__(self): method get_info (line 799) | def get_info(self): method tobuf (line 823) | def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surr... method create_ustar_header (line 837) | def create_ustar_header(self, info, encoding, errors): method create_gnu_header (line 850) | def create_gnu_header(self, info, encoding, errors): method create_pax_header (line 864) | def create_pax_header(self, info, encoding): method create_pax_global_header (line 914) | def create_pax_global_header(cls, pax_headers): method _posix_split_name (line 919) | def _posix_split_name(self, name): method _create_header (line 935) | def _create_header(info, format, encoding, errors): method _create_payload (line 963) | def _create_payload(payload): method _create_gnu_long_header (line 973) | def _create_gnu_long_header(cls, name, type, encoding, errors): method _create_pax_generic_header (line 990) | def _create_pax_generic_header(cls, pax_headers, type, encoding): method frombuf (line 1041) | def frombuf(cls, buf, encoding, errors): method fromtarfile (line 1104) | def fromtarfile(cls, tarfile): method _proc_member (line 1124) | def _proc_member(self, tarfile): method _proc_builtin (line 1137) | def _proc_builtin(self, tarfile): method _proc_gnulong (line 1154) | def _proc_gnulong(self, tarfile): method _proc_sparse (line 1176) | def _proc_sparse(self, tarfile): method _proc_pax (line 1204) | def _proc_pax(self, tarfile): method _proc_gnusparse_00 (line 1306) | def _proc_gnusparse_00(self, next, pax_headers, buf): method _proc_gnusparse_01 (line 1317) | def _proc_gnusparse_01(self, next, pax_headers): method _proc_gnusparse_10 (line 1323) | def _proc_gnusparse_10(self, next, pax_headers, tarfile): method _apply_pax_info (line 1339) | def _apply_pax_info(self, pax_headers, encoding, errors): method _decode_pax_field (line 1362) | def _decode_pax_field(self, value, encoding, fallback_encoding, fallba... method _block (line 1370) | def _block(self, count): method isreg (line 1379) | def isreg(self): method isfile (line 1381) | def isfile(self): method isdir (line 1383) | def isdir(self): method issym (line 1385) | def issym(self): method islnk (line 1387) | def islnk(self): method ischr (line 1389) | def ischr(self): method isblk (line 1391) | def isblk(self): method isfifo (line 1393) | def isfifo(self): method issparse (line 1395) | def issparse(self): method isdev (line 1397) | def isdev(self): class TarFile (line 1401) | class TarFile(object): method __init__ (line 1427) | def __init__(self, name=None, mode="r", fileobj=None, format=None, method open (line 1536) | def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, *... method taropen (line 1616) | def taropen(cls, name, mode="r", fileobj=None, **kwargs): method gzopen (line 1624) | def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): method bz2open (line 1658) | def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwar... method xzopen (line 1687) | def xzopen(cls, name, mode="r", fileobj=None, preset=None, **kwargs): method close (line 1725) | def close(self): method getmember (line 1745) | def getmember(self, name): method getmembers (line 1756) | def getmembers(self): method getnames (line 1766) | def getnames(self): method gettarinfo (line 1772) | def gettarinfo(self, name=None, arcname=None, fileobj=None): method list (line 1870) | def list(self, verbose=True): method add (line 1899) | def add(self, name, arcname=None, recursive=True, exclude=None, *, fil... method addfile (line 1960) | def addfile(self, tarinfo, fileobj=None): method extractall (line 1986) | def extractall(self, path=".", members=None): method extract (line 2024) | def extract(self, member, path="", set_attrs=True): method extractfile (line 2059) | def extractfile(self, member): method _extract_member (line 2090) | def _extract_member(self, tarinfo, targetpath, set_attrs=True): method makedir (line 2138) | def makedir(self, tarinfo, targetpath): method makefile (line 2148) | def makefile(self, tarinfo, targetpath): method makeunknown (line 2163) | def makeunknown(self, tarinfo, targetpath): method makefifo (line 2171) | def makefifo(self, tarinfo, targetpath): method makedev (line 2179) | def makedev(self, tarinfo, targetpath): method makelink (line 2194) | def makelink(self, tarinfo, targetpath): method chown (line 2217) | def chown(self, tarinfo, targetpath): method chmod (line 2239) | def chmod(self, tarinfo, targetpath): method utime (line 2248) | def utime(self, tarinfo, targetpath): method next (line 2259) | def next(self): method _getmember (line 2308) | def _getmember(self, name, tarinfo=None, normalize=False): method _load (line 2331) | def _load(self): method _check (line 2341) | def _check(self, mode=None): method _find_link_target (line 2350) | def _find_link_target(self, tarinfo): method __iter__ (line 2369) | def __iter__(self): method _dbg (line 2377) | def _dbg(self, level, msg): method __enter__ (line 2383) | def __enter__(self): method __exit__ (line 2387) | def __exit__(self, type, value, traceback): class TarIter (line 2398) | class TarIter: method __init__ (line 2405) | def __init__(self, tarfile): method __iter__ (line 2410) | def __iter__(self): method __next__ (line 2414) | def __next__(self): function is_tarfile (line 2439) | def is_tarfile(name): FILE: tests/pythons/win32-py33/Lib/telnetlib.py class Telnet (line 137) | class Telnet: method __init__ (line 192) | def __init__(self, host=None, port=0, method open (line 217) | def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): method __del__ (line 233) | def __del__(self): method msg (line 237) | def msg(self, msg, *args): method set_debuglevel (line 251) | def set_debuglevel(self, debuglevel): method close (line 259) | def close(self): method get_socket (line 268) | def get_socket(self): method fileno (line 272) | def fileno(self): method write (line 276) | def write(self, buffer): method read_until (line 288) | def read_until(self, match, timeout=None): method _read_until_with_poll (line 301) | def _read_until_with_poll(self, match, timeout): method _read_until_with_select (line 346) | def _read_until_with_select(self, match, timeout=None): method read_all (line 381) | def read_all(self): method read_some (line 391) | def read_some(self): method read_very_eager (line 406) | def read_very_eager(self): method read_eager (line 420) | def read_eager(self): method read_lazy (line 434) | def read_lazy(self): method read_very_lazy (line 445) | def read_very_lazy(self): method read_sb_data (line 458) | def read_sb_data(self): method set_option_negotiation_callback (line 470) | def set_option_negotiation_callback(self, callback): method process_rawq (line 474) | def process_rawq(self): method rawq_getchar (line 546) | def rawq_getchar(self): method fill_rawq (line 564) | def fill_rawq(self): method sock_avail (line 581) | def sock_avail(self): method interact (line 585) | def interact(self): method mt_interact (line 607) | def mt_interact(self): method listener (line 617) | def listener(self): method expect (line 630) | def expect(self, list, timeout=None): method _expect_with_poll (line 657) | def _expect_with_poll(self, expect_list, timeout=None): method _expect_with_select (line 720) | def _expect_with_select(self, list, timeout=None): function test (line 760) | def test(): FILE: tests/pythons/win32-py33/Lib/tempfile.py function _set_cloexec (line 42) | def _set_cloexec(fd): function _set_cloexec (line 45) | def _set_cloexec(fd): function _stat (line 92) | def _stat(fn): function _exists (line 96) | def _exists(fn): class _RandomNameSequence (line 104) | class _RandomNameSequence: method rng (line 115) | def rng(self): method __iter__ (line 122) | def __iter__(self): method __next__ (line 125) | def __next__(self): function _candidate_tempdir_list (line 131) | def _candidate_tempdir_list(): function _get_default_tempdir (line 156) | def _get_default_tempdir(): function _get_candidate_names (line 196) | def _get_candidate_names(): function _mkstemp_inner (line 210) | def _mkstemp_inner(dir, pre, suf, flags): function gettempprefix (line 238) | def gettempprefix(): function gettempdir (line 244) | def gettempdir(): function mkstemp (line 256) | def mkstemp(suffix="", prefix=template, dir=None, text=False): function mkdtemp (line 293) | def mkdtemp(suffix="", prefix=template, dir=None): function mktemp (line 323) | def mktemp(suffix="", prefix=template, dir=None): class _TemporaryFileCloser (line 354) | class _TemporaryFileCloser: method __init__ (line 363) | def __init__(self, file, name, delete=True): method close (line 378) | def close(self, unlink=_os.unlink): method __del__ (line 386) | def __del__(self): method close (line 390) | def close(self): class _TemporaryFileWrapper (line 396) | class _TemporaryFileWrapper: method __init__ (line 404) | def __init__(self, file, name, delete=True): method __getattr__ (line 410) | def __getattr__(self, name): method __enter__ (line 431) | def __enter__(self): method __exit__ (line 437) | def __exit__(self, exc, value, tb): method close (line 442) | def close(self): method __iter__ (line 449) | def __iter__(self): function NamedTemporaryFile (line 453) | def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, function TemporaryFile (line 493) | def TemporaryFile(mode='w+b', buffering=-1, encoding=None, class SpooledTemporaryFile (line 523) | class SpooledTemporaryFile: method __init__ (line 530) | def __init__(self, max_size=0, mode='w+b', buffering=-1, method _check (line 547) | def _check(self, file): method rollover (line 553) | def rollover(self): method __enter__ (line 570) | def __enter__(self): method __exit__ (line 575) | def __exit__(self, exc, value, tb): method __iter__ (line 579) | def __iter__(self): method close (line 582) | def close(self): method closed (line 586) | def closed(self): method encoding (line 590) | def encoding(self): method fileno (line 598) | def fileno(self): method flush (line 602) | def flush(self): method isatty (line 605) | def isatty(self): method mode (line 609) | def mode(self): method name (line 616) | def name(self): method newlines (line 623) | def newlines(self): method read (line 631) | def read(self, *args): method readline (line 634) | def readline(self, *args): method readlines (line 637) | def readlines(self, *args): method seek (line 640) | def seek(self, *args): method softspace (line 644) | def softspace(self): method tell (line 647) | def tell(self): method truncate (line 650) | def truncate(self, size=None): method write (line 658) | def write(self, s): method writelines (line 664) | def writelines(self, iterable): class TemporaryDirectory (line 671) | class TemporaryDirectory(object): method __init__ (line 687) | def __init__(self, suffix="", prefix=template, dir=None): method __repr__ (line 690) | def __repr__(self): method __enter__ (line 693) | def __enter__(self): method cleanup (line 696) | def cleanup(self, _warn=False, _warnings=_warnings): method __exit__ (line 715) | def __exit__(self, exc, value, tb): method __del__ (line 718) | def __del__(self): method _rmtree (line 722) | def _rmtree(self, path, _OSError=OSError, _sep=_os.path.sep, function _on_shutdown (line 741) | def _on_shutdown(): FILE: tests/pythons/win32-py33/Lib/textwrap.py class TextWrapper (line 22) | class TextWrapper: method __init__ (line 97) | def __init__(self, method _munge_whitespace (line 123) | def _munge_whitespace(self, text): method _split (line 137) | def _split(self, text): method _fix_sentence_endings (line 159) | def _fix_sentence_endings(self, chunks): method _handle_long_word (line 177) | def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): method _wrap_chunks (line 210) | def _wrap_chunks(self, chunks): method wrap (line 283) | def wrap(self, text): method fill (line 298) | def fill(self, text): function wrap (line 310) | def wrap(text, width=70, **kwargs): function fill (line 323) | def fill(text, width=70, **kwargs): function dedent (line 341) | def dedent(text): function indent (line 390) | def indent(text, prefix, predicate=None): FILE: tests/pythons/win32-py33/Lib/threading.py function setprofile (line 46) | def setprofile(func): function settrace (line 56) | def settrace(func): function RLock (line 70) | def RLock(*args, **kwargs): class _RLock (line 83) | class _RLock: method __init__ (line 93) | def __init__(self): method __repr__ (line 98) | def __repr__(self): method acquire (line 107) | def acquire(self, blocking=True, timeout=-1): method release (line 145) | def release(self): method __exit__ (line 168) | def __exit__(self, t, v, tb): method _acquire_restore (line 173) | def _acquire_restore(self, state): method _release_save (line 177) | def _release_save(self): method _is_owned (line 187) | def _is_owned(self): class Condition (line 193) | class Condition: method __init__ (line 205) | def __init__(self, lock=None): method __enter__ (line 229) | def __enter__(self): method __exit__ (line 232) | def __exit__(self, *args): method __repr__ (line 235) | def __repr__(self): method _release_save (line 238) | def _release_save(self): method _acquire_restore (line 241) | def _acquire_restore(self, x): method _is_owned (line 244) | def _is_owned(self): method wait (line 253) | def wait(self, timeout=None): method wait_for (line 300) | def wait_for(self, predicate, timeout=None): method notify (line 323) | def notify(self, n=1): method notify_all (line 346) | def notify_all(self): class Semaphore (line 358) | class Semaphore: method __init__ (line 370) | def __init__(self, value=1): method acquire (line 376) | def acquire(self, blocking=True, timeout=None): method release (line 423) | def release(self): method __exit__ (line 434) | def __exit__(self, t, v, tb): class BoundedSemaphore (line 438) | class BoundedSemaphore(Semaphore): method __init__ (line 455) | def __init__(self, value=1): method release (line 459) | def release(self): class Event (line 476) | class Event: method __init__ (line 487) | def __init__(self): method _reset_internal_locks (line 491) | def _reset_internal_locks(self): method is_set (line 495) | def is_set(self): method set (line 501) | def set(self): method clear (line 515) | def clear(self): method wait (line 528) | def wait(self, timeout=None): class Barrier (line 564) | class Barrier: method __init__ (line 573) | def __init__(self, parties, action=None, timeout=None): method wait (line 589) | def wait(self, timeout=None): method _enter (line 619) | def _enter(self): method _release (line 630) | def _release(self): method _wait (line 644) | def _wait(self, timeout): method _exit (line 655) | def _exit(self): method reset (line 662) | def reset(self): method abort (line 682) | def abort(self): method _break (line 692) | def _break(self): method parties (line 699) | def parties(self): method n_waiting (line 704) | def n_waiting(self): method broken (line 713) | def broken(self): class BrokenBarrierError (line 718) | class BrokenBarrierError(RuntimeError): function _newname (line 724) | def _newname(template="Thread-%d"): class Thread (line 739) | class Thread: method __init__ (line 758) | def __init__(self, group=None, target=None, name=None, method _reset_internal_locks (line 802) | def _reset_internal_locks(self): method __repr__ (line 809) | def __repr__(self): method start (line 822) | def start(self): method run (line 847) | def run(self): method _bootstrap (line 864) | def _bootstrap(self): method _set_ident (line 884) | def _set_ident(self): method _bootstrap_inner (line 887) | def _bootstrap_inner(self): method _stop (line 952) | def _stop(self): method _delete (line 958) | def _delete(self): method join (line 993) | def join(self, timeout=None): method name (line 1040) | def name(self): method name (line 1051) | def name(self, name): method ident (line 1056) | def ident(self): method is_alive (line 1067) | def is_alive(self): method daemon (line 1081) | def daemon(self): method daemon (line 1097) | def daemon(self, daemonic): method isDaemon (line 1104) | def isDaemon(self): method setDaemon (line 1107) | def setDaemon(self, daemonic): method getName (line 1110) | def getName(self): method setName (line 1113) | def setName(self, name): class Timer (line 1118) | class Timer(Thread): method __init__ (line 1127) | def __init__(self, interval, function, args=None, kwargs=None): method cancel (line 1135) | def cancel(self): method run (line 1139) | def run(self): class _MainThread (line 1148) | class _MainThread(Thread): method __init__ (line 1150) | def __init__(self): method _exitfunc (line 1157) | def _exitfunc(self): function _pickSomeNonDaemonThread (line 1165) | def _pickSomeNonDaemonThread(): class _DummyThread (line 1180) | class _DummyThread(Thread): method __init__ (line 1182) | def __init__(self): method _stop (line 1195) | def _stop(self): method join (line 1198) | def join(self, timeout=None): function current_thread (line 1204) | def current_thread(): function active_count (line 1218) | def active_count(): function _enumerate (line 1230) | def _enumerate(): function enumerate (line 1234) | def enumerate(): function _after_fork (line 1262) | def _after_fork(): FILE: tests/pythons/win32-py33/Lib/timeit.py function reindent (line 85) | def reindent(src, indent): function _template_func (line 89) | def _template_func(setup, func): class Timer (line 100) | class Timer: method __init__ (line 116) | def __init__(self, stmt="pass", setup="pass", timer=default_timer): method print_exc (line 146) | def print_exc(self, file=None): method timeit (line 173) | def timeit(self, number=default_number): method repeat (line 196) | def repeat(self, repeat=default_repeat, number=default_number): function timeit (line 222) | def timeit(stmt="pass", setup="pass", timer=default_timer, function repeat (line 227) | def repeat(stmt="pass", setup="pass", timer=default_timer, function main (line 232) | def main(args=None, *, _wrap_timer=None): FILE: tests/pythons/win32-py33/Lib/token.py function ISTERMINAL (line 76) | def ISTERMINAL(x): function ISNONTERMINAL (line 79) | def ISNONTERMINAL(x): function ISEOF (line 82) | def ISEOF(x): function _main (line 86) | def _main(): FILE: tests/pythons/win32-py33/Lib/tokenize.py class TokenInfo (line 97) | class TokenInfo(collections.namedtuple('TokenInfo', 'type string start e... method __repr__ (line 98) | def __repr__(self): method exact_type (line 104) | def exact_type(self): function group (line 110) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 111) | def any(*choices): return group(*choices) + '*' function maybe (line 112) | def maybe(*choices): return group(*choices) + '?' function _compile (line 171) | def _compile(expr): class TokenError (line 219) | class TokenError(Exception): pass class StopTokenizing (line 221) | class StopTokenizing(Exception): pass class Untokenizer (line 224) | class Untokenizer: method __init__ (line 226) | def __init__(self): method add_whitespace (line 232) | def add_whitespace(self, start): method untokenize (line 245) | def untokenize(self, iterable): method compat (line 265) | def compat(self, token, iterable): function untokenize (line 302) | def untokenize(iterable): function _get_normal_name (line 329) | def _get_normal_name(orig_enc): function detect_encoding (line 340) | def detect_encoding(readline): function open (line 433) | def open(filename): function tokenize (line 445) | def tokenize(readline): function _tokenize (line 473) | def _tokenize(readline, encoding): function generate_tokens (line 627) | def generate_tokens(readline): function main (line 630) | def main(): FILE: tests/pythons/win32-py33/Lib/trace.py function _unsettrace (line 72) | def _unsettrace(): function _settrace (line 75) | def _settrace(func): function _unsettrace (line 79) | def _unsettrace(): function _usage (line 83) | def _usage(outfile): class _Ignore (line 133) | class _Ignore: method __init__ (line 134) | def __init__(self, modules=None, dirs=None): method names (line 140) | def names(self, filename, modulename): function _modname (line 183) | def _modname(path): function _fullmodname (line 190) | def _fullmodname(path): class CoverageResults (line 218) | class CoverageResults: method __init__ (line 219) | def __init__(self, counts=None, calledfuncs=None, infile=None, method is_ignored_filename (line 245) | def is_ignored_filename(self, filename): method update (line 251) | def update(self, other): method write_results (line 269) | def write_results(self, show_missing=True, summary=False, coverdir=None): method write_results_file (line 354) | def write_results_file(self, path, lines, lnotab, lines_hit, encoding=... function _find_lines_from_code (line 389) | def _find_lines_from_code(code, strs): function _find_lines (line 399) | def _find_lines(code, strs): function _find_strings (line 411) | def _find_strings(filename, encoding=None): function _find_executable_linenos (line 434) | def _find_executable_linenos(filename): class Trace (line 448) | class Trace: method __init__ (line 449) | def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, method run (line 499) | def run(self, cmd): method runctx (line 504) | def runctx(self, cmd, globals=None, locals=None): method runfunc (line 515) | def runfunc(self, func, *args, **kw): method file_module_function_of (line 526) | def file_module_function_of(self, frame): method globaltrace_trackcallers (line 567) | def globaltrace_trackcallers(self, frame, why, arg): method globaltrace_countfuncs (line 578) | def globaltrace_countfuncs(self, frame, why, arg): method globaltrace_lt (line 587) | def globaltrace_lt(self, frame, why, arg): method localtrace_trace_and_count (line 610) | def localtrace_trace_and_count(self, frame, why, arg): method localtrace_trace (line 625) | def localtrace_trace(self, frame, why, arg): method localtrace_count (line 638) | def localtrace_count(self, frame, why, arg): method results (line 646) | def results(self): function _err_exit (line 652) | def _err_exit(msg): function main (line 656) | def main(argv=None): function usage (line 816) | def usage(outfile): class Ignore (line 821) | class Ignore(_Ignore): method __init__ (line 822) | def __init__(self, modules=None, dirs=None): function modname (line 827) | def modname(path): function fullmodname (line 832) | def fullmodname(path): function find_lines_from_code (line 837) | def find_lines_from_code(code, strs): function find_lines (line 842) | def find_lines(code, strs): function find_strings (line 847) | def find_strings(filename, encoding=None): function find_executable_linenos (line 852) | def find_executable_linenos(filename): FILE: tests/pythons/win32-py33/Lib/traceback.py function _print (line 11) | def _print(file, str='', terminator='\n'): function print_list (line 15) | def print_list(extracted_list, file=None): function format_list (line 26) | def format_list(extracted_list): function print_tb (line 45) | def print_tb(tb, limit=None, file=None): function format_tb (line 73) | def format_tb(tb, limit=None): function extract_tb (line 77) | def extract_tb(tb, limit=None): function _iter_chain (line 117) | def _iter_chain(exc, custom_tb=None, seen=None): function print_exception (line 139) | def print_exception(etype, value, tb, limit=None, file=None, chain=True): function format_exception (line 167) | def format_exception(etype, value, tb, limit=None, chain=True): function format_exception_only (line 191) | def format_exception_only(etype, value): function _format_final_exc_line (line 240) | def _format_final_exc_line(etype, value): function _some_str (line 248) | def _some_str(value): function print_exc (line 255) | def print_exc(limit=None, file=None, chain=True): function format_exc (line 266) | def format_exc(limit=None, chain=True): function print_last (line 276) | def print_last(limit=None, file=None, chain=True): function print_stack (line 287) | def print_stack(f=None, limit=None, file=None): function format_stack (line 301) | def format_stack(f=None, limit=None): function extract_stack (line 310) | def extract_stack(f=None, limit=None): FILE: tests/pythons/win32-py33/Lib/tty.py function setraw (line 18) | def setraw(fd, when=TCSAFLUSH): function setcbreak (line 30) | def setcbreak(fd, when=TCSAFLUSH): FILE: tests/pythons/win32-py33/Lib/turtle.py function config_dict (line 170) | def config_dict(filename): function readconfig (line 199) | def readconfig(cfgdict): class Vec2D (line 235) | class Vec2D(tuple): method __new__ (line 249) | def __new__(cls, x, y): method __add__ (line 251) | def __add__(self, other): method __mul__ (line 253) | def __mul__(self, other): method __rmul__ (line 257) | def __rmul__(self, other): method __sub__ (line 260) | def __sub__(self, other): method __neg__ (line 262) | def __neg__(self): method __abs__ (line 264) | def __abs__(self): method rotate (line 266) | def rotate(self, angle): method __getnewargs__ (line 273) | def __getnewargs__(self): method __repr__ (line 275) | def __repr__(self): function __methodDict (line 287) | def __methodDict(cls, _dict): function __methods (line 297) | def __methods(cls): function __forwardmethods (line 307) | def __forwardmethods(fromClass, toClass, toPart, exclude = ()): class ScrolledCanvas (line 328) | class ScrolledCanvas(TK.Frame): method __init__ (line 334) | def __init__(self, master, width=500, height=350, method reset (line 359) | def reset(self, canvwidth=None, canvheight=None, bg = None): method adjustScrolls (line 377) | def adjustScrolls(self): method onResize (line 393) | def onResize(self, event): method bbox (line 397) | def bbox(self, *args): method cget (line 402) | def cget(self, *args, **kwargs): method config (line 407) | def config(self, *args, **kwargs): method bind (line 412) | def bind(self, *args, **kwargs): method unbind (line 417) | def unbind(self, *args, **kwargs): method focus_force (line 422) | def focus_force(self): class _Root (line 430) | class _Root(TK.Tk): method __init__ (line 432) | def __init__(self): method setupcanvas (line 435) | def setupcanvas(self, width, height, cwidth, cheight): method _getcanvas (line 439) | def _getcanvas(self): method set_geometry (line 442) | def set_geometry(self, width, height, startx, starty): method ondestroy (line 445) | def ondestroy(self, destroy): method win_width (line 448) | def win_width(self): method win_height (line 451) | def win_height(self): class TurtleScreenBase (line 457) | class TurtleScreenBase(object): method _blankimage (line 466) | def _blankimage(): method _image (line 474) | def _image(filename): method __init__ (line 480) | def __init__(self, cv): method _createpoly (line 493) | def _createpoly(self): method _drawpoly (line 498) | def _drawpoly(self, polyitem, coordlist, fill=None, method _createline (line 523) | def _createline(self): method _drawline (line 529) | def _drawline(self, lineitem, coordlist=None, method _delete (line 552) | def _delete(self, item): method _update (line 558) | def _update(self): method _delay (line 563) | def _delay(self, delay): method _iscolorstring (line 567) | def _iscolorstring(self, color): method _bgcolor (line 577) | def _bgcolor(self, color=None): method _write (line 586) | def _write(self, pos, txt, align, font, pencolor): method _onclick (line 604) | def _onclick(self, item, fun, num=1, add=None): method _onrelease (line 619) | def _onrelease(self, item, fun, num=1, add=None): method _ondrag (line 638) | def _ondrag(self, item, fun, num=1, add=None): method _onscreenclick (line 659) | def _onscreenclick(self, fun, num=1, add=None): method _onkeyrelease (line 677) | def _onkeyrelease(self, fun, key): method _onkeypress (line 688) | def _onkeypress(self, fun, key=None): method _listen (line 706) | def _listen(self): method _ontimer (line 711) | def _ontimer(self, fun, t): method _createimage (line 719) | def _createimage(self, image): method _drawimage (line 724) | def _drawimage(self, item, pos, image): method _setbgpic (line 732) | def _setbgpic(self, item, image): method _type (line 740) | def _type(self, item): method _pointlist (line 746) | def _pointlist(self, item): method _setscrollregion (line 758) | def _setscrollregion(self, srx1, sry1, srx2, sry2): method _rescale (line 761) | def _rescale(self, xscalefactor, yscalefactor): method _resize (line 773) | def _resize(self, canvwidth=None, canvheight=None, bg=None): method _window_size (line 788) | def _window_size(self): method mainloop (line 799) | def mainloop(self): method textinput (line 814) | def textinput(self, title, prompt): method numinput (line 829) | def numinput(self, title, prompt, default=None, minval=None, maxval=No... class Terminator (line 856) | class Terminator (Exception): class TurtleGraphicsError (line 865) | class TurtleGraphicsError(Exception): class Shape (line 870) | class Shape(object): method __init__ (line 877) | def __init__(self, type_, data=None): method addcomponent (line 893) | def addcomponent(self, poly, fill, outline=None): class Tbuffer (line 917) | class Tbuffer(object): method __init__ (line 919) | def __init__(self, bufsize=10): method reset (line 924) | def reset(self, bufsize=None): method push (line 932) | def push(self, item): method pop (line 939) | def pop(self): method nr_of_items (line 948) | def nr_of_items(self): method __repr__ (line 950) | def __repr__(self): class TurtleScreen (line 955) | class TurtleScreen(TurtleScreenBase): method __init__ (line 964) | def __init__(self, cv, mode=_CFG["mode"], method clear (line 996) | def clear(self): method mode (line 1026) | def mode(self, mode=None): method setworldcoordinates (line 1060) | def setworldcoordinates(self, llx, lly, urx, ury): method register_shape (line 1099) | def register_shape(self, name, shape=None): method _colorstr (line 1134) | def _colorstr(self, color): method _color (line 1161) | def _color(self, cstr): method colormode (line 1172) | def colormode(self, cmode=None): method reset (line 1193) | def reset(self): method turtles (line 1205) | def turtles(self): method bgcolor (line 1214) | def bgcolor(self, *args): method tracer (line 1237) | def tracer(self, n=None, delay=None): method delay (line 1265) | def delay(self, delay=None): method _incrementudc (line 1280) | def _incrementudc(self): method update (line 1289) | def update(self): method window_width (line 1300) | def window_width(self): method window_height (line 1309) | def window_height(self): method getcanvas (line 1318) | def getcanvas(self): method getshapes (line 1330) | def getshapes(self): method onclick (line 1341) | def onclick(self, fun, btn=1, add=None): method onkey (line 1358) | def onkey(self, fun, key): method onkeypress (line 1388) | def onkeypress(self, fun, key=None): method listen (line 1420) | def listen(self, xdummy=None, ydummy=None): method ontimer (line 1432) | def ontimer(self, fun, t=0): method bgpic (line 1453) | def bgpic(self, picname=None): method screensize (line 1477) | def screensize(self, canvwidth=None, canvheight=None, bg=None): class TNavigator (line 1502) | class TNavigator(object): method __init__ (line 1514) | def __init__(self, mode=DEFAULT_MODE): method reset (line 1524) | def reset(self): method _setmode (line 1532) | def _setmode(self, mode=None): method _setDegreesPerAU (line 1547) | def _setDegreesPerAU(self, fullcircle): method degrees (line 1556) | def degrees(self, fullcircle=360.0): method radians (line 1580) | def radians(self): method _go (line 1594) | def _go(self, distance): method _rotate (line 1599) | def _rotate(self, angle): method _goto (line 1604) | def _goto(self, end): method forward (line 1608) | def forward(self, distance): method back (line 1631) | def back(self, distance): method right (line 1651) | def right(self, angle): method left (line 1672) | def left(self, angle): method pos (line 1693) | def pos(self): method xcor (line 1706) | def xcor(self): method ycor (line 1720) | def ycor(self): method goto (line 1735) | def goto(self, x, y=None): method home (line 1770) | def home(self): method setx (line 1784) | def setx(self, x): method sety (line 1802) | def sety(self, y): method distance (line 1820) | def distance(self, x, y=None): method towards (line 1852) | def towards(self, x, y=None): method heading (line 1887) | def heading(self): method setheading (line 1902) | def setheading(self, to_angle): method circle (line 1930) | def circle(self, radius, extent = None, steps = None): method speed (line 1995) | def speed(self, s=0): method _tracer (line 1997) | def _tracer(self, a=None, b=None): method _delay (line 1999) | def _delay(self, n=None): class TPen (line 2013) | class TPen(object): method __init__ (line 2017) | def __init__(self, resizemode=_CFG["resizemode"]): method _reset (line 2022) | def _reset(self, pencolor=_CFG["pencolor"], method resizemode (line 2036) | def resizemode(self, rmode=None): method pensize (line 2064) | def pensize(self, width=None): method penup (line 2087) | def penup(self): method pendown (line 2101) | def pendown(self): method isdown (line 2115) | def isdown(self): method speed (line 2130) | def speed(self, speed=None): method color (line 2168) | def color(self, *args): method pencolor (line 2214) | def pencolor(self, *args): method fillcolor (line 2251) | def fillcolor(self, *args): method showturtle (line 2287) | def showturtle(self): method hideturtle (line 2300) | def hideturtle(self): method isvisible (line 2316) | def isvisible(self): method pen (line 2328) | def pen(self, pen=None, **pendict): method _newLine (line 2455) | def _newLine(self, usePos = True): method _update (line 2457) | def _update(self, count=True, forced=False): method _color (line 2459) | def _color(self, args): method _colorstr (line 2461) | def _colorstr(self, args): class _TurtleImage (line 2473) | class _TurtleImage(object): method __init__ (line 2477) | def __init__(self, screen, shapeIndex): method _setshape (line 2482) | def _setshape(self, shapeIndex): class RawTurtle (line 2504) | class RawTurtle(TPen, TNavigator): method __init__ (line 2511) | def __init__(self, canvas=None, method reset (line 2551) | def reset(self): method setundobuffer (line 2576) | def setundobuffer(self, size): method undobufferentries (line 2595) | def undobufferentries(self): method _clear (line 2608) | def _clear(self): method clear (line 2622) | def clear(self): method _update_data (line 2637) | def _update_data(self): method _update (line 2645) | def _update(self): method _tracer (line 2663) | def _tracer(self, flag=None, delay=None): method _color (line 2684) | def _color(self, args): method _colorstr (line 2687) | def _colorstr(self, args): method _cc (line 2690) | def _cc(self, args): method clone (line 2705) | def clone(self): method shape (line 2745) | def shape(self, name=None): method shapesize (line 2772) | def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): method shearfactor (line 2812) | def shearfactor(self, shear=None): method settiltangle (line 2835) | def settiltangle(self, angle): method tiltangle (line 2859) | def tiltangle(self, angle=None): method tilt (line 2885) | def tilt(self, angle): method shapetransform (line 2904) | def shapetransform(self, t11=None, t12=None, t21=None, t22=None): method _polytrafo (line 2944) | def _polytrafo(self, poly): method get_shapepoly (line 2956) | def get_shapepoly(self): method _getshapepoly (line 2973) | def _getshapepoly(self, polygon, compound=False): method _drawturtle (line 2986) | def _drawturtle(self): method stamp (line 3026) | def stamp(self): method _clearstamp (line 3071) | def _clearstamp(self, stampid): method clearstamp (line 3093) | def clearstamp(self, stampid): method clearstamps (line 3108) | def clearstamps(self, n=None): method _goto (line 3136) | def _goto(self, end): method _undogoto (line 3189) | def _undogoto(self, entry): method _rotate (line 3254) | def _rotate(self, angle): method _newLine (line 3272) | def _newLine(self, usePos=True): method filling (line 3288) | def filling(self): method begin_fill (line 3302) | def begin_fill(self): method end_fill (line 3323) | def end_fill(self): method dot (line 3343) | def dot(self, size=None, *color): method _write (line 3391) | def _write(self, txt, align, font): method write (line 3401) | def write(self, arg, move=False, align="left", font=("Arial", 8, "norm... method begin_poly (line 3430) | def begin_poly(self): method end_poly (line 3444) | def end_poly(self): method get_poly (line 3457) | def get_poly(self): method getscreen (line 3470) | def getscreen(self): method getturtle (line 3486) | def getturtle(self): method _delay (line 3510) | def _delay(self, delay=None): method onclick (line 3515) | def onclick(self, fun, btn=1, add=None): method onrelease (line 3536) | def onrelease(self, fun, btn=1, add=None): method ondrag (line 3561) | def ondrag(self, fun, btn=1, add=None): method _undo (line 3582) | def _undo(self, action, data): method undo (line 3614) | def undo(self): function Screen (line 3649) | def Screen(): class _Screen (line 3657) | class _Screen(TurtleScreen): method __init__ (line 3663) | def __init__(self): method setup (line 3685) | def setup(self, width=_CFG["width"], height=_CFG["height"], method title (line 3725) | def title(self, titlestring): method _destroy (line 3742) | def _destroy(self): method bye (line 3752) | def bye(self): method exitonclick (line 3760) | def exitonclick(self): class Turtle (line 3791) | class Turtle(RawTurtle): method __init__ (line 3800) | def __init__(self, function _getpen (line 3813) | def _getpen(): function _getscreen (line 3819) | def _getscreen(): function write_docstringdict (line 3825) | def write_docstringdict(filename="turtle_docstringdict"): function read_docstrings (line 3859) | def read_docstrings(lang): function getmethparlist (line 3888) | def getmethparlist(ob): function _turtle_docrevise (line 3919) | def _turtle_docrevise(docstr): function _screen_docrevise (line 3931) | def _screen_docrevise(docstr): function switchpen (line 3972) | def switchpen(): function demo1 (line 3978) | def demo1(): function demo2 (line 4031) | def demo2(): FILE: tests/pythons/win32-py33/Lib/types.py function _f (line 11) | def _f(): pass function _g (line 18) | def _g(): class _C (line 22) | class _C: method _m (line 23) | def _m(self): pass function new_class (line 47) | def new_class(name, bases=(), kwds=None, exec_body=None): function prepare_class (line 54) | def prepare_class(name, bases=(), kwds=None): function _calculate_meta (line 86) | def _calculate_meta(meta, bases): FILE: tests/pythons/win32-py33/Lib/unittest/case.py class SkipTest (line 21) | class SkipTest(Exception): class _ExpectedFailure (line 29) | class _ExpectedFailure(Exception): method __init__ (line 36) | def __init__(self, exc_info): class _UnexpectedSuccess (line 40) | class _UnexpectedSuccess(Exception): class _Outcome (line 46) | class _Outcome(object): method __init__ (line 47) | def __init__(self): function _id (line 56) | def _id(obj): function skip (line 59) | def skip(reason): function skipIf (line 75) | def skipIf(condition, reason): function skipUnless (line 83) | def skipUnless(condition, reason): function expectedFailure (line 92) | def expectedFailure(func): class _AssertRaisesBaseContext (line 103) | class _AssertRaisesBaseContext(object): method __init__ (line 105) | def __init__(self, expected, test_case, callable_obj=None, method _raiseFailure (line 121) | def _raiseFailure(self, standardMsg): method handle (line 125) | def handle(self, name, callable_obj, args, kwargs): class _AssertRaisesContext (line 139) | class _AssertRaisesContext(_AssertRaisesBaseContext): method __enter__ (line 142) | def __enter__(self): method __exit__ (line 145) | def __exit__(self, exc_type, exc_value, tb): class _AssertWarnsContext (line 171) | class _AssertWarnsContext(_AssertRaisesBaseContext): method __enter__ (line 174) | def __enter__(self): method __exit__ (line 185) | def __exit__(self, exc_type, exc_value, tb): class TestCase (line 220) | class TestCase(object): method __init__ (line 267) | def __init__(self, methodName='runTest'): method addTypeEqualityFunc (line 298) | def addTypeEqualityFunc(self, typeobj, function): method addCleanup (line 313) | def addCleanup(self, function, *args, **kwargs): method setUp (line 321) | def setUp(self): method tearDown (line 325) | def tearDown(self): method setUpClass (line 330) | def setUpClass(cls): method tearDownClass (line 334) | def tearDownClass(cls): method countTestCases (line 337) | def countTestCases(self): method defaultTestResult (line 340) | def defaultTestResult(self): method shortDescription (line 343) | def shortDescription(self): method id (line 354) | def id(self): method __eq__ (line 357) | def __eq__(self, other): method __hash__ (line 363) | def __hash__(self): method __str__ (line 366) | def __str__(self): method __repr__ (line 369) | def __repr__(self): method _addSkip (line 373) | def _addSkip(self, result, reason): method _executeTestPart (line 382) | def _executeTestPart(self, function, outcome, isTest=False): method run (line 412) | def run(self, result=None): method doCleanups (line 477) | def doCleanups(self): method __call__ (line 490) | def __call__(self, *args, **kwds): method debug (line 493) | def debug(self): method skipTest (line 502) | def skipTest(self, reason): method fail (line 506) | def fail(self, msg=None): method assertFalse (line 510) | def assertFalse(self, expr, msg=None): method assertTrue (line 516) | def assertTrue(self, expr, msg=None): method _formatMessage (line 522) | def _formatMessage(self, msg, standardMsg): method assertRaises (line 543) | def assertRaises(self, excClass, callableObj=None, *args, **kwargs): method assertWarns (line 572) | def assertWarns(self, expected_warning, callable_obj=None, *args, **kw... method _getAssertEqualityFunc (line 603) | def _getAssertEqualityFunc(self, first, second): method _baseAssertEqual (line 629) | def _baseAssertEqual(self, first, second, msg=None): method assertEqual (line 636) | def assertEqual(self, first, second, msg=None): method assertNotEqual (line 643) | def assertNotEqual(self, first, second, msg=None): method assertAlmostEqual (line 652) | def assertAlmostEqual(self, first, second, places=None, msg=None, method assertNotAlmostEqual (line 691) | def assertNotAlmostEqual(self, first, second, places=None, msg=None, method assertSequenceEqual (line 724) | def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): method _truncateMessage (line 828) | def _truncateMessage(self, message, diff): method assertListEqual (line 834) | def assertListEqual(self, list1, list2, msg=None): method assertTupleEqual (line 846) | def assertTupleEqual(self, tuple1, tuple2, msg=None): method assertSetEqual (line 857) | def assertSetEqual(self, set1, set2, msg=None): method assertIn (line 900) | def assertIn(self, member, container, msg=None): method assertNotIn (line 907) | def assertNotIn(self, member, container, msg=None): method assertIs (line 914) | def assertIs(self, expr1, expr2, msg=None): method assertIsNot (line 921) | def assertIsNot(self, expr1, expr2, msg=None): method assertDictEqual (line 927) | def assertDictEqual(self, d1, d2, msg=None): method assertDictContainsSubset (line 939) | def assertDictContainsSubset(self, subset, dictionary, msg=None): method assertCountEqual (line 968) | def assertCountEqual(self, first, second, msg=None): method assertMultiLineEqual (line 1001) | def assertMultiLineEqual(self, first, second, msg=None): method assertLess (line 1022) | def assertLess(self, a, b, msg=None): method assertLessEqual (line 1028) | def assertLessEqual(self, a, b, msg=None): method assertGreater (line 1034) | def assertGreater(self, a, b, msg=None): method assertGreaterEqual (line 1040) | def assertGreaterEqual(self, a, b, msg=None): method assertIsNone (line 1046) | def assertIsNone(self, obj, msg=None): method assertIsNotNone (line 1052) | def assertIsNotNone(self, obj, msg=None): method assertIsInstance (line 1058) | def assertIsInstance(self, obj, cls, msg=None): method assertNotIsInstance (line 1065) | def assertNotIsInstance(self, obj, cls, msg=None): method assertRaisesRegex (line 1071) | def assertRaisesRegex(self, expected_exception, expected_regex, method assertWarnsRegex (line 1090) | def assertWarnsRegex(self, expected_warning, expected_regex, method assertRegex (line 1111) | def assertRegex(self, text, expected_regex, msg=None): method assertNotRegex (line 1121) | def assertNotRegex(self, text, unexpected_regex, msg=None): method _deprecate (line 1135) | def _deprecate(original_func): class FunctionTestCase (line 1156) | class FunctionTestCase(TestCase): method __init__ (line 1165) | def __init__(self, testFunc, setUp=None, tearDown=None, description=No... method setUp (line 1172) | def setUp(self): method tearDown (line 1176) | def tearDown(self): method runTest (line 1180) | def runTest(self): method id (line 1183) | def id(self): method __eq__ (line 1186) | def __eq__(self, other): method __ne__ (line 1195) | def __ne__(self, other): method __hash__ (line 1198) | def __hash__(self): method __str__ (line 1202) | def __str__(self): method __repr__ (line 1206) | def __repr__(self): method shortDescription (line 1210) | def shortDescription(self): FILE: tests/pythons/win32-py33/Lib/unittest/loader.py function _make_failed_import_test (line 22) | def _make_failed_import_test(name, suiteClass): function _make_failed_load_tests (line 27) | def _make_failed_load_tests(name, exception, suiteClass): function _make_failed_test (line 30) | def _make_failed_test(classname, methodname, exception, suiteClass): function _jython_aware_splitext (line 37) | def _jython_aware_splitext(path): class TestLoader (line 43) | class TestLoader(object): method loadTestsFromTestCase (line 53) | def loadTestsFromTestCase(self, testCaseClass): method loadTestsFromModule (line 64) | def loadTestsFromModule(self, module, use_load_tests=True): method loadTestsFromName (line 82) | def loadTestsFromName(self, name, module=None): method loadTestsFromNames (line 133) | def loadTestsFromNames(self, names, module=None): method getTestCaseNames (line 140) | def getTestCaseNames(self, testCaseClass): method discover (line 152) | def discover(self, start_dir, pattern='test*.py', top_level_dir=None): method _get_directory_containing_module (line 216) | def _get_directory_containing_module(self, module_name): method _get_name_from_path (line 228) | def _get_name_from_path(self, path): method _get_module_from_name (line 238) | def _get_module_from_name(self, name): method _match_path (line 242) | def _match_path(self, path, full_path, pattern): method _find_tests (line 246) | def _find_tests(self, start_dir, pattern): function _makeLoader (line 306) | def _makeLoader(prefix, sortUsing, suiteClass=None): function getTestCaseNames (line 314) | def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp): function makeSuite (line 317) | def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp, function findTestCases (line 322) | def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, FILE: tests/pythons/win32-py33/Lib/unittest/main.py function _convert_name (line 61) | def _convert_name(name): function _convert_names (line 77) | def _convert_names(names): class TestProgram (line 81) | class TestProgram(object): method __init__ (line 90) | def __init__(self, module='__main__', defaultTest=None, argv=None, method usageExit (line 127) | def usageExit(self, msg=None): method parseArgs (line 141) | def parseArgs(self, argv): method createTests (line 170) | def createTests(self): method _getOptParser (line 177) | def _getOptParser(self): method _setAttributesFromOptions (line 200) | def _setAttributesFromOptions(self, options): method _addDiscoveryOptions (line 215) | def _addDiscoveryOptions(self, parser): method _do_discovery (line 223) | def _do_discovery(self, argv, Loader=None): method runTests (line 248) | def runTests(self): FILE: tests/pythons/win32-py33/Lib/unittest/mock.py function _is_instance_mock (line 46) | def _is_instance_mock(obj): function _is_exception (line 52) | def _is_exception(obj): class _slotted (line 59) | class _slotted(object): function _getsignature (line 69) | def _getsignature(func, skipfirst, instance=False): function _check_signature (line 105) | def _check_signature(func, mock, skipfirst, instance=False): function _copy_func_details (line 122) | def _copy_func_details(func, funcopy): function _callable (line 132) | def _callable(obj): function _is_list (line 140) | def _is_list(obj): function _instance_callable (line 146) | def _instance_callable(obj): function _set_signature (line 161) | def _set_signature(mock, original, instance=False): function _setup_func (line 193) | def _setup_func(funcopy, mock): function _is_magic (line 236) | def _is_magic(name): class _SentinelObject (line 240) | class _SentinelObject(object): method __init__ (line 242) | def __init__(self, name): method __repr__ (line 245) | def __repr__(self): class _Sentinel (line 249) | class _Sentinel(object): method __init__ (line 251) | def __init__(self): method __getattr__ (line 254) | def __getattr__(self, name): function _copy (line 268) | def _copy(value): function _delegating_property (line 283) | def _delegating_property(name): class _CallList (line 302) | class _CallList(list): method __contains__ (line 304) | def __contains__(self, value): method __repr__ (line 318) | def __repr__(self): function _check_and_set_parent (line 322) | def _check_and_set_parent(parent, value, name, new_name): class Base (line 348) | class Base(object): method __init__ (line 351) | def __init__(self, *args, **kwargs): class NonCallableMock (line 356) | class NonCallableMock(Base): method __new__ (line 359) | def __new__(cls, *args, **kw): method __init__ (line 368) | def __init__( method attach_mock (line 409) | def attach_mock(self, mock, attribute): method mock_add_spec (line 422) | def mock_add_spec(self, spec, spec_set=False): method _mock_add_spec (line 431) | def _mock_add_spec(self, spec, spec_set): method __get_return_value (line 448) | def __get_return_value(self): method __set_return_value (line 461) | def __set_return_value(self, value): method __class__ (line 474) | def __class__(self): method __get_side_effect (line 486) | def __get_side_effect(self): method __set_side_effect (line 492) | def __set_side_effect(self, value): method reset_mock (line 503) | def reset_mock(self): method configure_mock (line 522) | def configure_mock(self, **kwargs): method __getattr__ (line 544) | def __getattr__(self, name): method __repr__ (line 579) | def __repr__(self): method __dir__ (line 629) | def __dir__(self): method __setattr__ (line 645) | def __setattr__(self, name, value): method __delattr__ (line 679) | def __delattr__(self, name): method _format_mock_call_signature (line 699) | def _format_mock_call_signature(self, args, kwargs): method _format_mock_failure_message (line 704) | def _format_mock_failure_message(self, args, kwargs): method assert_called_with (line 714) | def assert_called_with(_mock_self, *args, **kwargs): method assert_called_once_with (line 729) | def assert_called_once_with(_mock_self, *args, **kwargs): method assert_has_calls (line 740) | def assert_has_calls(self, calls, any_order=False): method assert_any_call (line 772) | def assert_any_call(self, *args, **kwargs): method _get_child_mock (line 786) | def _get_child_mock(self, **kw): function _try_iter (line 806) | def _try_iter(obj): class CallableMixin (line 822) | class CallableMixin(Base): method __init__ (line 824) | def __init__(self, spec=None, side_effect=None, return_value=DEFAULT, method _mock_check_sig (line 837) | def _mock_check_sig(self, *args, **kwargs): method __call__ (line 842) | def __call__(_mock_self, *args, **kwargs): method _mock_call (line 849) | def _mock_call(_mock_self, *args, **kwargs): class Mock (line 924) | class Mock(CallableMixin, NonCallableMock): function _dot_lookup (line 977) | def _dot_lookup(thing, comp, import_path): function _importer (line 985) | def _importer(target): function _is_started (line 996) | def _is_started(patcher): class _patch (line 1001) | class _patch(object): method __init__ (line 1006) | def __init__( method copy (line 1033) | def copy(self): method __call__ (line 1046) | def __call__(self, func): method decorate_class (line 1052) | def decorate_class(self, klass): method decorate_callable (line 1066) | def decorate_callable(self, func): method get_original (line 1106) | def get_original(self): method __enter__ (line 1127) | def __enter__(self): method __exit__ (line 1253) | def __exit__(self, *exc_info): method start (line 1274) | def start(self): method stop (line 1281) | def stop(self): function _get_target (line 1288) | def _get_target(target): function _patch_object (line 1298) | def _patch_object( function _patch_multiple (line 1323) | def _patch_multiple(target, spec=None, create=False, spec_set=None, function patch (line 1372) | def patch( class _patch_dict (line 1448) | class _patch_dict(object): method __init__ (line 1477) | def __init__(self, in_dict, values=(), clear=False, **kwargs): method __call__ (line 1488) | def __call__(self, f): method decorate_class (line 1502) | def decorate_class(self, klass): method __enter__ (line 1513) | def __enter__(self): method _patch_dict (line 1518) | def _patch_dict(self): method _unpatch_dict (line 1544) | def _unpatch_dict(self): method __exit__ (line 1557) | def __exit__(self, *args): function _clear_dict (line 1566) | def _clear_dict(in_dict): function _patch_stopall (line 1575) | def _patch_stopall(): function _get_method (line 1614) | def _get_method(name, func): function _get_eq (line 1658) | def _get_eq(self): function _get_ne (line 1666) | def _get_ne(self): function _get_iter (line 1673) | def _get_iter(self): function _set_return_value (line 1691) | def _set_return_value(mock, method, name): class MagicMixin (line 1714) | class MagicMixin(object): method __init__ (line 1715) | def __init__(self, *args, **kw): method _mock_set_magics (line 1720) | def _mock_set_magics(self): class NonCallableMagicMock (line 1743) | class NonCallableMagicMock(MagicMixin, NonCallableMock): method mock_add_spec (line 1745) | def mock_add_spec(self, spec, spec_set=False): class MagicMock (line 1756) | class MagicMock(MagicMixin, Mock): method mock_add_spec (line 1767) | def mock_add_spec(self, spec, spec_set=False): class MagicProxy (line 1778) | class MagicProxy(object): method __init__ (line 1779) | def __init__(self, name, parent): method __call__ (line 1783) | def __call__(self, *args, **kwargs): method create_mock (line 1787) | def create_mock(self): method __get__ (line 1796) | def __get__(self, obj, _type=None): class _ANY (line 1801) | class _ANY(object): method __eq__ (line 1804) | def __eq__(self, other): method __ne__ (line 1807) | def __ne__(self, other): method __repr__ (line 1810) | def __repr__(self): function _format_call_signature (line 1817) | def _format_call_signature(name, args, kwargs): class _Call (line 1835) | class _Call(tuple): method __new__ (line 1854) | def __new__(cls, value=(), name=None, parent=None, two=False, method __init__ (line 1887) | def __init__(self, value=(), name=None, parent=None, two=False, method __eq__ (line 1894) | def __eq__(self, other): method __ne__ (line 1944) | def __ne__(self, other): method __call__ (line 1948) | def __call__(self, *args, **kwargs): method __getattr__ (line 1956) | def __getattr__(self, attr): method __repr__ (line 1963) | def __repr__(self): method call_list (line 1984) | def call_list(self): function create_autospec (line 2001) | def create_autospec(spec, spec_set=False, instance=False, _parent=None, function _must_skip (line 2115) | def _must_skip(spec, entry, is_type): function _get_class (line 2135) | def _get_class(obj): class _SpecState (line 2143) | class _SpecState(object): method __init__ (line 2145) | def __init__(self, spec, spec_set=False, parent=None, function mock_open (line 2166) | def mock_open(mock=None, read_data=''): class PropertyMock (line 2195) | class PropertyMock(Mock): method _get_child_mock (line 2204) | def _get_child_mock(self, **kwargs): method __get__ (line 2207) | def __get__(self, obj, obj_type): method __set__ (line 2209) | def __set__(self, obj, val): FILE: tests/pythons/win32-py33/Lib/unittest/result.py function failfast (line 12) | def failfast(method): class TestResult (line 24) | class TestResult(object): method __init__ (line 38) | def __init__(self, stream=None, descriptions=None, verbosity=None): method printErrors (line 54) | def printErrors(self): method startTest (line 57) | def startTest(self, test): method _setupStdout (line 63) | def _setupStdout(self): method startTestRun (line 71) | def startTestRun(self): method stopTest (line 77) | def stopTest(self, test): method _restoreStdout (line 82) | def _restoreStdout(self): method stopTestRun (line 103) | def stopTestRun(self): method addError (line 110) | def addError(self, test, err): method addFailure (line 118) | def addFailure(self, test, err): method addSuccess (line 124) | def addSuccess(self, test): method addSkip (line 128) | def addSkip(self, test, reason): method addExpectedFailure (line 132) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 138) | def addUnexpectedSuccess(self, test): method wasSuccessful (line 142) | def wasSuccessful(self): method stop (line 146) | def stop(self): method _exc_info_to_string (line 150) | def _exc_info_to_string(self, err, test): method _is_relevant_tb_level (line 178) | def _is_relevant_tb_level(self, tb): method _count_relevant_tb_levels (line 181) | def _count_relevant_tb_levels(self, tb): method __repr__ (line 188) | def __repr__(self): FILE: tests/pythons/win32-py33/Lib/unittest/runner.py class _WritelnDecorator (line 13) | class _WritelnDecorator(object): method __init__ (line 15) | def __init__(self,stream): method __getattr__ (line 18) | def __getattr__(self, attr): method writeln (line 23) | def writeln(self, arg=None): class TextTestResult (line 29) | class TextTestResult(result.TestResult): method __init__ (line 37) | def __init__(self, stream, descriptions, verbosity): method getDescription (line 44) | def getDescription(self, test): method startTest (line 51) | def startTest(self, test): method addSuccess (line 58) | def addSuccess(self, test): method addError (line 66) | def addError(self, test, err): method addFailure (line 74) | def addFailure(self, test, err): method addSkip (line 82) | def addSkip(self, test, reason): method addExpectedFailure (line 90) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 98) | def addUnexpectedSuccess(self, test): method printErrors (line 106) | def printErrors(self): method printErrorList (line 112) | def printErrorList(self, flavour, errors): class TextTestRunner (line 120) | class TextTestRunner(object): method __init__ (line 128) | def __init__(self, stream=None, descriptions=True, verbosity=1, method _makeResult (line 141) | def _makeResult(self): method run (line 144) | def run(self, test): FILE: tests/pythons/win32-py33/Lib/unittest/signals.py class _InterruptHandler (line 9) | class _InterruptHandler(object): method __init__ (line 10) | def __init__(self, default_handler): method __call__ (line 28) | def __call__(self, signum, frame): function registerResult (line 42) | def registerResult(result): function removeResult (line 45) | def removeResult(result): function installHandler (line 49) | def installHandler(): function removeHandler (line 57) | def removeHandler(method=None): FILE: tests/pythons/win32-py33/Lib/unittest/suite.py function _call_if_exists (line 11) | def _call_if_exists(parent, attr): class BaseTestSuite (line 16) | class BaseTestSuite(object): method __init__ (line 19) | def __init__(self, tests=()): method __repr__ (line 23) | def __repr__(self): method __eq__ (line 26) | def __eq__(self, other): method __ne__ (line 31) | def __ne__(self, other): method __iter__ (line 34) | def __iter__(self): method countTestCases (line 37) | def countTestCases(self): method addTest (line 43) | def addTest(self, test): method addTests (line 53) | def addTests(self, tests): method run (line 59) | def run(self, result): method __call__ (line 66) | def __call__(self, *args, **kwds): method debug (line 69) | def debug(self): class TestSuite (line 75) | class TestSuite(BaseTestSuite): method run (line 85) | def run(self, result, debug=False): method debug (line 115) | def debug(self): method _handleClassSetUp (line 122) | def _handleClassSetUp(self, test, result): method _get_previous_module (line 154) | def _get_previous_module(self, result): method _handleModuleFixture (line 162) | def _handleModuleFixture(self, test, result): method _addClassOrModuleLevelException (line 190) | def _addClassOrModuleLevelException(self, result, exception, errorName): method _handleModuleTearDown (line 198) | def _handleModuleTearDown(self, result): method _tearDownPreviousClass (line 223) | def _tearDownPreviousClass(self, test, result): class _ErrorHolder (line 250) | class _ErrorHolder(object): method __init__ (line 262) | def __init__(self, description): method id (line 265) | def id(self): method shortDescription (line 268) | def shortDescription(self): method __repr__ (line 271) | def __repr__(self): method __str__ (line 274) | def __str__(self): method run (line 277) | def run(self, result): method __call__ (line 282) | def __call__(self, result): method countTestCases (line 285) | def countTestCases(self): function _isnotsuite (line 288) | def _isnotsuite(test): class _DebugResult (line 297) | class _DebugResult(object): FILE: tests/pythons/win32-py33/Lib/unittest/util.py function safe_repr (line 8) | def safe_repr(obj, short=False): function strclass (line 17) | def strclass(cls): function sorted_list_difference (line 20) | def sorted_list_difference(expected, actual): function unorderable_list_difference (line 61) | def unorderable_list_difference(expected, actual): function three_way_cmp (line 78) | def three_way_cmp(x, y): function _count_diff_all_purpose (line 84) | def _count_diff_all_purpose(actual, expected): function _ordered_count (line 119) | def _ordered_count(iterable): function _count_diff_hashable (line 126) | def _count_diff_hashable(actual, expected): FILE: tests/pythons/win32-py33/Lib/urllib/error.py class URLError (line 23) | class URLError(IOError): method __init__ (line 29) | def __init__(self, reason, filename=None): method __str__ (line 35) | def __str__(self): class HTTPError (line 38) | class HTTPError(URLError, urllib.response.addinfourl): method __init__ (line 42) | def __init__(self, url, code, msg, hdrs, fp): method __str__ (line 55) | def __str__(self): method reason (line 61) | def reason(self): method info (line 64) | def info(self): class ContentTooShortError (line 69) | class ContentTooShortError(URLError): method __init__ (line 70) | def __init__(self, message, content): FILE: tests/pythons/win32-py33/Lib/urllib/parse.py function clear_cache (line 72) | def clear_cache(): function _noop (line 87) | def _noop(obj): function _encode_result (line 90) | def _encode_result(obj, encoding=_implicit_encoding, function _decode_args (line 94) | def _decode_args(args, encoding=_implicit_encoding, function _coerce_args (line 98) | def _coerce_args(*args): class _ResultMixinStr (line 115) | class _ResultMixinStr(object): method encode (line 119) | def encode(self, encoding='ascii', errors='strict'): class _ResultMixinBytes (line 123) | class _ResultMixinBytes(object): method decode (line 127) | def decode(self, encoding='ascii', errors='strict'): class _NetlocResultMixinBase (line 131) | class _NetlocResultMixinBase(object): method username (line 136) | def username(self): method password (line 140) | def password(self): method hostname (line 144) | def hostname(self): method port (line 153) | def port(self): class _NetlocResultMixinStr (line 163) | class _NetlocResultMixinStr(_NetlocResultMixinBase, _ResultMixinStr): method _userinfo (line 167) | def _userinfo(self): method _hostinfo (line 179) | def _hostinfo(self): class _NetlocResultMixinBytes (line 193) | class _NetlocResultMixinBytes(_NetlocResultMixinBase, _ResultMixinBytes): method _userinfo (line 197) | def _userinfo(self): method _hostinfo (line 209) | def _hostinfo(self): class DefragResult (line 235) | class DefragResult(_DefragResultBase, _ResultMixinStr): method geturl (line 237) | def geturl(self): class SplitResult (line 243) | class SplitResult(_SplitResultBase, _NetlocResultMixinStr): method geturl (line 245) | def geturl(self): class ParseResult (line 248) | class ParseResult(_ParseResultBase, _NetlocResultMixinStr): method geturl (line 250) | def geturl(self): class DefragResultBytes (line 254) | class DefragResultBytes(_DefragResultBase, _ResultMixinBytes): method geturl (line 256) | def geturl(self): class SplitResultBytes (line 262) | class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes): method geturl (line 264) | def geturl(self): class ParseResultBytes (line 267) | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): method geturl (line 269) | def geturl(self): function _fix_result_transcoding (line 273) | def _fix_result_transcoding(): function urlparse (line 286) | def urlparse(url, scheme='', allow_fragments=True): function _splitparams (line 302) | def _splitparams(url): function _splitnetloc (line 311) | def _splitnetloc(url, start=0): function urlsplit (line 319) | def urlsplit(url, scheme='', allow_fragments=True): function urlunparse (line 375) | def urlunparse(components): function urlunsplit (line 386) | def urlunsplit(components): function urljoin (line 405) | def urljoin(base, url, allow_fragments=True): function urldefrag (line 458) | def urldefrag(url): function unquote_to_bytes (line 478) | def unquote_to_bytes(string): function unquote (line 504) | def unquote(string, encoding='utf-8', errors='replace'): function parse_qs (line 529) | def parse_qs(qs, keep_blank_values=False, strict_parsing=False, function parse_qsl (line 561) | def parse_qsl(qs, keep_blank_values=False, strict_parsing=False, function unquote_plus (line 609) | def unquote_plus(string, encoding='utf-8', errors='replace'): class Quoter (line 625) | class Quoter(collections.defaultdict): method __init__ (line 633) | def __init__(self, safe): method __repr__ (line 637) | def __repr__(self): method __missing__ (line 641) | def __missing__(self, b): function quote (line 647) | def quote(string, safe='/', encoding=None, errors=None): function quote_plus (line 691) | def quote_plus(string, safe='', encoding=None, errors=None): function quote_from_bytes (line 708) | def quote_from_bytes(bs, safe='/'): function urlencode (line 730) | def urlencode(query, doseq=False, safe='', encoding=None, errors=None): function to_bytes (line 823) | def to_bytes(url): function unwrap (line 836) | def unwrap(url): function splittype (line 845) | def splittype(url): function splithost (line 859) | def splithost(url): function splituser (line 876) | def splituser(host): function splitpasswd (line 888) | def splitpasswd(user): function splitport (line 901) | def splitport(host): function splitnport (line 916) | def splitnport(host, defport=-1): function splitquery (line 938) | def splitquery(url): function splittag (line 950) | def splittag(url): function splitattr (line 961) | def splitattr(url): function splitvalue (line 968) | def splitvalue(attr): FILE: tests/pythons/win32-py33/Lib/urllib/request.py function urlopen (line 137) | def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, function install_opener (line 158) | def install_opener(opener): function urlretrieve (line 163) | def urlretrieve(url, filename=None, reporthook=None, data=None): function urlcleanup (line 226) | def urlcleanup(): function request_host (line 240) | def request_host(request): class Request (line 256) | class Request: method __init__ (line 258) | def __init__(self, url, data=None, headers={}, method _parse (line 277) | def _parse(self): method get_method (line 285) | def get_method(self): method get_full_url (line 294) | def get_full_url(self): method add_data (line 302) | def add_data(self, data): method has_data (line 307) | def has_data(self): method get_data (line 312) | def get_data(self): method get_type (line 317) | def get_type(self): method get_host (line 322) | def get_host(self): method get_selector (line 327) | def get_selector(self): method is_unverifiable (line 332) | def is_unverifiable(self): method get_origin_req_host (line 337) | def get_origin_req_host(self): method set_proxy (line 344) | def set_proxy(self, host, type): method has_proxy (line 352) | def has_proxy(self): method add_header (line 355) | def add_header(self, key, val): method add_unredirected_header (line 359) | def add_unredirected_header(self, key, val): method has_header (line 363) | def has_header(self, header_name): method get_header (line 367) | def get_header(self, header_name, default=None): method header_items (line 372) | def header_items(self): class OpenerDirector (line 377) | class OpenerDirector: method __init__ (line 378) | def __init__(self): method add_handler (line 389) | def add_handler(self, handler): method close (line 436) | def close(self): method _call_chain (line 440) | def _call_chain(self, chain, kind, meth_name, *args): method open (line 451) | def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIME... method _open (line 479) | def _open(self, req, data=None): method error (line 494) | def error(self, proto, *args): function build_opener (line 519) | def build_opener(*handlers): class BaseHandler (line 557) | class BaseHandler: method add_parent (line 560) | def add_parent(self, parent): method close (line 563) | def close(self): method __lt__ (line 567) | def __lt__(self, other): class HTTPErrorProcessor (line 576) | class HTTPErrorProcessor(BaseHandler): method http_response (line 580) | def http_response(self, request, response): class HTTPDefaultErrorHandler (line 593) | class HTTPDefaultErrorHandler(BaseHandler): method http_error_default (line 594) | def http_error_default(self, req, fp, code, msg, hdrs): class HTTPRedirectHandler (line 597) | class HTTPRedirectHandler(BaseHandler): method redirect_request (line 605) | def redirect_request(self, req, fp, code, msg, headers, newurl): method http_error_302 (line 639) | def http_error_302(self, req, fp, code, msg, headers): function _parse_proxy (line 701) | def _parse_proxy(proxy): class ProxyHandler (line 773) | class ProxyHandler(BaseHandler): method __init__ (line 777) | def __init__(self, proxies=None): method proxy_open (line 787) | def proxy_open(self, req, proxy, type): class HTTPPasswordMgr (line 815) | class HTTPPasswordMgr: method __init__ (line 817) | def __init__(self): method add_password (line 820) | def add_password(self, realm, uri, user, passwd): method find_user_password (line 831) | def find_user_password(self, realm, authuri): method reduce_uri (line 841) | def reduce_uri(self, uri, default_port=True): method is_suburi (line 864) | def is_suburi(self, base, test): class HTTPPasswordMgrWithDefaultRealm (line 879) | class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): method find_user_password (line 881) | def find_user_password(self, realm, authuri): class AbstractBasicAuthHandler (line 889) | class AbstractBasicAuthHandler: method __init__ (line 903) | def __init__(self, password_mgr=None): method reset_retry_count (line 910) | def reset_retry_count(self): method http_error_auth_reqed (line 913) | def http_error_auth_reqed(self, authreq, host, req, headers): method retry_http_basic_auth (line 945) | def retry_http_basic_auth(self, host, req, realm): class HTTPBasicAuthHandler (line 958) | class HTTPBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_401 (line 962) | def http_error_401(self, req, fp, code, msg, headers): class ProxyBasicAuthHandler (line 970) | class ProxyBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_407 (line 974) | def http_error_407(self, req, fp, code, msg, headers): class AbstractDigestAuthHandler (line 990) | class AbstractDigestAuthHandler: method __init__ (line 1001) | def __init__(self, passwd=None): method reset_retry_count (line 1010) | def reset_retry_count(self): method http_error_auth_reqed (line 1013) | def http_error_auth_reqed(self, auth_header, host, req, headers): method retry_http_digest_auth (line 1033) | def retry_http_digest_auth(self, req, auth): method get_cnonce (line 1045) | def get_cnonce(self, nonce): method get_authorization (line 1056) | def get_authorization(self, req, chal): method get_algorithm_impls (line 1116) | def get_algorithm_impls(self, algorithm): method get_entity_digest (line 1126) | def get_entity_digest(self, data, chal): class HTTPDigestAuthHandler (line 1131) | class HTTPDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_401 (line 1141) | def http_error_401(self, req, fp, code, msg, headers): class ProxyDigestAuthHandler (line 1149) | class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_407 (line 1154) | def http_error_407(self, req, fp, code, msg, headers): class AbstractHTTPHandler (line 1161) | class AbstractHTTPHandler(BaseHandler): method __init__ (line 1163) | def __init__(self, debuglevel=0): method set_http_debuglevel (line 1166) | def set_http_debuglevel(self, level): method do_request_ (line 1169) | def do_request_(self, request): method do_open (line 1209) | def do_open(self, http_class, req, **http_conn_args): class HTTPHandler (line 1271) | class HTTPHandler(AbstractHTTPHandler): method http_open (line 1273) | def http_open(self, req): class HTTPSHandler (line 1280) | class HTTPSHandler(AbstractHTTPHandler): method __init__ (line 1282) | def __init__(self, debuglevel=0, context=None, check_hostname=None): method https_open (line 1287) | def https_open(self, req): class HTTPCookieProcessor (line 1295) | class HTTPCookieProcessor(BaseHandler): method __init__ (line 1296) | def __init__(self, cookiejar=None): method http_request (line 1302) | def http_request(self, request): method http_response (line 1306) | def http_response(self, request, response): class UnknownHandler (line 1313) | class UnknownHandler(BaseHandler): method unknown_open (line 1314) | def unknown_open(self, req): function parse_keqv_list (line 1318) | def parse_keqv_list(l): function parse_http_list (line 1328) | def parse_http_list(s): class FileHandler (line 1371) | class FileHandler(BaseHandler): method file_open (line 1373) | def file_open(self, req): method get_names (line 1384) | def get_names(self): method open_local_file (line 1395) | def open_local_file(self, req): function _safe_gethostbyname (line 1423) | def _safe_gethostbyname(host): class FTPHandler (line 1429) | class FTPHandler(BaseHandler): method ftp_open (line 1430) | def ftp_open(self, req): method connect_ftp (line 1483) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): class CacheFTPHandler (line 1487) | class CacheFTPHandler(FTPHandler): method __init__ (line 1490) | def __init__(self): method setTimeout (line 1497) | def setTimeout(self, t): method setMaxConns (line 1500) | def setMaxConns(self, m): method connect_ftp (line 1503) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): method check_cache (line 1514) | def check_cache(self): method clear_cache (line 1534) | def clear_cache(self): function url2pathname (line 1549) | def url2pathname(pathname): function pathname2url (line 1554) | def pathname2url(pathname): class URLopener (line 1567) | class URLopener: method __init__ (line 1580) | def __init__(self, proxies=None, **x509): method __del__ (line 1606) | def __del__(self): method close (line 1609) | def close(self): method cleanup (line 1612) | def cleanup(self): method addheader (line 1626) | def addheader(self, *args): method open (line 1632) | def open(self, fullurl, data=None): method open_unknown (line 1668) | def open_unknown(self, fullurl, data=None): method open_unknown_proxy (line 1673) | def open_unknown_proxy(self, proxy, fullurl, data=None): method retrieve (line 1679) | def retrieve(self, url, filename=None, reporthook=None, data=None): method _open_generic_http (line 1745) | def _open_generic_http(self, connection_factory, url, data): method open_http (line 1837) | def open_http(self, url, data=None): method http_error (line 1841) | def http_error(self, url, fp, errcode, errmsg, headers, data=None): method http_error_default (line 1857) | def http_error_default(self, url, fp, errcode, errmsg, headers): method _https_connection (line 1863) | def _https_connection(self, host): method open_https (line 1868) | def open_https(self, url, data=None): method open_file (line 1872) | def open_file(self, url): method open_local_file (line 1881) | def open_local_file(self, url): method open_ftp (line 1913) | def open_ftp(self, url): method open_data (line 1971) | def open_data(self, url, data=None): class FancyURLopener (line 2013) | class FancyURLopener(URLopener): method __init__ (line 2016) | def __init__(self, *args, **kwargs): method http_error_default (line 2022) | def http_error_default(self, url, fp, errcode, errmsg, headers): method http_error_302 (line 2026) | def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): method redirect_internal (line 2042) | def redirect_internal(self, url, fp, errcode, errmsg, headers, data): method http_error_301 (line 2070) | def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): method http_error_303 (line 2074) | def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): method http_error_307 (line 2078) | def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): method http_error_401 (line 2085) | def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, method http_error_407 (line 2110) | def http_error_407(self, url, fp, errcode, errmsg, headers, data=None, method retry_proxy_http_basic_auth (line 2135) | def retry_proxy_http_basic_auth(self, url, realm, data=None): method retry_proxy_https_basic_auth (line 2153) | def retry_proxy_https_basic_auth(self, url, realm, data=None): method retry_http_basic_auth (line 2171) | def retry_http_basic_auth(self, url, realm, data=None): method retry_https_basic_auth (line 2185) | def retry_https_basic_auth(self, url, realm, data=None): method get_user_passwd (line 2199) | def get_user_passwd(self, host, realm, clear_cache=0): method prompt_user_passwd (line 2210) | def prompt_user_passwd(self, host, realm): function localhost (line 2226) | def localhost(): function thishost (line 2234) | def thishost(): function ftperrors (line 2245) | def ftperrors(): function noheaders (line 2254) | def noheaders(): class ftpwrapper (line 2264) | class ftpwrapper: method __init__ (line 2267) | def __init__(self, user, passwd, host, port, dirs, timeout=None, method init (line 2279) | def init(self): method retrfile (line 2288) | def retrfile(self, file, type): method endtransfer (line 2333) | def endtransfer(self): method close (line 2336) | def close(self): method file_close (line 2341) | def file_close(self): method real_close (line 2347) | def real_close(self): function getproxies_environment (line 2355) | def getproxies_environment(): function proxy_bypass_environment (line 2371) | def proxy_bypass_environment(host): function _proxy_bypass_macosx_sysconf (line 2394) | def _proxy_bypass_macosx_sysconf(host, proxy_settings): function proxy_bypass_macosx_sysconf (line 2457) | def proxy_bypass_macosx_sysconf(host): function getproxies_macosx_sysconf (line 2461) | def getproxies_macosx_sysconf(): function proxy_bypass (line 2471) | def proxy_bypass(host): function getproxies (line 2477) | def getproxies(): function getproxies_registry (line 2482) | def getproxies_registry(): function getproxies (line 2527) | def getproxies(): function proxy_bypass_registry (line 2536) | def proxy_bypass_registry(host): function proxy_bypass (line 2586) | def proxy_bypass(host): FILE: tests/pythons/win32-py33/Lib/urllib/response.py class addbase (line 9) | class addbase(object): method __init__ (line 14) | def __init__(self, fp): method __iter__ (line 27) | def __iter__(self): method __repr__ (line 35) | def __repr__(self): method close (line 39) | def close(self): method __enter__ (line 50) | def __enter__(self): method __exit__ (line 55) | def __exit__(self, type, value, traceback): class addclosehook (line 58) | class addclosehook(addbase): method __init__ (line 61) | def __init__(self, fp, closehook, *hookargs): method close (line 66) | def close(self): class addinfo (line 73) | class addinfo(addbase): method __init__ (line 76) | def __init__(self, fp, headers): method info (line 80) | def info(self): class addinfourl (line 83) | class addinfourl(addbase): method __init__ (line 86) | def __init__(self, fp, headers, url, code=None): method info (line 92) | def info(self): method getcode (line 95) | def getcode(self): method geturl (line 98) | def geturl(self): FILE: tests/pythons/win32-py33/Lib/urllib/robotparser.py class RobotFileParser (line 17) | class RobotFileParser: method __init__ (line 23) | def __init__(self, url=''): method mtime (line 31) | def mtime(self): method modified (line 40) | def modified(self): method set_url (line 48) | def set_url(self, url): method read (line 53) | def read(self): method _add_entry (line 66) | def _add_entry(self, entry): method parse (line 75) | def parse(self, lines): method can_fetch (line 126) | def can_fetch(self, useragent, url): method __str__ (line 149) | def __str__(self): class RuleLine (line 153) | class RuleLine: method __init__ (line 156) | def __init__(self, path, allowance): method applies_to (line 164) | def applies_to(self, filename): method __str__ (line 167) | def __str__(self): class Entry (line 171) | class Entry: method __init__ (line 173) | def __init__(self): method __str__ (line 177) | def __str__(self): method applies_to (line 185) | def applies_to(self, useragent): method allowance (line 198) | def allowance(self, filename): FILE: tests/pythons/win32-py33/Lib/uu.py class Error (line 39) | class Error(Exception): function encode (line 42) | def encode(in_file, out_file, name=None, mode=None): function decode (line 90) | def decode(in_file, out_file=None, mode=None, quiet=False): function test (line 160) | def test(): FILE: tests/pythons/win32-py33/Lib/uuid.py class UUID (line 56) | class UUID(object): method __init__ (line 104) | def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, method __eq__ (line 185) | def __eq__(self, other): method __ne__ (line 190) | def __ne__(self, other): method __lt__ (line 198) | def __lt__(self, other): method __gt__ (line 203) | def __gt__(self, other): method __le__ (line 208) | def __le__(self, other): method __ge__ (line 213) | def __ge__(self, other): method __hash__ (line 218) | def __hash__(self): method __int__ (line 221) | def __int__(self): method __repr__ (line 224) | def __repr__(self): method __setattr__ (line 227) | def __setattr__(self, name, value): method __str__ (line 230) | def __str__(self): method bytes (line 236) | def bytes(self): method bytes_le (line 243) | def bytes_le(self): method fields (line 251) | def fields(self): method time_low (line 256) | def time_low(self): method time_mid (line 260) | def time_mid(self): method time_hi_version (line 264) | def time_hi_version(self): method clock_seq_hi_variant (line 268) | def clock_seq_hi_variant(self): method clock_seq_low (line 272) | def clock_seq_low(self): method time (line 276) | def time(self): method clock_seq (line 281) | def clock_seq(self): method node (line 286) | def node(self): method hex (line 290) | def hex(self): method urn (line 294) | def urn(self): method variant (line 298) | def variant(self): method version (line 309) | def version(self): function _find_mac (line 314) | def _find_mac(command, args, hw_identifiers, get_index): function _ifconfig_getnode (line 345) | def _ifconfig_getnode(): function _ipconfig_getnode (line 369) | def _ipconfig_getnode(): function _netbios_getnode (line 393) | def _netbios_getnode(): function _unixdll_getnode (line 474) | def _unixdll_getnode(): function _windll_getnode (line 480) | def _windll_getnode(): function _random_getnode (line 486) | def _random_getnode(): function getnode (line 493) | def getnode(): function uuid1 (line 522) | def uuid1(node=None, clock_seq=None): function uuid3 (line 557) | def uuid3(namespace, name): function uuid4 (line 563) | def uuid4(): function uuid5 (line 581) | def uuid5(namespace, name): FILE: tests/pythons/win32-py33/Lib/venv/__init__.py class EnvBuilder (line 38) | class EnvBuilder: method __init__ (line 61) | def __init__(self, system_site_packages=False, clear=False, method create (line 68) | def create(self, env_dir): method ensure_directories (line 83) | def ensure_directories(self, env_dir): method create_configuration (line 130) | def create_configuration(self, context): method include_binary (line 150) | def include_binary(self, f): method symlink_or_copy (line 157) | def symlink_or_copy(self, src, dst): method setup_python (line 172) | def setup_python(self, context): method setup_scripts (line 219) | def setup_scripts(self, context): method post_setup (line 234) | def post_setup(self, context): method replace_variables (line 244) | def replace_variables(self, text, context): method install_scripts (line 261) | def install_scripts(self, context, path): function create (line 311) | def create(env_dir, system_site_packages=False, clear=False, symlinks=Fa... function main (line 332) | def main(args=None): FILE: tests/pythons/win32-py33/Lib/warnings.py function showwarning (line 13) | def showwarning(message, category, filename, lineno, file=None, line=None): function formatwarning (line 22) | def formatwarning(message, category, filename, lineno, line=None): function filterwarnings (line 31) | def filterwarnings(action, message="", category=Warning, module="", line... function simplefilter (line 59) | def simplefilter(action, category=Warning, lineno=0, append=False): function resetwarnings (line 79) | def resetwarnings(): class _OptionError (line 83) | class _OptionError(Exception): function _processoptions (line 88) | def _processoptions(args): function _setoption (line 96) | def _setoption(arg): function _getaction (line 123) | def _getaction(action): function _getcategory (line 133) | def _getcategory(category): function warn (line 160) | def warn(message, category=None, stacklevel=1): function warn_explicit (line 200) | def warn_explicit(message, category, filename, lineno, class WarningMessage (line 269) | class WarningMessage(object): method __init__ (line 276) | def __init__(self, message, category, filename, lineno, file=None, method __str__ (line 283) | def __str__(self): class catch_warnings (line 289) | class catch_warnings(object): method __init__ (line 306) | def __init__(self, *, record=False, module=None): method __repr__ (line 318) | def __repr__(self): method __enter__ (line 327) | def __enter__(self): method __exit__ (line 343) | def __exit__(self, *exc_info): FILE: tests/pythons/win32-py33/Lib/wave.py class Error (line 78) | class Error(Exception): function _byteswap3 (line 89) | def _byteswap3(data): class Wave_read (line 95) | class Wave_read: method initfp (line 126) | def initfp(self, file): method __init__ (line 157) | def __init__(self, f): method __del__ (line 170) | def __del__(self): method getfp (line 175) | def getfp(self): method rewind (line 178) | def rewind(self): method close (line 182) | def close(self): method tell (line 188) | def tell(self): method getnchannels (line 191) | def getnchannels(self): method getnframes (line 194) | def getnframes(self): method getsampwidth (line 197) | def getsampwidth(self): method getframerate (line 200) | def getframerate(self): method getcomptype (line 203) | def getcomptype(self): method getcompname (line 206) | def getcompname(self): method getparams (line 209) | def getparams(self): method getmarkers (line 214) | def getmarkers(self): method getmark (line 217) | def getmark(self, id): method setpos (line 220) | def setpos(self, pos): method readframes (line 226) | def readframes(self, nframes): method _read_fmt_chunk (line 267) | def _read_fmt_chunk(self, chunk): class Wave_write (line 278) | class Wave_write: method __init__ (line 304) | def __init__(self, f): method initfp (line 316) | def initfp(self, file): method __del__ (line 328) | def __del__(self): method setnchannels (line 334) | def setnchannels(self, nchannels): method getnchannels (line 341) | def getnchannels(self): method setsampwidth (line 346) | def setsampwidth(self, sampwidth): method getsampwidth (line 353) | def getsampwidth(self): method setframerate (line 358) | def setframerate(self, framerate): method getframerate (line 365) | def getframerate(self): method setnframes (line 370) | def setnframes(self, nframes): method getnframes (line 375) | def getnframes(self): method setcomptype (line 378) | def setcomptype(self, comptype, compname): method getcomptype (line 386) | def getcomptype(self): method getcompname (line 389) | def getcompname(self): method setparams (line 392) | def setparams(self, params): method getparams (line 402) | def getparams(self): method setmark (line 408) | def setmark(self, id, pos, name): method getmark (line 411) | def getmark(self, id): method getmarkers (line 414) | def getmarkers(self): method tell (line 417) | def tell(self): method writeframesraw (line 420) | def writeframesraw(self, data): method writeframes (line 441) | def writeframes(self, data): method close (line 446) | def close(self): method _ensure_header_written (line 463) | def _ensure_header_written(self, datasize): method _write_header (line 473) | def _write_header(self, initlength): method _patchheader (line 490) | def _patchheader(self): function open (line 502) | def open(f, mode=None): FILE: tests/pythons/win32-py33/Lib/weakref.py class WeakValueDictionary (line 33) | class WeakValueDictionary(collections.MutableMapping): method __init__ (line 45) | def __init__(self, *args, **kw): method _commit_removals (line 60) | def _commit_removals(self): method __getitem__ (line 68) | def __getitem__(self, key): method __delitem__ (line 75) | def __delitem__(self, key): method __len__ (line 80) | def __len__(self): method __contains__ (line 83) | def __contains__(self, key): method __repr__ (line 90) | def __repr__(self): method __setitem__ (line 93) | def __setitem__(self, key, value): method copy (line 98) | def copy(self): method __deepcopy__ (line 108) | def __deepcopy__(self, memo): method get (line 117) | def get(self, key, default=None): method items (line 130) | def items(self): method keys (line 137) | def keys(self): method itervaluerefs (line 145) | def itervaluerefs(self): method values (line 159) | def values(self): method popitem (line 166) | def popitem(self): method pop (line 175) | def pop(self, key, *args): method setdefault (line 189) | def setdefault(self, key, default=None): method update (line 200) | def update(self, dict=None, **kwargs): method valuerefs (line 212) | def valuerefs(self): class KeyedRef (line 225) | class KeyedRef(ref): method __new__ (line 237) | def __new__(type, ob, callback, key): method __init__ (line 242) | def __init__(self, ob, callback, key): class WeakKeyDictionary (line 246) | class WeakKeyDictionary(collections.MutableMapping): method __init__ (line 257) | def __init__(self, dict=None): method _commit_removals (line 273) | def _commit_removals(self): method __delitem__ (line 286) | def __delitem__(self, key): method __getitem__ (line 289) | def __getitem__(self, key): method __len__ (line 292) | def __len__(self): method __repr__ (line 295) | def __repr__(self): method __setitem__ (line 298) | def __setitem__(self, key, value): method copy (line 301) | def copy(self): method __deepcopy__ (line 311) | def __deepcopy__(self, memo): method get (line 320) | def get(self, key, default=None): method __contains__ (line 323) | def __contains__(self, key): method items (line 330) | def items(self): method keys (line 337) | def keys(self): method values (line 346) | def values(self): method keyrefs (line 352) | def keyrefs(self): method popitem (line 364) | def popitem(self): method pop (line 371) | def pop(self, key, *args): method setdefault (line 374) | def setdefault(self, key, default=None): method update (line 377) | def update(self, dict=None, **kwargs): FILE: tests/pythons/win32-py33/Lib/webbrowser.py class Error (line 15) | class Error(Exception): function register (line 21) | def register(name, klass, instance=None, update_tryorder=1): function get (line 29) | def get(using=None): function open (line 59) | def open(url, new=0, autoraise=True): function open_new (line 66) | def open_new(url): function open_new_tab (line 69) | def open_new_tab(url): function _synthesize (line 73) | def _synthesize(browser, update_tryorder=1): function _isexecutable (line 106) | def _isexecutable(cmd): function _isexecutable (line 115) | def _isexecutable(cmd): function _iscommand (line 122) | def _iscommand(cmd): class BaseBrowser (line 139) | class BaseBrowser(object): method __init__ (line 144) | def __init__(self, name=""): method open (line 148) | def open(self, url, new=0, autoraise=True): method open_new (line 151) | def open_new(self, url): method open_new_tab (line 154) | def open_new_tab(self, url): class GenericBrowser (line 158) | class GenericBrowser(BaseBrowser): method __init__ (line 162) | def __init__(self, name): method open (line 172) | def open(self, url, new=0, autoraise=True): class BackgroundBrowser (line 185) | class BackgroundBrowser(GenericBrowser): method open (line 189) | def open(self, url, new=0, autoraise=True): class UnixBrowser (line 205) | class UnixBrowser(BaseBrowser): method _invoke (line 222) | def _invoke(self, args, remote, autoraise): method open (line 257) | def open(self, url, new=0, autoraise=True): class Mozilla (line 283) | class Mozilla(UnixBrowser): class Galeon (line 296) | class Galeon(UnixBrowser): class Chrome (line 306) | class Chrome(UnixBrowser): class Opera (line 318) | class Opera(UnixBrowser): class Elinks (line 329) | class Elinks(UnixBrowser): class Konqueror (line 343) | class Konqueror(BaseBrowser): method open (line 350) | def open(self, url, new=0, autoraise=True): class Grail (line 400) | class Grail(BaseBrowser): method _find_grail_rc (line 404) | def _find_grail_rc(self): method _remote (line 430) | def _remote(self, action): method open (line 438) | def open(self, url, new=0, autoraise=True): function register_X_browsers (line 453) | def register_X_browsers(): class WindowsDefault (line 539) | class WindowsDefault(BaseBrowser): method open (line 540) | def open(self, url, new=0, autoraise=True): class MacOSX (line 570) | class MacOSX(BaseBrowser): method __init__ (line 580) | def __init__(self, name): method open (line 583) | def open(self, url, new=0, autoraise=True): class MacOSXOSAScript (line 616) | class MacOSXOSAScript(BaseBrowser): method __init__ (line 617) | def __init__(self, name): method open (line 620) | def open(self, url, new=0, autoraise=True): function main (line 678) | def main(): FILE: tests/pythons/win32-py33/Lib/wsgiref/handlers.py function format_date_time (line 19) | def format_date_time(timestamp): function _needs_transcode (line 30) | def _needs_transcode(k): function read_environ (line 34) | def read_environ(): class BaseHandler (line 94) | class BaseHandler: method run (line 128) | def run(self, application): method setup_environ (line 148) | def setup_environ(self): method finish_response (line 169) | def finish_response(self): method get_scheme (line 186) | def get_scheme(self): method set_content_length (line 191) | def set_content_length(self): method cleanup_headers (line 204) | def cleanup_headers(self): method start_response (line 212) | def start_response(self, status, headers,exc_info=None): method _convert_string_type (line 240) | def _convert_string_type(self, value, title): method send_preamble (line 248) | def send_preamble(self): method write (line 262) | def write(self, data): method sendfile (line 283) | def sendfile(self): method finish_content (line 304) | def finish_content(self): method close (line 314) | def close(self): method send_headers (line 327) | def send_headers(self): method result_is_file (line 336) | def result_is_file(self): method client_is_modern (line 342) | def client_is_modern(self): method log_exception (line 347) | def log_exception(self,exc_info): method handle_error (line 363) | def handle_error(self): method error_output (line 371) | def error_output(self, environ, start_response): method _write (line 390) | def _write(self,data): method _flush (line 399) | def _flush(self): method get_stdin (line 407) | def get_stdin(self): method get_stderr (line 411) | def get_stderr(self): method add_cgi_vars (line 415) | def add_cgi_vars(self): class SimpleHandler (line 420) | class SimpleHandler(BaseHandler): method __init__ (line 433) | def __init__(self,stdin,stdout,stderr,environ, method get_stdin (line 443) | def get_stdin(self): method get_stderr (line 446) | def get_stderr(self): method add_cgi_vars (line 449) | def add_cgi_vars(self): method _write (line 452) | def _write(self,data): method _flush (line 455) | def _flush(self): class BaseCGIHandler (line 460) | class BaseCGIHandler(SimpleHandler): class CGIHandler (line 484) | class CGIHandler(BaseCGIHandler): method __init__ (line 507) | def __init__(self): class IISCGIHandler (line 514) | class IISCGIHandler(BaseCGIHandler): method __init__ (line 538) | def __init__(self): FILE: tests/pythons/win32-py33/Lib/wsgiref/headers.py function _formatparam (line 13) | def _formatparam(param, value=None, quote=1): class Headers (line 28) | class Headers: method __init__ (line 32) | def __init__(self,headers): method _convert_string_type (line 41) | def _convert_string_type(self, value): method __len__ (line 48) | def __len__(self): method __setitem__ (line 52) | def __setitem__(self, name, val): method __delitem__ (line 58) | def __delitem__(self,name): method __getitem__ (line 66) | def __getitem__(self,name): method __contains__ (line 77) | def __contains__(self, name): method get_all (line 82) | def get_all(self, name): method get (line 94) | def get(self,name,default=None): method keys (line 103) | def keys(self): method values (line 113) | def values(self): method items (line 123) | def items(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 136) | def __str__(self): method __bytes__ (line 141) | def __bytes__(self): method setdefault (line 144) | def setdefault(self,name,value): method add_header (line 157) | def add_header(self, _name, _value, **_params): FILE: tests/pythons/win32-py33/Lib/wsgiref/simple_server.py class ServerHandler (line 28) | class ServerHandler(SimpleHandler): method close (line 32) | def close(self): class WSGIServer (line 42) | class WSGIServer(HTTPServer): method server_bind (line 48) | def server_bind(self): method setup_environ (line 53) | def setup_environ(self): method get_app (line 63) | def get_app(self): method set_app (line 66) | def set_app(self,application): class WSGIRequestHandler (line 71) | class WSGIRequestHandler(BaseHTTPRequestHandler): method get_environ (line 75) | def get_environ(self): method get_stderr (line 112) | def get_stderr(self): method handle (line 115) | def handle(self): function demo_app (line 130) | def demo_app(environ,start_response): function make_server (line 142) | def make_server( FILE: tests/pythons/win32-py33/Lib/wsgiref/util.py class FileWrapper (line 11) | class FileWrapper: method __init__ (line 14) | def __init__(self, filelike, blksize=8192): method __getitem__ (line 20) | def __getitem__(self,key): method __iter__ (line 26) | def __iter__(self): method __next__ (line 29) | def __next__(self): function guess_scheme (line 35) | def guess_scheme(environ): function application_uri (line 43) | def application_uri(environ): function request_uri (line 63) | def request_uri(environ, include_query=True): function shift_path_info (line 76) | def shift_path_info(environ): function setup_testing_defaults (line 117) | def setup_testing_defaults(environ): function is_hop_by_hop (line 163) | def is_hop_by_hop(header_name): FILE: tests/pythons/win32-py33/Lib/wsgiref/validate.py class WSGIWarning (line 121) | class WSGIWarning(Warning): function assert_ (line 126) | def assert_(cond, *args): function check_string_type (line 130) | def check_string_type(value, title): function validator (line 136) | def validator(application): class InputWrapper (line 191) | class InputWrapper: method __init__ (line 193) | def __init__(self, wsgi_input): method read (line 196) | def read(self, *args): method readline (line 202) | def readline(self, *args): method readlines (line 208) | def readlines(self, *args): method __iter__ (line 216) | def __iter__(self): method close (line 223) | def close(self): class ErrorWrapper (line 226) | class ErrorWrapper: method __init__ (line 228) | def __init__(self, wsgi_errors): method write (line 231) | def write(self, s): method flush (line 235) | def flush(self): method writelines (line 238) | def writelines(self, seq): method close (line 242) | def close(self): class WriteWrapper (line 245) | class WriteWrapper: method __init__ (line 247) | def __init__(self, wsgi_writer): method __call__ (line 250) | def __call__(self, s): class PartialIteratorWrapper (line 254) | class PartialIteratorWrapper: method __init__ (line 256) | def __init__(self, wsgi_iterator): method __iter__ (line 259) | def __iter__(self): class IteratorWrapper (line 263) | class IteratorWrapper: method __init__ (line 265) | def __init__(self, wsgi_iterator, check_start_response): method __iter__ (line 271) | def __iter__(self): method __next__ (line 274) | def __next__(self): method close (line 286) | def close(self): method __del__ (line 291) | def __del__(self): function check_environ (line 298) | def check_environ(environ): function check_input (line 363) | def check_input(wsgi_input): function check_errors (line 369) | def check_errors(wsgi_errors): function check_status (line 375) | def check_status(status): function check_headers (line 389) | def check_headers(headers): function check_content_type (line 416) | def check_content_type(status, headers): function check_exc_info (line 432) | def check_exc_info(exc_info): function check_iterator (line 437) | def check_iterator(iterator): FILE: tests/pythons/win32-py33/Lib/xdrlib.py class Error (line 13) | class Error(Exception): method __init__ (line 23) | def __init__(self, msg): method __repr__ (line 25) | def __repr__(self): method __str__ (line 27) | def __str__(self): class ConversionError (line 31) | class ConversionError(Error): class Packer (line 36) | class Packer: method __init__ (line 39) | def __init__(self): method reset (line 42) | def reset(self): method get_buffer (line 45) | def get_buffer(self): method pack_uint (line 50) | def pack_uint(self, x): method pack_int (line 53) | def pack_int(self, x): method pack_bool (line 58) | def pack_bool(self, x): method pack_uhyper (line 62) | def pack_uhyper(self, x): method pack_float (line 68) | def pack_float(self, x): method pack_double (line 73) | def pack_double(self, x): method pack_fstring (line 78) | def pack_fstring(self, n, s): method pack_string (line 88) | def pack_string(self, s): method pack_list (line 96) | def pack_list(self, list, pack_item): method pack_farray (line 102) | def pack_farray(self, n, list, pack_item): method pack_array (line 108) | def pack_array(self, list, pack_item): class Unpacker (line 115) | class Unpacker: method __init__ (line 118) | def __init__(self, data): method reset (line 121) | def reset(self, data): method get_position (line 125) | def get_position(self): method set_position (line 128) | def set_position(self, position): method get_buffer (line 131) | def get_buffer(self): method done (line 134) | def done(self): method unpack_uint (line 138) | def unpack_uint(self): method unpack_int (line 146) | def unpack_int(self): method unpack_bool (line 156) | def unpack_bool(self): method unpack_uhyper (line 159) | def unpack_uhyper(self): method unpack_hyper (line 164) | def unpack_hyper(self): method unpack_float (line 170) | def unpack_float(self): method unpack_double (line 178) | def unpack_double(self): method unpack_fstring (line 186) | def unpack_fstring(self, n): method unpack_string (line 198) | def unpack_string(self): method unpack_list (line 205) | def unpack_list(self, unpack_item): method unpack_farray (line 216) | def unpack_farray(self, n, unpack_item): method unpack_array (line 222) | def unpack_array(self, unpack_item): FILE: tests/pythons/win32-py33/Lib/xml/dom/NodeFilter.py class NodeFilter (line 4) | class NodeFilter: method acceptNode (line 26) | def acceptNode(self, node): FILE: tests/pythons/win32-py33/Lib/xml/dom/__init__.py class Node (line 18) | class Node: class DOMException (line 62) | class DOMException(Exception): method __init__ (line 66) | def __init__(self, *args, **kw): method _get_code (line 72) | def _get_code(self): class IndexSizeErr (line 76) | class IndexSizeErr(DOMException): class DomstringSizeErr (line 79) | class DomstringSizeErr(DOMException): class HierarchyRequestErr (line 82) | class HierarchyRequestErr(DOMException): class WrongDocumentErr (line 85) | class WrongDocumentErr(DOMException): class InvalidCharacterErr (line 88) | class InvalidCharacterErr(DOMException): class NoDataAllowedErr (line 91) | class NoDataAllowedErr(DOMException): class NoModificationAllowedErr (line 94) | class NoModificationAllowedErr(DOMException): class NotFoundErr (line 97) | class NotFoundErr(DOMException): class NotSupportedErr (line 100) | class NotSupportedErr(DOMException): class InuseAttributeErr (line 103) | class InuseAttributeErr(DOMException): class InvalidStateErr (line 106) | class InvalidStateErr(DOMException): class SyntaxErr (line 109) | class SyntaxErr(DOMException): class InvalidModificationErr (line 112) | class InvalidModificationErr(DOMException): class NamespaceErr (line 115) | class NamespaceErr(DOMException): class InvalidAccessErr (line 118) | class InvalidAccessErr(DOMException): class ValidationErr (line 121) | class ValidationErr(DOMException): class UserDataHandler (line 124) | class UserDataHandler: FILE: tests/pythons/win32-py33/Lib/xml/dom/domreg.py function registerDOMImplementation (line 19) | def registerDOMImplementation(name, factory): function _good_enough (line 30) | def _good_enough(dom, features): function getDOMImplementation (line 37) | def getDOMImplementation(name=None, features=()): function _parse_feature_string (line 80) | def _parse_feature_string(s): FILE: tests/pythons/win32-py33/Lib/xml/dom/expatbuilder.py class ElementInfo (line 60) | class ElementInfo(object): method __init__ (line 63) | def __init__(self, tagName, model=None): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 71) | def __setstate__(self, state): method getAttributeType (line 74) | def getAttributeType(self, aname): method getAttributeTypeNS (line 84) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 87) | def isElementContent(self): method isEmpty (line 95) | def isEmpty(self): method isId (line 101) | def isId(self, aname): method isIdNS (line 107) | def isIdNS(self, euri, ename, auri, aname): function _intern (line 111) | def _intern(builder, s): function _parse_ns_name (line 114) | def _parse_ns_name(builder, name): class ExpatBuilder (line 131) | class ExpatBuilder: method __init__ (line 135) | def __init__(self, options=None): method createParser (line 149) | def createParser(self): method getParser (line 153) | def getParser(self): method reset (line 164) | def reset(self): method install (line 172) | def install(self, parser): method parseFile (line 195) | def parseFile(self, file): method parseString (line 217) | def parseString(self, string): method _setup_subset (line 230) | def _setup_subset(self, buffer): method start_doctype_decl_handler (line 238) | def start_doctype_decl_handler(self, doctypeName, systemId, publicId, method end_doctype_decl_handler (line 259) | def end_doctype_decl_handler(self): method pi_handler (line 266) | def pi_handler(self, target, data): method character_data_handler_cdata (line 272) | def character_data_handler_cdata(self, data): method character_data_handler (line 292) | def character_data_handler(self, data): method entity_decl_handler (line 303) | def entity_decl_handler(self, entityName, is_parameter_entity, value, method notation_decl_handler (line 321) | def notation_decl_handler(self, notationName, base, systemId, publicId): method comment_handler (line 327) | def comment_handler(self, data): method start_cdata_section_handler (line 333) | def start_cdata_section_handler(self): method end_cdata_section_handler (line 337) | def end_cdata_section_handler(self): method external_entity_ref_handler (line 341) | def external_entity_ref_handler(self, context, base, systemId, publicId): method first_element_handler (line 344) | def first_element_handler(self, name, attributes): method start_element_handler (line 350) | def start_element_handler(self, name, attributes): method _finish_start_element (line 367) | def _finish_start_element(self, node): method end_element_handler (line 390) | def end_element_handler(self, name): method _finish_end_element (line 395) | def _finish_end_element(self, curNode): method _handle_white_text_nodes (line 406) | def _handle_white_text_nodes(self, node, info): method element_decl_handler (line 423) | def element_decl_handler(self, name, model): method attlist_decl_handler (line 431) | def attlist_decl_handler(self, elem, name, type, default, required): method xml_decl_handler (line 439) | def xml_decl_handler(self, version, encoding, standalone): class FilterVisibilityController (line 454) | class FilterVisibilityController(object): method __init__ (line 460) | def __init__(self, filter): method startContainer (line 463) | def startContainer(self, node): method acceptNode (line 476) | def acceptNode(self, node): class FilterCrutch (line 512) | class FilterCrutch(object): method __init__ (line 515) | def __init__(self, builder): class Rejecter (line 524) | class Rejecter(FilterCrutch): method __init__ (line 527) | def __init__(self, builder): method start_element_handler (line 539) | def start_element_handler(self, *args): method end_element_handler (line 542) | def end_element_handler(self, *args): class Skipper (line 552) | class Skipper(FilterCrutch): method start_element_handler (line 555) | def start_element_handler(self, *args): method end_element_handler (line 561) | def end_element_handler(self, *args): class FragmentBuilder (line 592) | class FragmentBuilder(ExpatBuilder): method __init__ (line 601) | def __init__(self, context, options=None): method reset (line 610) | def reset(self): method parseFile (line 614) | def parseFile(self, file): method parseString (line 619) | def parseString(self, string): method _getDeclarations (line 647) | def _getDeclarations(self): method _getNSattrs (line 683) | def _getNSattrs(self): method external_entity_ref_handler (line 686) | def external_entity_ref_handler(self, context, base, systemId, publicId): class Namespaces (line 709) | class Namespaces: method _initNamespaces (line 712) | def _initNamespaces(self): method createParser (line 717) | def createParser(self): method install (line 723) | def install(self, parser): method start_namespace_decl_handler (line 730) | def start_namespace_decl_handler(self, prefix, uri): method start_element_handler (line 734) | def start_element_handler(self, name, attributes): method end_element_handler (line 787) | def end_element_handler(self, name): class ExpatBuilderNS (line 804) | class ExpatBuilderNS(Namespaces, ExpatBuilder): method reset (line 807) | def reset(self): class FragmentBuilderNS (line 812) | class FragmentBuilderNS(Namespaces, FragmentBuilder): method reset (line 815) | def reset(self): method _getNSattrs (line 819) | def _getNSattrs(self): class ParseEscape (line 849) | class ParseEscape(Exception): class InternalSubsetExtractor (line 853) | class InternalSubsetExtractor(ExpatBuilder): method getSubset (line 858) | def getSubset(self): method parseFile (line 862) | def parseFile(self, file): method parseString (line 868) | def parseString(self, string): method install (line 874) | def install(self, parser): method start_doctype_decl_handler (line 878) | def start_doctype_decl_handler(self, name, publicId, systemId, method end_doctype_decl_handler (line 888) | def end_doctype_decl_handler(self): method start_element_handler (line 893) | def start_element_handler(self, name, attrs): function parse (line 897) | def parse(file, namespaces=True): function parseString (line 918) | def parseString(string, namespaces=True): function parseFragment (line 929) | def parseFragment(file, context, namespaces=True): function parseFragmentString (line 952) | def parseFragmentString(string, context, namespaces=True): function makeBuilder (line 964) | def makeBuilder(options): FILE: tests/pythons/win32-py33/Lib/xml/dom/minicompat.py class NodeList (line 50) | class NodeList(list): method item (line 53) | def item(self, index): method _get_length (line 57) | def _get_length(self): method _set_length (line 60) | def _set_length(self, value): method __getstate__ (line 67) | def __getstate__(self): method __setstate__ (line 70) | def __setstate__(self, state): class EmptyNodeList (line 74) | class EmptyNodeList(tuple): method __add__ (line 77) | def __add__(self, other): method __radd__ (line 82) | def __radd__(self, other): method item (line 87) | def item(self, index): method _get_length (line 90) | def _get_length(self): method _set_length (line 93) | def _set_length(self, value): function defproperty (line 101) | def defproperty(klass, name, doc): FILE: tests/pythons/win32-py33/Lib/xml/dom/minidom.py class Node (line 34) | class Node(xml.dom.Node): method __bool__ (line 43) | def __bool__(self): method toxml (line 46) | def toxml(self, encoding=None): method toprettyxml (line 49) | def toprettyxml(self, indent="\t", newl="\n", encoding=None): method hasChildNodes (line 67) | def hasChildNodes(self): method _get_childNodes (line 70) | def _get_childNodes(self): method _get_firstChild (line 73) | def _get_firstChild(self): method _get_lastChild (line 77) | def _get_lastChild(self): method insertBefore (line 81) | def insertBefore(self, newChild, refChild): method appendChild (line 113) | def appendChild(self, node): method replaceChild (line 130) | def replaceChild(self, newChild, oldChild): method removeChild (line 162) | def removeChild(self, oldChild): method normalize (line 178) | def normalize(self): method cloneNode (line 205) | def cloneNode(self, deep): method isSupported (line 208) | def isSupported(self, feature, version): method _get_localName (line 211) | def _get_localName(self): method isSameNode (line 217) | def isSameNode(self, other): method getInterface (line 220) | def getInterface(self, feature): method getUserData (line 230) | def getUserData(self, key): method setUserData (line 236) | def setUserData(self, key, data, handler): method _call_user_data_handler (line 254) | def _call_user_data_handler(self, operation, src, dst): method unlink (line 262) | def unlink(self): method __enter__ (line 273) | def __enter__(self): method __exit__ (line 276) | def __exit__(self, et, ev, tb): function _append_child (line 284) | def _append_child(self, node): function _in_document (line 294) | def _in_document(node): function _write_data (line 302) | def _write_data(writer, data): function _get_elements_by_tagName_helper (line 309) | def _get_elements_by_tagName_helper(parent, name, rc): function _get_elements_by_tagName_ns_helper (line 317) | def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc): class DocumentFragment (line 326) | class DocumentFragment(Node): method __init__ (line 340) | def __init__(self): class Attr (line 344) | class Attr(Node): method __init__ (line 354) | def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, method _get_localName (line 367) | def _get_localName(self): method _get_specified (line 373) | def _get_specified(self): method _get_name (line 376) | def _get_name(self): method _set_name (line 379) | def _set_name(self, value): method _get_value (line 386) | def _get_value(self): method _set_value (line 389) | def _set_value(self, value): method _get_prefix (line 398) | def _get_prefix(self): method _set_prefix (line 401) | def _set_prefix(self, prefix): method unlink (line 418) | def unlink(self): method _get_isId (line 435) | def _get_isId(self): method _get_schemaType (line 451) | def _get_schemaType(self): class NamedNodeMap (line 470) | class NamedNodeMap(object): method __init__ (line 481) | def __init__(self, attrs, attrsNS, ownerElement): method _get_length (line 486) | def _get_length(self): method item (line 489) | def item(self, index): method items (line 495) | def items(self): method itemsNS (line 501) | def itemsNS(self): method __contains__ (line 507) | def __contains__(self, key): method keys (line 513) | def keys(self): method keysNS (line 516) | def keysNS(self): method values (line 519) | def values(self): method get (line 522) | def get(self, name, value=None): method _cmp (line 527) | def _cmp(self, other): method __eq__ (line 533) | def __eq__(self, other): method __ge__ (line 536) | def __ge__(self, other): method __gt__ (line 539) | def __gt__(self, other): method __le__ (line 542) | def __le__(self, other): method __lt__ (line 545) | def __lt__(self, other): method __ne__ (line 548) | def __ne__(self, other): method __getitem__ (line 551) | def __getitem__(self, attname_or_tuple): method __setitem__ (line 558) | def __setitem__(self, attname, value): method getNamedItem (line 573) | def getNamedItem(self, name): method getNamedItemNS (line 579) | def getNamedItemNS(self, namespaceURI, localName): method removeNamedItem (line 585) | def removeNamedItem(self, name): method removeNamedItemNS (line 597) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 609) | def setNamedItem(self, node): method setNamedItemNS (line 622) | def setNamedItemNS(self, node): method __delitem__ (line 625) | def __delitem__(self, attname_or_tuple): method __getstate__ (line 630) | def __getstate__(self): method __setstate__ (line 633) | def __setstate__(self, state): class TypeInfo (line 642) | class TypeInfo(object): method __init__ (line 645) | def __init__(self, namespace, name): method __repr__ (line 649) | def __repr__(self): method _get_name (line 655) | def _get_name(self): method _get_namespace (line 658) | def _get_namespace(self): class Element (line 663) | class Element(Node): method __init__ (line 680) | def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, method _ensure_attributes (line 700) | def _ensure_attributes(self): method _get_localName (line 705) | def _get_localName(self): method _get_tagName (line 711) | def _get_tagName(self): method unlink (line 714) | def unlink(self): method getAttribute (line 722) | def getAttribute(self, attname): method getAttributeNS (line 730) | def getAttributeNS(self, namespaceURI, localName): method setAttribute (line 738) | def setAttribute(self, attname, value): method setAttributeNS (line 750) | def setAttributeNS(self, namespaceURI, qualifiedName, value): method getAttributeNode (line 767) | def getAttributeNode(self, attrname): method getAttributeNodeNS (line 772) | def getAttributeNodeNS(self, namespaceURI, localName): method setAttributeNode (line 777) | def setAttributeNode(self, attr): method removeAttribute (line 798) | def removeAttribute(self, name): method removeAttributeNS (line 807) | def removeAttributeNS(self, namespaceURI, localName): method removeAttributeNode (line 816) | def removeAttributeNode(self, node): method hasAttribute (line 831) | def hasAttribute(self, name): method hasAttributeNS (line 836) | def hasAttributeNS(self, namespaceURI, localName): method getElementsByTagName (line 841) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 844) | def getElementsByTagNameNS(self, namespaceURI, localName): method __repr__ (line 848) | def __repr__(self): method writexml (line 851) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_attributes (line 878) | def _get_attributes(self): method hasAttributes (line 882) | def hasAttributes(self): method setIdAttribute (line 890) | def setIdAttribute(self, name): method setIdAttributeNS (line 894) | def setIdAttributeNS(self, namespaceURI, localName): method setIdAttributeNode (line 898) | def setIdAttributeNode(self, idAttr): function _set_attribute_node (line 915) | def _set_attribute_node(element, attr): class Childless (line 926) | class Childless: method _get_firstChild (line 937) | def _get_firstChild(self): method _get_lastChild (line 940) | def _get_lastChild(self): method appendChild (line 943) | def appendChild(self, node): method hasChildNodes (line 947) | def hasChildNodes(self): method insertBefore (line 950) | def insertBefore(self, newChild, refChild): method removeChild (line 954) | def removeChild(self, oldChild): method normalize (line 958) | def normalize(self): method replaceChild (line 962) | def replaceChild(self, newChild, oldChild): class ProcessingInstruction (line 967) | class ProcessingInstruction(Childless, Node): method __init__ (line 971) | def __init__(self, target, data): method _get_nodeValue (line 976) | def _get_nodeValue(self): method _set_nodeValue (line 978) | def _set_nodeValue(self, value): method _get_nodeName (line 983) | def _get_nodeName(self): method _set_nodeName (line 985) | def _set_nodeName(self, value): method writexml (line 989) | def writexml(self, writer, indent="", addindent="", newl=""): class CharacterData (line 993) | class CharacterData(Childless, Node): method __init__ (line 996) | def __init__(self): method _get_length (line 1002) | def _get_length(self): method _get_data (line 1006) | def _get_data(self): method _set_data (line 1008) | def _set_data(self, data): method __repr__ (line 1013) | def __repr__(self): method substringData (line 1022) | def substringData(self, offset, count): method appendData (line 1031) | def appendData(self, arg): method insertData (line 1034) | def insertData(self, offset, arg): method deleteData (line 1043) | def deleteData(self, offset, count): method replaceData (line 1053) | def replaceData(self, offset, count, arg): class Text (line 1067) | class Text(CharacterData): method splitText (line 1074) | def splitText(self, offset): method writexml (line 1089) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_wholeText (line 1094) | def _get_wholeText(self): method replaceWholeText (line 1112) | def replaceWholeText(self, content): method _get_isWhitespaceInElementContent (line 1140) | def _get_isWhitespaceInElementContent(self): function _get_containing_element (line 1159) | def _get_containing_element(node): function _get_containing_entref (line 1167) | def _get_containing_entref(node): class Comment (line 1176) | class Comment(CharacterData): method __init__ (line 1180) | def __init__(self, data): method writexml (line 1184) | def writexml(self, writer, indent="", addindent="", newl=""): class CDATASection (line 1190) | class CDATASection(Text): method writexml (line 1196) | def writexml(self, writer, indent="", addindent="", newl=""): class ReadOnlySequentialNamedNodeMap (line 1202) | class ReadOnlySequentialNamedNodeMap(object): method __init__ (line 1205) | def __init__(self, seq=()): method __len__ (line 1209) | def __len__(self): method _get_length (line 1212) | def _get_length(self): method getNamedItem (line 1215) | def getNamedItem(self, name): method getNamedItemNS (line 1220) | def getNamedItemNS(self, namespaceURI, localName): method __getitem__ (line 1225) | def __getitem__(self, name_or_tuple): method item (line 1234) | def item(self, index): method removeNamedItem (line 1242) | def removeNamedItem(self, name): method removeNamedItemNS (line 1246) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 1250) | def setNamedItem(self, node): method setNamedItemNS (line 1254) | def setNamedItemNS(self, node): method __getstate__ (line 1258) | def __getstate__(self): method __setstate__ (line 1261) | def __setstate__(self, state): class Identified (line 1268) | class Identified: method _identified_mixin_init (line 1273) | def _identified_mixin_init(self, publicId, systemId): method _get_publicId (line 1277) | def _get_publicId(self): method _get_systemId (line 1280) | def _get_systemId(self): class DocumentType (line 1283) | class DocumentType(Identified, Childless, Node): method __init__ (line 1291) | def __init__(self, qualifiedName): method _get_internalSubset (line 1299) | def _get_internalSubset(self): method cloneNode (line 1302) | def cloneNode(self, deep): method writexml (line 1329) | def writexml(self, writer, indent="", addindent="", newl=""): class Entity (line 1343) | class Entity(Identified, Node): method __init__ (line 1352) | def __init__(self, name, publicId, systemId, notation): method _get_actualEncoding (line 1358) | def _get_actualEncoding(self): method _get_encoding (line 1361) | def _get_encoding(self): method _get_version (line 1364) | def _get_version(self): method appendChild (line 1367) | def appendChild(self, newChild): method insertBefore (line 1371) | def insertBefore(self, newChild, refChild): method removeChild (line 1375) | def removeChild(self, oldChild): method replaceChild (line 1379) | def replaceChild(self, newChild, oldChild): class Notation (line 1383) | class Notation(Identified, Childless, Node): method __init__ (line 1387) | def __init__(self, name, publicId, systemId): class DOMImplementation (line 1392) | class DOMImplementation(DOMImplementationLS): method hasFeature (line 1403) | def hasFeature(self, feature, version): method createDocument (line 1408) | def createDocument(self, namespaceURI, qualifiedName, doctype): method createDocumentType (line 1453) | def createDocumentType(self, qualifiedName, publicId, systemId): method getInterface (line 1461) | def getInterface(self, feature): method _create_document (line 1468) | def _create_document(self): class ElementInfo (line 1471) | class ElementInfo(object): method __init__ (line 1482) | def __init__(self, name): method getAttributeType (line 1485) | def getAttributeType(self, aname): method getAttributeTypeNS (line 1488) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 1491) | def isElementContent(self): method isEmpty (line 1494) | def isEmpty(self): method isId (line 1499) | def isId(self, aname): method isIdNS (line 1503) | def isIdNS(self, namespaceURI, localName): method __getstate__ (line 1507) | def __getstate__(self): method __setstate__ (line 1510) | def __setstate__(self, state): function _clear_id_cache (line 1513) | def _clear_id_cache(node): class Document (line 1521) | class Document(Node, DocumentLS): method __init__ (line 1548) | def __init__(self): method _get_elem_info (line 1557) | def _get_elem_info(self, element): method _get_actualEncoding (line 1564) | def _get_actualEncoding(self): method _get_doctype (line 1567) | def _get_doctype(self): method _get_documentURI (line 1570) | def _get_documentURI(self): method _get_encoding (line 1573) | def _get_encoding(self): method _get_errorHandler (line 1576) | def _get_errorHandler(self): method _get_standalone (line 1579) | def _get_standalone(self): method _get_strictErrorChecking (line 1582) | def _get_strictErrorChecking(self): method _get_version (line 1585) | def _get_version(self): method appendChild (line 1588) | def appendChild(self, node): method removeChild (line 1604) | def removeChild(self, oldChild): method _get_documentElement (line 1616) | def _get_documentElement(self): method unlink (line 1621) | def unlink(self): method cloneNode (line 1627) | def cloneNode(self, deep): method createDocumentFragment (line 1648) | def createDocumentFragment(self): method createElement (line 1653) | def createElement(self, tagName): method createTextNode (line 1658) | def createTextNode(self, data): method createCDATASection (line 1666) | def createCDATASection(self, data): method createComment (line 1674) | def createComment(self, data): method createProcessingInstruction (line 1679) | def createProcessingInstruction(self, target, data): method createAttribute (line 1684) | def createAttribute(self, qName): method createElementNS (line 1690) | def createElementNS(self, namespaceURI, qualifiedName): method createAttributeNS (line 1696) | def createAttributeNS(self, namespaceURI, qualifiedName): method _create_entity (line 1706) | def _create_entity(self, name, publicId, systemId, notationName): method _create_notation (line 1711) | def _create_notation(self, name, publicId, systemId): method getElementById (line 1716) | def getElementById(self, id): method getElementsByTagName (line 1774) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 1777) | def getElementsByTagNameNS(self, namespaceURI, localName): method isSupported (line 1781) | def isSupported(self, feature, version): method importNode (line 1784) | def importNode(self, node, deep): method writexml (line 1791) | def writexml(self, writer, indent="", addindent="", newl="", encoding=... method renameNode (line 1802) | def renameNode(self, n, namespaceURI, name): function _clone_node (line 1859) | def _clone_node(node, deep, newOwnerDocument): function _nssplit (line 1941) | def _nssplit(qualifiedName): function _do_pulldom_parse (line 1949) | def _do_pulldom_parse(func, args, kwargs): function parse (line 1956) | def parse(file, parser=None, bufsize=None): function parseString (line 1966) | def parseString(string, parser=None): function getDOMImplementation (line 1976) | def getDOMImplementation(features=None): FILE: tests/pythons/win32-py33/Lib/xml/dom/pulldom.py class PullDOM (line 13) | class PullDOM(xml.sax.ContentHandler): method __init__ (line 17) | def __init__(self, documentFactory=None): method pop (line 33) | def pop(self): method setDocumentLocator (line 38) | def setDocumentLocator(self, locator): method startPrefixMapping (line 41) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 48) | def endPrefixMapping(self, prefix): method startElementNS (line 51) | def startElementNS(self, name, tagName , attrs): method endElementNS (line 108) | def endElementNS(self, name, tagName): method startElement (line 112) | def startElement(self, name, attrs): method endElement (line 127) | def endElement(self, name): method comment (line 131) | def comment(self, s): method processingInstruction (line 140) | def processingInstruction(self, target, data): method ignorableWhitespace (line 149) | def ignorableWhitespace(self, chars): method characters (line 154) | def characters(self, chars): method startDocument (line 159) | def startDocument(self): method buildDocument (line 164) | def buildDocument(self, uri, tagname): method endDocument (line 188) | def endDocument(self): method clear (line 192) | def clear(self): class ErrorHandler (line 196) | class ErrorHandler: method warning (line 197) | def warning(self, exception): method error (line 199) | def error(self, exception): method fatalError (line 201) | def fatalError(self, exception): class DOMEventStream (line 204) | class DOMEventStream: method __init__ (line 205) | def __init__(self, stream, parser, bufsize): method reset (line 213) | def reset(self): method __getitem__ (line 219) | def __getitem__(self, pos): method __next__ (line 225) | def __next__(self): method __iter__ (line 231) | def __iter__(self): method expandNode (line 234) | def expandNode(self, node): method getEvent (line 249) | def getEvent(self): method _slurp (line 264) | def _slurp(self): method _emit (line 274) | def _emit(self): method clear (line 282) | def clear(self): class SAX2DOM (line 289) | class SAX2DOM(PullDOM): method startElementNS (line 291) | def startElementNS(self, name, tagName , attrs): method startElement (line 297) | def startElement(self, name, attrs): method processingInstruction (line 303) | def processingInstruction(self, target, data): method ignorableWhitespace (line 309) | def ignorableWhitespace(self, chars): method characters (line 315) | def characters(self, chars): function parse (line 324) | def parse(stream_or_string, parser=None, bufsize=None): function parseString (line 335) | def parseString(string, parser=None): FILE: tests/pythons/win32-py33/Lib/xml/dom/xmlbuilder.py class Options (line 12) | class Options: class DOMBuilder (line 44) | class DOMBuilder: method __init__ (line 57) | def __init__(self): method _get_entityResolver (line 60) | def _get_entityResolver(self): method _set_entityResolver (line 62) | def _set_entityResolver(self, entityResolver): method _get_errorHandler (line 65) | def _get_errorHandler(self): method _set_errorHandler (line 67) | def _set_errorHandler(self, errorHandler): method _get_filter (line 70) | def _get_filter(self): method _set_filter (line 72) | def _set_filter(self, filter): method setFeature (line 75) | def setFeature(self, name, state): method supportsFeature (line 89) | def supportsFeature(self, name): method canSetFeature (line 92) | def canSetFeature(self, name, state): method getFeature (line 162) | def getFeature(self, name): method parseURI (line 180) | def parseURI(self, uri): method parse (line 187) | def parse(self, input): method parseWithContext (line 197) | def parseWithContext(self, input, cnode, action): method _parse_bytestream (line 202) | def _parse_bytestream(self, stream, options): function _name_xform (line 208) | def _name_xform(name): class DOMEntityResolver (line 212) | class DOMEntityResolver(object): method resolveEntity (line 215) | def resolveEntity(self, publicId, systemId): method _get_opener (line 237) | def _get_opener(self): method _create_opener (line 244) | def _create_opener(self): method _guess_media_encoding (line 248) | def _guess_media_encoding(self, source): class DOMInputSource (line 256) | class DOMInputSource(object): method __init__ (line 260) | def __init__(self): method _get_byteStream (line 269) | def _get_byteStream(self): method _set_byteStream (line 271) | def _set_byteStream(self, byteStream): method _get_characterStream (line 274) | def _get_characterStream(self): method _set_characterStream (line 276) | def _set_characterStream(self, characterStream): method _get_stringData (line 279) | def _get_stringData(self): method _set_stringData (line 281) | def _set_stringData(self, data): method _get_encoding (line 284) | def _get_encoding(self): method _set_encoding (line 286) | def _set_encoding(self, encoding): method _get_publicId (line 289) | def _get_publicId(self): method _set_publicId (line 291) | def _set_publicId(self, publicId): method _get_systemId (line 294) | def _get_systemId(self): method _set_systemId (line 296) | def _set_systemId(self, systemId): method _get_baseURI (line 299) | def _get_baseURI(self): method _set_baseURI (line 301) | def _set_baseURI(self, uri): class DOMBuilderFilter (line 305) | class DOMBuilderFilter: method _get_whatToShow (line 322) | def _get_whatToShow(self): method acceptNode (line 325) | def acceptNode(self, element): method startContainer (line 328) | def startContainer(self, element): class DocumentLS (line 334) | class DocumentLS: method _get_async (line 339) | def _get_async(self): method _set_async (line 341) | def _set_async(self, async): method abort (line 346) | def abort(self): method load (line 352) | def load(self, uri): method loadXML (line 355) | def loadXML(self, source): method saveXML (line 358) | def saveXML(self, snode): class DOMImplementationLS (line 366) | class DOMImplementationLS: method createDOMBuilder (line 370) | def createDOMBuilder(self, mode, schemaType): method createDOMWriter (line 381) | def createDOMWriter(self): method createDOMInputSource (line 385) | def createDOMInputSource(self): FILE: tests/pythons/win32-py33/Lib/xml/etree/ElementInclude.py class FatalIncludeError (line 62) | class FatalIncludeError(SyntaxError): function default_loader (line 77) | def default_loader(href, parse, encoding=None): function include (line 99) | def include(elem, loader=None): FILE: tests/pythons/win32-py33/Lib/xml/etree/ElementPath.py function xpath_tokenizer (line 73) | def xpath_tokenizer(pattern, namespaces=None): function get_parent_map (line 87) | def get_parent_map(context): function prepare_child (line 96) | def prepare_child(next, token): function prepare_star (line 105) | def prepare_star(next, token): function prepare_self (line 112) | def prepare_self(next, token): function prepare_descendant (line 118) | def prepare_descendant(next, token): function prepare_parent (line 133) | def prepare_parent(next, token): function prepare_predicate (line 146) | def prepare_predicate(next, token): class _SelectorContext (line 237) | class _SelectorContext: method __init__ (line 239) | def __init__(self, root): function iterfind (line 247) | def iterfind(elem, path, namespaces=None): function find (line 285) | def find(elem, path, namespaces=None): function findall (line 294) | def findall(elem, path, namespaces=None): function findtext (line 300) | def findtext(elem, path, default=None, namespaces=None): FILE: tests/pythons/win32-py33/Lib/xml/etree/ElementTree.py class ParseError (line 116) | class ParseError(SyntaxError): function iselement (line 128) | def iselement(element): class Element (line 149) | class Element: method __init__ (line 185) | def __init__(self, tag, attrib={}, **extra): method __repr__ (line 195) | def __repr__(self): method makeelement (line 205) | def makeelement(self, tag, attrib): method copy (line 214) | def copy(self): method __len__ (line 228) | def __len__(self): method __bool__ (line 231) | def __bool__(self): method __getitem__ (line 246) | def __getitem__(self, index): method __setitem__ (line 256) | def __setitem__(self, index, element): method __delitem__ (line 270) | def __delitem__(self, index): method append (line 281) | def append(self, element): method extend (line 291) | def extend(self, elements): method insert (line 301) | def insert(self, index, element): method _assert_is_element (line 305) | def _assert_is_element(self, e): method remove (line 322) | def remove(self, element): method getchildren (line 333) | def getchildren(self): method find (line 349) | def find(self, path, namespaces=None): method findtext (line 364) | def findtext(self, path, default=None, namespaces=None): method findall (line 376) | def findall(self, path, namespaces=None): method iterfind (line 388) | def iterfind(self, path, namespaces=None): method clear (line 396) | def clear(self): method get (line 411) | def get(self, key, default=None): method set (line 421) | def set(self, key, value): method keys (line 432) | def keys(self): method items (line 442) | def items(self): method iter (line 458) | def iter(self, tag=None): method getiterator (line 468) | def getiterator(self, tag=None): method itertext (line 485) | def itertext(self): function SubElement (line 514) | def SubElement(parent, tag, attrib={}, **extra): function Comment (line 533) | def Comment(text=None): function ProcessingInstruction (line 548) | def ProcessingInstruction(target, text=None): class QName (line 567) | class QName: method __init__ (line 568) | def __init__(self, text_or_uri, tag=None): method __str__ (line 572) | def __str__(self): method __repr__ (line 574) | def __repr__(self): method __hash__ (line 576) | def __hash__(self): method __le__ (line 578) | def __le__(self, other): method __lt__ (line 582) | def __lt__(self, other): method __ge__ (line 586) | def __ge__(self, other): method __gt__ (line 590) | def __gt__(self, other): method __eq__ (line 594) | def __eq__(self, other): method __ne__ (line 598) | def __ne__(self, other): class ElementTree (line 614) | class ElementTree: method __init__ (line 616) | def __init__(self, element=None, file=None): method getroot (line 628) | def getroot(self): method _setroot (line 638) | def _setroot(self, element): method parse (line 653) | def parse(self, source, parser=None): method iter (line 680) | def iter(self, tag=None): method getiterator (line 685) | def getiterator(self, tag=None): method find (line 702) | def find(self, path, namespaces=None): method findtext (line 726) | def findtext(self, path, default=None, namespaces=None): method findall (line 747) | def findall(self, path, namespaces=None): method iterfind (line 769) | def iterfind(self, path, namespaces=None): method write (line 796) | def write(self, file_or_filename, method write_c14n (line 830) | def write_c14n(self, file): method parse (line 1715) | def parse(self, source, parser=None): function _get_writer (line 838) | def _get_writer(file_or_filename, encoding): function _namespaces (line 889) | def _namespaces(elem, default_namespace=None): function _serialize_xml (line 950) | def _serialize_xml(write, elem, qnames, namespaces): function _serialize_html (line 1005) | def _serialize_html(write, elem, qnames, namespaces): function _serialize_text (line 1055) | def _serialize_text(write, elem): function register_namespace (line 1080) | def register_namespace(prefix, uri): function _raise_serialization_error (line 1103) | def _raise_serialization_error(text): function _escape_cdata (line 1108) | def _escape_cdata(text): function _escape_attrib (line 1124) | def _escape_attrib(text): function _escape_attrib_html (line 1141) | def _escape_attrib_html(text): function tostring (line 1169) | def tostring(element, encoding=None, method=None): class _ListDataStream (line 1187) | class _ListDataStream(io.BufferedIOBase): method __init__ (line 1190) | def __init__(self, lst): method writable (line 1193) | def writable(self): method seekable (line 1196) | def seekable(self): method write (line 1199) | def write(self, b): method tell (line 1202) | def tell(self): function tostringlist (line 1205) | def tostringlist(element, encoding=None, method=None): function dump (line 1220) | def dump(elem): function parse (line 1240) | def parse(source, parser=None): function iterparse (line 1256) | def iterparse(source, events=None, parser=None): method __init__ (line 1750) | def __init__(self, file, events=None, parser=None): method __next__ (line 1765) | def __next__(self): method __iter__ (line 1795) | def __iter__(self): class _IterParseIterator (line 1265) | class _IterParseIterator: method __init__ (line 1267) | def __init__(self, source, events, parser, close_source=False): method __next__ (line 1310) | def __next__(self): method __iter__ (line 1340) | def __iter__(self): function XML (line 1353) | def XML(text, parser=None): function XMLID (line 1369) | def XMLID(text, parser=None): function fromstringlist (line 1401) | def fromstringlist(sequence, parser=None): class TreeBuilder (line 1421) | class TreeBuilder: method __init__ (line 1423) | def __init__(self, element_factory=None): method close (line 1439) | def close(self): method _flush (line 1444) | def _flush(self): method data (line 1462) | def data(self, data): method start (line 1473) | def start(self, tag, attrs): method end (line 1489) | def end(self, tag): class XMLParser (line 1511) | class XMLParser: method __init__ (line 1513) | def __init__(self, html=0, target=None, encoding=None): method _raiseerror (line 1564) | def _raiseerror(self, value): method _fixname (line 1570) | def _fixname(self, key): method _start (line 1581) | def _start(self, tag, attrib_in): method _start_list (line 1589) | def _start_list(self, tag, attrib_in): method _end (line 1598) | def _end(self, tag): method _default (line 1601) | def _default(self, text): method doctype (line 1660) | def doctype(self, name, pubid, system): method feed (line 1676) | def feed(self, data): method close (line 1688) | def close(self): class ElementTree (line 1714) | class ElementTree(ElementTree): method __init__ (line 616) | def __init__(self, element=None, file=None): method getroot (line 628) | def getroot(self): method _setroot (line 638) | def _setroot(self, element): method parse (line 653) | def parse(self, source, parser=None): method iter (line 680) | def iter(self, tag=None): method getiterator (line 685) | def getiterator(self, tag=None): method find (line 702) | def find(self, path, namespaces=None): method findtext (line 726) | def findtext(self, path, default=None, namespaces=None): method findall (line 747) | def findall(self, path, namespaces=None): method iterfind (line 769) | def iterfind(self, path, namespaces=None): method write (line 796) | def write(self, file_or_filename, method write_c14n (line 830) | def write_c14n(self, file): method parse (line 1715) | def parse(self, source, parser=None): class iterparse (line 1736) | class iterparse: method __init__ (line 1750) | def __init__(self, file, events=None, parser=None): method __next__ (line 1765) | def __next__(self): method __iter__ (line 1795) | def __iter__(self): FILE: tests/pythons/win32-py33/Lib/xml/sax/__init__.py function parse (line 29) | def parse(source, handler, errorHandler=ErrorHandler()): function parseString (line 35) | def parseString(string, handler, errorHandler=ErrorHandler()): function make_parser (line 68) | def make_parser(parser_list = []): function _create_parser (line 95) | def _create_parser(parser_name): function _create_parser (line 101) | def _create_parser(parser_name): FILE: tests/pythons/win32-py33/Lib/xml/sax/_exceptions.py class SAXException (line 9) | class SAXException(Exception): method __init__ (line 19) | def __init__(self, msg, exception=None): method getMessage (line 26) | def getMessage(self): method getException (line 30) | def getException(self): method __str__ (line 34) | def __str__(self): method __getitem__ (line 38) | def __getitem__(self, ix): class SAXParseException (line 46) | class SAXParseException(SAXException): method __init__ (line 59) | def __init__(self, msg, exception, locator): method getColumnNumber (line 72) | def getColumnNumber(self): method getLineNumber (line 77) | def getLineNumber(self): method getPublicId (line 81) | def getPublicId(self): method getSystemId (line 85) | def getSystemId(self): method __str__ (line 89) | def __str__(self): class SAXNotRecognizedException (line 105) | class SAXNotRecognizedException(SAXException): class SAXNotSupportedException (line 115) | class SAXNotSupportedException(SAXException): class SAXReaderNotAvailable (line 125) | class SAXReaderNotAvailable(SAXNotSupportedException): FILE: tests/pythons/win32-py33/Lib/xml/sax/expatreader.py function _mkproxy (line 39) | def _mkproxy(o): class ExpatLocator (line 48) | class ExpatLocator(xmlreader.Locator): method __init__ (line 54) | def __init__(self, parser): method getColumnNumber (line 57) | def getColumnNumber(self): method getLineNumber (line 63) | def getLineNumber(self): method getPublicId (line 69) | def getPublicId(self): method getSystemId (line 75) | def getSystemId(self): class ExpatParser (line 84) | class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): method __init__ (line 87) | def __init__(self, namespaceHandling=0, bufsize=2**16-20): method parse (line 100) | def parse(self, source): method prepareParser (line 109) | def prepareParser(self, source): method setContentHandler (line 115) | def setContentHandler(self, handler): method getFeature (line 120) | def getFeature(self, name): method setFeature (line 132) | def setFeature(self, name, state): method getProperty (line 162) | def getProperty(self, name): method setProperty (line 180) | def setProperty(self, name, value): method feed (line 196) | def feed(self, data, isFinal = 0): method close (line 213) | def close(self): method _reset_cont_handler (line 226) | def _reset_cont_handler(self): method _reset_lex_handler_prop (line 231) | def _reset_lex_handler_prop(self): method reset (line 247) | def reset(self): method getColumnNumber (line 286) | def getColumnNumber(self): method getLineNumber (line 291) | def getLineNumber(self): method getPublicId (line 296) | def getPublicId(self): method getSystemId (line 299) | def getSystemId(self): method start_element (line 303) | def start_element(self, name, attrs): method end_element (line 306) | def end_element(self, name): method start_element_ns (line 309) | def start_element_ns(self, name, attrs): method end_element_ns (line 343) | def end_element_ns(self, name): method processing_instruction (line 355) | def processing_instruction(self, target, data): method character_data (line 359) | def character_data(self, data): method start_namespace_decl (line 362) | def start_namespace_decl(self, prefix, uri): method end_namespace_decl (line 365) | def end_namespace_decl(self, prefix): method start_doctype_decl (line 368) | def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): method unparsed_entity_decl (line 371) | def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): method notation_decl (line 374) | def notation_decl(self, name, base, sysid, pubid): method external_entity_ref (line 377) | def external_entity_ref(self, context, base, sysid, pubid): method skipped_entity_handler (line 399) | def skipped_entity_handler(self, name, is_pe): function create_parser (line 407) | def create_parser(*args, **kwargs): FILE: tests/pythons/win32-py33/Lib/xml/sax/handler.py class ErrorHandler (line 22) | class ErrorHandler: method error (line 32) | def error(self, exception): method fatalError (line 36) | def fatalError(self, exception): method warning (line 40) | def warning(self, exception): class ContentHandler (line 47) | class ContentHandler: method __init__ (line 54) | def __init__(self): method setDocumentLocator (line 57) | def setDocumentLocator(self, locator): method startDocument (line 80) | def startDocument(self): method endDocument (line 87) | def endDocument(self): method startPrefixMapping (line 96) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 119) | def endPrefixMapping(self, prefix): method startElement (line 126) | def startElement(self, name, attrs): method endElement (line 134) | def endElement(self, name): method startElementNS (line 140) | def startElementNS(self, name, qname, attrs): method endElementNS (line 152) | def endElementNS(self, name, qname): method characters (line 158) | def characters(self, content): method ignorableWhitespace (line 168) | def ignorableWhitespace(self, whitespace): method processingInstruction (line 182) | def processingInstruction(self, target, data): method skippedEntity (line 193) | def skippedEntity(self, name): class DTDHandler (line 208) | class DTDHandler: method notationDecl (line 214) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 217) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): class EntityResolver (line 223) | class EntityResolver: method resolveEntity (line 230) | def resolveEntity(self, publicId, systemId): FILE: tests/pythons/win32-py33/Lib/xml/sax/saxutils.py function __dict_replace (line 12) | def __dict_replace(s, d): function escape (line 18) | def escape(data, entities={}): function unescape (line 34) | def unescape(data, entities={}): function quoteattr (line 48) | def quoteattr(data, entities={}): function _gettextwriter (line 72) | def _gettextwriter(out, encoding): class XMLGenerator (line 113) | class XMLGenerator(handler.ContentHandler): method __init__ (line 115) | def __init__(self, out=None, encoding="iso-8859-1", short_empty_elemen... method _qname (line 127) | def _qname(self, name): method _finish_pending_start_element (line 144) | def _finish_pending_start_element(self,endElement=False): method startDocument (line 151) | def startDocument(self): method endDocument (line 155) | def endDocument(self): method startPrefixMapping (line 158) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 163) | def endPrefixMapping(self, prefix): method startElement (line 167) | def startElement(self, name, attrs): method endElement (line 177) | def endElement(self, name): method startElementNS (line 184) | def startElementNS(self, name, qname, attrs): method endElementNS (line 202) | def endElementNS(self, name, qname): method characters (line 209) | def characters(self, content): method ignorableWhitespace (line 216) | def ignorableWhitespace(self, content): method processingInstruction (line 223) | def processingInstruction(self, target, data): class XMLFilterBase (line 228) | class XMLFilterBase(xmlreader.XMLReader): method __init__ (line 236) | def __init__(self, parent = None): method error (line 242) | def error(self, exception): method fatalError (line 245) | def fatalError(self, exception): method warning (line 248) | def warning(self, exception): method setDocumentLocator (line 253) | def setDocumentLocator(self, locator): method startDocument (line 256) | def startDocument(self): method endDocument (line 259) | def endDocument(self): method startPrefixMapping (line 262) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 265) | def endPrefixMapping(self, prefix): method startElement (line 268) | def startElement(self, name, attrs): method endElement (line 271) | def endElement(self, name): method startElementNS (line 274) | def startElementNS(self, name, qname, attrs): method endElementNS (line 277) | def endElementNS(self, name, qname): method characters (line 280) | def characters(self, content): method ignorableWhitespace (line 283) | def ignorableWhitespace(self, chars): method processingInstruction (line 286) | def processingInstruction(self, target, data): method skippedEntity (line 289) | def skippedEntity(self, name): method notationDecl (line 294) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 297) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): method resolveEntity (line 302) | def resolveEntity(self, publicId, systemId): method parse (line 307) | def parse(self, source): method setLocale (line 314) | def setLocale(self, locale): method getFeature (line 317) | def getFeature(self, name): method setFeature (line 320) | def setFeature(self, name, state): method getProperty (line 323) | def getProperty(self, name): method setProperty (line 326) | def setProperty(self, name, value): method getParent (line 331) | def getParent(self): method setParent (line 334) | def setParent(self, parent): function prepare_input_source (line 339) | def prepare_input_source(source, base=""): FILE: tests/pythons/win32-py33/Lib/xml/sax/xmlreader.py class XMLReader (line 11) | class XMLReader: method __init__ (line 24) | def __init__(self): method parse (line 30) | def parse(self, source): method getContentHandler (line 34) | def getContentHandler(self): method setContentHandler (line 38) | def setContentHandler(self, handler): method getDTDHandler (line 42) | def getDTDHandler(self): method setDTDHandler (line 46) | def setDTDHandler(self, handler): method getEntityResolver (line 50) | def getEntityResolver(self): method setEntityResolver (line 54) | def setEntityResolver(self, resolver): method getErrorHandler (line 58) | def getErrorHandler(self): method setErrorHandler (line 62) | def setErrorHandler(self, handler): method setLocale (line 66) | def setLocale(self, locale): method getFeature (line 75) | def getFeature(self, name): method setFeature (line 79) | def setFeature(self, name, state): method getProperty (line 83) | def getProperty(self, name): method setProperty (line 87) | def setProperty(self, name, value): class IncrementalParser (line 91) | class IncrementalParser(XMLReader): method __init__ (line 111) | def __init__(self, bufsize=2**16): method parse (line 115) | def parse(self, source): method feed (line 127) | def feed(self, data): method prepareParser (line 136) | def prepareParser(self, source): method close (line 141) | def close(self): method reset (line 154) | def reset(self): class Locator (line 163) | class Locator: method getColumnNumber (line 169) | def getColumnNumber(self): method getLineNumber (line 173) | def getLineNumber(self): method getPublicId (line 177) | def getPublicId(self): method getSystemId (line 181) | def getSystemId(self): class InputSource (line 187) | class InputSource: method __init__ (line 203) | def __init__(self, system_id = None): method setPublicId (line 210) | def setPublicId(self, public_id): method getPublicId (line 214) | def getPublicId(self): method setSystemId (line 218) | def setSystemId(self, system_id): method getSystemId (line 222) | def getSystemId(self): method setEncoding (line 226) | def setEncoding(self, encoding): method getEncoding (line 236) | def getEncoding(self): method setByteStream (line 240) | def setByteStream(self, bytefile): method getByteStream (line 253) | def getByteStream(self): method setCharacterStream (line 260) | def setCharacterStream(self, charfile): method getCharacterStream (line 270) | def getCharacterStream(self): class AttributesImpl (line 276) | class AttributesImpl: method __init__ (line 278) | def __init__(self, attrs): method getLength (line 284) | def getLength(self): method getType (line 287) | def getType(self, name): method getValue (line 290) | def getValue(self, name): method getValueByQName (line 293) | def getValueByQName(self, name): method getNameByQName (line 296) | def getNameByQName(self, name): method getQNameByName (line 301) | def getQNameByName(self, name): method getNames (line 306) | def getNames(self): method getQNames (line 309) | def getQNames(self): method __len__ (line 312) | def __len__(self): method __getitem__ (line 315) | def __getitem__(self, name): method keys (line 318) | def keys(self): method __contains__ (line 321) | def __contains__(self, name): method get (line 324) | def get(self, name, alternative=None): method copy (line 327) | def copy(self): method items (line 330) | def items(self): method values (line 333) | def values(self): class AttributesNSImpl (line 338) | class AttributesNSImpl(AttributesImpl): method __init__ (line 340) | def __init__(self, attrs, qnames): method getValueByQName (line 348) | def getValueByQName(self, name): method getNameByQName (line 355) | def getNameByQName(self, name): method getQNameByName (line 362) | def getQNameByName(self, name): method getQNames (line 365) | def getQNames(self): method copy (line 368) | def copy(self): function _test (line 372) | def _test(): FILE: tests/pythons/win32-py33/Lib/xmlrpc/client.py function escape (line 148) | def escape(s): class Error (line 186) | class Error(Exception): method __str__ (line 188) | def __str__(self): class ProtocolError (line 201) | class ProtocolError(Error): method __init__ (line 203) | def __init__(self, url, errcode, errmsg, headers): method __repr__ (line 209) | def __repr__(self): class ResponseError (line 220) | class ResponseError(Error): class Fault (line 233) | class Fault(Error): method __init__ (line 235) | def __init__(self, faultCode, faultString, **extra): method __repr__ (line 239) | def __repr__(self): function _iso8601_format (line 267) | def _iso8601_format(value): function _iso8601_format (line 270) | def _iso8601_format(value): function _iso8601_format (line 273) | def _iso8601_format(value): function _strftime (line 278) | def _strftime(value): class DateTime (line 289) | class DateTime: method __init__ (line 295) | def __init__(self, value=0): method make_comparable (line 301) | def make_comparable(self, other): method __lt__ (line 322) | def __lt__(self, other): method __le__ (line 326) | def __le__(self, other): method __gt__ (line 330) | def __gt__(self, other): method __ge__ (line 334) | def __ge__(self, other): method __eq__ (line 338) | def __eq__(self, other): method __ne__ (line 342) | def __ne__(self, other): method timetuple (line 346) | def timetuple(self): method __str__ (line 354) | def __str__(self): method __repr__ (line 357) | def __repr__(self): method decode (line 360) | def decode(self, data): method encode (line 363) | def encode(self, out): function _datetime (line 368) | def _datetime(data): function _datetime_type (line 374) | def _datetime_type(data): class Binary (line 383) | class Binary: method __init__ (line 386) | def __init__(self, data=None): method __str__ (line 401) | def __str__(self): method __eq__ (line 404) | def __eq__(self, other): method __ne__ (line 409) | def __ne__(self, other): method decode (line 414) | def decode(self, data): method encode (line 417) | def encode(self, out): function _binary (line 423) | def _binary(data): class ExpatParser (line 434) | class ExpatParser: method __init__ (line 436) | def __init__(self, target): method feed (line 445) | def feed(self, data): method close (line 448) | def close(self): class Marshaller (line 462) | class Marshaller: method __init__ (line 475) | def __init__(self, encoding=None, allow_none=False): method dumps (line 483) | def dumps(self, values): method __dump (line 510) | def __dump(self, value, write): method dump_nil (line 528) | def dump_nil (self, value, write): method dump_bool (line 534) | def dump_bool(self, value, write): method dump_long (line 540) | def dump_long(self, value, write): method dump_double (line 551) | def dump_double(self, value, write): method dump_unicode (line 557) | def dump_unicode(self, value, write, escape=escape): method dump_bytes (line 563) | def dump_bytes(self, value, write): method dump_array (line 571) | def dump_array(self, value, write): method dump_struct (line 585) | def dump_struct(self, value, write, escape=escape): method dump_datetime (line 603) | def dump_datetime(self, value, write): method dump_instance (line 609) | def dump_instance(self, value, write): class Unmarshaller (line 629) | class Unmarshaller: method __init__ (line 641) | def __init__(self, use_datetime=False, use_builtin_types=False): method close (line 652) | def close(self): method getmethodname (line 660) | def getmethodname(self): method xml (line 666) | def xml(self, encoding, standalone): method start (line 670) | def start(self, tag, attrs): method data (line 677) | def data(self, text): method end (line 680) | def end(self, tag): method end_dispatch (line 692) | def end_dispatch(self, tag, data): method end_nil (line 706) | def end_nil (self, data): method end_boolean (line 711) | def end_boolean(self, data): method end_int (line 721) | def end_int(self, data): method end_double (line 728) | def end_double(self, data): method end_string (line 733) | def end_string(self, data): method end_array (line 741) | def end_array(self, data): method end_struct (line 748) | def end_struct(self, data): method end_base64 (line 759) | def end_base64(self, data): method end_dateTime (line 768) | def end_dateTime(self, data): method end_value (line 776) | def end_value(self, data): method end_params (line 783) | def end_params(self, data): method end_fault (line 787) | def end_fault(self, data): method end_methodName (line 791) | def end_methodName(self, data): class _MultiCallMethod (line 801) | class _MultiCallMethod: method __init__ (line 804) | def __init__(self, call_list, name): method __getattr__ (line 807) | def __getattr__(self, name): method __call__ (line 809) | def __call__(self, *args): class MultiCallIterator (line 812) | class MultiCallIterator: method __init__ (line 816) | def __init__(self, results): method __getitem__ (line 819) | def __getitem__(self, i): class MultiCall (line 828) | class MultiCall: method __init__ (line 845) | def __init__(self, server): method __repr__ (line 849) | def __repr__(self): method __getattr__ (line 854) | def __getattr__(self, name): method __call__ (line 857) | def __call__(self): function getparser (line 875) | def getparser(use_datetime=False, use_builtin_types=False): function dumps (line 914) | def dumps(params, methodname=None, methodresponse=None, encoding=None, function loads (line 991) | def loads(data, use_datetime=False, use_builtin_types=False): function gzip_encode (line 1013) | def gzip_encode(data): function gzip_decode (line 1037) | def gzip_decode(data): class GzipDecodedResponse (line 1061) | class GzipDecodedResponse(gzip.GzipFile if gzip else object): method __init__ (line 1065) | def __init__(self, response): method close (line 1073) | def close(self): class _Method (line 1081) | class _Method: method __init__ (line 1084) | def __init__(self, send, name): method __getattr__ (line 1087) | def __getattr__(self, name): method __call__ (line 1089) | def __call__(self, *args): class Transport (line 1098) | class Transport: method __init__ (line 1112) | def __init__(self, use_datetime=False, use_builtin_types=False): method request (line 1128) | def request(self, host, handler, request_body, verbose=False): method single_request (line 1140) | def single_request(self, host, handler, request_body, verbose=False): method getparser (line 1173) | def getparser(self): method get_host_info (line 1188) | def get_host_info(self, host): method make_connection (line 1214) | def make_connection(self, host): method close (line 1228) | def close(self): method send_request (line 1242) | def send_request(self, host, handler, request_body, debug): method send_headers (line 1265) | def send_headers(self, connection, headers): method send_content (line 1276) | def send_content(self, connection, request_body): method parse_response (line 1293) | def parse_response(self, response): class SafeTransport (line 1323) | class SafeTransport(Transport): method make_connection (line 1328) | def make_connection(self, host): class ServerProxy (line 1359) | class ServerProxy: method __init__ (line 1381) | def __init__(self, uri, transport=None, encoding=None, verbose=False, method __close (line 1406) | def __close(self): method __request (line 1409) | def __request(self, methodname, params): method __repr__ (line 1427) | def __repr__(self): method __getattr__ (line 1435) | def __getattr__(self, name): method __call__ (line 1442) | def __call__(self, attr): FILE: tests/pythons/win32-py33/Lib/xmlrpc/server.py function resolve_dotted_attribute (line 122) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 146) | def list_public_methods(obj): class SimpleXMLRPCDispatcher (line 154) | class SimpleXMLRPCDispatcher: method __init__ (line 163) | def __init__(self, allow_none=False, encoding=None, method register_instance (line 171) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 207) | def register_function(self, function, name=None): method register_introspection_functions (line 218) | def register_introspection_functions(self): method register_multicall_functions (line 229) | def register_multicall_functions(self): method _marshaled_dispatch (line 237) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 274) | def system_listMethods(self): method system_methodSignature (line 292) | def system_methodSignature(self, method_name): method system_methodHelp (line 305) | def system_methodHelp(self, method_name): method system_multicall (line 336) | def system_multicall(self, call_list): method _dispatch (line 368) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 414) | class SimpleXMLRPCRequestHandler(BaseHTTPRequestHandler): method accept_encodings (line 439) | def accept_encodings(self): method is_rpc_path_valid (line 450) | def is_rpc_path_valid(self): method do_POST (line 457) | def do_POST(self): method decode_request_content (line 528) | def decode_request_content(self, data): method report_404 (line 545) | def report_404 (self): method log_request (line 554) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 560) | class SimpleXMLRPCServer(socketserver.TCPServer, method __init__ (line 579) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 595) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 603) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 613) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 617) | def get_dispatcher(self, path): method _marshaled_dispatch (line 620) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 635) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 638) | def __init__(self, allow_none=False, encoding=None, use_builtin_types=... method handle_xmlrpc (line 641) | def handle_xmlrpc(self, request_text): method handle_get (line 653) | def handle_get(self): method handle_request (line 678) | def handle_request(self, request_text=None): class ServerHTMLDoc (line 704) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 707) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 748) | def docroutine(self, object, name, mod=None, method docserver (line 793) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 818) | class XMLRPCDocGenerator: method __init__ (line 825) | def __init__(self): method set_server_title (line 833) | def set_server_title(self, server_title): method set_server_name (line 838) | def set_server_name(self, server_name): method set_server_documentation (line 843) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 848) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 899) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 909) | def do_GET(self): class DocXMLRPCServer (line 927) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 935) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 943) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 948) | def handle_get(self): method __init__ (line 964) | def __init__(self): class ExampleService (line 972) | class ExampleService: method getData (line 973) | def getData(self): class currentTime (line 976) | class currentTime: method getCurrentTime (line 978) | def getCurrentTime(): FILE: tests/pythons/win32-py33/Lib/zipfile.py class BadZipFile (line 39) | class BadZipFile(Exception): class LargeZipFile (line 43) | class LargeZipFile(Exception): function _check_zipfile (line 163) | def _check_zipfile(fp): function is_zipfile (line 171) | def is_zipfile(filename): function _EndRecData64 (line 187) | def _EndRecData64(fpin, offset, endrec): function _EndRecData (line 230) | def _EndRecData(fpin): class ZipInfo (line 291) | class ZipInfo (object): method __init__ (line 316) | def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): method FileHeader (line 358) | def FileHeader(self, zip64=None): method _encodeFilenameFlags (line 404) | def _encodeFilenameFlags(self): method _decodeExtra (line 410) | def _decodeExtra(self): class _ZipDecrypter (line 447) | class _ZipDecrypter: method _GenerateCRCTable (line 460) | def _GenerateCRCTable(): method _crc32 (line 480) | def _crc32(self, ch, crc): method __init__ (line 484) | def __init__(self, pwd): method _UpdateKeys (line 491) | def _UpdateKeys(self, c): method __call__ (line 497) | def __call__(self, c): class LZMACompressor (line 506) | class LZMACompressor: method __init__ (line 508) | def __init__(self): method _init (line 511) | def _init(self): method compress (line 518) | def compress(self, data): method flush (line 523) | def flush(self): class LZMADecompressor (line 529) | class LZMADecompressor: method __init__ (line 531) | def __init__(self): method decompress (line 536) | def decompress(self, data): function _check_compression (line 577) | def _check_compression(compression): function _get_compressor (line 596) | def _get_compressor(compress_type): function _get_decompressor (line 608) | def _get_decompressor(compress_type): class ZipExtFile (line 625) | class ZipExtFile(io.BufferedIOBase): method __init__ (line 639) | def __init__(self, fileobj, mode, zipinfo, decrypter=None, method readline (line 672) | def readline(self, limit=-1): method peek (line 722) | def peek(self, n=1): method readable (line 735) | def readable(self): method read (line 738) | def read(self, n=-1): method _update_crc (line 771) | def _update_crc(self, newdata): method read1 (line 781) | def read1(self, n): method _read1 (line 818) | def _read1(self, n): method _read2 (line 854) | def _read2(self, n): method close (line 870) | def close(self): class ZipFile (line 878) | class ZipFile: method __init__ (line 897) | def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=... method __enter__ (line 962) | def __enter__(self): method __exit__ (line 965) | def __exit__(self, type, value, traceback): method _RealGetContents (line 968) | def _RealGetContents(self): method namelist (line 1046) | def namelist(self): method infolist (line 1050) | def infolist(self): method printdir (line 1055) | def printdir(self, file=None): method testzip (line 1064) | def testzip(self): method getinfo (line 1077) | def getinfo(self, name): method setpassword (line 1086) | def setpassword(self, pwd): method comment (line 1096) | def comment(self): method comment (line 1101) | def comment(self, comment): method read (line 1113) | def read(self, name, pwd=None): method open (line 1118) | def open(self, name, mode="r", pwd=None): method extract (line 1210) | def extract(self, member, path=None, pwd=None): method extractall (line 1224) | def extractall(self, path=None, members=None, pwd=None): method _sanitize_windows_name (line 1237) | def _sanitize_windows_name(cls, arcname, pathsep): method _extract_member (line 1251) | def _extract_member(self, member, targetpath, pwd): method _writecheck (line 1290) | def _writecheck(self, zinfo): method write (line 1309) | def write(self, filename, arcname=None, compress_type=None): method writestr (line 1397) | def writestr(self, zinfo_or_arcname, data, compress_type=None): method __del__ (line 1449) | def __del__(self): method close (line 1453) | def close(self): class PyZipFile (line 1562) | class PyZipFile(ZipFile): method __init__ (line 1565) | def __init__(self, file, mode="r", compression=ZIP_STORED, method writepy (line 1571) | def writepy(self, pathname, basename=""): method _get_codename (line 1636) | def _get_codename(self, pathname, basename): function main (line 1706) | def main(args = None): FILE: tests/pythons/win32-py33/include/Python-ast.h type _mod (line 5) | struct _mod type _stmt (line 7) | struct _stmt type _expr (line 9) | struct _expr type expr_context_ty (line 11) | typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, type _slice (line 14) | struct _slice type boolop_ty (line 16) | typedef enum _boolop { And=1, Or=2 } boolop_ty; type operator_ty (line 18) | typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShi... type unaryop_ty (line 22) | typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; type cmpop_ty (line 24) | typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsN... type _comprehension (line 27) | struct _comprehension type _excepthandler (line 29) | struct _excepthandler type _arguments (line 31) | struct _arguments type _arg (line 33) | struct _arg type _keyword (line 35) | struct _keyword type _alias (line 37) | struct _alias type _withitem (line 39) | struct _withitem type _mod_kind (line 42) | enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, type _mod (line 44) | struct _mod { type _stmt_kind (line 66) | enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, type _stmt (line 72) | struct _stmt { type _expr_kind (line 180) | enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kin... type _expr (line 187) | struct _expr { type _slice_kind (line 318) | enum _slice_kind {Slice_kind=1, ExtSlice_kind=2, Index_kind=3} type _slice (line 319) | struct _slice { type _comprehension (line 339) | struct _comprehension { type _excepthandler_kind (line 345) | enum _excepthandler_kind {ExceptHandler_kind=1} type _excepthandler (line 346) | struct _excepthandler { type _arguments (line 360) | struct _arguments { type _arg (line 371) | struct _arg { type _keyword (line 376) | struct _keyword { type _alias (line 381) | struct _alias { type _withitem (line 386) | struct _withitem { FILE: tests/pythons/win32-py33/include/abstract.h type _Py_Identifier (line 343) | struct _Py_Identifier FILE: tests/pythons/win32-py33/include/accu.h type _PyAccu (line 21) | typedef struct { FILE: tests/pythons/win32-py33/include/asdl.h type PyObject (line 4) | typedef PyObject * identifier; type PyObject (line 5) | typedef PyObject * string; type PyObject (line 6) | typedef PyObject * bytes; type PyObject (line 7) | typedef PyObject * object; type asdl_seq (line 17) | typedef struct { type asdl_int_seq (line 22) | typedef struct { FILE: tests/pythons/win32-py33/include/bitset.h type BYTE (line 12) | typedef BYTE *bitset; FILE: tests/pythons/win32-py33/include/boolobject.h type _longobject (line 18) | struct _longobject FILE: tests/pythons/win32-py33/include/bytearrayobject.h type PyByteArrayObject (line 23) | typedef struct { FILE: tests/pythons/win32-py33/include/bytesobject.h type PyBytesObject (line 31) | typedef struct { FILE: tests/pythons/win32-py33/include/cellobject.h type PyCellObject (line 9) | typedef struct { FILE: tests/pythons/win32-py33/include/ceval.h type _frame (line 28) | struct _frame type _frame (line 33) | struct _frame type _frame (line 112) | struct _frame type _frame (line 113) | struct _frame FILE: tests/pythons/win32-py33/include/classobject.h type PyMethodObject (line 12) | typedef struct { type PyInstanceMethodObject (line 37) | typedef struct { FILE: tests/pythons/win32-py33/include/code.h type PyCodeObject (line 11) | typedef struct { type PyAddrPair (line 95) | typedef struct _addr_pair { FILE: tests/pythons/win32-py33/include/compile.h type _node (line 12) | struct _node type _node (line 13) | struct _node type PyFutureFeatures (line 17) | typedef struct { type _mod (line 31) | struct _mod type _mod (line 34) | struct _mod type _mod (line 39) | struct _mod FILE: tests/pythons/win32-py33/include/complexobject.h type Py_complex (line 10) | typedef struct { type PyComplexObject (line 41) | typedef struct { FILE: tests/pythons/win32-py33/include/datetime.h type PyDateTime_Delta (line 34) | typedef struct type PyDateTime_TZInfo (line 43) | typedef struct type _PyDateTime_BaseTZInfo (line 61) | typedef struct type _PyDateTime_BaseTime (line 76) | typedef struct type PyDateTime_Time (line 81) | typedef struct type PyDateTime_Date (line 93) | typedef struct type _PyDateTime_BaseDateTime (line 103) | typedef struct type PyDateTime_DateTime (line 108) | typedef struct type PyDateTime_CAPI (line 146) | typedef struct { FILE: tests/pythons/win32-py33/include/descrobject.h type PyObject (line 8) | typedef PyObject *(*getter)(PyObject *, void *); type PyGetSetDef (line 11) | typedef struct PyGetSetDef { type PyObject (line 20) | typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args, type PyObject (line 23) | typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args, type wrapperbase (line 26) | struct wrapperbase { type PyDescrObject (line 41) | typedef struct { type PyMethodDescrObject (line 53) | typedef struct { type PyMemberDescrObject (line 58) | typedef struct { type PyGetSetDescrObject (line 63) | typedef struct { type PyWrapperDescrObject (line 68) | typedef struct { type PyMemberDef (line 85) | struct PyMemberDef type PyMemberDef (line 87) | struct PyMemberDef type PyGetSetDef (line 89) | struct PyGetSetDef type wrapperbase (line 92) | struct wrapperbase FILE: tests/pythons/win32-py33/include/dictobject.h type PyDictKeysObject (line 18) | typedef struct _dictkeysobject PyDictKeysObject; type PyDictObject (line 23) | typedef struct { type _Py_Identifier (line 55) | struct _Py_Identifier type _Py_Identifier (line 106) | struct _Py_Identifier type _Py_Identifier (line 108) | struct _Py_Identifier FILE: tests/pythons/win32-py33/include/dynamic_annotations.h function T (line 473) | T _Py_ANNOTATE_UNPROTECTED_READ(const volatile T &x) { FILE: tests/pythons/win32-py33/include/fileutils.h type stat (line 21) | struct stat type stat (line 27) | struct stat FILE: tests/pythons/win32-py33/include/floatobject.h type PyFloatObject (line 15) | typedef struct { FILE: tests/pythons/win32-py33/include/frameobject.h type PyTryBlock (line 11) | typedef struct { type PyFrameObject (line 17) | typedef struct _frame { FILE: tests/pythons/win32-py33/include/funcobject.h type PyFunctionObject (line 21) | typedef struct { FILE: tests/pythons/win32-py33/include/genobject.h type _frame (line 11) | struct _frame type PyGenObject (line 13) | typedef struct { type _frame (line 35) | struct _frame FILE: tests/pythons/win32-py33/include/grammar.h type label (line 14) | typedef struct { type labellist (line 23) | typedef struct { type arc (line 30) | typedef struct { type state (line 37) | typedef struct { type dfa (line 50) | typedef struct { type grammar (line 61) | typedef struct { FILE: tests/pythons/win32-py33/include/import.h type _inittab (line 99) | struct _inittab { type _inittab (line 103) | struct _inittab type _inittab (line 104) | struct _inittab type _frozen (line 115) | struct _frozen { type _frozen (line 124) | struct _frozen FILE: tests/pythons/win32-py33/include/listobject.h type PyListObject (line 23) | typedef struct { FILE: tests/pythons/win32-py33/include/longintrepr.h type PY_UINT32_T (line 49) | typedef PY_UINT32_T digit; type PY_INT32_T (line 50) | typedef PY_INT32_T sdigit; type PY_UINT64_T (line 51) | typedef PY_UINT64_T twodigits; type PY_INT64_T (line 52) | typedef PY_INT64_T stwodigits; type digit (line 57) | typedef unsigned short digit; type sdigit (line 58) | typedef short sdigit; type twodigits (line 59) | typedef unsigned long twodigits; type stwodigits (line 60) | typedef long stwodigits; type _longobject (line 89) | struct _longobject { FILE: tests/pythons/win32-py33/include/longobject.h type PyLongObject (line 10) | typedef struct _longobject PyLongObject; FILE: tests/pythons/win32-py33/include/memoryobject.h type _PyManagedBufferObject (line 40) | typedef struct { type PyMemoryViewObject (line 58) | typedef struct { FILE: tests/pythons/win32-py33/include/methodobject.h type PyObject (line 18) | typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); type PyObject (line 19) | typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, type PyObject (line 21) | typedef PyObject *(*PyNoArgsFunction)(PyObject *); type PyMethodDef (line 40) | struct PyMethodDef { type PyMethodDef (line 47) | typedef struct PyMethodDef PyMethodDef; type PyCFunctionObject (line 75) | typedef struct { FILE: tests/pythons/win32-py33/include/modsupport.h type PyModuleDef (line 113) | struct PyModuleDef FILE: tests/pythons/win32-py33/include/moduleobject.h type PyModuleDef (line 29) | struct PyModuleDef type PyModuleDef_Base (line 32) | typedef struct PyModuleDef_Base { type PyModuleDef (line 46) | typedef struct PyModuleDef{ FILE: tests/pythons/win32-py33/include/node.h type node (line 10) | typedef struct _node { FILE: tests/pythons/win32-py33/include/object.h type PyObject (line 105) | typedef struct _object { type PyVarObject (line 111) | typedef struct { type _Py_Identifier (line 140) | typedef struct _Py_Identifier { type PyObject (line 164) | typedef PyObject * (*unaryfunc)(PyObject *); type PyObject (line 165) | typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); type PyObject (line 166) | typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); type Py_ssize_t (line 168) | typedef Py_ssize_t (*lenfunc)(PyObject *); type PyObject (line 169) | typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); type PyObject (line 170) | typedef PyObject *(*ssizessizeargfunc)(PyObject *, Py_ssize_t, Py_ssize_t); type Py_buffer (line 177) | typedef struct bufferinfo { type PyNumberMethods (line 235) | typedef struct { type PySequenceMethods (line 279) | typedef struct { type PyMappingMethods (line 293) | typedef struct { type PyBufferProcs (line 300) | typedef struct { type PyObject (line 315) | typedef PyObject *(*getattrfunc)(PyObject *, char *); type PyObject (line 316) | typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); type PyObject (line 319) | typedef PyObject *(*reprfunc)(PyObject *); type Py_hash_t (line 320) | typedef Py_hash_t (*hashfunc)(PyObject *); type PyObject (line 321) | typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); type PyObject (line 322) | typedef PyObject *(*getiterfunc) (PyObject *); type PyObject (line 323) | typedef PyObject *(*iternextfunc) (PyObject *); type PyObject (line 324) | typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); type PyObject (line 327) | typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); type PyObject (line 328) | typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); type PyTypeObject (line 331) | typedef struct _typeobject PyTypeObject; type PyTypeObject (line 333) | typedef struct _typeobject { type PyType_Slot (line 422) | typedef struct{ type PyType_Spec (line 427) | typedef struct{ type PyHeapTypeObject (line 442) | typedef struct _heaptypeobject { type _Py_Identifier (line 493) | struct _Py_Identifier type _Py_Identifier (line 512) | struct _Py_Identifier type _Py_Identifier (line 513) | struct _Py_Identifier type _Py_Identifier (line 514) | struct _Py_Identifier type _Py_HashSecret_t (line 567) | typedef struct { FILE: tests/pythons/win32-py33/include/objimpl.h type PyGC_Head (line 246) | typedef union _gc_head { FILE: tests/pythons/win32-py33/include/opcode.h type cmp_op (line 151) | enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py... FILE: tests/pythons/win32-py33/include/parsetok.h type perrdetail (line 10) | typedef struct { FILE: tests/pythons/win32-py33/include/pgen.h type _node (line 12) | struct _node type _node (line 13) | struct _node FILE: tests/pythons/win32-py33/include/py_curses.h type PyCursesWindowObject (line 76) | typedef struct { FILE: tests/pythons/win32-py33/include/pyarena.h type PyArena (line 12) | typedef struct _arena PyArena; FILE: tests/pythons/win32-py33/include/pyatomic.h type _Py_memory_order (line 23) | typedef enum _Py_memory_order { type _Py_atomic_address (line 31) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 35) | typedef struct _Py_atomic_int { function _Py_atomic_signal_fence (line 43) | static __inline__ void function _Py_atomic_thread_fence (line 50) | static __inline__ void function _Py_ANNOTATE_MEMORY_ORDER (line 58) | static __inline__ void FILE: tests/pythons/win32-py33/include/pyconfig.h type __int64 (line 195) | typedef __int64 ssize_t; type _W64 (line 197) | typedef _W64 int ssize_t; type pid_t (line 209) | typedef int pid_t; type pid_t (line 245) | typedef int pid_t; type pid_t (line 292) | typedef int pid_t; FILE: tests/pythons/win32-py33/include/pyerrors.h type PyBaseExceptionObject (line 16) | typedef struct { type PySyntaxErrorObject (line 20) | typedef struct { type PyImportErrorObject (line 30) | typedef struct { type PyUnicodeErrorObject (line 37) | typedef struct { type PySystemExitObject (line 46) | typedef struct { type PyOSErrorObject (line 51) | typedef struct { type PyStopIterationObject (line 62) | typedef struct { type PyOSErrorObject (line 68) | typedef PyOSErrorObject PyEnvironmentErrorObject; type PyOSErrorObject (line 70) | typedef PyOSErrorObject PyWindowsErrorObject; FILE: tests/pythons/win32-py33/include/pyexpat.h type PyExpat_CAPI (line 9) | struct PyExpat_CAPI FILE: tests/pythons/win32-py33/include/pyport.h type Py_uintptr_t (line 170) | typedef uintptr_t Py_uintptr_t; type Py_intptr_t (line 171) | typedef intptr_t Py_intptr_t; type Py_uintptr_t (line 174) | typedef unsigned int Py_uintptr_t; type Py_intptr_t (line 175) | typedef int Py_intptr_t; type Py_uintptr_t (line 178) | typedef unsigned long Py_uintptr_t; type Py_intptr_t (line 179) | typedef long Py_intptr_t; type Py_uintptr_t (line 182) | typedef unsigned PY_LONG_LONG Py_uintptr_t; type PY_LONG_LONG (line 183) | typedef PY_LONG_LONG Py_intptr_t; type Py_ssize_t (line 194) | typedef ssize_t Py_ssize_t; type Py_intptr_t (line 196) | typedef Py_intptr_t Py_ssize_t; type Py_ssize_t (line 202) | typedef Py_ssize_t Py_hash_t; type Py_uhash_t (line 204) | typedef size_t Py_uhash_t; type termios (line 674) | struct termios type winsize (line 674) | struct winsize type termios (line 675) | struct termios type winsize (line 675) | struct winsize FILE: tests/pythons/win32-py33/include/pystate.h type _ts (line 13) | struct _ts type _is (line 14) | struct _is type PyInterpreterState (line 17) | typedef struct _is PyInterpreterState; type PyInterpreterState (line 19) | typedef struct _is { type _frame (line 50) | struct _frame type _frame (line 54) | struct _frame type PyThreadState (line 67) | typedef struct _ts PyThreadState; type PyThreadState (line 69) | typedef struct _ts { type PyModuleDef (line 129) | struct PyModuleDef type PyModuleDef (line 132) | struct PyModuleDef type PyModuleDef (line 133) | struct PyModuleDef type PyModuleDef (line 135) | struct PyModuleDef type PyGILState_STATE (line 168) | typedef type _frame (line 232) | struct _frame FILE: tests/pythons/win32-py33/include/pythonrun.h type PyCompilerFlags (line 20) | typedef struct { type _mod (line 63) | struct _mod type _mod (line 69) | struct _mod type _node (line 87) | struct _node type _node (line 89) | struct _node type _node (line 92) | struct _node type symtable (line 121) | struct symtable FILE: tests/pythons/win32-py33/include/pythread.h type PyLockStatus (line 14) | typedef enum PyLockStatus { FILE: tests/pythons/win32-py33/include/pytime.h type _PyTime_timeval (line 17) | typedef struct timeval _PyTime_timeval; type _PyTime_timeval (line 19) | typedef struct { type _Py_clock_info_t (line 26) | typedef struct { FILE: tests/pythons/win32-py33/include/setobject.h type setentry (line 24) | typedef struct { type PySetObject (line 35) | typedef struct _setobject PySetObject; type _setobject (line 36) | struct _setobject { FILE: tests/pythons/win32-py33/include/sliceobject.h type PySliceObject (line 22) | typedef struct { FILE: tests/pythons/win32-py33/include/structmember.h type PyMemberDef (line 18) | typedef struct PyMemberDef { type PyMemberDef (line 69) | struct PyMemberDef type PyMemberDef (line 70) | struct PyMemberDef FILE: tests/pythons/win32-py33/include/structseq.h type PyStructSequence_Field (line 10) | typedef struct PyStructSequence_Field { type PyStructSequence_Desc (line 15) | typedef struct PyStructSequence_Desc { type PyTupleObject (line 33) | typedef PyTupleObject PyStructSequence; FILE: tests/pythons/win32-py33/include/symtable.h type _Py_block_ty (line 13) | typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } type _symtable_entry (line 16) | struct _symtable_entry type symtable (line 18) | struct symtable { type PySTEntryObject (line 37) | typedef struct _symtable_entry { type symtable (line 69) | struct symtable type symtable (line 73) | struct symtable type symtable (line 75) | struct symtable FILE: tests/pythons/win32-py33/include/traceback.h type _frame (line 10) | struct _frame type PyTracebackObject (line 14) | typedef struct _traceback { type _frame (line 23) | struct _frame FILE: tests/pythons/win32-py33/include/tupleobject.h type PyTupleObject (line 25) | typedef struct { FILE: tests/pythons/win32-py33/include/ucnhash.h type _PyUnicode_Name_CAPI (line 13) | typedef struct { FILE: tests/pythons/win32-py33/include/unicodeobject.h type wchar_t (line 93) | typedef wchar_t Py_UNICODE; type Py_UCS4 (line 121) | typedef unsigned int Py_UCS4; type Py_UCS4 (line 123) | typedef unsigned long Py_UCS4; type Py_UCS2 (line 129) | typedef unsigned short Py_UCS2; type Py_UCS1 (line 134) | typedef unsigned char Py_UCS1; type PyASCIIObject (line 217) | typedef struct { type PyCompactUnicodeObject (line 353) | typedef struct { type PyUnicodeObject (line 365) | typedef struct { type PyUnicode_Kind (line 448) | enum PyUnicode_Kind { type _PyUnicodeWriter (line 894) | typedef struct { FILE: tests/pythons/win32-py33/include/weakrefobject.h type PyWeakReference (line 10) | typedef struct _PyWeakReference PyWeakReference; type _PyWeakReference (line 16) | struct _PyWeakReference { FILE: tests/pythons/win64-py27/Lib/BaseHTTPServer.py function _quote_html (line 99) | def _quote_html(html): class HTTPServer (line 102) | class HTTPServer(SocketServer.TCPServer): method server_bind (line 106) | def server_bind(self): class BaseHTTPRequestHandler (line 114) | class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler): method parse_request (line 232) | def parse_request(self): method handle_one_request (line 301) | def handle_one_request(self): method handle (line 336) | def handle(self): method send_error (line 344) | def send_error(self, code, message=None): method send_response (line 378) | def send_response(self, code, message=None): method send_header (line 398) | def send_header(self, keyword, value): method end_headers (line 409) | def end_headers(self): method log_request (line 414) | def log_request(self, code='-', size='-'): method log_error (line 424) | def log_error(self, format, *args): method log_message (line 438) | def log_message(self, format, *args): method version_string (line 460) | def version_string(self): method date_time_string (line 464) | def date_time_string(self, timestamp=None): method log_date_time_string (line 475) | def log_date_time_string(self): method address_string (line 489) | def address_string(self): function test (line 579) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win64-py27/Lib/Bastion.py class BastionClass (line 37) | class BastionClass: method __init__ (line 47) | def __init__(self, get, name): method __repr__ (line 60) | def __repr__(self): method __getattr__ (line 70) | def __getattr__(self, name): function Bastion (line 87) | def Bastion(object, filter = lambda name: name[:1] != '_', function _test (line 134) | def _test(): FILE: tests/pythons/win64-py27/Lib/CGIHTTPServer.py class CGIHTTPRequestHandler (line 35) | class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): method do_POST (line 54) | def do_POST(self): method send_head (line 66) | def send_head(self): method is_cgi (line 73) | def is_cgi(self): method is_executable (line 97) | def is_executable(self, path): method is_python (line 101) | def is_python(self, path): method run_cgi (line 106) | def run_cgi(self): function _url_collapse_path (line 302) | def _url_collapse_path(path): function nobody_uid (line 346) | def nobody_uid(): function executable (line 362) | def executable(path): function test (line 371) | def test(HandlerClass = CGIHTTPRequestHandler, FILE: tests/pythons/win64-py27/Lib/ConfigParser.py class Error (line 112) | class Error(Exception): method _get_message (line 115) | def _get_message(self): method _set_message (line 120) | def _set_message(self, value): method __init__ (line 130) | def __init__(self, msg=''): method __repr__ (line 134) | def __repr__(self): class NoSectionError (line 139) | class NoSectionError(Error): method __init__ (line 142) | def __init__(self, section): class DuplicateSectionError (line 147) | class DuplicateSectionError(Error): method __init__ (line 150) | def __init__(self, section): class NoOptionError (line 155) | class NoOptionError(Error): method __init__ (line 158) | def __init__(self, option, section): class InterpolationError (line 165) | class InterpolationError(Error): method __init__ (line 168) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 174) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 177) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 188) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 192) | class InterpolationDepthError(InterpolationError): method __init__ (line 195) | def __init__(self, option, section, rawval): class ParsingError (line 204) | class ParsingError(Error): method __init__ (line 207) | def __init__(self, filename): method append (line 213) | def append(self, lineno, line): class MissingSectionHeaderError (line 217) | class MissingSectionHeaderError(ParsingError): method __init__ (line 220) | def __init__(self, filename, lineno, line): class RawConfigParser (line 231) | class RawConfigParser: method __init__ (line 232) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 245) | def defaults(self): method sections (line 248) | def sections(self): method add_section (line 253) | def add_section(self, section): method has_section (line 267) | def has_section(self, section): method options (line 274) | def options(self, section): method read (line 285) | def read(self, filenames): method readfp (line 310) | def readfp(self, fp, filename=None): method get (line 326) | def get(self, section, option): method items (line 342) | def items(self, section): method _get (line 355) | def _get(self, section, conv, option): method getint (line 358) | def getint(self, section, option): method getfloat (line 361) | def getfloat(self, section, option): method getboolean (line 367) | def getboolean(self, section, option): method optionxform (line 373) | def optionxform(self, optionstr): method has_option (line 376) | def has_option(self, section, option): method set (line 388) | def set(self, section, option, value=None): method write (line 399) | def write(self, fp): method remove_option (line 416) | def remove_option(self, section, option): method remove_section (line 431) | def remove_section(self, section): method _read (line 464) | def _read(self, fp, fpname): class _Chainmap (line 558) | class _Chainmap(_UserDict.DictMixin): method __init__ (line 567) | def __init__(self, *maps): method __getitem__ (line 570) | def __getitem__(self, key): method keys (line 578) | def keys(self): class ConfigParser (line 588) | class ConfigParser(RawConfigParser): method get (line 590) | def get(self, section, option, raw=False, vars=None): method items (line 625) | def items(self, section, raw=False, vars=None): method _interpolate (line 657) | def _interpolate(self, section, option, rawval, vars): method _interpolation_replace (line 678) | def _interpolation_replace(self, match): class SafeConfigParser (line 686) | class SafeConfigParser(ConfigParser): method _interpolate (line 688) | def _interpolate(self, section, option, rawval, vars): method _interpolate_some (line 696) | def _interpolate_some(self, option, accum, rest, section, map, depth): method set (line 734) | def set(self, section, option, value=None): FILE: tests/pythons/win64-py27/Lib/Cookie.py class CookieError (line 232) | class CookieError(Exception): function _quote (line 315) | def _quote(str, LegalChars=_LegalChars, function _unquote (line 333) | def _unquote(str): function _getdate (line 389) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 408) | class Morsel(dict): method __init__ (line 432) | def __init__(self): method __setitem__ (line 441) | def __setitem__(self, K, V): method isReservedKey (line 448) | def isReservedKey(self, K): method set (line 452) | def set(self, key, val, coded_val, method output (line 468) | def output(self, attrs=None, header = "Set-Cookie:"): method __repr__ (line 473) | def __repr__(self): method js_output (line 477) | def js_output(self, attrs=None): method OutputString (line 488) | def OutputString(self, attrs=None): class BaseCookie (line 554) | class BaseCookie(dict): method value_decode (line 558) | def value_decode(self, val): method value_encode (line 568) | def value_encode(self, val): method __init__ (line 578) | def __init__(self, input=None): method __set (line 582) | def __set(self, key, real_value, coded_value): method __setitem__ (line 589) | def __setitem__(self, key, value): method output (line 595) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 607) | def __repr__(self): method js_output (line 615) | def js_output(self, attrs=None): method load (line 625) | def load(self, rawdata): method __ParseString (line 640) | def __ParseString(self, str, patt=_CookiePattern): class SimpleCookie (line 670) | class SimpleCookie(BaseCookie): method value_decode (line 677) | def value_decode(self, val): method value_encode (line 679) | def value_encode(self, val): class SerialCookie (line 684) | class SerialCookie(BaseCookie): method __init__ (line 698) | def __init__(self, input=None): method value_decode (line 703) | def value_decode(self, val): method value_encode (line 706) | def value_encode(self, val): class SmartCookie (line 710) | class SmartCookie(BaseCookie): method __init__ (line 723) | def __init__(self, input=None): method value_decode (line 728) | def value_decode(self, val): method value_encode (line 734) | def value_encode(self, val): function _test (line 751) | def _test(): FILE: tests/pythons/win64-py27/Lib/DocXMLRPCServer.py class ServerHTMLDoc (line 23) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 26) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 67) | def docroutine(self, object, name, mod=None, method docserver (line 109) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 134) | class XMLRPCDocGenerator: method __init__ (line 141) | def __init__(self): method set_server_title (line 149) | def set_server_title(self, server_title): method set_server_name (line 154) | def set_server_name(self, server_name): method set_server_documentation (line 159) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 164) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 215) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 225) | def do_GET(self): class DocXMLRPCServer (line 243) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 251) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 258) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 263) | def handle_get(self): method __init__ (line 277) | def __init__(self): FILE: tests/pythons/win64-py27/Lib/HTMLParser.py class HTMLParseError (line 54) | class HTMLParseError(Exception): method __init__ (line 57) | def __init__(self, msg, position=(None, None)): method __str__ (line 63) | def __str__(self): class HTMLParser (line 72) | class HTMLParser(markupbase.ParserBase): method __init__ (line 95) | def __init__(self): method reset (line 99) | def reset(self): method feed (line 107) | def feed(self, data): method close (line 116) | def close(self): method error (line 120) | def error(self, message): method get_starttag_text (line 125) | def get_starttag_text(self): method set_cdata_mode (line 129) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 133) | def clear_cdata_mode(self): method goahead (line 140) | def goahead(self, end): method parse_html_declaration (line 234) | def parse_html_declaration(self, i): method parse_bogus_comment (line 255) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 267) | def parse_pi(self, i): method parse_starttag (line 279) | def parse_starttag(self, i): method check_for_whole_start_tag (line 331) | def check_for_whole_start_tag(self, i): method parse_endtag (line 363) | def parse_endtag(self, i): method handle_startendtag (line 403) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 408) | def handle_starttag(self, tag, attrs): method handle_endtag (line 412) | def handle_endtag(self, tag): method handle_charref (line 416) | def handle_charref(self, name): method handle_entityref (line 420) | def handle_entityref(self, name): method handle_data (line 424) | def handle_data(self, data): method handle_comment (line 428) | def handle_comment(self, data): method handle_decl (line 432) | def handle_decl(self, decl): method handle_pi (line 436) | def handle_pi(self, data): method unknown_decl (line 439) | def unknown_decl(self, data): method unescape (line 444) | def unescape(self, s): FILE: tests/pythons/win64-py27/Lib/MimeWriter.py class MimeWriter (line 22) | class MimeWriter: method __init__ (line 92) | def __init__(self, fp): method addheader (line 96) | def addheader(self, key, value, prefix=0): method flushheaders (line 117) | def flushheaders(self): method startbody (line 128) | def startbody(self, ctype, plist=[], prefix=1): method startmultipartbody (line 145) | def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1): method nextpart (line 163) | def nextpart(self): method lastpart (line 176) | def lastpart(self): FILE: tests/pythons/win64-py27/Lib/Queue.py class Empty (line 13) | class Empty(Exception): class Full (line 17) | class Full(Exception): class Queue (line 21) | class Queue: method __init__ (line 26) | def __init__(self, maxsize=0): method task_done (line 45) | def task_done(self): method join (line 70) | def join(self): method qsize (line 86) | def qsize(self): method empty (line 93) | def empty(self): method full (line 100) | def full(self): method put (line 107) | def put(self, item, block=True, timeout=None): method put_nowait (line 142) | def put_nowait(self, item): method get (line 150) | def get(self, block=True, timeout=None): method get_nowait (line 184) | def get_nowait(self): method _init (line 197) | def _init(self, maxsize): method _qsize (line 200) | def _qsize(self, len=len): method _put (line 204) | def _put(self, item): method _get (line 208) | def _get(self): class PriorityQueue (line 212) | class PriorityQueue(Queue): method _init (line 218) | def _init(self, maxsize): method _qsize (line 221) | def _qsize(self, len=len): method _put (line 224) | def _put(self, item, heappush=heapq.heappush): method _get (line 227) | def _get(self, heappop=heapq.heappop): class LifoQueue (line 231) | class LifoQueue(Queue): method _init (line 234) | def _init(self, maxsize): method _qsize (line 237) | def _qsize(self, len=len): method _put (line 240) | def _put(self, item): method _get (line 243) | def _get(self): FILE: tests/pythons/win64-py27/Lib/SimpleHTTPServer.py class SimpleHTTPRequestHandler (line 27) | class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): method do_GET (line 42) | def do_GET(self): method do_HEAD (line 49) | def do_HEAD(self): method send_head (line 55) | def send_head(self): method list_directory (line 99) | def list_directory(self, path): method translate_path (line 141) | def translate_path(self, path): method copyfile (line 167) | def copyfile(self, source, outputfile): method guess_type (line 183) | def guess_type(self, path): function test (line 218) | def test(HandlerClass = SimpleHTTPRequestHandler, FILE: tests/pythons/win64-py27/Lib/SimpleXMLRPCServer.py function resolve_dotted_attribute (line 115) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 139) | def list_public_methods(obj): function remove_duplicates (line 147) | def remove_duplicates(lst): class SimpleXMLRPCDispatcher (line 160) | class SimpleXMLRPCDispatcher: method __init__ (line 169) | def __init__(self, allow_none=False, encoding=None): method register_instance (line 175) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 211) | def register_function(self, function, name = None): method register_introspection_functions (line 222) | def register_introspection_functions(self): method register_multicall_functions (line 233) | def register_multicall_functions(self): method _marshaled_dispatch (line 241) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 278) | def system_listMethods(self): method system_methodSignature (line 301) | def system_methodSignature(self, method_name): method system_methodHelp (line 314) | def system_methodHelp(self, method_name): method system_multicall (line 346) | def system_multicall(self, call_list): method _dispatch (line 378) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 424) | class SimpleXMLRPCRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): method accept_encodings (line 449) | def accept_encodings(self): method is_rpc_path_valid (line 460) | def is_rpc_path_valid(self): method do_POST (line 467) | def do_POST(self): method decode_request_content (line 537) | def decode_request_content(self, data): method report_404 (line 554) | def report_404 (self): method log_request (line 563) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 569) | class SimpleXMLRPCServer(SocketServer.TCPServer, method __init__ (line 588) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 603) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 611) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 620) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 624) | def get_dispatcher(self, path): method _marshaled_dispatch (line 627) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 641) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 644) | def __init__(self, allow_none=False, encoding=None): method handle_xmlrpc (line 647) | def handle_xmlrpc(self, request_text): method handle_get (line 657) | def handle_get(self): method handle_request (line 680) | def handle_request(self, request_text = None): FILE: tests/pythons/win64-py27/Lib/SocketServer.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 206) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 213) | def server_activate(self): method serve_forever (line 221) | def serve_forever(self, poll_interval=0.5): method shutdown (line 243) | def shutdown(self): method handle_request (line 264) | def handle_request(self): method _handle_request_noblock (line 282) | def _handle_request_noblock(self): method handle_timeout (line 300) | def handle_timeout(self): method verify_request (line 307) | def verify_request(self, request, client_address): method process_request (line 315) | def process_request(self, request, client_address): method server_close (line 324) | def server_close(self): method finish_request (line 332) | def finish_request(self, request, client_address): method shutdown_request (line 336) | def shutdown_request(self, request): method close_request (line 340) | def close_request(self, request): method handle_error (line 344) | def handle_error(self, request, client_address): class TCPServer (line 358) | class TCPServer(BaseServer): method __init__ (line 413) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 422) | def server_bind(self): method server_activate (line 433) | def server_activate(self): method server_close (line 441) | def server_close(self): method fileno (line 449) | def fileno(self): method get_request (line 457) | def get_request(self): method shutdown_request (line 465) | def shutdown_request(self, request): method close_request (line 475) | def close_request(self, request): class UDPServer (line 480) | class UDPServer(TCPServer): method get_request (line 490) | def get_request(self): method server_activate (line 494) | def server_activate(self): method shutdown_request (line 498) | def shutdown_request(self, request): method close_request (line 502) | def close_request(self, request): class ForkingMixIn (line 506) | class ForkingMixIn: method collect_children (line 514) | def collect_children(self): method handle_timeout (line 546) | def handle_timeout(self): method process_request (line 553) | def process_request(self, request, client_address): class ThreadingMixIn (line 579) | class ThreadingMixIn: method process_request_thread (line 586) | def process_request_thread(self, request, client_address): method process_request (line 599) | def process_request(self, request, client_address): class ForkingUDPServer (line 607) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 608) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 610) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 611) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 615) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 618) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 621) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 623) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 625) | class BaseRequestHandler: method __init__ (line 643) | def __init__(self, request, client_address, server): method setup (line 653) | def setup(self): method handle (line 656) | def handle(self): method finish (line 659) | def finish(self): class StreamRequestHandler (line 671) | class StreamRequestHandler(BaseRequestHandler): method setup (line 692) | def setup(self): method finish (line 702) | def finish(self): class DatagramRequestHandler (line 714) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 721) | def setup(self): method finish (line 730) | def finish(self): FILE: tests/pythons/win64-py27/Lib/StringIO.py function _complain_ifclosed (line 38) | def _complain_ifclosed(closed): class StringIO (line 42) | class StringIO: method __init__ (line 54) | def __init__(self, buf = ''): method __iter__ (line 65) | def __iter__(self): method next (line 68) | def next(self): method close (line 81) | def close(self): method isatty (line 88) | def isatty(self): method seek (line 95) | def seek(self, pos, mode = 0): method tell (line 114) | def tell(self): method read (line 119) | def read(self, n = -1): method readline (line 139) | def readline(self, length=None): method readlines (line 168) | def readlines(self, sizehint = 0): method truncate (line 187) | def truncate(self, size=None): method write (line 208) | def write(self, s): method writelines (line 241) | def writelines(self, iterable): method flush (line 253) | def flush(self): method getvalue (line 258) | def getvalue(self): function test (line 278) | def test(): FILE: tests/pythons/win64-py27/Lib/UserDict.py class UserDict (line 3) | class UserDict: method __init__ (line 4) | def __init__(self, dict=None, **kwargs): method __repr__ (line 10) | def __repr__(self): return repr(self.data) method __cmp__ (line 11) | def __cmp__(self, dict): method __len__ (line 17) | def __len__(self): return len(self.data) method __getitem__ (line 18) | def __getitem__(self, key): method __setitem__ (line 24) | def __setitem__(self, key, item): self.data[key] = item method __delitem__ (line 25) | def __delitem__(self, key): del self.data[key] method clear (line 26) | def clear(self): self.data.clear() method copy (line 27) | def copy(self): method keys (line 39) | def keys(self): return self.data.keys() method items (line 40) | def items(self): return self.data.items() method iteritems (line 41) | def iteritems(self): return self.data.iteritems() method iterkeys (line 42) | def iterkeys(self): return self.data.iterkeys() method itervalues (line 43) | def itervalues(self): return self.data.itervalues() method values (line 44) | def values(self): return self.data.values() method has_key (line 45) | def has_key(self, key): return key in self.data method update (line 46) | def update(self, dict=None, **kwargs): method get (line 58) | def get(self, key, failobj=None): method setdefault (line 62) | def setdefault(self, key, failobj=None): method pop (line 66) | def pop(self, key, *args): method popitem (line 68) | def popitem(self): method __contains__ (line 70) | def __contains__(self, key): method fromkeys (line 73) | def fromkeys(cls, iterable, value=None): class IterableUserDict (line 79) | class IterableUserDict(UserDict): method __iter__ (line 80) | def __iter__(self): class DictMixin (line 87) | class DictMixin: method __iter__ (line 96) | def __iter__(self): method has_key (line 99) | def has_key(self, key): method __contains__ (line 105) | def __contains__(self, key): method iteritems (line 109) | def iteritems(self): method iterkeys (line 112) | def iterkeys(self): method itervalues (line 116) | def itervalues(self): method values (line 119) | def values(self): method items (line 121) | def items(self): method clear (line 123) | def clear(self): method setdefault (line 126) | def setdefault(self, key, default=None): method pop (line 132) | def pop(self, key, *args): method popitem (line 144) | def popitem(self): method update (line 151) | def update(self, other=None, **kwargs): method get (line 166) | def get(self, key, default=None): method __repr__ (line 171) | def __repr__(self): method __cmp__ (line 173) | def __cmp__(self, other): method __len__ (line 179) | def __len__(self): FILE: tests/pythons/win64-py27/Lib/UserList.py class UserList (line 5) | class UserList(collections.MutableSequence): method __init__ (line 6) | def __init__(self, initlist=None): method __repr__ (line 16) | def __repr__(self): return repr(self.data) method __lt__ (line 17) | def __lt__(self, other): return self.data < self.__cast(other) method __le__ (line 18) | def __le__(self, other): return self.data <= self.__cast(other) method __eq__ (line 19) | def __eq__(self, other): return self.data == self.__cast(other) method __ne__ (line 20) | def __ne__(self, other): return self.data != self.__cast(other) method __gt__ (line 21) | def __gt__(self, other): return self.data > self.__cast(other) method __ge__ (line 22) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 23) | def __cast(self, other): method __cmp__ (line 26) | def __cmp__(self, other): method __contains__ (line 29) | def __contains__(self, item): return item in self.data method __len__ (line 30) | def __len__(self): return len(self.data) method __getitem__ (line 31) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 32) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 33) | def __delitem__(self, i): del self.data[i] method __getslice__ (line 34) | def __getslice__(self, i, j): method __setslice__ (line 37) | def __setslice__(self, i, j, other): method __delslice__ (line 45) | def __delslice__(self, i, j): method __add__ (line 48) | def __add__(self, other): method __radd__ (line 55) | def __radd__(self, other): method __iadd__ (line 62) | def __iadd__(self, other): method __mul__ (line 70) | def __mul__(self, n): method __imul__ (line 73) | def __imul__(self, n): method append (line 76) | def append(self, item): self.data.append(item) method insert (line 77) | def insert(self, i, item): self.data.insert(i, item) method pop (line 78) | def pop(self, i=-1): return self.data.pop(i) method remove (line 79) | def remove(self, item): self.data.remove(item) method count (line 80) | def count(self, item): return self.data.count(item) method index (line 81) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 82) | def reverse(self): self.data.reverse() method sort (line 83) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 84) | def extend(self, other): FILE: tests/pythons/win64-py27/Lib/UserString.py class UserString (line 13) | class UserString(collections.Sequence): method __init__ (line 14) | def __init__(self, seq): method __str__ (line 21) | def __str__(self): return str(self.data) method __repr__ (line 22) | def __repr__(self): return repr(self.data) method __int__ (line 23) | def __int__(self): return int(self.data) method __long__ (line 24) | def __long__(self): return long(self.data) method __float__ (line 25) | def __float__(self): return float(self.data) method __complex__ (line 26) | def __complex__(self): return complex(self.data) method __hash__ (line 27) | def __hash__(self): return hash(self.data) method __cmp__ (line 29) | def __cmp__(self, string): method __contains__ (line 34) | def __contains__(self, char): method __len__ (line 37) | def __len__(self): return len(self.data) method __getitem__ (line 38) | def __getitem__(self, index): return self.__class__(self.data[index]) method __getslice__ (line 39) | def __getslice__(self, start, end): method __add__ (line 43) | def __add__(self, other): method __radd__ (line 50) | def __radd__(self, other): method __mul__ (line 55) | def __mul__(self, n): method __mod__ (line 58) | def __mod__(self, args): method capitalize (line 62) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 63) | def center(self, width, *args): method count (line 65) | def count(self, sub, start=0, end=sys.maxint): method decode (line 67) | def decode(self, encoding=None, errors=None): # XXX improve this? method encode (line 75) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 83) | def endswith(self, suffix, start=0, end=sys.maxint): method expandtabs (line 85) | def expandtabs(self, tabsize=8): method find (line 87) | def find(self, sub, start=0, end=sys.maxint): method index (line 89) | def index(self, sub, start=0, end=sys.maxint): method isalpha (line 91) | def isalpha(self): return self.data.isalpha() method isalnum (line 92) | def isalnum(self): return self.data.isalnum() method isdecimal (line 93) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 94) | def isdigit(self): return self.data.isdigit() method islower (line 95) | def islower(self): return self.data.islower() method isnumeric (line 96) | def isnumeric(self): return self.data.isnumeric() method isspace (line 97) | def isspace(self): return self.data.isspace() method istitle (line 98) | def istitle(self): return self.data.istitle() method isupper (line 99) | def isupper(self): return self.data.isupper() method join (line 100) | def join(self, seq): return self.data.join(seq) method ljust (line 101) | def ljust(self, width, *args): method lower (line 103) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 104) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 105) | def partition(self, sep): method replace (line 107) | def replace(self, old, new, maxsplit=-1): method rfind (line 109) | def rfind(self, sub, start=0, end=sys.maxint): method rindex (line 111) | def rindex(self, sub, start=0, end=sys.maxint): method rjust (line 113) | def rjust(self, width, *args): method rpartition (line 115) | def rpartition(self, sep): method rstrip (line 117) | def rstrip(self, chars=None): return self.__class__(self.data.rstrip(c... method split (line 118) | def split(self, sep=None, maxsplit=-1): method rsplit (line 120) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 122) | def splitlines(self, keepends=0): return self.data.splitlines(keepends) method startswith (line 123) | def startswith(self, prefix, start=0, end=sys.maxint): method strip (line 125) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 126) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 127) | def title(self): return self.__class__(self.data.title()) method translate (line 128) | def translate(self, *args): method upper (line 130) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 131) | def zfill(self, width): return self.__class__(self.data.zfill(width)) class MutableString (line 133) | class MutableString(UserString, collections.MutableSequence): method __init__ (line 148) | def __init__(self, string=""): method __setitem__ (line 157) | def __setitem__(self, index, sub): method __delitem__ (line 178) | def __delitem__(self, index): method __setslice__ (line 193) | def __setslice__(self, start, end, sub): method __delslice__ (line 201) | def __delslice__(self, start, end): method immutable (line 204) | def immutable(self): method __iadd__ (line 206) | def __iadd__(self, other): method __imul__ (line 214) | def __imul__(self, n): method insert (line 217) | def insert(self, index, value): FILE: tests/pythons/win64-py27/Lib/_LWPCookieJar.py function lwp_cookie_str (line 20) | def lwp_cookie_str(cookie): class LWPCookieJar (line 49) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 62) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 78) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 93) | def _really_load(self, f, filename, ignore_discard, ignore_expires): FILE: tests/pythons/win64-py27/Lib/_MozillaCookieJar.py class MozillaCookieJar (line 8) | class MozillaCookieJar(FileCookieJar): method _really_load (line 47) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 113) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win64-py27/Lib/__future__.py class _Feature (line 74) | class _Feature: method __init__ (line 75) | def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): method getOptionalRelease (line 80) | def getOptionalRelease(self): method getMandatoryRelease (line 88) | def getMandatoryRelease(self): method __repr__ (line 97) | def __repr__(self): FILE: tests/pythons/win64-py27/Lib/_abcoll.py function _hasattr (line 24) | def _hasattr(C, attr): class Hashable (line 32) | class Hashable: method __hash__ (line 36) | def __hash__(self): method __subclasshook__ (line 40) | def __subclasshook__(cls, C): class Iterable (line 55) | class Iterable: method __iter__ (line 59) | def __iter__(self): method __subclasshook__ (line 64) | def __subclasshook__(cls, C): class Iterator (line 73) | class Iterator(Iterable): method next (line 76) | def next(self): method __iter__ (line 80) | def __iter__(self): method __subclasshook__ (line 84) | def __subclasshook__(cls, C): class Sized (line 91) | class Sized: method __len__ (line 95) | def __len__(self): method __subclasshook__ (line 99) | def __subclasshook__(cls, C): class Container (line 106) | class Container: method __contains__ (line 110) | def __contains__(self, x): method __subclasshook__ (line 114) | def __subclasshook__(cls, C): class Callable (line 121) | class Callable: method __call__ (line 125) | def __call__(self, *args, **kwds): method __subclasshook__ (line 129) | def __subclasshook__(cls, C): class Set (line 139) | class Set(Sized, Iterable, Container): method __le__ (line 150) | def __le__(self, other): method __lt__ (line 160) | def __lt__(self, other): method __gt__ (line 165) | def __gt__(self, other): method __ge__ (line 170) | def __ge__(self, other): method __eq__ (line 175) | def __eq__(self, other): method __ne__ (line 180) | def __ne__(self, other): method _from_iterable (line 184) | def _from_iterable(cls, it): method __and__ (line 192) | def __and__(self, other): method isdisjoint (line 197) | def isdisjoint(self, other): method __or__ (line 204) | def __or__(self, other): method __sub__ (line 210) | def __sub__(self, other): method __xor__ (line 218) | def __xor__(self, other): method _hash (line 228) | def _hash(self): class MutableSet (line 263) | class MutableSet(Set): method add (line 276) | def add(self, value): method discard (line 281) | def discard(self, value): method remove (line 285) | def remove(self, value): method pop (line 291) | def pop(self): method clear (line 301) | def clear(self): method __ior__ (line 309) | def __ior__(self, it): method __iand__ (line 314) | def __iand__(self, it): method __ixor__ (line 319) | def __ixor__(self, it): method __isub__ (line 332) | def __isub__(self, it): class Mapping (line 346) | class Mapping(Sized, Iterable, Container): method __getitem__ (line 357) | def __getitem__(self, key): method get (line 360) | def get(self, key, default=None): method __contains__ (line 367) | def __contains__(self, key): method iterkeys (line 375) | def iterkeys(self): method itervalues (line 379) | def itervalues(self): method iteritems (line 384) | def iteritems(self): method keys (line 389) | def keys(self): method items (line 393) | def items(self): method values (line 397) | def values(self): method __eq__ (line 404) | def __eq__(self, other): method __ne__ (line 409) | def __ne__(self, other): class MappingView (line 412) | class MappingView(Sized): method __init__ (line 414) | def __init__(self, mapping): method __len__ (line 417) | def __len__(self): method __repr__ (line 420) | def __repr__(self): class KeysView (line 424) | class KeysView(MappingView, Set): method _from_iterable (line 427) | def _from_iterable(self, it): method __contains__ (line 430) | def __contains__(self, key): method __iter__ (line 433) | def __iter__(self): class ItemsView (line 438) | class ItemsView(MappingView, Set): method _from_iterable (line 441) | def _from_iterable(self, it): method __contains__ (line 444) | def __contains__(self, item): method __iter__ (line 453) | def __iter__(self): class ValuesView (line 458) | class ValuesView(MappingView): method __contains__ (line 460) | def __contains__(self, value): method __iter__ (line 466) | def __iter__(self): class MutableMapping (line 471) | class MutableMapping(Mapping): method __setitem__ (line 483) | def __setitem__(self, key, value): method __delitem__ (line 487) | def __delitem__(self, key): method pop (line 492) | def pop(self, key, default=__marker): method popitem (line 506) | def popitem(self): method clear (line 518) | def clear(self): method update (line 526) | def update(*args, **kwds): method setdefault (line 552) | def setdefault(self, key, default=None): class Sequence (line 566) | class Sequence(Sized, Iterable, Container): method __getitem__ (line 574) | def __getitem__(self, index): method __iter__ (line 577) | def __iter__(self): method __contains__ (line 587) | def __contains__(self, value): method __reversed__ (line 593) | def __reversed__(self): method index (line 597) | def index(self, value): method count (line 606) | def count(self, value): class MutableSequence (line 616) | class MutableSequence(Sequence): method __setitem__ (line 626) | def __setitem__(self, index, value): method __delitem__ (line 630) | def __delitem__(self, index): method insert (line 634) | def insert(self, index, value): method append (line 638) | def append(self, value): method reverse (line 642) | def reverse(self): method extend (line 648) | def extend(self, values): method pop (line 653) | def pop(self, index=-1): method remove (line 661) | def remove(self, value): method __iadd__ (line 667) | def __iadd__(self, values): FILE: tests/pythons/win64-py27/Lib/_osx_support.py function _find_executable (line 29) | def _find_executable(executable, path=None): function _read_output (line 55) | def _read_output(commandstring): function _find_build_tool (line 74) | def _find_build_tool(toolname): function _get_system_version (line 83) | def _get_system_version(): function _remove_original_values (line 113) | def _remove_original_values(_config_vars): function _save_modified_value (line 120) | def _save_modified_value(_config_vars, cv, newvalue): function _supports_universal_builds (line 128) | def _supports_universal_builds(): function _find_appropriate_compiler (line 144) | def _find_appropriate_compiler(_config_vars): function _remove_universal_flags (line 206) | def _remove_universal_flags(_config_vars): function _remove_unsupported_archs (line 220) | def _remove_unsupported_archs(_config_vars): function _override_all_archs (line 260) | def _override_all_archs(_config_vars): function _check_for_unavailable_sdk (line 277) | def _check_for_unavailable_sdk(_config_vars): function compiler_fixup (line 304) | def compiler_fixup(compiler_so, cc_args): function customize_config_vars (line 368) | def customize_config_vars(_config_vars): function customize_compiler (line 409) | def customize_compiler(_config_vars): function get_platform_osx (line 429) | def get_platform_osx(_config_vars, osname, release, machine): FILE: tests/pythons/win64-py27/Lib/_pyio.py class BlockingIOError (line 32) | class BlockingIOError(IOError): method __init__ (line 36) | def __init__(self, errno, strerror, characters_written=0): function open (line 43) | def open(file, mode="r", buffering=-1, class DocDescriptor (line 229) | class DocDescriptor: method __get__ (line 232) | def __get__(self, obj, typ): class OpenWrapper (line 238) | class OpenWrapper: method __new__ (line 248) | def __new__(cls, *args, **kwargs): class UnsupportedOperation (line 252) | class UnsupportedOperation(ValueError, IOError): class IOBase (line 256) | class IOBase: method _unsupported (line 291) | def _unsupported(self, name): method seek (line 298) | def seek(self, pos, whence=0): method tell (line 313) | def tell(self): method truncate (line 317) | def truncate(self, pos=None): method flush (line 327) | def flush(self): method close (line 337) | def close(self): method __del__ (line 348) | def __del__(self): method seekable (line 362) | def seekable(self): method _checkSeekable (line 370) | def _checkSeekable(self, msg=None): method readable (line 378) | def readable(self): method _checkReadable (line 385) | def _checkReadable(self, msg=None): method writable (line 392) | def writable(self): method _checkWritable (line 399) | def _checkWritable(self, msg=None): method closed (line 407) | def closed(self): method _checkClosed (line 414) | def _checkClosed(self, msg=None): method __enter__ (line 423) | def __enter__(self): method __exit__ (line 428) | def __exit__(self, *args): method fileno (line 436) | def fileno(self): method isatty (line 443) | def isatty(self): method readline (line 453) | def readline(self, limit=-1): method __iter__ (line 489) | def __iter__(self): method next (line 493) | def next(self): method readlines (line 499) | def readlines(self, hint=None): method writelines (line 519) | def writelines(self, lines): class RawIOBase (line 527) | class RawIOBase(IOBase): method read (line 541) | def read(self, n=-1): method readall (line 558) | def readall(self): method readinto (line 572) | def readinto(self, b): method write (line 580) | def write(self, b): class BufferedIOBase (line 592) | class BufferedIOBase(IOBase): method read (line 609) | def read(self, n=None): method read1 (line 629) | def read1(self, n=None): method readinto (line 633) | def readinto(self, b): method write (line 656) | def write(self, b): method detach (line 667) | def detach(self): class _BufferedIOMixin (line 679) | class _BufferedIOMixin(BufferedIOBase): method __init__ (line 688) | def __init__(self, raw): method seek (line 693) | def seek(self, pos, whence=0): method tell (line 699) | def tell(self): method truncate (line 705) | def truncate(self, pos=None): method flush (line 719) | def flush(self): method close (line 724) | def close(self): method detach (line 732) | def detach(self): method seekable (line 742) | def seekable(self): method readable (line 745) | def readable(self): method writable (line 748) | def writable(self): method raw (line 752) | def raw(self): method closed (line 756) | def closed(self): method name (line 760) | def name(self): method mode (line 764) | def mode(self): method __repr__ (line 767) | def __repr__(self): method fileno (line 778) | def fileno(self): method isatty (line 781) | def isatty(self): class BytesIO (line 785) | class BytesIO(BufferedIOBase): method __init__ (line 789) | def __init__(self, initial_bytes=None): method __getstate__ (line 796) | def __getstate__(self): method getvalue (line 801) | def getvalue(self): method read (line 808) | def read(self, n=None): method read1 (line 825) | def read1(self, n): method write (line 830) | def write(self, b): method seek (line 848) | def seek(self, pos, whence=0): method tell (line 867) | def tell(self): method truncate (line 872) | def truncate(self, pos=None): method readable (line 887) | def readable(self): method writable (line 892) | def writable(self): method seekable (line 897) | def seekable(self): class BufferedReader (line 903) | class BufferedReader(_BufferedIOMixin): method __init__ (line 914) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method _reset_read_buf (line 927) | def _reset_read_buf(self): method read (line 931) | def read(self, n=None): method _read_unlocked (line 944) | def _read_unlocked(self, n=None): method peek (line 1000) | def peek(self, n=0): method _peek_unlocked (line 1010) | def _peek_unlocked(self, n=0): method read1 (line 1028) | def read1(self, n): method tell (line 1041) | def tell(self): method seek (line 1044) | def seek(self, pos, whence=0): class BufferedWriter (line 1054) | class BufferedWriter(_BufferedIOMixin): method __init__ (line 1065) | def __init__(self, raw, method write (line 1080) | def write(self, b): method truncate (line 1108) | def truncate(self, pos=None): method flush (line 1115) | def flush(self): method _flush_unlocked (line 1119) | def _flush_unlocked(self): method tell (line 1140) | def tell(self): method seek (line 1143) | def seek(self, pos, whence=0): class BufferedRWPair (line 1151) | class BufferedRWPair(BufferedIOBase): method __init__ (line 1167) | def __init__(self, reader, writer, method read (line 1185) | def read(self, n=None): method readinto (line 1190) | def readinto(self, b): method write (line 1193) | def write(self, b): method peek (line 1196) | def peek(self, n=0): method read1 (line 1199) | def read1(self, n): method readable (line 1202) | def readable(self): method writable (line 1205) | def writable(self): method flush (line 1208) | def flush(self): method close (line 1211) | def close(self): method isatty (line 1215) | def isatty(self): method closed (line 1219) | def closed(self): class BufferedRandom (line 1223) | class BufferedRandom(BufferedWriter, BufferedReader): method __init__ (line 1234) | def __init__(self, raw, method seek (line 1240) | def seek(self, pos, whence=0): method tell (line 1257) | def tell(self): method truncate (line 1263) | def truncate(self, pos=None): method read (line 1269) | def read(self, n=None): method readinto (line 1275) | def readinto(self, b): method peek (line 1279) | def peek(self, n=0): method read1 (line 1283) | def read1(self, n): method write (line 1287) | def write(self, b): class TextIOBase (line 1296) | class TextIOBase(IOBase): method read (line 1305) | def read(self, n=-1): method write (line 1313) | def write(self, s): method truncate (line 1317) | def truncate(self, pos=None): method readline (line 1321) | def readline(self): method detach (line 1328) | def detach(self): method encoding (line 1338) | def encoding(self): method newlines (line 1343) | def newlines(self): method errors (line 1353) | def errors(self): class IncrementalNewlineDecoder (line 1362) | class IncrementalNewlineDecoder(codecs.IncrementalDecoder): method __init__ (line 1369) | def __init__(self, decoder, translate, errors='strict'): method decode (line 1376) | def decode(self, input, final=False): method getstate (line 1407) | def getstate(self): method setstate (line 1418) | def setstate(self, state): method reset (line 1424) | def reset(self): method newlines (line 1435) | def newlines(self): class TextIOWrapper (line 1447) | class TextIOWrapper(TextIOBase): method __init__ (line 1473) | def __init__(self, buffer, encoding=None, errors=None, newline=None, method __repr__ (line 1531) | def __repr__(self): method encoding (line 1541) | def encoding(self): method errors (line 1545) | def errors(self): method line_buffering (line 1549) | def line_buffering(self): method buffer (line 1553) | def buffer(self): method seekable (line 1556) | def seekable(self): method readable (line 1561) | def readable(self): method writable (line 1564) | def writable(self): method flush (line 1567) | def flush(self): method close (line 1571) | def close(self): method closed (line 1579) | def closed(self): method name (line 1583) | def name(self): method fileno (line 1586) | def fileno(self): method isatty (line 1589) | def isatty(self): method write (line 1592) | def write(self, s): method _get_encoder (line 1613) | def _get_encoder(self): method _get_decoder (line 1618) | def _get_decoder(self): method _set_decoded_chars (line 1629) | def _set_decoded_chars(self, chars): method _get_decoded_chars (line 1634) | def _get_decoded_chars(self, n=None): method _rewind_decoded_chars (line 1644) | def _rewind_decoded_chars(self, n): method _read_chunk (line 1650) | def _read_chunk(self): method _pack_cookie (line 1684) | def _pack_cookie(self, position, dec_flags=0, method _unpack_cookie (line 1694) | def _unpack_cookie(self, bigint): method tell (line 1701) | def tell(self): method truncate (line 1763) | def truncate(self, pos=None): method detach (line 1769) | def detach(self): method seek (line 1777) | def seek(self, cookie, whence=0): method read (line 1849) | def read(self, n=None): method next (line 1874) | def next(self): method readline (line 1883) | def readline(self, limit=None): method newlines (line 1972) | def newlines(self): class StringIO (line 1976) | class StringIO(TextIOWrapper): method __init__ (line 1983) | def __init__(self, initial_value="", newline="\n"): method getvalue (line 1998) | def getvalue(self): method __repr__ (line 2002) | def __repr__(self): method errors (line 2008) | def errors(self): method encoding (line 2012) | def encoding(self): method detach (line 2015) | def detach(self): FILE: tests/pythons/win64-py27/Lib/_strptime.py function _getlang (line 27) | def _getlang(): class LocaleTime (line 31) | class LocaleTime(object): method __init__ (line 50) | def __init__(self): method __pad (line 79) | def __pad(self, seq, front): method __calc_weekday (line 88) | def __calc_weekday(self): method __calc_month (line 96) | def __calc_month(self): method __calc_am_pm (line 103) | def __calc_am_pm(self): method __calc_date_time (line 115) | def __calc_date_time(self): method __calc_timezone (line 160) | def __calc_timezone(self): class TimeRE (line 176) | class TimeRE(dict): method __init__ (line 179) | def __init__(self, locale_time=None): method __seqToRE (line 221) | def __seqToRE(self, to_convert, directive): method pattern (line 240) | def pattern(self, format): method compile (line 263) | def compile(self, format): function _calc_julian_from_U_or_W (line 274) | def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_start... function _strptime (line 295) | def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_time (line 466) | def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): FILE: tests/pythons/win64-py27/Lib/_threading_local.py class _localbase (line 148) | class _localbase(object): method __new__ (line 151) | def __new__(cls, *args, **kw): function _patch (line 169) | def _patch(self): class local (line 186) | class local(_localbase): method __getattribute__ (line 188) | def __getattribute__(self, name): method __setattr__ (line 197) | def __setattr__(self, name, value): method __delattr__ (line 210) | def __delattr__(self, name): method __del__ (line 223) | def __del__(self): FILE: tests/pythons/win64-py27/Lib/_weakrefset.py class _IterationGuard (line 10) | class _IterationGuard(object): method __init__ (line 16) | def __init__(self, weakcontainer): method __enter__ (line 20) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, e, t, b): class WeakSet (line 35) | class WeakSet(object): method __init__ (line 36) | def __init__(self, data=None): method _commit_removals (line 52) | def _commit_removals(self): method __iter__ (line 58) | def __iter__(self): method __len__ (line 65) | def __len__(self): method __contains__ (line 68) | def __contains__(self, item): method __reduce__ (line 75) | def __reduce__(self): method add (line 81) | def add(self, item): method clear (line 86) | def clear(self): method copy (line 91) | def copy(self): method pop (line 94) | def pop(self): method remove (line 106) | def remove(self, item): method discard (line 111) | def discard(self, item): method update (line 116) | def update(self, other): method __ior__ (line 122) | def __ior__(self, other): method difference (line 126) | def difference(self, other): method difference_update (line 132) | def difference_update(self, other): method __isub__ (line 134) | def __isub__(self, other): method intersection (line 143) | def intersection(self, other): method intersection_update (line 147) | def intersection_update(self, other): method __iand__ (line 149) | def __iand__(self, other): method issubset (line 155) | def issubset(self, other): method __lt__ (line 159) | def __lt__(self, other): method issuperset (line 162) | def issuperset(self, other): method __gt__ (line 166) | def __gt__(self, other): method __eq__ (line 169) | def __eq__(self, other): method __ne__ (line 174) | def __ne__(self, other): method symmetric_difference (line 180) | def symmetric_difference(self, other): method symmetric_difference_update (line 186) | def symmetric_difference_update(self, other): method __ixor__ (line 188) | def __ixor__(self, other): method union (line 197) | def union(self, other): method isdisjoint (line 201) | def isdisjoint(self, other): FILE: tests/pythons/win64-py27/Lib/abc.py class _C (line 11) | class _C: pass function abstractmethod (line 15) | def abstractmethod(funcobj): class abstractproperty (line 36) | class abstractproperty(property): class ABCMeta (line 65) | class ABCMeta(type): method __new__ (line 86) | def __new__(mcls, name, bases, namespace): method register (line 105) | def register(cls, subclass): method _dump_registry (line 119) | def _dump_registry(cls, file=None): method __instancecheck__ (line 128) | def __instancecheck__(cls, instance): method __subclasscheck__ (line 148) | def __subclasscheck__(cls, subclass): FILE: tests/pythons/win64-py27/Lib/aifc.py class Error (line 142) | class Error(Exception): function _read_long (line 147) | def _read_long(file): function _read_ulong (line 153) | def _read_ulong(file): function _read_short (line 159) | def _read_short(file): function _read_ushort (line 165) | def _read_ushort(file): function _read_string (line 171) | def _read_string(file): function _read_float (line 183) | def _read_float(f): # 10 bytes function _write_short (line 200) | def _write_short(f, x): function _write_ushort (line 203) | def _write_ushort(f, x): function _write_long (line 206) | def _write_long(f, x): function _write_ulong (line 209) | def _write_ulong(f, x): function _write_string (line 212) | def _write_string(f, s): function _write_float (line 220) | def _write_float(f, x): class Aifc_read (line 255) | class Aifc_read: method initfp (line 291) | def initfp(self, file): method __init__ (line 343) | def __init__(self, f): method getfp (line 352) | def getfp(self): method rewind (line 355) | def rewind(self): method close (line 359) | def close(self): method tell (line 365) | def tell(self): method getnchannels (line 368) | def getnchannels(self): method getnframes (line 371) | def getnframes(self): method getsampwidth (line 374) | def getsampwidth(self): method getframerate (line 377) | def getframerate(self): method getcomptype (line 380) | def getcomptype(self): method getcompname (line 383) | def getcompname(self): method getparams (line 389) | def getparams(self): method getmarkers (line 394) | def getmarkers(self): method getmark (line 399) | def getmark(self, id): method setpos (line 405) | def setpos(self, pos): method readframes (line 411) | def readframes(self, nframes): method _decomp_data (line 431) | def _decomp_data(self, data): method _ulaw2lin (line 438) | def _ulaw2lin(self, data): method _adpcm2lin (line 442) | def _adpcm2lin(self, data): method _read_comm_chunk (line 451) | def _read_comm_chunk(self, chunk): method _readmark (line 511) | def _readmark(self, chunk): class Aifc_write (line 532) | class Aifc_write: method __init__ (line 562) | def __init__(self, f): method initfp (line 575) | def initfp(self, file): method __del__ (line 593) | def __del__(self): method aiff (line 600) | def aiff(self): method aifc (line 605) | def aifc(self): method setnchannels (line 610) | def setnchannels(self, nchannels): method getnchannels (line 617) | def getnchannels(self): method setsampwidth (line 622) | def setsampwidth(self, sampwidth): method getsampwidth (line 629) | def getsampwidth(self): method setframerate (line 634) | def setframerate(self, framerate): method getframerate (line 641) | def getframerate(self): method setnframes (line 646) | def setnframes(self, nframes): method getnframes (line 651) | def getnframes(self): method setcomptype (line 654) | def setcomptype(self, comptype, compname): method getcomptype (line 662) | def getcomptype(self): method getcompname (line 665) | def getcompname(self): method setparams (line 673) | def setparams(self, info): method getparams (line 685) | def getparams(self): method setmark (line 691) | def setmark(self, id, pos, name): method getmark (line 704) | def getmark(self, id): method getmarkers (line 710) | def getmarkers(self): method tell (line 715) | def tell(self): method writeframesraw (line 718) | def writeframesraw(self, data): method writeframes (line 727) | def writeframes(self, data): method close (line 733) | def close(self): method _comp_data (line 761) | def _comp_data(self, data): method _lin2ulaw (line 767) | def _lin2ulaw(self, data): method _lin2adpcm (line 771) | def _lin2adpcm(self, data): method _ensure_header_written (line 779) | def _ensure_header_written(self, datasize): method _init_compression (line 799) | def _init_compression(self): method _write_header (line 837) | def _write_header(self, initlength): method _write_form_length (line 883) | def _write_form_length(self, datalength): method _patchheader (line 896) | def _patchheader(self): method _writemarkers (line 918) | def _writemarkers(self): function open (line 937) | def open(f, mode=None): FILE: tests/pythons/win64-py27/Lib/anydbm.py class error (line 36) | class error(Exception): function open (line 57) | def open(file, flag='r', mode=0666): FILE: tests/pythons/win64-py27/Lib/argparse.py function _callable (line 95) | def _callable(obj): class _AttributeHolder (line 112) | class _AttributeHolder(object): method __repr__ (line 121) | def __repr__(self): method _get_kwargs (line 130) | def _get_kwargs(self): method _get_args (line 133) | def _get_args(self): function _ensure_value (line 137) | def _ensure_value(namespace, name, value): class HelpFormatter (line 147) | class HelpFormatter(object): method __init__ (line 154) | def __init__(self, method _indent (line 186) | def _indent(self): method _dedent (line 190) | def _dedent(self): class _Section (line 195) | class _Section(object): method __init__ (line 197) | def __init__(self, formatter, parent, heading=None): method format_help (line 203) | def format_help(self): method _add_item (line 228) | def _add_item(self, func, args): method start_section (line 234) | def start_section(self, heading): method end_section (line 240) | def end_section(self): method add_text (line 244) | def add_text(self, text): method add_usage (line 248) | def add_usage(self, usage, actions, groups, prefix=None): method add_argument (line 253) | def add_argument(self, action): method add_arguments (line 271) | def add_arguments(self, actions): method format_help (line 278) | def format_help(self): method _join_parts (line 285) | def _join_parts(self, part_strings): method _format_usage (line 290) | def _format_usage(self, usage, actions, groups, prefix): method _format_actions_usage (line 382) | def _format_actions_usage(self, actions, groups): method _format_text (line 478) | def _format_text(self, text): method _format_action (line 485) | def _format_action(self, action): method _format_action_invocation (line 532) | def _format_action_invocation(self, action): method _metavar_formatter (line 555) | def _metavar_formatter(self, action, default_metavar): method _format_args (line 571) | def _format_args(self, action, default_metavar): method _expand_help (line 590) | def _expand_help(self, action): method _iter_indented_subactions (line 603) | def _iter_indented_subactions(self, action): method _split_lines (line 614) | def _split_lines(self, text, width): method _fill_text (line 618) | def _fill_text(self, text, width, indent): method _get_help_string (line 623) | def _get_help_string(self, action): class RawDescriptionHelpFormatter (line 627) | class RawDescriptionHelpFormatter(HelpFormatter): method _fill_text (line 634) | def _fill_text(self, text, width, indent): class RawTextHelpFormatter (line 638) | class RawTextHelpFormatter(RawDescriptionHelpFormatter): method _split_lines (line 645) | def _split_lines(self, text, width): class ArgumentDefaultsHelpFormatter (line 649) | class ArgumentDefaultsHelpFormatter(HelpFormatter): method _get_help_string (line 656) | def _get_help_string(self, action): function _get_action_name (line 670) | def _get_action_name(argument): class ArgumentError (line 683) | class ArgumentError(Exception): method __init__ (line 690) | def __init__(self, argument, message): method __str__ (line 694) | def __str__(self): class ArgumentTypeError (line 703) | class ArgumentTypeError(Exception): class Action (line 712) | class Action(_AttributeHolder): method __init__ (line 763) | def __init__(self, method _get_kwargs (line 785) | def _get_kwargs(self): method __call__ (line 799) | def __call__(self, parser, namespace, values, option_string=None): class _StoreAction (line 803) | class _StoreAction(Action): method __init__ (line 805) | def __init__(self, method __call__ (line 834) | def __call__(self, parser, namespace, values, option_string=None): class _StoreConstAction (line 838) | class _StoreConstAction(Action): method __init__ (line 840) | def __init__(self, method __call__ (line 857) | def __call__(self, parser, namespace, values, option_string=None): class _StoreTrueAction (line 861) | class _StoreTrueAction(_StoreConstAction): method __init__ (line 863) | def __init__(self, class _StoreFalseAction (line 878) | class _StoreFalseAction(_StoreConstAction): method __init__ (line 880) | def __init__(self, class _AppendAction (line 895) | class _AppendAction(Action): method __init__ (line 897) | def __init__(self, method __call__ (line 926) | def __call__(self, parser, namespace, values, option_string=None): class _AppendConstAction (line 932) | class _AppendConstAction(Action): method __init__ (line 934) | def __init__(self, method __call__ (line 952) | def __call__(self, parser, namespace, values, option_string=None): class _CountAction (line 958) | class _CountAction(Action): method __init__ (line 960) | def __init__(self, method __call__ (line 974) | def __call__(self, parser, namespace, values, option_string=None): class _HelpAction (line 979) | class _HelpAction(Action): method __init__ (line 981) | def __init__(self, method __call__ (line 993) | def __call__(self, parser, namespace, values, option_string=None): class _VersionAction (line 998) | class _VersionAction(Action): method __init__ (line 1000) | def __init__(self, method __call__ (line 1014) | def __call__(self, parser, namespace, values, option_string=None): class _SubParsersAction (line 1023) | class _SubParsersAction(Action): class _ChoicesPseudoAction (line 1025) | class _ChoicesPseudoAction(Action): method __init__ (line 1027) | def __init__(self, name, help): method __init__ (line 1031) | def __init__(self, method add_parser (line 1052) | def add_parser(self, name, **kwargs): method _get_subactions (line 1068) | def _get_subactions(self): method __call__ (line 1071) | def __call__(self, parser, namespace, values, option_string=None): class FileType (line 1100) | class FileType(object): method __init__ (line 1113) | def __init__(self, mode='r', bufsize=-1): method __call__ (line 1117) | def __call__(self, string): method __repr__ (line 1135) | def __repr__(self): class Namespace (line 1144) | class Namespace(_AttributeHolder): method __init__ (line 1151) | def __init__(self, **kwargs): method __eq__ (line 1157) | def __eq__(self, other): method __ne__ (line 1160) | def __ne__(self, other): method __contains__ (line 1163) | def __contains__(self, key): class _ActionsContainer (line 1167) | class _ActionsContainer(object): method __init__ (line 1169) | def __init__(self, method register (line 1221) | def register(self, registry_name, value, object): method _registry_get (line 1225) | def _registry_get(self, registry_name, value, default=None): method set_defaults (line 1231) | def set_defaults(self, **kwargs): method get_default (line 1240) | def get_default(self, dest): method add_argument (line 1250) | def add_argument(self, *args, **kwargs): method add_argument_group (line 1297) | def add_argument_group(self, *args, **kwargs): method add_mutually_exclusive_group (line 1302) | def add_mutually_exclusive_group(self, **kwargs): method _add_action (line 1307) | def _add_action(self, action): method _remove_action (line 1328) | def _remove_action(self, action): method _add_container_actions (line 1331) | def _add_container_actions(self, container): method _get_positional_kwargs (line 1371) | def _get_positional_kwargs(self, dest, **kwargs): method _get_optional_kwargs (line 1387) | def _get_optional_kwargs(self, *args, **kwargs): method _pop_action_class (line 1422) | def _pop_action_class(self, kwargs, default=None): method _get_handler (line 1426) | def _get_handler(self): method _check_conflict (line 1435) | def _check_conflict(self, action): method _handle_conflict_error (line 1449) | def _handle_conflict_error(self, action, conflicting_actions): method _handle_conflict_resolve (line 1456) | def _handle_conflict_resolve(self, action, conflicting_actions): class _ArgumentGroup (line 1471) | class _ArgumentGroup(_ActionsContainer): method __init__ (line 1473) | def __init__(self, container, title=None, description=None, **kwargs): method _add_action (line 1495) | def _add_action(self, action): method _remove_action (line 1500) | def _remove_action(self, action): class _MutuallyExclusiveGroup (line 1505) | class _MutuallyExclusiveGroup(_ArgumentGroup): method __init__ (line 1507) | def __init__(self, container, required=False): method _add_action (line 1512) | def _add_action(self, action): method _remove_action (line 1520) | def _remove_action(self, action): class ArgumentParser (line 1525) | class ArgumentParser(_AttributeHolder, _ActionsContainer): method __init__ (line 1543) | def __init__(self, method _get_kwargs (line 1621) | def _get_kwargs(self): method add_subparsers (line 1636) | def add_subparsers(self, **kwargs): method _add_action (line 1667) | def _add_action(self, action): method _get_optional_actions (line 1674) | def _get_optional_actions(self): method _get_positional_actions (line 1679) | def _get_positional_actions(self): method parse_args (line 1687) | def parse_args(self, args=None, namespace=None): method parse_known_args (line 1694) | def parse_known_args(self, args=None, namespace=None): method _parse_known_args (line 1729) | def _parse_known_args(self, arg_strings, namespace): method _read_args_from_files (line 1975) | def _read_args_from_files(self, arg_strings): method convert_arg_line_to_args (line 2004) | def convert_arg_line_to_args(self, arg_line): method _match_argument (line 2007) | def _match_argument(self, action, arg_strings_pattern): method _match_arguments_partial (line 2026) | def _match_arguments_partial(self, actions, arg_strings_pattern): method _parse_optional (line 2042) | def _parse_optional(self, arg_string): method _get_option_tuples (line 2099) | def _get_option_tuples(self, option_string): method _get_nargs_pattern (line 2143) | def _get_nargs_pattern(self, action): method _get_values (line 2187) | def _get_values(self, action, arg_strings): method _get_value (line 2239) | def _get_value(self, action, arg_string): method _check_value (line 2264) | def _check_value(self, action, value): method format_usage (line 2274) | def format_usage(self): method format_help (line 2280) | def format_help(self): method format_version (line 2303) | def format_version(self): method _get_formatter (line 2313) | def _get_formatter(self): method print_usage (line 2319) | def print_usage(self, file=None): method print_help (line 2324) | def print_help(self, file=None): method print_version (line 2329) | def print_version(self, file=None): method _print_message (line 2337) | def _print_message(self, message, file=None): method exit (line 2346) | def exit(self, status=0, message=None): method error (line 2351) | def error(self, message): FILE: tests/pythons/win64-py27/Lib/ast.py function parse (line 32) | def parse(source, filename='', mode='exec'): function literal_eval (line 40) | def literal_eval(node_or_string): function dump (line 83) | def dump(node, annotate_fields=True, include_attributes=False): function copy_location (line 113) | def copy_location(new_node, old_node): function fix_missing_locations (line 125) | def fix_missing_locations(node): function increment_lineno (line 150) | def increment_lineno(node, n=1): function iter_fields (line 161) | def iter_fields(node): function iter_child_nodes (line 173) | def iter_child_nodes(node): function get_docstring (line 187) | def get_docstring(node, clean=True): function walk (line 203) | def walk(node): class NodeVisitor (line 217) | class NodeVisitor(object): method visit (line 237) | def visit(self, node): method generic_visit (line 243) | def generic_visit(self, node): class NodeTransformer (line 254) | class NodeTransformer(NodeVisitor): method generic_visit (line 290) | def generic_visit(self, node): FILE: tests/pythons/win64-py27/Lib/asynchat.py class async_chat (line 55) | class async_chat (asyncore.dispatcher): method __init__ (line 64) | def __init__ (self, sock=None, map=None): method collect_incoming_data (line 81) | def collect_incoming_data(self, data): method _collect_incoming_data (line 84) | def _collect_incoming_data(self, data): method _get_data (line 87) | def _get_data(self): method found_terminator (line 92) | def found_terminator(self): method set_terminator (line 95) | def set_terminator (self, term): method get_terminator (line 99) | def get_terminator (self): method handle_read (line 107) | def handle_read (self): method handle_write (line 173) | def handle_write (self): method handle_close (line 176) | def handle_close (self): method push (line 179) | def push (self, data): method push_with_producer (line 188) | def push_with_producer (self, producer): method readable (line 192) | def readable (self): method writable (line 200) | def writable (self): method close_when_done (line 204) | def close_when_done (self): method initiate_send (line 208) | def initiate_send(self): method discard_buffers (line 248) | def discard_buffers (self): class simple_producer (line 254) | class simple_producer: method __init__ (line 256) | def __init__ (self, data, buffer_size=512): method more (line 260) | def more (self): class fifo (line 270) | class fifo: method __init__ (line 271) | def __init__ (self, list=None): method __len__ (line 277) | def __len__ (self): method is_empty (line 280) | def is_empty (self): method first (line 283) | def first (self): method push (line 286) | def push (self, data): method pop (line 289) | def pop (self): function find_prefix_at_end (line 310) | def find_prefix_at_end (haystack, needle): FILE: tests/pythons/win64-py27/Lib/asyncore.py function _strerror (line 68) | def _strerror(err): class ExitNow (line 76) | class ExitNow(Exception): function read (line 81) | def read(obj): function write (line 89) | def write(obj): function _exception (line 97) | def _exception(obj): function readwrite (line 105) | def readwrite(obj, flags): function poll (line 125) | def poll(timeout=0.0, map=None): function poll2 (line 170) | def poll2(timeout=0.0, map=None): function loop (line 205) | def loop(timeout=30.0, use_poll=False, map=None, count=None): class dispatcher (line 223) | class dispatcher: method __init__ (line 233) | def __init__(self, sock=None, map=None): method __repr__ (line 265) | def __repr__(self): method add_channel (line 280) | def add_channel(self, map=None): method del_channel (line 286) | def del_channel(self, map=None): method create_socket (line 295) | def create_socket(self, family, type): method set_socket (line 301) | def set_socket(self, sock, map=None): method set_reuse_addr (line 307) | def set_reuse_addr(self): method readable (line 324) | def readable(self): method writable (line 327) | def writable(self): method listen (line 334) | def listen(self, num): method bind (line 340) | def bind(self, addr): method connect (line 344) | def connect(self, address): method accept (line 358) | def accept(self): method send (line 372) | def send(self, data): method recv (line 385) | def recv(self, buffer_size): method close (line 403) | def close(self): method __getattr__ (line 416) | def __getattr__(self, attr): method log (line 432) | def log(self, message): method log_info (line 435) | def log_info(self, message, type='info'): method handle_read_event (line 439) | def handle_read_event(self): method handle_connect_event (line 451) | def handle_connect_event(self): method handle_write_event (line 459) | def handle_write_event(self): method handle_expt_event (line 470) | def handle_expt_event(self): method handle_error (line 485) | def handle_error(self): method handle_expt (line 505) | def handle_expt(self): method handle_read (line 508) | def handle_read(self): method handle_write (line 511) | def handle_write(self): method handle_connect (line 514) | def handle_connect(self): method handle_accept (line 517) | def handle_accept(self): method handle_close (line 520) | def handle_close(self): class dispatcher_with_send (line 529) | class dispatcher_with_send(dispatcher): method __init__ (line 531) | def __init__(self, sock=None, map=None): method initiate_send (line 535) | def initiate_send(self): method handle_write (line 540) | def handle_write(self): method writable (line 543) | def writable(self): method send (line 546) | def send(self, data): function compact_traceback (line 556) | def compact_traceback(): function close_all (line 576) | def close_all(map=None, ignore_all=False): class file_wrapper (line 610) | class file_wrapper: method __init__ (line 615) | def __init__(self, fd): method recv (line 618) | def recv(self, *args): method send (line 621) | def send(self, *args): method getsockopt (line 624) | def getsockopt(self, level, optname, buflen=None): method close (line 635) | def close(self): method fileno (line 638) | def fileno(self): class file_dispatcher (line 641) | class file_dispatcher(dispatcher): method __init__ (line 643) | def __init__(self, fd, map=None): method set_file (line 656) | def set_file(self, fd): FILE: tests/pythons/win64-py27/Lib/atexit.py function _run_exitfuncs (line 13) | def _run_exitfuncs(): function register (line 37) | def register(func, *targs, **kargs): function x1 (line 55) | def x1(): function x2 (line 57) | def x2(n): function x3 (line 59) | def x3(n, kwd=None): FILE: tests/pythons/win64-py27/Lib/audiodev.py class error (line 8) | class error(Exception): class Play_Audio_sgi (line 11) | class Play_Audio_sgi: method initclass (line 20) | def initclass(self): method __init__ (line 43) | def __init__(self): method __del__ (line 57) | def __del__(self): method wait (line 65) | def wait(self): method stop (line 73) | def stop(self): method setoutrate (line 82) | def setoutrate(self, rate): method setsampwidth (line 91) | def setsampwidth(self, width): method setnchannels (line 106) | def setnchannels(self, nchannels): method writeframes (line 115) | def writeframes(self, data): method getfilled (line 128) | def getfilled(self): method getfillable (line 134) | def getfillable(self): method ulaw2lin (line 143) | def ulaw2lin(self, data): class Play_Audio_sun (line 147) | class Play_Audio_sun: method __init__ (line 151) | def __init__(self): method __del__ (line 162) | def __del__(self): method setoutrate (line 165) | def setoutrate(self, rate): method setsampwidth (line 169) | def setsampwidth(self, width): method setnchannels (line 173) | def setnchannels(self, nchannels): method writeframes (line 177) | def writeframes(self, data): method wait (line 198) | def wait(self): method stop (line 204) | def stop(self): method getfilled (line 210) | def getfilled(self): function AudioDev (line 220) | def AudioDev(): function test (line 238) | def test(fn = None): FILE: tests/pythons/win64-py27/Lib/base64.py function _translate (line 32) | def _translate(s, altchars): function b64encode (line 42) | def b64encode(s, altchars=None): function b64decode (line 59) | def b64decode(s, altchars=None): function standard_b64encode (line 79) | def standard_b64encode(s): function standard_b64decode (line 86) | def standard_b64decode(s): function urlsafe_b64encode (line 95) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 103) | def urlsafe_b64decode(s): function b32encode (line 135) | def b32encode(s): function b32decode (line 177) | def b32decode(s, casefold=False, map01=None): function b16encode (line 251) | def b16encode(s): function b16decode (line 259) | def b16decode(s, casefold=False): function encode (line 285) | def encode(input, output): function decode (line 300) | def decode(input, output): function encodestring (line 310) | def encodestring(s): function decodestring (line 319) | def decodestring(s): function test (line 326) | def test(): function test1 (line 352) | def test1(): FILE: tests/pythons/win64-py27/Lib/bdb.py class BdbQuit (line 10) | class BdbQuit(Exception): class Bdb (line 14) | class Bdb: method __init__ (line 23) | def __init__(self, skip=None): method canonic (line 29) | def canonic(self, filename): method reset (line 39) | def reset(self): method trace_dispatch (line 45) | def trace_dispatch(self, frame, event, arg): method dispatch_line (line 65) | def dispatch_line(self, frame): method dispatch_call (line 71) | def dispatch_call(self, frame, arg): method dispatch_return (line 84) | def dispatch_return(self, frame, arg): method dispatch_exception (line 94) | def dispatch_exception(self, frame, arg): method is_skipped_module (line 104) | def is_skipped_module(self, module_name): method stop_here (line 110) | def stop_here(self, frame): method break_here (line 126) | def break_here(self, frame): method do_clear (line 148) | def do_clear(self, arg): method break_anywhere (line 151) | def break_anywhere(self, frame): method user_call (line 157) | def user_call(self, frame, argument_list): method user_line (line 162) | def user_line(self, frame): method user_return (line 166) | def user_return(self, frame, return_value): method user_exception (line 170) | def user_exception(self, frame, exc_info): method _set_stopinfo (line 176) | def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): method set_until (line 187) | def set_until(self, frame): #the name "until" is borrowed from gdb method set_step (line 192) | def set_step(self): method set_next (line 204) | def set_next(self, frame): method set_return (line 208) | def set_return(self, frame): method set_trace (line 212) | def set_trace(self, frame=None): method set_continue (line 227) | def set_continue(self): method set_quit (line 238) | def set_quit(self): method set_break (line 251) | def set_break(self, filename, lineno, temporary=0, cond = None, method _prune_breaks (line 266) | def _prune_breaks(self, filename, lineno): method clear_break (line 272) | def clear_break(self, filename, lineno): method clear_bpbynumber (line 285) | def clear_bpbynumber(self, arg): method clear_all_file_breaks (line 299) | def clear_all_file_breaks(self, filename): method clear_all_breaks (line 309) | def clear_all_breaks(self): method get_break (line 317) | def get_break(self, filename, lineno): method get_breaks (line 322) | def get_breaks(self, filename, lineno): method get_file_breaks (line 328) | def get_file_breaks(self, filename): method get_all_breaks (line 335) | def get_all_breaks(self): method get_stack (line 341) | def get_stack(self, f, t): method format_stack_entry (line 361) | def format_stack_entry(self, frame_lineno, lprefix=': '): method run (line 389) | def run(self, cmd, globals=None, locals=None): method runeval (line 407) | def runeval(self, expr, globals=None, locals=None): method runctx (line 425) | def runctx(self, cmd, globals, locals): method runcall (line 431) | def runcall(self, func, *args, **kwds): function set_trace (line 445) | def set_trace(): class Breakpoint (line 449) | class Breakpoint: method __init__ (line 473) | def __init__(self, file, line, temporary=0, cond=None, funcname=None): method deleteMe (line 494) | def deleteMe(self): method enable (line 502) | def enable(self): method disable (line 505) | def disable(self): method bpprint (line 508) | def bpprint(self, out=None): function checkfuncname (line 533) | def checkfuncname(b, frame): function effective (line 561) | def effective(file, line, frame): class Tdb (line 614) | class Tdb(Bdb): method user_call (line 615) | def user_call(self, frame, args): method user_line (line 619) | def user_line(self, frame): method user_return (line 626) | def user_return(self, frame, retval): method user_exception (line 628) | def user_exception(self, frame, exc_stuff): function foo (line 632) | def foo(n): function bar (line 637) | def bar(a): function test (line 641) | def test(): FILE: tests/pythons/win64-py27/Lib/binhex.py class Error (line 31) | class Error(Exception): function getfileinfo (line 51) | def getfileinfo(name): function openrsrc (line 63) | def openrsrc(name, *mode): method __init__ (line 99) | def __init__(self, *args): method read (line 102) | def read(self, *args): method write (line 105) | def write(self, *args): method close (line 108) | def close(self): class FInfo (line 75) | class FInfo: method __init__ (line 76) | def __init__(self): function getfileinfo (line 81) | def getfileinfo(name): class openrsrc (line 98) | class openrsrc: method __init__ (line 99) | def __init__(self, *args): method read (line 102) | def read(self, *args): method write (line 105) | def write(self, *args): method close (line 108) | def close(self): class _Hqxcoderengine (line 111) | class _Hqxcoderengine: method __init__ (line 114) | def __init__(self, ofp): method write (line 120) | def write(self, data): method _flush (line 131) | def _flush(self, force): method close (line 142) | def close(self): class _Rlecoderengine (line 150) | class _Rlecoderengine: method __init__ (line 153) | def __init__(self, ofp): method write (line 157) | def write(self, data): method close (line 165) | def close(self): class BinHex (line 172) | class BinHex: method __init__ (line 173) | def __init__(self, name_finfo_dlen_rlen, ofp): method _writeinfo (line 189) | def _writeinfo(self, name, finfo): method _write (line 203) | def _write(self, data): method _writecrc (line 207) | def _writecrc(self): method write (line 217) | def write(self, data): method close_data (line 223) | def close_data(self): method write_rsrc (line 229) | def write_rsrc(self, data): method close (line 237) | def close(self): function binhex (line 250) | def binhex(inp, out): class _Hqxdecoderengine (line 272) | class _Hqxdecoderengine: method __init__ (line 275) | def __init__(self, ifp): method read (line 279) | def read(self, totalwtd): method close (line 313) | def close(self): class _Rledecoderengine (line 316) | class _Rledecoderengine: method __init__ (line 319) | def __init__(self, ifp): method read (line 325) | def read(self, wtd): method _fill (line 332) | def _fill(self, wtd): method close (line 367) | def close(self): class HexBin (line 370) | class HexBin: method __init__ (line 371) | def __init__(self, ifp): method _read (line 395) | def _read(self, len): method _checkcrc (line 400) | def _checkcrc(self): method _readheader (line 410) | def _readheader(self): method read (line 430) | def read(self, *n): method close_data (line 444) | def close_data(self): method read_rsrc (line 452) | def read_rsrc(self, *n): method close (line 465) | def close(self): function hexbin (line 472) | def hexbin(inp, out): function _test (line 500) | def _test(): FILE: tests/pythons/win64-py27/Lib/bisect.py function insort_right (line 3) | def insort_right(a, x, lo=0, hi=None): function bisect_right (line 24) | def bisect_right(a, x, lo=0, hi=None): function insort_left (line 47) | def insort_left(a, x, lo=0, hi=None): function bisect_left (line 67) | def bisect_left(a, x, lo=0, hi=None): FILE: tests/pythons/win64-py27/Lib/bsddb/__init__.py class _iter_mixin (line 94) | class _iter_mixin(MutableMapping): method _make_iter_cursor (line 95) | def _make_iter_cursor(self): method _gen_cref_cleaner (line 101) | def _gen_cref_cleaner(self, key): method __iter__ (line 107) | def __iter__(self): method iteritems (line 148) | def iteritems(self): class _DBWithCursor (line 192) | class _DBWithCursor(_iter_mixin): method __init__ (line 197) | def __init__(self, db): method __del__ (line 221) | def __del__(self): method _checkCursor (line 224) | def _checkCursor(self): method _closeCursors (line 235) | def _closeCursors(self, save=1): method _checkOpen (line 251) | def _checkOpen(self): method isOpen (line 255) | def isOpen(self): method __len__ (line 258) | def __len__(self): method __repr__ (line 263) | def __repr__(self) : method __getitem__ (line 268) | def __getitem__(self, key): method __setitem__ (line 272) | def __setitem__(self, key, value): method __delitem__ (line 281) | def __delitem__(self, key): method close (line 290) | def close(self): method keys (line 301) | def keys(self): method has_key (line 305) | def has_key(self, key): method set_location (line 309) | def set_location(self, key): method next (line 314) | def next(self): # Renamed by "2to3" method previous (line 323) | def previous(self): method first (line 329) | def first(self): method last (line 337) | def last(self): method sync (line 345) | def sync(self): function hashopen (line 353) | def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem... function btopen (line 369) | def btopen(file, flag='c', mode=0666, function rnopen (line 387) | def rnopen(file, flag='c', mode=0666, function _openDBEnv (line 406) | def _openDBEnv(cachesize): function _checkflag (line 417) | def _checkflag(flag, file): FILE: tests/pythons/win64-py27/Lib/bsddb/dbobj.py class DBEnv (line 38) | class DBEnv: method __init__ (line 39) | def __init__(self, *args, **kwargs): method close (line 42) | def close(self, *args, **kwargs): method open (line 44) | def open(self, *args, **kwargs): method remove (line 46) | def remove(self, *args, **kwargs): method set_shm_key (line 48) | def set_shm_key(self, *args, **kwargs): method set_cachesize (line 50) | def set_cachesize(self, *args, **kwargs): method set_data_dir (line 52) | def set_data_dir(self, *args, **kwargs): method set_flags (line 54) | def set_flags(self, *args, **kwargs): method set_lg_bsize (line 56) | def set_lg_bsize(self, *args, **kwargs): method set_lg_dir (line 58) | def set_lg_dir(self, *args, **kwargs): method set_lg_max (line 60) | def set_lg_max(self, *args, **kwargs): method set_lk_detect (line 62) | def set_lk_detect(self, *args, **kwargs): method set_lk_max (line 65) | def set_lk_max(self, *args, **kwargs): method set_lk_max_locks (line 67) | def set_lk_max_locks(self, *args, **kwargs): method set_lk_max_lockers (line 69) | def set_lk_max_lockers(self, *args, **kwargs): method set_lk_max_objects (line 71) | def set_lk_max_objects(self, *args, **kwargs): method set_mp_mmapsize (line 73) | def set_mp_mmapsize(self, *args, **kwargs): method set_timeout (line 75) | def set_timeout(self, *args, **kwargs): method set_tmp_dir (line 77) | def set_tmp_dir(self, *args, **kwargs): method txn_begin (line 79) | def txn_begin(self, *args, **kwargs): method txn_checkpoint (line 81) | def txn_checkpoint(self, *args, **kwargs): method txn_stat (line 83) | def txn_stat(self, *args, **kwargs): method set_tx_max (line 85) | def set_tx_max(self, *args, **kwargs): method set_tx_timestamp (line 87) | def set_tx_timestamp(self, *args, **kwargs): method lock_detect (line 89) | def lock_detect(self, *args, **kwargs): method lock_get (line 91) | def lock_get(self, *args, **kwargs): method lock_id (line 93) | def lock_id(self, *args, **kwargs): method lock_put (line 95) | def lock_put(self, *args, **kwargs): method lock_stat (line 97) | def lock_stat(self, *args, **kwargs): method log_archive (line 99) | def log_archive(self, *args, **kwargs): method set_get_returns_none (line 102) | def set_get_returns_none(self, *args, **kwargs): method log_stat (line 105) | def log_stat(self, *args, **kwargs): method dbremove (line 108) | def dbremove(self, *args, **kwargs): method dbrename (line 110) | def dbrename(self, *args, **kwargs): method set_encrypt (line 112) | def set_encrypt(self, *args, **kwargs): method fileid_reset (line 116) | def fileid_reset(self, *args, **kwargs): method lsn_reset (line 119) | def lsn_reset(self, *args, **kwargs): class DB (line 123) | class DB(MutableMapping): method __init__ (line 124) | def __init__(self, dbenv, *args, **kwargs): method __len__ (line 129) | def __len__(self): method __getitem__ (line 131) | def __getitem__(self, arg): method __setitem__ (line 133) | def __setitem__(self, key, value): method __delitem__ (line 135) | def __delitem__(self, arg): method __iter__ (line 139) | def __iter__(self) : method append (line 142) | def append(self, *args, **kwargs): method associate (line 144) | def associate(self, *args, **kwargs): method close (line 146) | def close(self, *args, **kwargs): method consume (line 148) | def consume(self, *args, **kwargs): method consume_wait (line 150) | def consume_wait(self, *args, **kwargs): method cursor (line 152) | def cursor(self, *args, **kwargs): method delete (line 154) | def delete(self, *args, **kwargs): method fd (line 156) | def fd(self, *args, **kwargs): method get (line 158) | def get(self, *args, **kwargs): method pget (line 160) | def pget(self, *args, **kwargs): method get_both (line 162) | def get_both(self, *args, **kwargs): method get_byteswapped (line 164) | def get_byteswapped(self, *args, **kwargs): method get_size (line 166) | def get_size(self, *args, **kwargs): method get_type (line 168) | def get_type(self, *args, **kwargs): method join (line 170) | def join(self, *args, **kwargs): method key_range (line 172) | def key_range(self, *args, **kwargs): method has_key (line 174) | def has_key(self, *args, **kwargs): method items (line 176) | def items(self, *args, **kwargs): method keys (line 178) | def keys(self, *args, **kwargs): method open (line 180) | def open(self, *args, **kwargs): method put (line 182) | def put(self, *args, **kwargs): method remove (line 184) | def remove(self, *args, **kwargs): method rename (line 186) | def rename(self, *args, **kwargs): method set_bt_minkey (line 188) | def set_bt_minkey(self, *args, **kwargs): method set_bt_compare (line 190) | def set_bt_compare(self, *args, **kwargs): method set_cachesize (line 192) | def set_cachesize(self, *args, **kwargs): method set_dup_compare (line 194) | def set_dup_compare(self, *args, **kwargs) : method set_flags (line 196) | def set_flags(self, *args, **kwargs): method set_h_ffactor (line 198) | def set_h_ffactor(self, *args, **kwargs): method set_h_nelem (line 200) | def set_h_nelem(self, *args, **kwargs): method set_lorder (line 202) | def set_lorder(self, *args, **kwargs): method set_pagesize (line 204) | def set_pagesize(self, *args, **kwargs): method set_re_delim (line 206) | def set_re_delim(self, *args, **kwargs): method set_re_len (line 208) | def set_re_len(self, *args, **kwargs): method set_re_pad (line 210) | def set_re_pad(self, *args, **kwargs): method set_re_source (line 212) | def set_re_source(self, *args, **kwargs): method set_q_extentsize (line 214) | def set_q_extentsize(self, *args, **kwargs): method stat (line 216) | def stat(self, *args, **kwargs): method sync (line 218) | def sync(self, *args, **kwargs): method type (line 220) | def type(self, *args, **kwargs): method upgrade (line 222) | def upgrade(self, *args, **kwargs): method values (line 224) | def values(self, *args, **kwargs): method verify (line 226) | def verify(self, *args, **kwargs): method set_get_returns_none (line 228) | def set_get_returns_none(self, *args, **kwargs): method set_encrypt (line 231) | def set_encrypt(self, *args, **kwargs): class DBSequence (line 235) | class DBSequence: method __init__ (line 236) | def __init__(self, *args, **kwargs): method close (line 239) | def close(self, *args, **kwargs): method get (line 241) | def get(self, *args, **kwargs): method get_dbp (line 243) | def get_dbp(self, *args, **kwargs): method get_key (line 245) | def get_key(self, *args, **kwargs): method init_value (line 247) | def init_value(self, *args, **kwargs): method open (line 249) | def open(self, *args, **kwargs): method remove (line 251) | def remove(self, *args, **kwargs): method stat (line 253) | def stat(self, *args, **kwargs): method set_cachesize (line 255) | def set_cachesize(self, *args, **kwargs): method set_flags (line 257) | def set_flags(self, *args, **kwargs): method set_range (line 259) | def set_range(self, *args, **kwargs): method get_cachesize (line 261) | def get_cachesize(self, *args, **kwargs): method get_flags (line 263) | def get_flags(self, *args, **kwargs): method get_range (line 265) | def get_range(self, *args, **kwargs): FILE: tests/pythons/win64-py27/Lib/bsddb/dbrecio.py class DBRecIO (line 34) | class DBRecIO: method __init__ (line 35) | def __init__(self, db, key, txn=None): method close (line 44) | def close(self): method isatty (line 49) | def isatty(self): method seek (line 54) | def seek(self, pos, mode = 0): method tell (line 63) | def tell(self): method read (line 68) | def read(self, n = -1): method truncate (line 114) | def truncate(self, size=None): method write (line 126) | def write(self, s): method writelines (line 137) | def writelines(self, list): method flush (line 140) | def flush(self): FILE: tests/pythons/win64-py27/Lib/bsddb/dbshelve.py function _dumps (line 69) | def _dumps(object, protocol): function open (line 81) | def open(filename, flags=db.DB_CREATE, mode=0660, filetype=db.DB_HASH, class DBShelveError (line 116) | class DBShelveError(db.DBError): pass class DBShelf (line 119) | class DBShelf(MutableMapping): method __init__ (line 123) | def __init__(self, dbenv=None): method __del__ (line 132) | def __del__(self): method __getattr__ (line 136) | def __getattr__(self, name): method __len__ (line 146) | def __len__(self): method __getitem__ (line 150) | def __getitem__(self, key): method __setitem__ (line 155) | def __setitem__(self, key, value): method __delitem__ (line 160) | def __delitem__(self, key): method keys (line 164) | def keys(self, txn=None): method __iter__ (line 171) | def __iter__(self) : # XXX: Load all keys in memory :-( method open (line 182) | def open(self, *args, **kwargs): method close (line 187) | def close(self, *args, **kwargs): method __repr__ (line 192) | def __repr__(self): method items (line 199) | def items(self, txn=None): method values (line 210) | def values(self, txn=None): method __append (line 221) | def __append(self, value, txn=None): method append (line 225) | def append(self, value, txn=None): method associate (line 231) | def associate(self, secondaryDB, callback, flags=0): method get (line 244) | def get(self, *args, **kw): method get_both (line 256) | def get_both(self, key, value, txn=None, flags=0): method cursor (line 262) | def cursor(self, txn=None, flags=0): method put (line 268) | def put(self, key, value, txn=None, flags=0): method join (line 273) | def join(self, cursorList, flags=0): class DBShelfCursor (line 287) | class DBShelfCursor: method __init__ (line 290) | def __init__(self, cursor): method __del__ (line 293) | def __del__(self): method __getattr__ (line 297) | def __getattr__(self, name): method dup (line 304) | def dup(self, flags=0): method put (line 310) | def put(self, key, value, flags=0): method get (line 315) | def get(self, *args): method get_1 (line 320) | def get_1(self, flags): method get_2 (line 324) | def get_2(self, key, flags): method get_3 (line 328) | def get_3(self, key, value, flags): method current (line 334) | def current(self, flags=0): return self.get_1(flags|db.DB_CURRENT) method first (line 335) | def first(self, flags=0): return self.get_1(flags|db.DB_FIRST) method last (line 336) | def last(self, flags=0): return self.get_1(flags|db.DB_LAST) method next (line 337) | def next(self, flags=0): return self.get_1(flags|db.DB_NEXT) method prev (line 338) | def prev(self, flags=0): return self.get_1(flags|db.DB_PREV) method consume (line 339) | def consume(self, flags=0): return self.get_1(flags|db.DB_CONSUME) method next_dup (line 340) | def next_dup(self, flags=0): return self.get_1(flags|db.DB_NEXT_DUP) method next_nodup (line 341) | def next_nodup(self, flags=0): return self.get_1(flags|db.DB_NEXT_NODUP) method prev_nodup (line 342) | def prev_nodup(self, flags=0): return self.get_1(flags|db.DB_PREV_NODUP) method get_both (line 345) | def get_both(self, key, value, flags=0): method set (line 351) | def set(self, key, flags=0): method set_range (line 355) | def set_range(self, key, flags=0): method set_recno (line 359) | def set_recno(self, recno, flags=0): method _extract (line 365) | def _extract(self, rec): FILE: tests/pythons/win64-py27/Lib/bsddb/dbtables.py class TableDBError (line 62) | class TableDBError(StandardError): class TableAlreadyExists (line 64) | class TableAlreadyExists(TableDBError): class Cond (line 68) | class Cond: method __call__ (line 70) | def __call__(self, s): class ExactCond (line 73) | class ExactCond(Cond): method __init__ (line 75) | def __init__(self, strtomatch): method __call__ (line 77) | def __call__(self, s): class PrefixCond (line 80) | class PrefixCond(Cond): method __init__ (line 82) | def __init__(self, prefix): method __call__ (line 84) | def __call__(self, s): class PostfixCond (line 87) | class PostfixCond(Cond): method __init__ (line 89) | def __init__(self, postfix): method __call__ (line 91) | def __call__(self, s): class LikeCond (line 94) | class LikeCond(Cond): method __init__ (line 100) | def __init__(self, likestr, re_flags=re.IGNORECASE): method __call__ (line 108) | def __call__(self, s): function _columns_key (line 117) | def _columns_key(table): function _data_key (line 129) | def _data_key(table, col, rowid): function _search_col_data_key (line 132) | def _search_col_data_key(table, col): function _search_all_data_key (line 135) | def _search_all_data_key(table): function _rowid_key (line 138) | def _rowid_key(table, rowid): function _search_rowid_key (line 141) | def _search_rowid_key(table): function contains_metastrings (line 144) | def contains_metastrings(s) : class bsdTableDB (line 158) | class bsdTableDB : method __init__ (line 159) | def __init__(self, filename, dbhome, create=0, truncate=0, mode=0600, method __del__ (line 274) | def __del__(self): method close (line 277) | def close(self): method checkpoint (line 285) | def checkpoint(self, mins=0): method sync (line 288) | def sync(self): method _db_print (line 291) | def _db_print(self) : method CreateTable (line 309) | def CreateTable(self, table, columns): method ListTableColumns (line 357) | def ListTableColumns(self, table): method ListTables (line 375) | def ListTables(self): method CreateOrExtendTable (line 383) | def CreateOrExtendTable(self, table, columns): method __load_column_info (line 441) | def __load_column_info(self, table) : method __new_rowid (line 453) | def __new_rowid(self, table, txn) : method Insert (line 480) | def Insert(self, table, rowdict) : method Modify (line 524) | def Modify(self, table, conditions={}, mappings={}): method Delete (line 578) | def Delete(self, table, conditions={}): method Select (line 623) | def Select(self, table, columns, conditions={}): method __Select (line 648) | def __Select(self, table, columns, conditions): method Drop (line 783) | def Drop(self, table): FILE: tests/pythons/win64-py27/Lib/bsddb/dbutils.py function DeadlockWrap (line 47) | def DeadlockWrap(function, *_args, **_kwargs): FILE: tests/pythons/win64-py27/Lib/cProfile.py function run (line 14) | def run(statement, filename=None, sort=-1): function runctx (line 39) | def runctx(statement, globals, locals, filename=None, sort=-1): function help (line 60) | def help(): class Profile (line 66) | class Profile(_lsprof.Profiler): method print_stats (line 79) | def print_stats(self, sort=-1): method dump_stats (line 83) | def dump_stats(self, file): method create_stats (line 90) | def create_stats(self): method snapshot_stats (line 94) | def snapshot_stats(self): method run (line 132) | def run(self, cmd): method runctx (line 137) | def runctx(self, cmd, globals, locals): method runcall (line 146) | def runcall(self, func, *args, **kw): function label (line 155) | def label(code): function main (line 163) | def main(): FILE: tests/pythons/win64-py27/Lib/calendar.py class IllegalMonthError (line 21) | class IllegalMonthError(ValueError): method __init__ (line 22) | def __init__(self, month): method __str__ (line 24) | def __str__(self): class IllegalWeekdayError (line 28) | class IllegalWeekdayError(ValueError): method __init__ (line 29) | def __init__(self, weekday): method __str__ (line 31) | def __str__(self): class _localized_month (line 47) | class _localized_month: method __init__ (line 52) | def __init__(self, format): method __getitem__ (line 55) | def __getitem__(self, i): method __len__ (line 62) | def __len__(self): class _localized_day (line 66) | class _localized_day: method __init__ (line 71) | def __init__(self, format): method __getitem__ (line 74) | def __getitem__(self, i): method __len__ (line 81) | def __len__(self): function isleap (line 97) | def isleap(year): function leapdays (line 102) | def leapdays(y1, y2): function weekday (line 110) | def weekday(year, month, day): function monthrange (line 116) | def monthrange(year, month): class Calendar (line 126) | class Calendar(object): method __init__ (line 132) | def __init__(self, firstweekday=0): method getfirstweekday (line 135) | def getfirstweekday(self): method setfirstweekday (line 138) | def setfirstweekday(self, firstweekday): method iterweekdays (line 143) | def iterweekdays(self): method itermonthdates (line 151) | def itermonthdates(self, year, month): method itermonthdays2 (line 172) | def itermonthdays2(self, year, month): method itermonthdays (line 183) | def itermonthdays(self, year, month): method monthdatescalendar (line 194) | def monthdatescalendar(self, year, month): method monthdays2calendar (line 202) | def monthdays2calendar(self, year, month): method monthdayscalendar (line 212) | def monthdayscalendar(self, year, month): method yeardatescalendar (line 220) | def yeardatescalendar(self, year, width=3): method yeardays2calendar (line 233) | def yeardays2calendar(self, year, width=3): method yeardayscalendar (line 246) | def yeardayscalendar(self, year, width=3): class TextCalendar (line 259) | class TextCalendar(Calendar): method prweek (line 265) | def prweek(self, theweek, width): method formatday (line 271) | def formatday(self, day, weekday, width): method formatweek (line 281) | def formatweek(self, theweek, width): method formatweekday (line 287) | def formatweekday(self, day, width): method formatweekheader (line 297) | def formatweekheader(self, width): method formatmonthname (line 303) | def formatmonthname(self, theyear, themonth, width, withyear=True): method prmonth (line 312) | def prmonth(self, theyear, themonth, w=0, l=0): method formatmonth (line 318) | def formatmonth(self, theyear, themonth, w=0, l=0): method formatyear (line 334) | def formatyear(self, theyear, w=2, l=1, c=6, m=3): method pryear (line 371) | def pryear(self, theyear, w=0, l=0, c=6, m=3): class HTMLCalendar (line 376) | class HTMLCalendar(Calendar): method formatday (line 384) | def formatday(self, day, weekday): method formatweek (line 393) | def formatweek(self, theweek): method formatweekday (line 400) | def formatweekday(self, day): method formatweekheader (line 406) | def formatweekheader(self): method formatmonthname (line 413) | def formatmonthname(self, theyear, themonth, withyear=True): method formatmonth (line 423) | def formatmonth(self, theyear, themonth, withyear=True): method formatyear (line 442) | def formatyear(self, theyear, width=3): method formatyearpage (line 464) | def formatyearpage(self, theyear, width=3, css='calendar.css', encodin... class TimeEncoding (line 488) | class TimeEncoding: method __init__ (line 489) | def __init__(self, locale): method __enter__ (line 492) | def __enter__(self): method __exit__ (line 497) | def __exit__(self, *args): class LocaleTextCalendar (line 501) | class LocaleTextCalendar(TextCalendar): method __init__ (line 509) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 515) | def formatweekday(self, day, width): method formatmonthname (line 526) | def formatmonthname(self, theyear, themonth, width, withyear=True): class LocaleHTMLCalendar (line 536) | class LocaleHTMLCalendar(HTMLCalendar): method __init__ (line 543) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 549) | def formatweekday(self, day): method formatmonthname (line 556) | def formatmonthname(self, theyear, themonth, withyear=True): function setfirstweekday (line 571) | def setfirstweekday(firstweekday): function format (line 595) | def format(cols, colwidth=_colwidth, spacing=_spacing): function formatstring (line 600) | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function timegm (line 610) | def timegm(tuple): function main (line 620) | def main(args): FILE: tests/pythons/win64-py27/Lib/cgi.py function initlog (line 71) | def initlog(*allargs): function dolog (line 106) | def dolog(fmt, *args): function nolog (line 110) | def nolog(*allargs): function parse (line 124) | def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsi... function parse_qs (line 180) | def parse_qs(qs, keep_blank_values=0, strict_parsing=0): function parse_qsl (line 187) | def parse_qsl(qs, keep_blank_values=0, strict_parsing=0): function parse_multipart (line 193) | def parse_multipart(fp, pdict): function _parseparam (line 291) | def _parseparam(s): function parse_header (line 303) | def parse_header(line): class MiniFieldStorage (line 327) | class MiniFieldStorage: method __init__ (line 341) | def __init__(self, name, value): method __repr__ (line 347) | def __repr__(self): class FieldStorage (line 352) | class FieldStorage: method __init__ (line 395) | def __init__(self, fp=None, headers=None, outerboundary="", method __repr__ (line 511) | def __repr__(self): method __iter__ (line 516) | def __iter__(self): method __getattr__ (line 519) | def __getattr__(self, name): method __getitem__ (line 532) | def __getitem__(self, key): method getvalue (line 546) | def getvalue(self, key, default=None): method getfirst (line 557) | def getfirst(self, key, default=None): method getlist (line 568) | def getlist(self, key): method keys (line 579) | def keys(self): method has_key (line 585) | def has_key(self, key): method __contains__ (line 591) | def __contains__(self, key): method __len__ (line 597) | def __len__(self): method __nonzero__ (line 601) | def __nonzero__(self): method read_urlencoded (line 604) | def read_urlencoded(self): method read_multi (line 617) | def read_multi(self, environ, keep_blank_values, strict_parsing): method read_single (line 640) | def read_single(self): method read_binary (line 651) | def read_binary(self): method read_lines (line 664) | def read_lines(self): method __write (line 672) | def __write(self, line): method read_lines_to_eof (line 680) | def read_lines_to_eof(self): method read_lines_to_outerboundary (line 689) | def read_lines_to_outerboundary(self): method skip_lines (line 730) | def skip_lines(self): method make_file (line 751) | def make_file(self, binary=None): class FormContentDict (line 783) | class FormContentDict(UserDict.UserDict): method __init__ (line 796) | def __init__(self, environ=os.environ, keep_blank_values=0, strict_par... class SvFormContentDict (line 803) | class SvFormContentDict(FormContentDict): method __getitem__ (line 815) | def __getitem__(self, key): method getlist (line 819) | def getlist(self, key): method values (line 821) | def values(self): method items (line 828) | def items(self): class InterpFormContentDict (line 837) | class InterpFormContentDict(SvFormContentDict): method __getitem__ (line 839) | def __getitem__(self, key): method values (line 847) | def values(self): method items (line 855) | def items(self): class FormContent (line 865) | class FormContent(FormContentDict): method values (line 867) | def values(self, key): method indexed_value (line 870) | def indexed_value(self, key, location): method value (line 876) | def value(self, key): method length (line 879) | def length(self, key): method stripped (line 881) | def stripped(self, key): method pars (line 884) | def pars(self): function test (line 891) | def test(environ=os.environ): function print_exception (line 930) | def print_exception(type=None, value=None, tb=None, limit=None): function print_environ (line 944) | def print_environ(environ=os.environ): function print_form (line 956) | def print_form(form): function print_directory (line 973) | def print_directory(): function print_arguments (line 985) | def print_arguments(): function print_environ_usage (line 992) | def print_environ_usage(): function escape (line 1039) | def escape(s, quote=None): function valid_boundary (line 1050) | def valid_boundary(s, _vb_pattern="^[ -~]{0,200}[!-~]$"): FILE: tests/pythons/win64-py27/Lib/cgitb.py function reset (line 36) | def reset(): function small (line 47) | def small(text): function strong (line 53) | def strong(text): function grey (line 59) | def grey(text): function lookup (line 65) | def lookup(name, frame, locals): function scanvars (line 81) | def scanvars(reader, frame, locals): function html (line 102) | def html(einfo, context=5): function text (line 193) | def text(einfo, context=5): class Hook (line 259) | class Hook: method __init__ (line 262) | def __init__(self, display=1, logdir=None, context=5, file=None, method __call__ (line 270) | def __call__(self, etype, evalue, etb): method handle (line 273) | def handle(self, info=None): function enable (line 316) | def enable(display=1, logdir=None, context=5, format="html"): FILE: tests/pythons/win64-py27/Lib/chunk.py class Chunk (line 51) | class Chunk: method __init__ (line 52) | def __init__(self, file, align=True, bigendian=True, inclheader=False): method getname (line 78) | def getname(self): method getsize (line 82) | def getsize(self): method close (line 86) | def close(self): method isatty (line 91) | def isatty(self): method seek (line 96) | def seek(self, pos, whence=0): method tell (line 115) | def tell(self): method read (line 120) | def read(self, size=-1): method skip (line 143) | def skip(self): FILE: tests/pythons/win64-py27/Lib/cmd.py class Cmd (line 55) | class Cmd: method __init__ (line 79) | def __init__(self, completekey='tab', stdin=None, stdout=None): method cmdloop (line 102) | def cmdloop(self, intro=None): method precmd (line 154) | def precmd(self, line): method postcmd (line 161) | def postcmd(self, stop, line): method preloop (line 165) | def preloop(self): method postloop (line 169) | def postloop(self): method parseline (line 176) | def parseline(self, line): method onecmd (line 196) | def onecmd(self, line): method emptyline (line 223) | def emptyline(self): method default (line 233) | def default(self, line): method completedefault (line 242) | def completedefault(self, *ignored): method completenames (line 251) | def completenames(self, text, *ignored): method complete (line 255) | def complete(self, text, state): method get_names (line 285) | def get_names(self): method complete_help (line 290) | def complete_help(self, *args): method do_help (line 296) | def do_help(self, arg): method print_topics (line 342) | def print_topics(self, header, cmds, cmdlen, maxcol): method columnize (line 350) | def columnize(self, list, displaywidth=80): FILE: tests/pythons/win64-py27/Lib/code.py function softspace (line 15) | def softspace(file, newvalue): class InteractiveInterpreter (line 28) | class InteractiveInterpreter: method __init__ (line 37) | def __init__(self, locals=None): method runsource (line 51) | def runsource(self, source, filename="", symbol="single"): method runcode (line 90) | def runcode(self, code): method showsyntaxerror (line 112) | def showsyntaxerror(self, filename=None): method showtraceback (line 141) | def showtraceback(self): method write (line 164) | def write(self, data): class InteractiveConsole (line 174) | class InteractiveConsole(InteractiveInterpreter): method __init__ (line 182) | def __init__(self, locals=None, filename=""): method resetbuffer (line 196) | def resetbuffer(self): method interact (line 200) | def interact(self, banner=None): method push (line 249) | def push(self, line): method raw_input (line 270) | def raw_input(self, prompt=""): function interact (line 284) | def interact(banner=None, readfunc=None, local=None): FILE: tests/pythons/win64-py27/Lib/codecs.py class CodecInfo (line 75) | class CodecInfo(tuple): method __new__ (line 77) | def __new__(cls, encode, decode, streamreader=None, streamwriter=None, method __repr__ (line 89) | def __repr__(self): class Codec (line 92) | class Codec: method encode (line 114) | def encode(self, input, errors='strict'): method decode (line 133) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 156) | class IncrementalEncoder(object): method __init__ (line 162) | def __init__(self, errors='strict'): method encode (line 173) | def encode(self, input, final=False): method reset (line 179) | def reset(self): method getstate (line 184) | def getstate(self): method setstate (line 190) | def setstate(self, state): class BufferedIncrementalEncoder (line 196) | class BufferedIncrementalEncoder(IncrementalEncoder): method __init__ (line 202) | def __init__(self, errors='strict'): method _buffer_encode (line 206) | def _buffer_encode(self, input, errors, final): method encode (line 211) | def encode(self, input, final=False): method reset (line 219) | def reset(self): method getstate (line 223) | def getstate(self): method setstate (line 226) | def setstate(self, state): class IncrementalDecoder (line 229) | class IncrementalDecoder(object): method __init__ (line 235) | def __init__(self, errors='strict'): method decode (line 245) | def decode(self, input, final=False): method reset (line 251) | def reset(self): method getstate (line 256) | def getstate(self): method setstate (line 270) | def setstate(self, state): class BufferedIncrementalDecoder (line 278) | class BufferedIncrementalDecoder(IncrementalDecoder): method __init__ (line 284) | def __init__(self, errors='strict'): method _buffer_decode (line 288) | def _buffer_decode(self, input, errors, final): method decode (line 293) | def decode(self, input, final=False): method reset (line 301) | def reset(self): method getstate (line 305) | def getstate(self): method setstate (line 309) | def setstate(self, state): class StreamWriter (line 320) | class StreamWriter(Codec): method __init__ (line 322) | def __init__(self, stream, errors='strict'): method write (line 347) | def write(self, object): method writelines (line 354) | def writelines(self, list): method reset (line 361) | def reset(self): method seek (line 373) | def seek(self, offset, whence=0): method __getattr__ (line 378) | def __getattr__(self, name, method __enter__ (line 385) | def __enter__(self): method __exit__ (line 388) | def __exit__(self, type, value, tb): class StreamReader (line 393) | class StreamReader(Codec): method __init__ (line 395) | def __init__(self, stream, errors='strict'): method decode (line 421) | def decode(self, input, errors='strict'): method read (line 424) | def read(self, size=-1, chars=-1, firstline=False): method readline (line 503) | def readline(self, size=None, keepends=True): method readlines (line 576) | def readlines(self, sizehint=None, keepends=True): method reset (line 591) | def reset(self): method seek (line 604) | def seek(self, offset, whence=0): method next (line 612) | def next(self): method __iter__ (line 620) | def __iter__(self): method __getattr__ (line 623) | def __getattr__(self, name, method __enter__ (line 630) | def __enter__(self): method __exit__ (line 633) | def __exit__(self, type, value, tb): class StreamReaderWriter (line 638) | class StreamReaderWriter: method __init__ (line 651) | def __init__(self, stream, Reader, Writer, errors='strict'): method read (line 669) | def read(self, size=-1): method readline (line 673) | def readline(self, size=None): method readlines (line 677) | def readlines(self, sizehint=None): method next (line 681) | def next(self): method __iter__ (line 686) | def __iter__(self): method write (line 689) | def write(self, data): method writelines (line 693) | def writelines(self, list): method reset (line 697) | def reset(self): method seek (line 702) | def seek(self, offset, whence=0): method __getattr__ (line 708) | def __getattr__(self, name, method __enter__ (line 717) | def __enter__(self): method __exit__ (line 720) | def __exit__(self, type, value, tb): class StreamRecoder (line 725) | class StreamRecoder: method __init__ (line 746) | def __init__(self, stream, encode, decode, Reader, Writer, method read (line 779) | def read(self, size=-1): method readline (line 785) | def readline(self, size=None): method readlines (line 794) | def readlines(self, sizehint=None): method next (line 800) | def next(self): method __iter__ (line 807) | def __iter__(self): method write (line 810) | def write(self, data): method writelines (line 815) | def writelines(self, list): method reset (line 821) | def reset(self): method __getattr__ (line 826) | def __getattr__(self, name, method __enter__ (line 833) | def __enter__(self): method __exit__ (line 836) | def __exit__(self, type, value, tb): function open (line 841) | def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function EncodedFile (line 890) | def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function getencoder (line 928) | def getencoder(encoding): function getdecoder (line 938) | def getdecoder(encoding): function getincrementalencoder (line 948) | def getincrementalencoder(encoding): function getincrementaldecoder (line 962) | def getincrementaldecoder(encoding): function getreader (line 976) | def getreader(encoding): function getwriter (line 986) | def getwriter(encoding): function iterencode (line 996) | def iterencode(iterator, encoding, errors='strict', **kwargs): function iterdecode (line 1014) | def iterdecode(iterator, encoding, errors='strict', **kwargs): function make_identity_dict (line 1034) | def make_identity_dict(rng): function make_encoding_map (line 1047) | def make_encoding_map(decoding_map): FILE: tests/pythons/win64-py27/Lib/codeop.py function _maybe_compile (line 68) | def _maybe_compile(compiler, source, filename, symbol): function _compile (line 101) | def _compile(source, filename, symbol): function compile_command (line 104) | def compile_command(source, filename="", symbol="single"): class Compile (line 124) | class Compile: method __init__ (line 129) | def __init__(self): method __call__ (line 132) | def __call__(self, source, filename, symbol): class CommandCompiler (line 139) | class CommandCompiler: method __init__ (line 146) | def __init__(self,): method __call__ (line 149) | def __call__(self, source, filename="", symbol="single"): FILE: tests/pythons/win64-py27/Lib/collections.py class OrderedDict (line 26) | class OrderedDict(dict): method __init__ (line 38) | def __init__(self, *args, **kwds): method __setitem__ (line 54) | def __setitem__(self, key, value, dict_setitem=dict.__setitem__): method __delitem__ (line 64) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 73) | def __iter__(self): method __reversed__ (line 82) | def __reversed__(self): method clear (line 91) | def clear(self): method keys (line 100) | def keys(self): method values (line 104) | def values(self): method items (line 108) | def items(self): method iterkeys (line 112) | def iterkeys(self): method itervalues (line 116) | def itervalues(self): method iteritems (line 121) | def iteritems(self): method pop (line 132) | def pop(self, key, default=__marker): method setdefault (line 146) | def setdefault(self, key, default=None): method popitem (line 153) | def popitem(self, last=True): method __repr__ (line 164) | def __repr__(self, _repr_running={}): method __reduce__ (line 177) | def __reduce__(self): method copy (line 187) | def copy(self): method fromkeys (line 192) | def fromkeys(cls, iterable, value=None): method __eq__ (line 202) | def __eq__(self, other): method __ne__ (line 211) | def __ne__(self, other): method viewkeys (line 217) | def viewkeys(self): method viewvalues (line 221) | def viewvalues(self): method viewitems (line 225) | def viewitems(self): function namedtuple (line 288) | def namedtuple(typename, field_names, verbose=False, rename=False): class Counter (line 387) | class Counter(dict): method __init__ (line 438) | def __init__(self, iterable=None, **kwds): method __missing__ (line 452) | def __missing__(self, key): method most_common (line 457) | def most_common(self, n=None): method elements (line 470) | def elements(self): method fromkeys (line 495) | def fromkeys(cls, iterable, v=None): method update (line 501) | def update(self, iterable=None, **kwds): method subtract (line 536) | def subtract(self, iterable=None, **kwds): method copy (line 563) | def copy(self): method __reduce__ (line 567) | def __reduce__(self): method __delitem__ (line 570) | def __delitem__(self, elem): method __repr__ (line 575) | def __repr__(self): method __add__ (line 590) | def __add__(self, other): method __sub__ (line 609) | def __sub__(self, other): method __or__ (line 628) | def __or__(self, other): method __and__ (line 648) | def __and__(self, other): class Point (line 674) | class Point(namedtuple('Point', 'x y')): method hypot (line 677) | def hypot(self): method __str__ (line 679) | def __str__(self): method _replace (line 689) | def _replace(self, _map=map, **kwds): class Point (line 685) | class Point(namedtuple('Point', 'x y')): method hypot (line 677) | def hypot(self): method __str__ (line 679) | def __str__(self): method _replace (line 689) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win64-py27/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win64-py27/Lib/commands.py function getstatus (line 37) | def getstatus(file): function getoutput (line 48) | def getoutput(cmd): function getstatusoutput (line 56) | def getstatusoutput(cmd): function mk2arg (line 69) | def mk2arg(head, x): function mkarg (line 81) | def mkarg(x): FILE: tests/pythons/win64-py27/Lib/compileall.py function compile_dir (line 21) | def compile_dir(dir, maxlevels=10, ddir=None, function compile_file (line 61) | def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): function compile_path (line 113) | def compile_path(skip_curdir=1, maxlevels=0, force=0, quiet=0): function expand_args (line 132) | def expand_args(args, flist): function main (line 151) | def main(): FILE: tests/pythons/win64-py27/Lib/compiler/ast.py function flatten (line 7) | def flatten(seq): function flatten_nodes (line 18) | def flatten_nodes(seq): class Node (line 23) | class Node: method getChildren (line 25) | def getChildren(self): method __iter__ (line 27) | def __iter__(self): method asList (line 30) | def asList(self): # for backwards compatibility method getChildNodes (line 32) | def getChildNodes(self): class EmptyNode (line 35) | class EmptyNode(Node): class Expression (line 38) | class Expression(Node): method __init__ (line 41) | def __init__(self, node): method getChildren (line 44) | def getChildren(self): method getChildNodes (line 47) | def getChildNodes(self): method __repr__ (line 50) | def __repr__(self): class Add (line 53) | class Add(Node): method __init__ (line 54) | def __init__(self, leftright, lineno=None): method getChildren (line 59) | def getChildren(self): method getChildNodes (line 62) | def getChildNodes(self): method __repr__ (line 65) | def __repr__(self): class And (line 68) | class And(Node): method __init__ (line 69) | def __init__(self, nodes, lineno=None): method getChildren (line 73) | def getChildren(self): method getChildNodes (line 76) | def getChildNodes(self): method __repr__ (line 81) | def __repr__(self): class AssAttr (line 84) | class AssAttr(Node): method __init__ (line 85) | def __init__(self, expr, attrname, flags, lineno=None): method getChildren (line 91) | def getChildren(self): method getChildNodes (line 94) | def getChildNodes(self): method __repr__ (line 97) | def __repr__(self): class AssList (line 100) | class AssList(Node): method __init__ (line 101) | def __init__(self, nodes, lineno=None): method getChildren (line 105) | def getChildren(self): method getChildNodes (line 108) | def getChildNodes(self): method __repr__ (line 113) | def __repr__(self): class AssName (line 116) | class AssName(Node): method __init__ (line 117) | def __init__(self, name, flags, lineno=None): method getChildren (line 122) | def getChildren(self): method getChildNodes (line 125) | def getChildNodes(self): method __repr__ (line 128) | def __repr__(self): class AssTuple (line 131) | class AssTuple(Node): method __init__ (line 132) | def __init__(self, nodes, lineno=None): method getChildren (line 136) | def getChildren(self): method getChildNodes (line 139) | def getChildNodes(self): method __repr__ (line 144) | def __repr__(self): class Assert (line 147) | class Assert(Node): method __init__ (line 148) | def __init__(self, test, fail, lineno=None): method getChildren (line 153) | def getChildren(self): method getChildNodes (line 159) | def getChildNodes(self): method __repr__ (line 166) | def __repr__(self): class Assign (line 169) | class Assign(Node): method __init__ (line 170) | def __init__(self, nodes, expr, lineno=None): method getChildren (line 175) | def getChildren(self): method getChildNodes (line 181) | def getChildNodes(self): method __repr__ (line 187) | def __repr__(self): class AugAssign (line 190) | class AugAssign(Node): method __init__ (line 191) | def __init__(self, node, op, expr, lineno=None): method getChildren (line 197) | def getChildren(self): method getChildNodes (line 200) | def getChildNodes(self): method __repr__ (line 203) | def __repr__(self): class Backquote (line 206) | class Backquote(Node): method __init__ (line 207) | def __init__(self, expr, lineno=None): method getChildren (line 211) | def getChildren(self): method getChildNodes (line 214) | def getChildNodes(self): method __repr__ (line 217) | def __repr__(self): class Bitand (line 220) | class Bitand(Node): method __init__ (line 221) | def __init__(self, nodes, lineno=None): method getChildren (line 225) | def getChildren(self): method getChildNodes (line 228) | def getChildNodes(self): method __repr__ (line 233) | def __repr__(self): class Bitor (line 236) | class Bitor(Node): method __init__ (line 237) | def __init__(self, nodes, lineno=None): method getChildren (line 241) | def getChildren(self): method getChildNodes (line 244) | def getChildNodes(self): method __repr__ (line 249) | def __repr__(self): class Bitxor (line 252) | class Bitxor(Node): method __init__ (line 253) | def __init__(self, nodes, lineno=None): method getChildren (line 257) | def getChildren(self): method getChildNodes (line 260) | def getChildNodes(self): method __repr__ (line 265) | def __repr__(self): class Break (line 268) | class Break(Node): method __init__ (line 269) | def __init__(self, lineno=None): method getChildren (line 272) | def getChildren(self): method getChildNodes (line 275) | def getChildNodes(self): method __repr__ (line 278) | def __repr__(self): class CallFunc (line 281) | class CallFunc(Node): method __init__ (line 282) | def __init__(self, node, args, star_args = None, dstar_args = None, li... method getChildren (line 289) | def getChildren(self): method getChildNodes (line 297) | def getChildNodes(self): method __repr__ (line 307) | def __repr__(self): class Class (line 310) | class Class(Node): method __init__ (line 311) | def __init__(self, name, bases, doc, code, decorators = None, lineno=N... method getChildren (line 319) | def getChildren(self): method getChildNodes (line 328) | def getChildNodes(self): method __repr__ (line 336) | def __repr__(self): class Compare (line 339) | class Compare(Node): method __init__ (line 340) | def __init__(self, expr, ops, lineno=None): method getChildren (line 345) | def getChildren(self): method getChildNodes (line 351) | def getChildNodes(self): method __repr__ (line 357) | def __repr__(self): class Const (line 360) | class Const(Node): method __init__ (line 361) | def __init__(self, value, lineno=None): method getChildren (line 365) | def getChildren(self): method getChildNodes (line 368) | def getChildNodes(self): method __repr__ (line 371) | def __repr__(self): class Continue (line 374) | class Continue(Node): method __init__ (line 375) | def __init__(self, lineno=None): method getChildren (line 378) | def getChildren(self): method getChildNodes (line 381) | def getChildNodes(self): method __repr__ (line 384) | def __repr__(self): class Decorators (line 387) | class Decorators(Node): method __init__ (line 388) | def __init__(self, nodes, lineno=None): method getChildren (line 392) | def getChildren(self): method getChildNodes (line 395) | def getChildNodes(self): method __repr__ (line 400) | def __repr__(self): class Dict (line 403) | class Dict(Node): method __init__ (line 404) | def __init__(self, items, lineno=None): method getChildren (line 408) | def getChildren(self): method getChildNodes (line 411) | def getChildNodes(self): method __repr__ (line 416) | def __repr__(self): class Discard (line 419) | class Discard(Node): method __init__ (line 420) | def __init__(self, expr, lineno=None): method getChildren (line 424) | def getChildren(self): method getChildNodes (line 427) | def getChildNodes(self): method __repr__ (line 430) | def __repr__(self): class Div (line 433) | class Div(Node): method __init__ (line 434) | def __init__(self, leftright, lineno=None): method getChildren (line 439) | def getChildren(self): method getChildNodes (line 442) | def getChildNodes(self): method __repr__ (line 445) | def __repr__(self): class Ellipsis (line 448) | class Ellipsis(Node): method __init__ (line 449) | def __init__(self, lineno=None): method getChildren (line 452) | def getChildren(self): method getChildNodes (line 455) | def getChildNodes(self): method __repr__ (line 458) | def __repr__(self): class Exec (line 461) | class Exec(Node): method __init__ (line 462) | def __init__(self, expr, locals, globals, lineno=None): method getChildren (line 468) | def getChildren(self): method getChildNodes (line 475) | def getChildNodes(self): method __repr__ (line 484) | def __repr__(self): class FloorDiv (line 487) | class FloorDiv(Node): method __init__ (line 488) | def __init__(self, leftright, lineno=None): method getChildren (line 493) | def getChildren(self): method getChildNodes (line 496) | def getChildNodes(self): method __repr__ (line 499) | def __repr__(self): class For (line 502) | class For(Node): method __init__ (line 503) | def __init__(self, assign, list, body, else_, lineno=None): method getChildren (line 510) | def getChildren(self): method getChildNodes (line 518) | def getChildNodes(self): method __repr__ (line 527) | def __repr__(self): class From (line 530) | class From(Node): method __init__ (line 531) | def __init__(self, modname, names, level, lineno=None): method getChildren (line 537) | def getChildren(self): method getChildNodes (line 540) | def getChildNodes(self): method __repr__ (line 543) | def __repr__(self): class Function (line 546) | class Function(Node): method __init__ (line 547) | def __init__(self, decorators, name, argnames, defaults, flags, doc, c... method getChildren (line 563) | def getChildren(self): method getChildNodes (line 574) | def getChildNodes(self): method __repr__ (line 582) | def __repr__(self): class GenExpr (line 585) | class GenExpr(Node): method __init__ (line 586) | def __init__(self, code, lineno=None): method getChildren (line 593) | def getChildren(self): method getChildNodes (line 596) | def getChildNodes(self): method __repr__ (line 599) | def __repr__(self): class GenExprFor (line 602) | class GenExprFor(Node): method __init__ (line 603) | def __init__(self, assign, iter, ifs, lineno=None): method getChildren (line 610) | def getChildren(self): method getChildNodes (line 617) | def getChildNodes(self): method __repr__ (line 624) | def __repr__(self): class GenExprIf (line 627) | class GenExprIf(Node): method __init__ (line 628) | def __init__(self, test, lineno=None): method getChildren (line 632) | def getChildren(self): method getChildNodes (line 635) | def getChildNodes(self): method __repr__ (line 638) | def __repr__(self): class GenExprInner (line 641) | class GenExprInner(Node): method __init__ (line 642) | def __init__(self, expr, quals, lineno=None): method getChildren (line 647) | def getChildren(self): method getChildNodes (line 653) | def getChildNodes(self): method __repr__ (line 659) | def __repr__(self): class Getattr (line 662) | class Getattr(Node): method __init__ (line 663) | def __init__(self, expr, attrname, lineno=None): method getChildren (line 668) | def getChildren(self): method getChildNodes (line 671) | def getChildNodes(self): method __repr__ (line 674) | def __repr__(self): class Global (line 677) | class Global(Node): method __init__ (line 678) | def __init__(self, names, lineno=None): method getChildren (line 682) | def getChildren(self): method getChildNodes (line 685) | def getChildNodes(self): method __repr__ (line 688) | def __repr__(self): class If (line 691) | class If(Node): method __init__ (line 692) | def __init__(self, tests, else_, lineno=None): method getChildren (line 697) | def getChildren(self): method getChildNodes (line 703) | def getChildNodes(self): method __repr__ (line 710) | def __repr__(self): class IfExp (line 713) | class IfExp(Node): method __init__ (line 714) | def __init__(self, test, then, else_, lineno=None): method getChildren (line 720) | def getChildren(self): method getChildNodes (line 723) | def getChildNodes(self): method __repr__ (line 726) | def __repr__(self): class Import (line 729) | class Import(Node): method __init__ (line 730) | def __init__(self, names, lineno=None): method getChildren (line 734) | def getChildren(self): method getChildNodes (line 737) | def getChildNodes(self): method __repr__ (line 740) | def __repr__(self): class Invert (line 743) | class Invert(Node): method __init__ (line 744) | def __init__(self, expr, lineno=None): method getChildren (line 748) | def getChildren(self): method getChildNodes (line 751) | def getChildNodes(self): method __repr__ (line 754) | def __repr__(self): class Keyword (line 757) | class Keyword(Node): method __init__ (line 758) | def __init__(self, name, expr, lineno=None): method getChildren (line 763) | def getChildren(self): method getChildNodes (line 766) | def getChildNodes(self): method __repr__ (line 769) | def __repr__(self): class Lambda (line 772) | class Lambda(Node): method __init__ (line 773) | def __init__(self, argnames, defaults, flags, code, lineno=None): method getChildren (line 786) | def getChildren(self): method getChildNodes (line 794) | def getChildNodes(self): method __repr__ (line 800) | def __repr__(self): class LeftShift (line 803) | class LeftShift(Node): method __init__ (line 804) | def __init__(self, leftright, lineno=None): method getChildren (line 809) | def getChildren(self): method getChildNodes (line 812) | def getChildNodes(self): method __repr__ (line 815) | def __repr__(self): class List (line 818) | class List(Node): method __init__ (line 819) | def __init__(self, nodes, lineno=None): method getChildren (line 823) | def getChildren(self): method getChildNodes (line 826) | def getChildNodes(self): method __repr__ (line 831) | def __repr__(self): class ListComp (line 834) | class ListComp(Node): method __init__ (line 835) | def __init__(self, expr, quals, lineno=None): method getChildren (line 840) | def getChildren(self): method getChildNodes (line 846) | def getChildNodes(self): method __repr__ (line 852) | def __repr__(self): class ListCompFor (line 855) | class ListCompFor(Node): method __init__ (line 856) | def __init__(self, assign, list, ifs, lineno=None): method getChildren (line 862) | def getChildren(self): method getChildNodes (line 869) | def getChildNodes(self): method __repr__ (line 876) | def __repr__(self): class ListCompIf (line 879) | class ListCompIf(Node): method __init__ (line 880) | def __init__(self, test, lineno=None): method getChildren (line 884) | def getChildren(self): method getChildNodes (line 887) | def getChildNodes(self): method __repr__ (line 890) | def __repr__(self): class SetComp (line 893) | class SetComp(Node): method __init__ (line 894) | def __init__(self, expr, quals, lineno=None): method getChildren (line 899) | def getChildren(self): method getChildNodes (line 905) | def getChildNodes(self): method __repr__ (line 911) | def __repr__(self): class DictComp (line 914) | class DictComp(Node): method __init__ (line 915) | def __init__(self, key, value, quals, lineno=None): method getChildren (line 921) | def getChildren(self): method getChildNodes (line 928) | def getChildNodes(self): method __repr__ (line 935) | def __repr__(self): class Mod (line 938) | class Mod(Node): method __init__ (line 939) | def __init__(self, leftright, lineno=None): method getChildren (line 944) | def getChildren(self): method getChildNodes (line 947) | def getChildNodes(self): method __repr__ (line 950) | def __repr__(self): class Module (line 953) | class Module(Node): method __init__ (line 954) | def __init__(self, doc, node, lineno=None): method getChildren (line 959) | def getChildren(self): method getChildNodes (line 962) | def getChildNodes(self): method __repr__ (line 965) | def __repr__(self): class Mul (line 968) | class Mul(Node): method __init__ (line 969) | def __init__(self, leftright, lineno=None): method getChildren (line 974) | def getChildren(self): method getChildNodes (line 977) | def getChildNodes(self): method __repr__ (line 980) | def __repr__(self): class Name (line 983) | class Name(Node): method __init__ (line 984) | def __init__(self, name, lineno=None): method getChildren (line 988) | def getChildren(self): method getChildNodes (line 991) | def getChildNodes(self): method __repr__ (line 994) | def __repr__(self): class Not (line 997) | class Not(Node): method __init__ (line 998) | def __init__(self, expr, lineno=None): method getChildren (line 1002) | def getChildren(self): method getChildNodes (line 1005) | def getChildNodes(self): method __repr__ (line 1008) | def __repr__(self): class Or (line 1011) | class Or(Node): method __init__ (line 1012) | def __init__(self, nodes, lineno=None): method getChildren (line 1016) | def getChildren(self): method getChildNodes (line 1019) | def getChildNodes(self): method __repr__ (line 1024) | def __repr__(self): class Pass (line 1027) | class Pass(Node): method __init__ (line 1028) | def __init__(self, lineno=None): method getChildren (line 1031) | def getChildren(self): method getChildNodes (line 1034) | def getChildNodes(self): method __repr__ (line 1037) | def __repr__(self): class Power (line 1040) | class Power(Node): method __init__ (line 1041) | def __init__(self, leftright, lineno=None): method getChildren (line 1046) | def getChildren(self): method getChildNodes (line 1049) | def getChildNodes(self): method __repr__ (line 1052) | def __repr__(self): class Print (line 1055) | class Print(Node): method __init__ (line 1056) | def __init__(self, nodes, dest, lineno=None): method getChildren (line 1061) | def getChildren(self): method getChildNodes (line 1067) | def getChildNodes(self): method __repr__ (line 1074) | def __repr__(self): class Printnl (line 1077) | class Printnl(Node): method __init__ (line 1078) | def __init__(self, nodes, dest, lineno=None): method getChildren (line 1083) | def getChildren(self): method getChildNodes (line 1089) | def getChildNodes(self): method __repr__ (line 1096) | def __repr__(self): class Raise (line 1099) | class Raise(Node): method __init__ (line 1100) | def __init__(self, expr1, expr2, expr3, lineno=None): method getChildren (line 1106) | def getChildren(self): method getChildNodes (line 1113) | def getChildNodes(self): method __repr__ (line 1123) | def __repr__(self): class Return (line 1126) | class Return(Node): method __init__ (line 1127) | def __init__(self, value, lineno=None): method getChildren (line 1131) | def getChildren(self): method getChildNodes (line 1134) | def getChildNodes(self): method __repr__ (line 1137) | def __repr__(self): class RightShift (line 1140) | class RightShift(Node): method __init__ (line 1141) | def __init__(self, leftright, lineno=None): method getChildren (line 1146) | def getChildren(self): method getChildNodes (line 1149) | def getChildNodes(self): method __repr__ (line 1152) | def __repr__(self): class Set (line 1155) | class Set(Node): method __init__ (line 1156) | def __init__(self, nodes, lineno=None): method getChildren (line 1160) | def getChildren(self): method getChildNodes (line 1163) | def getChildNodes(self): method __repr__ (line 1168) | def __repr__(self): class Slice (line 1171) | class Slice(Node): method __init__ (line 1172) | def __init__(self, expr, flags, lower, upper, lineno=None): method getChildren (line 1179) | def getChildren(self): method getChildNodes (line 1187) | def getChildNodes(self): method __repr__ (line 1196) | def __repr__(self): class Sliceobj (line 1199) | class Sliceobj(Node): method __init__ (line 1200) | def __init__(self, nodes, lineno=None): method getChildren (line 1204) | def getChildren(self): method getChildNodes (line 1207) | def getChildNodes(self): method __repr__ (line 1212) | def __repr__(self): class Stmt (line 1215) | class Stmt(Node): method __init__ (line 1216) | def __init__(self, nodes, lineno=None): method getChildren (line 1220) | def getChildren(self): method getChildNodes (line 1223) | def getChildNodes(self): method __repr__ (line 1228) | def __repr__(self): class Sub (line 1231) | class Sub(Node): method __init__ (line 1232) | def __init__(self, leftright, lineno=None): method getChildren (line 1237) | def getChildren(self): method getChildNodes (line 1240) | def getChildNodes(self): method __repr__ (line 1243) | def __repr__(self): class Subscript (line 1246) | class Subscript(Node): method __init__ (line 1247) | def __init__(self, expr, flags, subs, lineno=None): method getChildren (line 1253) | def getChildren(self): method getChildNodes (line 1260) | def getChildNodes(self): method __repr__ (line 1266) | def __repr__(self): class TryExcept (line 1269) | class TryExcept(Node): method __init__ (line 1270) | def __init__(self, body, handlers, else_, lineno=None): method getChildren (line 1276) | def getChildren(self): method getChildNodes (line 1283) | def getChildNodes(self): method __repr__ (line 1291) | def __repr__(self): class TryFinally (line 1294) | class TryFinally(Node): method __init__ (line 1295) | def __init__(self, body, final, lineno=None): method getChildren (line 1300) | def getChildren(self): method getChildNodes (line 1303) | def getChildNodes(self): method __repr__ (line 1306) | def __repr__(self): class Tuple (line 1309) | class Tuple(Node): method __init__ (line 1310) | def __init__(self, nodes, lineno=None): method getChildren (line 1314) | def getChildren(self): method getChildNodes (line 1317) | def getChildNodes(self): method __repr__ (line 1322) | def __repr__(self): class UnaryAdd (line 1325) | class UnaryAdd(Node): method __init__ (line 1326) | def __init__(self, expr, lineno=None): method getChildren (line 1330) | def getChildren(self): method getChildNodes (line 1333) | def getChildNodes(self): method __repr__ (line 1336) | def __repr__(self): class UnarySub (line 1339) | class UnarySub(Node): method __init__ (line 1340) | def __init__(self, expr, lineno=None): method getChildren (line 1344) | def getChildren(self): method getChildNodes (line 1347) | def getChildNodes(self): method __repr__ (line 1350) | def __repr__(self): class While (line 1353) | class While(Node): method __init__ (line 1354) | def __init__(self, test, body, else_, lineno=None): method getChildren (line 1360) | def getChildren(self): method getChildNodes (line 1367) | def getChildNodes(self): method __repr__ (line 1375) | def __repr__(self): class With (line 1378) | class With(Node): method __init__ (line 1379) | def __init__(self, expr, vars, body, lineno=None): method getChildren (line 1385) | def getChildren(self): method getChildNodes (line 1392) | def getChildNodes(self): method __repr__ (line 1400) | def __repr__(self): class Yield (line 1403) | class Yield(Node): method __init__ (line 1404) | def __init__(self, value, lineno=None): method getChildren (line 1408) | def getChildren(self): method getChildNodes (line 1411) | def getChildNodes(self): method __repr__ (line 1414) | def __repr__(self): FILE: tests/pythons/win64-py27/Lib/compiler/future.py function is_future (line 7) | def is_future(stmt): class FutureParser (line 16) | class FutureParser: method __init__ (line 22) | def __init__(self): method visitModule (line 25) | def visitModule(self, node): method check_stmt (line 31) | def check_stmt(self, stmt): method get_features (line 43) | def get_features(self): class BadFutureParser (line 47) | class BadFutureParser: method visitFrom (line 50) | def visitFrom(self, node): function find_futures (line 57) | def find_futures(node): FILE: tests/pythons/win64-py27/Lib/compiler/misc.py function flatten (line 2) | def flatten(tup): class Set (line 11) | class Set: method __init__ (line 12) | def __init__(self): method __len__ (line 14) | def __len__(self): method __contains__ (line 16) | def __contains__(self, elt): method add (line 18) | def add(self, elt): method elements (line 20) | def elements(self): method has_elt (line 22) | def has_elt(self, elt): method remove (line 24) | def remove(self, elt): method copy (line 26) | def copy(self): class Stack (line 31) | class Stack: method __init__ (line 32) | def __init__(self): method __len__ (line 35) | def __len__(self): method push (line 37) | def push(self, elt): method top (line 39) | def top(self): method __getitem__ (line 41) | def __getitem__(self, index): # needed by visitContinue() function mangle (line 46) | def mangle(name, klass): function set_filename (line 67) | def set_filename(filename, tree): FILE: tests/pythons/win64-py27/Lib/compiler/pyassem.py class FlowGraph (line 11) | class FlowGraph: method __init__ (line 12) | def __init__(self): method startBlock (line 19) | def startBlock(self, block): method nextBlock (line 29) | def nextBlock(self, block=None): method newBlock (line 53) | def newBlock(self): method startExitBlock (line 58) | def startExitBlock(self): method _enable_debug (line 63) | def _enable_debug(self): method _disable_debug (line 66) | def _disable_debug(self): method emit (line 69) | def emit(self, *inst): method getBlocksInOrder (line 76) | def getBlocksInOrder(self): method getBlocks (line 84) | def getBlocks(self): method getRoot (line 87) | def getRoot(self): method getContainedGraphs (line 91) | def getContainedGraphs(self): function order_blocks (line 98) | def order_blocks(start_block, exit_block): class Block (line 165) | class Block: method __init__ (line 168) | def __init__(self, label=''): method __repr__ (line 177) | def __repr__(self): method __str__ (line 183) | def __str__(self): method emit (line 188) | def emit(self, inst): method getInstructions (line 192) | def getInstructions(self): method addOutEdge (line 195) | def addOutEdge(self, block): method addNext (line 198) | def addNext(self, block): method has_unconditional_transfer (line 208) | def has_unconditional_transfer(self): method get_children (line 218) | def get_children(self): method get_followers (line 221) | def get_followers(self): method getContainedGraphs (line 231) | def getContainedGraphs(self): class PyFlowGraph (line 254) | class PyFlowGraph(FlowGraph): method __init__ (line 257) | def __init__(self, name, filename, args=(), optimized=0, klass=None): method setDocstring (line 287) | def setDocstring(self, doc): method setFlag (line 290) | def setFlag(self, flag): method checkFlag (line 295) | def checkFlag(self, flag): method setFreeVars (line 299) | def setFreeVars(self, names): method setCellVars (line 302) | def setCellVars(self, names): method getCode (line 305) | def getCode(self): method dump (line 317) | def dump(self, io=None): method computeStackDepth (line 335) | def computeStackDepth(self): method flattenGraph (line 365) | def flattenGraph(self): method convertArgs (line 405) | def convertArgs(self): method sort_cellvars (line 419) | def sort_cellvars(self): method _lookupName (line 432) | def _lookupName(self, name, list): method _convert_LOAD_CONST (line 450) | def _convert_LOAD_CONST(self, arg): method _convert_LOAD_FAST (line 455) | def _convert_LOAD_FAST(self, arg): method _convert_LOAD_NAME (line 461) | def _convert_LOAD_NAME(self, arg): method _convert_NAME (line 466) | def _convert_NAME(self, arg): method _convert_DEREF (line 481) | def _convert_DEREF(self, arg): method _convert_LOAD_CLOSURE (line 488) | def _convert_LOAD_CLOSURE(self, arg): method _convert_COMPARE_OP (line 493) | def _convert_COMPARE_OP(self, arg): method makeByteCode (line 504) | def makeByteCode(self): method newCodeObject (line 530) | def newCodeObject(self): method getConsts (line 546) | def getConsts(self): function isJump (line 559) | def isJump(opname): class TupleArg (line 563) | class TupleArg: method __init__ (line 565) | def __init__(self, count, names): method __repr__ (line 568) | def __repr__(self): method getName (line 570) | def getName(self): function getArgCount (line 573) | def getArgCount(args): function twobyte (line 582) | def twobyte(val): class LineAddrTable (line 587) | class LineAddrTable: method __init__ (line 602) | def __init__(self): method addCode (line 610) | def addCode(self, *args): method nextLine (line 615) | def nextLine(self, lineno): method getCode (line 647) | def getCode(self): method getTable (line 650) | def getTable(self): class StackDepthTracker (line 653) | class StackDepthTracker: method findDepth (line 657) | def findDepth(self, insts, debug=0): method UNPACK_SEQUENCE (line 733) | def UNPACK_SEQUENCE(self, count): method BUILD_TUPLE (line 735) | def BUILD_TUPLE(self, count): method BUILD_LIST (line 737) | def BUILD_LIST(self, count): method BUILD_SET (line 739) | def BUILD_SET(self, count): method CALL_FUNCTION (line 741) | def CALL_FUNCTION(self, argc): method CALL_FUNCTION_VAR (line 744) | def CALL_FUNCTION_VAR(self, argc): method CALL_FUNCTION_KW (line 746) | def CALL_FUNCTION_KW(self, argc): method CALL_FUNCTION_VAR_KW (line 748) | def CALL_FUNCTION_VAR_KW(self, argc): method MAKE_FUNCTION (line 750) | def MAKE_FUNCTION(self, argc): method MAKE_CLOSURE (line 752) | def MAKE_CLOSURE(self, argc): method BUILD_SLICE (line 755) | def BUILD_SLICE(self, argc): method DUP_TOPX (line 760) | def DUP_TOPX(self, argc): FILE: tests/pythons/win64-py27/Lib/compiler/pycodegen.py function compileFile (line 37) | def compileFile(filename, display=0): function compile (line 51) | def compile(source, filename, mode, flags=None, dont_inherit=None): class AbstractCompileMode (line 68) | class AbstractCompileMode: method __init__ (line 72) | def __init__(self, source, filename): method _get_tree (line 77) | def _get_tree(self): method compile (line 83) | def compile(self): method getCode (line 86) | def getCode(self): class Expression (line 89) | class Expression(AbstractCompileMode): method compile (line 93) | def compile(self): class Interactive (line 98) | class Interactive(AbstractCompileMode): method compile (line 102) | def compile(self): class Module (line 107) | class Module(AbstractCompileMode): method compile (line 111) | def compile(self, display=0): method dump (line 119) | def dump(self, f): method getPycHeader (line 125) | def getPycHeader(self): class LocalNameFinder (line 134) | class LocalNameFinder: method __init__ (line 136) | def __init__(self, names=()): method getLocals (line 144) | def getLocals(self): method visitDict (line 150) | def visitDict(self, node): method visitGlobal (line 153) | def visitGlobal(self, node): method visitFunction (line 157) | def visitFunction(self, node): method visitLambda (line 160) | def visitLambda(self, node): method visitImport (line 163) | def visitImport(self, node): method visitFrom (line 167) | def visitFrom(self, node): method visitClass (line 171) | def visitClass(self, node): method visitAssName (line 174) | def visitAssName(self, node): function is_constant_false (line 177) | def is_constant_false(node): class CodeGenerator (line 183) | class CodeGenerator: method __init__ (line 201) | def __init__(self): method initClass (line 225) | def initClass(self): method checkClass (line 228) | def checkClass(self): method _setupGraphDelegation (line 239) | def _setupGraphDelegation(self): method getCode (line 246) | def getCode(self): method mangle (line 250) | def mangle(self, name): method parseSymbols (line 256) | def parseSymbols(self, tree): method get_module (line 261) | def get_module(self): method isLocalName (line 266) | def isLocalName(self, name): method storeName (line 269) | def storeName(self, name): method loadName (line 272) | def loadName(self, name): method delName (line 275) | def delName(self, name): method _nameOp (line 278) | def _nameOp(self, prefix, name): method _implicitNameOp (line 299) | def _implicitNameOp(self, prefix, name): method set_lineno (line 316) | def set_lineno(self, node, force=False): method visitModule (line 346) | def visitModule(self, node): method visitExpression (line 359) | def visitExpression(self, node): method visitFunction (line 366) | def visitFunction(self, node): method visitLambda (line 372) | def visitLambda(self, node): method _visitFuncOrLambda (line 375) | def _visitFuncOrLambda(self, node, isLambda=0): method visitClass (line 394) | def visitClass(self, node): method visitIf (line 413) | def visitIf(self, node): method visitWhile (line 433) | def visitWhile(self, node): method visitFor (line 460) | def visitFor(self, node): method visitBreak (line 484) | def visitBreak(self, node): method visitContinue (line 491) | def visitContinue(self, node): method visitTest (line 518) | def visitTest(self, node, jump): method visitAnd (line 527) | def visitAnd(self, node): method visitOr (line 530) | def visitOr(self, node): method visitIfExp (line 533) | def visitIfExp(self, node): method visitCompare (line 544) | def visitCompare(self, node): method visitListComp (line 568) | def visitListComp(self, node): method visitSetComp (line 592) | def visitSetComp(self, node): method visitDictComp (line 616) | def visitDictComp(self, node): method visitListCompFor (line 641) | def visitListCompFor(self, node): method visitListCompIf (line 654) | def visitListCompIf(self, node, branch): method _makeClosure (line 660) | def _makeClosure(self, gen, args): method visitGenExpr (line 672) | def visitGenExpr(self, node): method visitGenExprInner (line 684) | def visitGenExprInner(self, node): method visitGenExprFor (line 713) | def visitGenExprFor(self, node): method visitGenExprIf (line 734) | def visitGenExprIf(self, node, branch): method visitAssert (line 742) | def visitAssert(self, node): method visitRaise (line 763) | def visitRaise(self, node): method visitTryExcept (line 777) | def visitTryExcept(self, node): method visitTryFinally (line 824) | def visitTryFinally(self, node): method visitWith (line 843) | def visitWith(self, node): method visitDiscard (line 879) | def visitDiscard(self, node): method visitConst (line 884) | def visitConst(self, node): method visitKeyword (line 887) | def visitKeyword(self, node): method visitGlobal (line 891) | def visitGlobal(self, node): method visitName (line 895) | def visitName(self, node): method visitPass (line 899) | def visitPass(self, node): method visitImport (line 902) | def visitImport(self, node): method visitFrom (line 917) | def visitFrom(self, node): method _resolveDots (line 943) | def _resolveDots(self, name): method visitGetattr (line 950) | def visitGetattr(self, node): method visitAssign (line 956) | def visitAssign(self, node): method visitAssName (line 967) | def visitAssName(self, node): method visitAssAttr (line 976) | def visitAssAttr(self, node): method _visitAssSequence (line 986) | def _visitAssSequence(self, node, op='UNPACK_SEQUENCE'): method visitAssTuple (line 996) | def visitAssTuple(self, node): method visitAssList (line 999) | def visitAssList(self, node): method visitAugAssign (line 1004) | def visitAugAssign(self, node): method visitAugName (line 1027) | def visitAugName(self, node, mode): method visitAugGetattr (line 1033) | def visitAugGetattr(self, node, mode): method visitAugSlice (line 1042) | def visitAugSlice(self, node, mode): method visitAugSubscript (line 1059) | def visitAugSubscript(self, node, mode): method visitExec (line 1066) | def visitExec(self, node): method visitCallFunc (line 1078) | def visitCallFunc(self, node): method visitPrint (line 1098) | def visitPrint(self, node, newline=0): method visitPrintnl (line 1114) | def visitPrintnl(self, node): method visitReturn (line 1121) | def visitReturn(self, node): method visitYield (line 1126) | def visitYield(self, node): method visitSlice (line 1133) | def visitSlice(self, node, aug_flag=None): method visitSubscript (line 1160) | def visitSubscript(self, node, aug_flag=None): method binaryOp (line 1177) | def binaryOp(self, node, op): method visitAdd (line 1182) | def visitAdd(self, node): method visitSub (line 1185) | def visitSub(self, node): method visitMul (line 1188) | def visitMul(self, node): method visitDiv (line 1191) | def visitDiv(self, node): method visitFloorDiv (line 1194) | def visitFloorDiv(self, node): method visitMod (line 1197) | def visitMod(self, node): method visitPower (line 1200) | def visitPower(self, node): method visitLeftShift (line 1203) | def visitLeftShift(self, node): method visitRightShift (line 1206) | def visitRightShift(self, node): method unaryOp (line 1211) | def unaryOp(self, node, op): method visitInvert (line 1215) | def visitInvert(self, node): method visitUnarySub (line 1218) | def visitUnarySub(self, node): method visitUnaryAdd (line 1221) | def visitUnaryAdd(self, node): method visitUnaryInvert (line 1224) | def visitUnaryInvert(self, node): method visitNot (line 1227) | def visitNot(self, node): method visitBackquote (line 1230) | def visitBackquote(self, node): method bitOp (line 1235) | def bitOp(self, nodes, op): method visitBitand (line 1241) | def visitBitand(self, node): method visitBitor (line 1244) | def visitBitor(self, node): method visitBitxor (line 1247) | def visitBitxor(self, node): method visitEllipsis (line 1252) | def visitEllipsis(self, node): method visitTuple (line 1255) | def visitTuple(self, node): method visitList (line 1261) | def visitList(self, node): method visitSet (line 1267) | def visitSet(self, node): method visitSliceobj (line 1273) | def visitSliceobj(self, node): method visitDict (line 1278) | def visitDict(self, node): class NestedScopeMixin (line 1288) | class NestedScopeMixin: method initClass (line 1290) | def initClass(self): class ModuleCodeGenerator (line 1295) | class ModuleCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1300) | def __init__(self, tree): method get_module (line 1306) | def get_module(self): class ExpressionCodeGenerator (line 1309) | class ExpressionCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1315) | def __init__(self, tree): method get_module (line 1320) | def get_module(self): class InteractiveCodeGenerator (line 1323) | class InteractiveCodeGenerator(NestedScopeMixin, CodeGenerator): method __init__ (line 1330) | def __init__(self, tree): method get_module (line 1337) | def get_module(self): method visitDiscard (line 1340) | def visitDiscard(self, node): class AbstractFunctionCode (line 1346) | class AbstractFunctionCode: method __init__ (line 1350) | def __init__(self, func, scopes, isLambda, class_name, mod): method get_module (line 1379) | def get_module(self): method finish (line 1382) | def finish(self): method generateArgUnpack (line 1388) | def generateArgUnpack(self, args): method unpackSequence (line 1395) | def unpackSequence(self, tup): class FunctionCodeGenerator (line 1408) | class FunctionCodeGenerator(NestedScopeMixin, AbstractFunctionCode, method __init__ (line 1415) | def __init__(self, func, scopes, isLambda, class_name, mod): class GenExprCodeGenerator (line 1424) | class GenExprCodeGenerator(NestedScopeMixin, AbstractFunctionCode, method __init__ (line 1431) | def __init__(self, gexp, scopes, class_name, mod): class AbstractClassCode (line 1439) | class AbstractClassCode: method __init__ (line 1441) | def __init__(self, klass, scopes, module): method get_module (line 1453) | def get_module(self): method finish (line 1456) | def finish(self): class ClassCodeGenerator (line 1461) | class ClassCodeGenerator(NestedScopeMixin, AbstractClassCode, CodeGenera... method __init__ (line 1467) | def __init__(self, klass, scopes, module): function generateArgList (line 1480) | def generateArgList(arglist): function findOp (line 1497) | def findOp(node): class OpFinder (line 1503) | class OpFinder: method __init__ (line 1504) | def __init__(self): method visitAssName (line 1506) | def visitAssName(self, node): class Delegator (line 1514) | class Delegator: method __init__ (line 1525) | def __init__(self, obj): method __getattr__ (line 1528) | def __getattr__(self, attr): class AugGetattr (line 1531) | class AugGetattr(Delegator): class AugName (line 1534) | class AugName(Delegator): class AugSlice (line 1537) | class AugSlice(Delegator): class AugSubscript (line 1540) | class AugSubscript(Delegator): function wrap_aug (line 1550) | def wrap_aug(node): FILE: tests/pythons/win64-py27/Lib/compiler/symbols.py class Scope (line 14) | class Scope: method __init__ (line 16) | def __init__(self, name, module, klass=None): method __repr__ (line 37) | def __repr__(self): method mangle (line 40) | def mangle(self, name): method add_def (line 45) | def add_def(self, name): method add_use (line 48) | def add_use(self, name): method add_global (line 51) | def add_global(self, name): method add_param (line 61) | def add_param(self, name): method get_names (line 66) | def get_names(self): method add_child (line 73) | def add_child(self, child): method get_children (line 76) | def get_children(self): method DEBUG (line 79) | def DEBUG(self): method check_name (line 87) | def check_name(self, name): method get_free_vars (line 105) | def get_free_vars(self): method handle_children (line 115) | def handle_children(self): method force_global (line 122) | def force_global(self, name): method add_frees (line 142) | def add_frees(self, names): method get_cell_vars (line 169) | def get_cell_vars(self): class ModuleScope (line 172) | class ModuleScope(Scope): method __init__ (line 175) | def __init__(self): class FunctionScope (line 178) | class FunctionScope(Scope): class GenExprScope (line 181) | class GenExprScope(Scope): method __init__ (line 186) | def __init__(self, module, klass=None): method get_names (line 192) | def get_names(self): class LambdaScope (line 196) | class LambdaScope(FunctionScope): method __init__ (line 201) | def __init__(self, module, klass=None): class ClassScope (line 206) | class ClassScope(Scope): method __init__ (line 209) | def __init__(self, name, module): class SymbolVisitor (line 212) | class SymbolVisitor: method __init__ (line 213) | def __init__(self): method visitModule (line 219) | def visitModule(self, node): method visitFunction (line 225) | def visitFunction(self, node, parent): method visitGenExpr (line 239) | def visitGenExpr(self, node, parent): method visitGenExprInner (line 250) | def visitGenExprInner(self, node, scope): method visitGenExprFor (line 256) | def visitGenExprFor(self, node, scope): method visitGenExprIf (line 262) | def visitGenExprIf(self, node, scope): method visitLambda (line 265) | def visitLambda(self, node, parent, assign=0): method _do_args (line 281) | def _do_args(self, scope, args): method handle_free_vars (line 288) | def handle_free_vars(self, scope, parent): method visitClass (line 292) | def visitClass(self, node, parent): method visitName (line 315) | def visitName(self, node, scope, assign=0): method visitFor (line 323) | def visitFor(self, node, scope): method visitFrom (line 330) | def visitFrom(self, node, scope): method visitImport (line 336) | def visitImport(self, node, scope): method visitGlobal (line 343) | def visitGlobal(self, node, scope): method visitAssign (line 347) | def visitAssign(self, node, scope): method visitAssName (line 364) | def visitAssName(self, node, scope, assign=1): method visitAssAttr (line 367) | def visitAssAttr(self, node, scope, assign=0): method visitSubscript (line 370) | def visitSubscript(self, node, scope, assign=0): method visitSlice (line 375) | def visitSlice(self, node, scope, assign=0): method visitAugAssign (line 382) | def visitAugAssign(self, node, scope): method visitIf (line 394) | def visitIf(self, node, scope): method visitYield (line 407) | def visitYield(self, node, scope): function list_eq (line 411) | def list_eq(l1, l2): function get_names (line 419) | def get_names(syms): FILE: tests/pythons/win64-py27/Lib/compiler/syntax.py function check (line 14) | def check(tree, multi=None): class SyntaxErrorChecker (line 19) | class SyntaxErrorChecker: method __init__ (line 22) | def __init__(self, multi=None): method error (line 32) | def error(self, node, msg): method visitAssign (line 39) | def visitAssign(self, node): FILE: tests/pythons/win64-py27/Lib/compiler/transformer.py class WalkerError (line 33) | class WalkerError(StandardError): function parseFile (line 39) | def parseFile(path): function parse (line 49) | def parse(buf, mode="exec"): function asList (line 58) | def asList(nodes): function extractLineNo (line 72) | def extractLineNo(ast): function Node (line 82) | def Node(*args): class Transformer (line 94) | class Transformer: method __init__ (line 104) | def __init__(self): method transform (line 120) | def transform(self, tree): method parsesuite (line 126) | def parsesuite(self, text): method parseexpr (line 130) | def parseexpr(self, text): method parsefile (line 134) | def parsefile(self, file): method compile_node (line 145) | def compile_node(self, node): method single_input (line 169) | def single_input(self, node): method file_input (line 179) | def file_input(self, nodelist): method eval_input (line 191) | def eval_input(self, nodelist): method decorator_name (line 196) | def decorator_name(self, nodelist): method decorator (line 210) | def decorator(self, nodelist): method decorators (line 227) | def decorators(self, nodelist): method decorated (line 235) | def decorated(self, nodelist): method funcdef (line 247) | def funcdef(self, nodelist): method lambdef (line 280) | def lambdef(self, nodelist): method classdef (line 294) | def classdef(self, nodelist): method stmt (line 316) | def stmt(self, nodelist): method simple_stmt (line 323) | def simple_stmt(self, nodelist): method parameters (line 330) | def parameters(self, nodelist): method varargslist (line 333) | def varargslist(self, nodelist): method fpdef (line 336) | def fpdef(self, nodelist): method fplist (line 339) | def fplist(self, nodelist): method dotted_name (line 342) | def dotted_name(self, nodelist): method comp_op (line 345) | def comp_op(self, nodelist): method trailer (line 348) | def trailer(self, nodelist): method sliceop (line 351) | def sliceop(self, nodelist): method argument (line 354) | def argument(self, nodelist): method expr_stmt (line 362) | def expr_stmt(self, nodelist): method print_stmt (line 379) | def print_stmt(self, nodelist): method del_stmt (line 399) | def del_stmt(self, nodelist): method pass_stmt (line 402) | def pass_stmt(self, nodelist): method break_stmt (line 405) | def break_stmt(self, nodelist): method continue_stmt (line 408) | def continue_stmt(self, nodelist): method return_stmt (line 411) | def return_stmt(self, nodelist): method yield_stmt (line 417) | def yield_stmt(self, nodelist): method yield_expr (line 421) | def yield_expr(self, nodelist): method raise_stmt (line 428) | def raise_stmt(self, nodelist): method import_stmt (line 444) | def import_stmt(self, nodelist): method import_name (line 449) | def import_name(self, nodelist): method import_from (line 454) | def import_from(self, nodelist): method global_stmt (line 476) | def global_stmt(self, nodelist): method exec_stmt (line 483) | def exec_stmt(self, nodelist): method assert_stmt (line 497) | def assert_stmt(self, nodelist): method if_stmt (line 506) | def if_stmt(self, nodelist): method while_stmt (line 521) | def while_stmt(self, nodelist): method for_stmt (line 534) | def for_stmt(self, nodelist): method try_stmt (line 549) | def try_stmt(self, nodelist): method with_stmt (line 552) | def with_stmt(self, nodelist): method with_var (line 555) | def with_var(self, nodelist): method suite (line 558) | def suite(self, nodelist): method testlist (line 574) | def testlist(self, nodelist): method testlist_comp (line 584) | def testlist_comp(self, nodelist): method test (line 592) | def test(self, nodelist): method or_test (line 606) | def or_test(self, nodelist): method and_test (line 613) | def and_test(self, nodelist): method not_test (line 617) | def not_test(self, nodelist): method comparison (line 624) | def comparison(self, nodelist): method expr (line 657) | def expr(self, nodelist): method xor_expr (line 661) | def xor_expr(self, nodelist): method and_expr (line 665) | def and_expr(self, nodelist): method shift_expr (line 669) | def shift_expr(self, nodelist): method arith_expr (line 682) | def arith_expr(self, nodelist): method term (line 694) | def term(self, nodelist): method factor (line 712) | def factor(self, nodelist): method power (line 725) | def power(self, nodelist): method atom (line 738) | def atom(self, nodelist): method atom_lpar (line 741) | def atom_lpar(self, nodelist): method atom_lsqb (line 746) | def atom_lsqb(self, nodelist): method atom_lbrace (line 751) | def atom_lbrace(self, nodelist): method atom_backquote (line 756) | def atom_backquote(self, nodelist): method atom_number (line 759) | def atom_number(self, nodelist): method decode_literal (line 764) | def decode_literal(self, lit): method atom_string (line 775) | def atom_string(self, nodelist): method atom_name (line 781) | def atom_name(self, nodelist): method lookup_node (line 797) | def lookup_node(self, node): method com_node (line 800) | def com_node(self, node): method com_NEWLINE (line 807) | def com_NEWLINE(self, *args): method com_arglist (line 813) | def com_arglist(self, nodelist): method com_fpdef (line 863) | def com_fpdef(self, node): method com_fplist (line 869) | def com_fplist(self, node): method com_dotted_name (line 878) | def com_dotted_name(self, node): method com_dotted_as_name (line 886) | def com_dotted_as_name(self, node): method com_dotted_as_names (line 896) | def com_dotted_as_names(self, node): method com_import_as_name (line 904) | def com_import_as_name(self, node): method com_import_as_names (line 914) | def com_import_as_names(self, node): method com_bases (line 922) | def com_bases(self, node): method com_try_except_finally (line 928) | def com_try_except_finally(self, nodelist): method com_with (line 969) | def com_with(self, nodelist): method com_with_item (line 978) | def com_with_item(self, nodelist, body, lineno): method com_augassign_op (line 987) | def com_augassign_op(self, node): method com_augassign (line 991) | def com_augassign(self, node): method com_assign (line 1001) | def com_assign(self, node, assigning): method com_assign_tuple (line 1045) | def com_assign_tuple(self, node, assigning): method com_assign_list (line 1051) | def com_assign_list(self, node, assigning): method com_assign_name (line 1061) | def com_assign_name(self, node, assigning): method com_assign_trailer (line 1064) | def com_assign_trailer(self, primary, node, assigning): method com_assign_attr (line 1074) | def com_assign_attr(self, primary, node, assigning): method com_binary (line 1077) | def com_binary(self, constructor, nodelist): method com_stmt (line 1089) | def com_stmt(self, node): method com_append_stmt (line 1096) | def com_append_stmt(self, stmts, node): method com_list_constructor (line 1104) | def com_list_constructor(self, nodelist): method com_list_comprehension (line 1117) | def com_list_comprehension(self, expr, node): method com_comprehension (line 1120) | def com_comprehension(self, expr1, expr2, node, type): method com_list_iter (line 1169) | def com_list_iter(self, node): method com_comp_iter (line 1173) | def com_comp_iter(self, node): method com_generator_expression (line 1177) | def com_generator_expression(self, expr, node): method com_dictorsetmaker (line 1211) | def com_dictorsetmaker(self, nodelist): method com_apply_trailer (line 1240) | def com_apply_trailer(self, primaryNode, nodelist): method com_select_member (line 1251) | def com_select_member(self, primaryNode, nodelist): method com_call_function (line 1256) | def com_call_function(self, primaryNode, nodelist): method com_argument (line 1295) | def com_argument(self, nodelist, kw, star_node): method com_subscriptlist (line 1314) | def com_subscriptlist(self, primary, nodelist, assigning): method com_subscript (line 1334) | def com_subscript(self, node): method com_sliceobj (line 1344) | def com_sliceobj(self, node): method com_slice (line 1380) | def com_slice(self, primary, node, assigning): method get_docstring (line 1394) | def get_docstring(self, node, n=None): function debug_tree (line 1526) | def debug_tree(tree): FILE: tests/pythons/win64-py27/Lib/compiler/visitor.py class ASTVisitor (line 6) | class ASTVisitor: method __init__ (line 34) | def __init__(self): method default (line 38) | def default(self, node, *args): method dispatch (line 42) | def dispatch(self, node, *args): method preorder (line 59) | def preorder(self, tree, visitor, *args): class ExampleASTVisitor (line 65) | class ExampleASTVisitor(ASTVisitor): method dispatch (line 74) | def dispatch(self, node, *args): function walk (line 101) | def walk(tree, visitor, walker=None, verbose=None): function dumpNode (line 109) | def dumpNode(node): FILE: tests/pythons/win64-py27/Lib/contextlib.py class GeneratorContextManager (line 9) | class GeneratorContextManager(object): method __init__ (line 12) | def __init__(self, gen): method __enter__ (line 15) | def __enter__(self): method __exit__ (line 21) | def __exit__(self, type, value, traceback): function contextmanager (line 54) | def contextmanager(func): function nested (line 89) | def nested(*managers): class closing (line 132) | class closing(object): method __init__ (line 149) | def __init__(self, thing): method __enter__ (line 151) | def __enter__(self): method __exit__ (line 153) | def __exit__(self, *exc_info): FILE: tests/pythons/win64-py27/Lib/cookielib.py function _debug (line 43) | def _debug(*args): function _warn_unhandled_exception (line 57) | def _warn_unhandled_exception(): function _timegm (line 72) | def _timegm(tt): function time2isoz (line 86) | def time2isoz(t=None): function time2netscape (line 103) | def time2netscape(t=None): function offset_from_tz_string (line 123) | def offset_from_tz_string(tz): function _str2time (line 137) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 212) | def http2time(text): function iso2time (line 284) | def iso2time(text): function unmatched (line 317) | def unmatched(match): function split_header_words (line 326) | def split_header_words(header_values): function join_header_words (line 412) | def join_header_words(lists): function _strip_quotes (line 437) | def _strip_quotes(text): function parse_ns_headers (line 444) | def parse_ns_headers(ns_headers): function is_HDN (line 497) | def is_HDN(text): function domain_match (line 512) | def domain_match(A, B): function liberal_is_HDN (line 551) | def liberal_is_HDN(text): function user_domain_match (line 561) | def user_domain_match(A, B): function request_host (line 582) | def request_host(request): function eff_request_host (line 598) | def eff_request_host(request): function request_path (line 609) | def request_path(request): function request_port (line 619) | def request_port(request): function uppercase_escaped_char (line 637) | def uppercase_escaped_char(match): function escape_path (line 639) | def escape_path(path): function reach (line 655) | def reach(h): function is_third_party (line 690) | def is_third_party(request): class Cookie (line 707) | class Cookie: method __init__ (line 725) | def __init__(self, version, name, value, method has_nonstandard_attr (line 767) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 769) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 771) | def set_nonstandard_attr(self, name, value): method is_expired (line 774) | def is_expired(self, now=None): method __str__ (line 780) | def __str__(self): method __repr__ (line 790) | def __repr__(self): class CookiePolicy (line 805) | class CookiePolicy: method set_ok (line 814) | def set_ok(self, cookie, request): method return_ok (line 823) | def return_ok(self, cookie, request): method domain_return_ok (line 827) | def domain_return_ok(self, domain, request): method path_return_ok (line 832) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 838) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 848) | def __init__(self, method blocked_domains (line 881) | def blocked_domains(self): method set_blocked_domains (line 884) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 888) | def is_blocked(self, domain): method allowed_domains (line 894) | def allowed_domains(self): method set_allowed_domains (line 897) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 903) | def is_not_allowed(self, domain): method set_ok (line 911) | def set_ok(self, cookie, request): method set_ok_version (line 930) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 945) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 957) | def set_ok_name(self, cookie, request): method set_ok_path (line 966) | def set_ok_path(self, cookie, request): method set_ok_domain (line 977) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1036) | def set_ok_port(self, cookie, request): method return_ok (line 1057) | def return_ok(self, cookie, request): method return_ok_version (line 1075) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1084) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1096) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1102) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1108) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1122) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1144) | def domain_return_ok(self, domain, request): method path_return_ok (line 1166) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1175) | def vals_sorted_by_key(adict): function deepvalues (line 1180) | def deepvalues(mapping): class Absent (line 1199) | class Absent: pass class CookieJar (line 1201) | class CookieJar: method __init__ (line 1217) | def __init__(self, policy=None): method set_policy (line 1225) | def set_policy(self, policy): method _cookies_for_domain (line 1228) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1246) | def _cookies_for_request(self, request): method _cookie_attrs (line 1253) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1312) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1345) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1442) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1534) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1543) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1555) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1609) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1622) | def set_cookie(self, cookie): method extract_cookies (line 1635) | def extract_cookies(self, response, request): method clear (line 1649) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1676) | def clear_session_cookies(self): method clear_expired_cookies (line 1691) | def clear_expired_cookies(self): method __iter__ (line 1710) | def __iter__(self): method __len__ (line 1713) | def __len__(self): method __repr__ (line 1719) | def __repr__(self): method __str__ (line 1724) | def __str__(self): class LoadError (line 1731) | class LoadError(IOError): pass class FileCookieJar (line 1733) | class FileCookieJar(CookieJar): method __init__ (line 1736) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1751) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1755) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1767) | def revert(self, filename=None, FILE: tests/pythons/win64-py27/Lib/copy.py class Error (line 55) | class Error(Exception): function copy (line 66) | def copy(x): function _copy_immutable (line 101) | def _copy_immutable(x): function _copy_with_constructor (line 113) | def _copy_with_constructor(x): function _copy_with_copy_method (line 118) | def _copy_with_copy_method(x): function _copy_inst (line 123) | def _copy_inst(x): function deepcopy (line 145) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 198) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 226) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 234) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 253) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 263) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 267) | def _keep_alive(x, memo): function _deepcopy_inst (line 283) | def _deepcopy_inst(x, memo): function _reconstruct (line 306) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 366) | class _EmptyClass: function _test (line 369) | def _test(): FILE: tests/pythons/win64-py27/Lib/copy_reg.py function pickle (line 14) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 27) | def constructor(object): function pickle_complex (line 39) | def pickle_complex(c): function _reconstructor (line 46) | def _reconstructor(cls, base, state): function _reduce_ex (line 59) | def _reduce_ex(self, proto): function __newobj__ (line 92) | def __newobj__(cls, *args): function _slotnames (line 95) | def _slotnames(cls): function add_extension (line 157) | def add_extension(module, name, code): function remove_extension (line 175) | def remove_extension(module, name, code): function clear_extension_cache (line 187) | def clear_extension_cache(): FILE: tests/pythons/win64-py27/Lib/csv.py class Dialect (line 26) | class Dialect: method __init__ (line 45) | def __init__(self): method _validate (line 50) | def _validate(self): class excel (line 57) | class excel(Dialect): class excel_tab (line 67) | class excel_tab(excel): class DictReader (line 73) | class DictReader: method __init__ (line 74) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 83) | def __iter__(self): method fieldnames (line 87) | def fieldnames(self): method fieldnames (line 97) | def fieldnames(self, value): method next (line 100) | def next(self): class DictWriter (line 123) | class DictWriter: method __init__ (line 124) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 135) | def writeheader(self): method _dict_to_list (line 139) | def _dict_to_list(self, rowdict): method writerow (line 147) | def writerow(self, rowdict): method writerows (line 150) | def writerows(self, rowdicts): class Sniffer (line 162) | class Sniffer: method __init__ (line 167) | def __init__(self): method sniff (line 172) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 201) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 278) | def _guess_delimiter(self, data, delimiters): method has_header (line 383) | def has_header(self, sample): FILE: tests/pythons/win64-py27/Lib/ctypes/__init__.py function create_string_buffer (line 52) | def create_string_buffer(init, size=None): function c_buffer (line 70) | def c_buffer(init, size=None): function CFUNCTYPE (line 78) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 119) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 147) | def _check_size(typ, typecode=None): class py_object (line 159) | class py_object(_SimpleCData): method __repr__ (line 161) | def __repr__(self): class c_short (line 168) | class c_short(_SimpleCData): class c_ushort (line 172) | class c_ushort(_SimpleCData): class c_long (line 176) | class c_long(_SimpleCData): class c_ulong (line 180) | class c_ulong(_SimpleCData): class c_int (line 189) | class c_int(_SimpleCData): class c_uint (line 193) | class c_uint(_SimpleCData): class c_float (line 197) | class c_float(_SimpleCData): class c_double (line 201) | class c_double(_SimpleCData): class c_longdouble (line 205) | class c_longdouble(_SimpleCData): class c_longlong (line 215) | class c_longlong(_SimpleCData): class c_ulonglong (line 219) | class c_ulonglong(_SimpleCData): class c_ubyte (line 226) | class c_ubyte(_SimpleCData): class c_byte (line 233) | class c_byte(_SimpleCData): class c_char (line 238) | class c_char(_SimpleCData): class c_char_p (line 243) | class c_char_p(_SimpleCData): method __repr__ (line 246) | def __repr__(self): method __repr__ (line 251) | def __repr__(self): class c_void_p (line 255) | class c_void_p(_SimpleCData): class c_bool (line 260) | class c_bool(_SimpleCData): function _reset_cache (line 265) | def _reset_cache(): class c_wchar_p (line 291) | class c_wchar_p(_SimpleCData): class c_wchar (line 294) | class c_wchar(_SimpleCData): function create_unicode_buffer (line 297) | def create_unicode_buffer(init, size=None): function SetPointerType (line 316) | def SetPointerType(pointer, cls): function ARRAY (line 326) | def ARRAY(typ, len): class CDLL (line 332) | class CDLL(object): method __init__ (line 349) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 369) | def __repr__(self): method __getattr__ (line 375) | def __getattr__(self, name): method __getitem__ (line 382) | def __getitem__(self, name_or_ordinal): class PyDLL (line 388) | class PyDLL(CDLL): class WinDLL (line 397) | class WinDLL(CDLL): class HRESULT (line 406) | class HRESULT(_SimpleCData): class OleDLL (line 419) | class OleDLL(CDLL): class LibraryLoader (line 428) | class LibraryLoader(object): method __init__ (line 429) | def __init__(self, dlltype): method __getattr__ (line 432) | def __getattr__(self, name): method __getitem__ (line 439) | def __getitem__(self, name): method LoadLibrary (line 442) | def LoadLibrary(self, name): function WinError (line 466) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 493) | def PYFUNCTYPE(restype, *argtypes): function cast (line 501) | def cast(obj, typ): function string_at (line 505) | def string_at(ptr, size=-1): function wstring_at (line 517) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 525) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 533) | def DllCanUnloadNow(): FILE: tests/pythons/win64-py27/Lib/ctypes/_endian.py function _other_endian (line 9) | def _other_endian(typ): class _swapped_meta (line 26) | class _swapped_meta(type(Structure)): method __setattr__ (line 27) | def __setattr__(self, attrname, value): class BigEndianStructure (line 49) | class BigEndianStructure(Structure): class LittleEndianStructure (line 58) | class LittleEndianStructure(Structure): FILE: tests/pythons/win64-py27/Lib/ctypes/macholib/dyld.py function ensure_utf8 (line 34) | def ensure_utf8(s): function dyld_env (line 40) | def dyld_env(env, var): function dyld_image_suffix (line 48) | def dyld_image_suffix(env=None): function dyld_framework_path (line 53) | def dyld_framework_path(env=None): function dyld_library_path (line 56) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 59) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 62) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 65) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 79) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 96) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 103) | def dyld_default_search(name, env=None): function dyld_find (line 125) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 140) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 163) | def test_dyld_find(): FILE: tests/pythons/win64-py27/Lib/ctypes/macholib/dylib.py function dylib_info (line 22) | def dylib_info(filename): function test_dylib_info (line 48) | def test_dylib_info(): FILE: tests/pythons/win64-py27/Lib/ctypes/macholib/framework.py function framework_info (line 22) | def framework_info(filename): function test_framework_info (line 47) | def test_framework_info(): FILE: tests/pythons/win64-py27/Lib/ctypes/util.py function _get_build_version (line 9) | def _get_build_version(): function find_msvcrt (line 32) | def find_msvcrt(): function find_library (line 49) | def find_library(name): function find_library (line 71) | def find_library(name): function find_library (line 76) | def find_library(name): function _findLib_gcc (line 91) | def _findLib_gcc(name): function _get_soname (line 119) | def _get_soname(f): function _get_soname (line 133) | def _get_soname(f): function _num_version (line 158) | def _num_version(libname): function find_library (line 169) | def find_library(name): function _findLib_crle (line 185) | def _findLib_crle(name, is64): function find_library (line 209) | def find_library(name, is64 = False): function _findSoname_ldconfig (line 214) | def _findSoname_ldconfig(name): function find_library (line 241) | def find_library(name): function test (line 247) | def test(): FILE: tests/pythons/win64-py27/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 23) | class VARIANT_BOOL(_SimpleCData): method __repr__ (line 25) | def __repr__(self): class RECT (line 100) | class RECT(Structure): class _SMALL_RECT (line 107) | class _SMALL_RECT(Structure): class _COORD (line 114) | class _COORD(Structure): class POINT (line 118) | class POINT(Structure): class SIZE (line 123) | class SIZE(Structure): function RGB (line 128) | def RGB(red, green, blue): class FILETIME (line 131) | class FILETIME(Structure): class MSG (line 136) | class MSG(Structure): class WIN32_FIND_DATAA (line 146) | class WIN32_FIND_DATAA(Structure): class WIN32_FIND_DATAW (line 158) | class WIN32_FIND_DATAW(Structure): FILE: tests/pythons/win64-py27/Lib/curses/__init__.py function initscr (line 28) | def initscr(): function start_color (line 45) | def start_color(): FILE: tests/pythons/win64-py27/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win64-py27/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win64-py27/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win64-py27/Lib/curses/wrapper.py function wrapper (line 12) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win64-py27/Lib/dbhash.py function open (line 17) | def open(file, flag = 'r', mode=0666): FILE: tests/pythons/win64-py27/Lib/decimal.py class DecimalException (line 161) | class DecimalException(ArithmeticError): method handle (line 180) | def handle(self, context, *args): class Clamped (line 184) | class Clamped(DecimalException): class InvalidOperation (line 196) | class InvalidOperation(DecimalException): method handle (line 219) | def handle(self, context, *args): class ConversionSyntax (line 225) | class ConversionSyntax(InvalidOperation): method handle (line 232) | def handle(self, context, *args): class DivisionByZero (line 235) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 248) | def handle(self, context, sign, *args): class DivisionImpossible (line 251) | class DivisionImpossible(InvalidOperation): method handle (line 259) | def handle(self, context, *args): class DivisionUndefined (line 262) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 270) | def handle(self, context, *args): class Inexact (line 273) | class Inexact(DecimalException): class InvalidContext (line 285) | class InvalidContext(InvalidOperation): method handle (line 296) | def handle(self, context, *args): class Rounded (line 299) | class Rounded(DecimalException): class Subnormal (line 311) | class Subnormal(DecimalException): class Overflow (line 322) | class Overflow(Inexact, Rounded): method handle (line 344) | def handle(self, context, sign, *args): class Underflow (line 360) | class Underflow(Inexact, Rounded, Subnormal): class MockThreading (line 398) | class MockThreading(object): method local (line 399) | def local(self, sys=sys): function setcontext (line 414) | def setcontext(context): function getcontext (line 421) | def getcontext(): function getcontext (line 441) | def getcontext(_local=local): function setcontext (line 455) | def setcontext(context, _local=local): function localcontext (line 464) | def localcontext(ctx=None): class Decimal (line 506) | class Decimal(object): method __new__ (line 515) | def __new__(cls, value="0", context=None): method from_float (line 662) | def from_float(cls, f): method _isnan (line 700) | def _isnan(self): method _isinfinity (line 715) | def _isinfinity(self): method _check_nans (line 728) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 760) | def _compare_check_nans(self, other, context): method __nonzero__ (line 793) | def __nonzero__(self): method _cmp (line 800) | def _cmp(self, other): method __eq__ (line 864) | def __eq__(self, other, context=None): method __ne__ (line 872) | def __ne__(self, other, context=None): method __lt__ (line 880) | def __lt__(self, other, context=None): method __le__ (line 889) | def __le__(self, other, context=None): method __gt__ (line 898) | def __gt__(self, other, context=None): method __ge__ (line 907) | def __ge__(self, other, context=None): method compare (line 916) | def compare(self, other, context=None): method __hash__ (line 935) | def __hash__(self): method as_tuple (line 987) | def as_tuple(self): method __repr__ (line 994) | def __repr__(self): method __str__ (line 999) | def __str__(self, eng=False, context=None): method to_eng_string (line 1051) | def to_eng_string(self, context=None): method __neg__ (line 1061) | def __neg__(self, context=None): method __pos__ (line 1083) | def __pos__(self, context=None): method __abs__ (line 1104) | def __abs__(self, round=True, context=None): method __add__ (line 1126) | def __add__(self, other, context=None): method __sub__ (line 1214) | def __sub__(self, other, context=None): method __rsub__ (line 1228) | def __rsub__(self, other, context=None): method __mul__ (line 1236) | def __mul__(self, other, context=None): method __truediv__ (line 1293) | def __truediv__(self, other, context=None): method _divide (line 1352) | def _divide(self, other, context): method __rtruediv__ (line 1385) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1395) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1431) | def __rdivmod__(self, other, context=None): method __mod__ (line 1438) | def __mod__(self, other, context=None): method __rmod__ (line 1465) | def __rmod__(self, other, context=None): method remainder_near (line 1472) | def remainder_near(self, other, context=None): method __floordiv__ (line 1547) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1575) | def __rfloordiv__(self, other, context=None): method __float__ (line 1582) | def __float__(self): method __int__ (line 1592) | def __int__(self): method real (line 1607) | def real(self): method imag (line 1611) | def imag(self): method conjugate (line 1615) | def conjugate(self): method __complex__ (line 1618) | def __complex__(self): method __long__ (line 1621) | def __long__(self): method _fix_nan (line 1628) | def _fix_nan(self, context): method _fix (line 1640) | def _fix(self, context): method _round_down (line 1742) | def _round_down(self, prec): method _round_up (line 1749) | def _round_up(self, prec): method _round_half_up (line 1753) | def _round_half_up(self, prec): method _round_half_down (line 1762) | def _round_half_down(self, prec): method _round_half_even (line 1769) | def _round_half_even(self, prec): method _round_ceiling (line 1777) | def _round_ceiling(self, prec): method _round_floor (line 1784) | def _round_floor(self, prec): method _round_05up (line 1791) | def _round_05up(self, prec): method fma (line 1809) | def fma(self, other, third, context=None): method _power_modulo (line 1853) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 1937) | def _power_exact(self, other, p): method __pow__ (line 2174) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2390) | def __rpow__(self, other, context=None): method normalize (line 2397) | def normalize(self, context=None): method quantize (line 2422) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2493) | def same_quantum(self, other): method _rescale (line 2508) | def _rescale(self, exp, rounding): method _round (line 2542) | def _round(self, places, rounding): method to_integral_exact (line 2565) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2594) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2613) | def sqrt(self, context=None): method max (line 2712) | def max(self, other, context=None): method min (line 2754) | def min(self, other, context=None): method _isinteger (line 2788) | def _isinteger(self): method _iseven (line 2797) | def _iseven(self): method adjusted (line 2803) | def adjusted(self): method canonical (line 2811) | def canonical(self, context=None): method compare_signal (line 2819) | def compare_signal(self, other, context=None): method compare_total (line 2831) | def compare_total(self, other): method compare_total_mag (line 2904) | def compare_total_mag(self, other): method copy_abs (line 2915) | def copy_abs(self): method copy_negate (line 2919) | def copy_negate(self): method copy_sign (line 2926) | def copy_sign(self, other): method exp (line 2932) | def exp(self, context=None): method is_canonical (line 3007) | def is_canonical(self): method is_finite (line 3015) | def is_finite(self): method is_infinite (line 3023) | def is_infinite(self): method is_nan (line 3027) | def is_nan(self): method is_normal (line 3031) | def is_normal(self, context=None): method is_qnan (line 3039) | def is_qnan(self): method is_signed (line 3043) | def is_signed(self): method is_snan (line 3047) | def is_snan(self): method is_subnormal (line 3051) | def is_subnormal(self, context=None): method is_zero (line 3059) | def is_zero(self): method _ln_exp_bound (line 3063) | def _ln_exp_bound(self): method ln (line 3088) | def ln(self, context=None): method _log10_exp_bound (line 3138) | def _log10_exp_bound(self): method log10 (line 3168) | def log10(self, context=None): method logb (line 3219) | def logb(self, context=None): method _islogical (line 3249) | def _islogical(self): method _fill_logical (line 3263) | def _fill_logical(self, context, opa, opb): method logical_and (line 3276) | def logical_and(self, other, context=None): method logical_invert (line 3293) | def logical_invert(self, context=None): method logical_or (line 3300) | def logical_or(self, other, context=None): method logical_xor (line 3317) | def logical_xor(self, other, context=None): method max_mag (line 3334) | def max_mag(self, other, context=None): method min_mag (line 3364) | def min_mag(self, other, context=None): method next_minus (line 3394) | def next_minus(self, context=None): method next_plus (line 3417) | def next_plus(self, context=None): method next_toward (line 3440) | def next_toward(self, other, context=None): method number_class (line 3486) | def number_class(self, context=None): method radix (line 3528) | def radix(self): method rotate (line 3532) | def rotate(self, other, context=None): method scaleb (line 3565) | def scaleb(self, other, context=None): method shift (line 3590) | def shift(self, other, context=None): method __reduce__ (line 3629) | def __reduce__(self): method __copy__ (line 3632) | def __copy__(self): method __deepcopy__ (line 3637) | def __deepcopy__(self, memo): method __format__ (line 3644) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3724) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3748) | class _ContextManager(object): method __init__ (line 3754) | def __init__(self, new_context): method __enter__ (line 3756) | def __enter__(self): method __exit__ (line 3760) | def __exit__(self, t, v, tb): class Context (line 3763) | class Context(object): method __init__ (line 3782) | def __init__(self, prec=None, rounding=None, method __repr__ (line 3820) | def __repr__(self): method clear_flags (line 3832) | def clear_flags(self): method _shallow_copy (line 3837) | def _shallow_copy(self): method copy (line 3844) | def copy(self): method _raise_error (line 3852) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 3874) | def _ignore_all_flags(self): method _ignore_flags (line 3878) | def _ignore_flags(self, *flags): method _regard_flags (line 3885) | def _regard_flags(self, *flags): method Etiny (line 3895) | def Etiny(self): method Etop (line 3899) | def Etop(self): method _set_rounding (line 3903) | def _set_rounding(self, type): method create_decimal (line 3922) | def create_decimal(self, num='0'): method create_decimal_from_float (line 3939) | def create_decimal_from_float(self, f): method abs (line 3957) | def abs(self, a): method add (line 3978) | def add(self, a, b): method _apply (line 3999) | def _apply(self, a): method canonical (line 4002) | def canonical(self, a): method compare (line 4013) | def compare(self, a, b): method compare_signal (line 4049) | def compare_signal(self, a, b): method compare_total (line 4084) | def compare_total(self, a, b): method compare_total_mag (line 4113) | def compare_total_mag(self, a, b): method copy_abs (line 4121) | def copy_abs(self, a): method copy_decimal (line 4134) | def copy_decimal(self, a): method copy_negate (line 4147) | def copy_negate(self, a): method copy_sign (line 4160) | def copy_sign(self, a, b): method divide (line 4184) | def divide(self, a, b): method divide_int (line 4221) | def divide_int(self, a, b): method divmod (line 4244) | def divmod(self, a, b): method exp (line 4265) | def exp(self, a): method fma (line 4289) | def fma(self, a, b, c): method is_canonical (line 4312) | def is_canonical(self, a): method is_finite (line 4323) | def is_finite(self, a): method is_infinite (line 4345) | def is_infinite(self, a): method is_nan (line 4360) | def is_nan(self, a): method is_normal (line 4376) | def is_normal(self, a): method is_qnan (line 4399) | def is_qnan(self, a): method is_signed (line 4414) | def is_signed(self, a): method is_snan (line 4431) | def is_snan(self, a): method is_subnormal (line 4447) | def is_subnormal(self, a): method is_zero (line 4469) | def is_zero(self, a): method ln (line 4486) | def ln(self, a): method log10 (line 4508) | def log10(self, a): method logb (line 4536) | def logb(self, a): method logical_and (line 4562) | def logical_and(self, a, b): method logical_invert (line 4589) | def logical_invert(self, a): method logical_or (line 4608) | def logical_or(self, a, b): method logical_xor (line 4635) | def logical_xor(self, a, b): method max (line 4662) | def max(self, a, b): method max_mag (line 4689) | def max_mag(self, a, b): method min (line 4706) | def min(self, a, b): method min_mag (line 4733) | def min_mag(self, a, b): method minus (line 4750) | def minus(self, a): method multiply (line 4767) | def multiply(self, a, b): method next_minus (line 4799) | def next_minus(self, a): method next_plus (line 4819) | def next_plus(self, a): method next_toward (line 4839) | def next_toward(self, a, b): method normalize (line 4874) | def normalize(self, a): method number_class (line 4898) | def number_class(self, a): method plus (line 4948) | def plus(self, a): method power (line 4965) | def power(self, a, b, modulo=None): method quantize (line 5045) | def quantize(self, a, b): method radix (line 5103) | def radix(self): method remainder (line 5111) | def remainder(self, a, b): method remainder_near (line 5149) | def remainder_near(self, a, b): method rotate (line 5183) | def rotate(self, a, b): method same_quantum (line 5212) | def same_quantum(self, a, b): method scaleb (line 5236) | def scaleb (self, a, b): method shift (line 5255) | def shift(self, a, b): method sqrt (line 5285) | def sqrt(self, a): method subtract (line 5317) | def subtract(self, a, b): method to_eng_string (line 5340) | def to_eng_string(self, a): method to_sci_string (line 5348) | def to_sci_string(self, a): method to_integral_exact (line 5356) | def to_integral_exact(self, a): method to_integral_value (line 5386) | def to_integral_value(self, a): class _WorkRep (line 5418) | class _WorkRep(object): method __init__ (line 5424) | def __init__(self, value=None): method __repr__ (line 5439) | def __repr__(self): function _normalize (line 5446) | def _normalize(op1, op2, prec = 0): function _nbits (line 5481) | def _nbits(n, correction = { function _decimal_lshift_exact (line 5494) | def _decimal_lshift_exact(n, e): function _sqrt_nearest (line 5515) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5530) | def _rshift_nearest(x, shift): function _div_nearest (line 5538) | def _div_nearest(a, b): function _ilog (line 5546) | def _ilog(x, M, L = 8): function _dlog10 (line 5594) | def _dlog10(c, e, p): function _dlog (line 5628) | def _dlog(c, e, p): class _Log10Memoize (line 5672) | class _Log10Memoize(object): method __init__ (line 5676) | def __init__(self): method getdigits (line 5679) | def getdigits(self, p): function _iexp (line 5709) | def _iexp(x, M, L=8): function _dexp (line 5746) | def _dexp(c, e, p): function _dpower (line 5782) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5824) | def _log10_lb(c, correction = { function _convert_other (line 5835) | def _convert_other(other, raiseit=False, allow_float=False): function _parse_format_specifier (line 5956) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6040) | def _format_align(sign, body, spec): function _group_lengths (line 6073) | def _group_lengths(grouping): function _insert_thousands_sep (line 6096) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6133) | def _format_sign(is_negative, spec): function _format_number (line 6143) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win64-py27/Lib/difflib.py function _calculate_ratio (line 41) | def _calculate_ratio(matches, length): class SequenceMatcher (line 46) | class SequenceMatcher: method __init__ (line 154) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 223) | def set_seqs(self, a, b): method set_seq1 (line 235) | def set_seq1(self, a): method set_seq2 (line 261) | def set_seq2(self, b): method __chain_b (line 306) | def __chain_b(self): method find_longest_match (line 350) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 460) | def get_matching_blocks(self): method get_opcodes (line 531) | def get_opcodes(self): method get_grouped_opcodes (line 586) | def get_grouped_opcodes(self, n=3): method ratio (line 636) | def ratio(self): method quick_ratio (line 662) | def quick_ratio(self): method real_quick_ratio (line 691) | def real_quick_ratio(self): function get_close_matches (line 703) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 751) | def _count_leading(line, ch): class Differ (line 766) | class Differ: method __init__ (line 860) | def __init__(self, linejunk=None, charjunk=None): method compare (line 884) | def compare(self, a, b): method _dump (line 925) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 930) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 945) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1043) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1056) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1108) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1124) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1147) | def _format_range_unified(start, stop): function unified_diff (line 1158) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1230) | def _format_range_context(start, stop): function context_diff (line 1242) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1316) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1352) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1672) | class HtmlDiff(object): method __init__ (line 1694) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1711) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1735) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1758) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1813) | def _line_wrapper(self,diffs): method _collect_lines (line 1841) | def _collect_lines(self,diffs): method _format_line (line 1862) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1885) | def _make_prefix(self): method _convert_flags (line 1896) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1943) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2022) | def restore(delta, which): function _test (line 2054) | def _test(): FILE: tests/pythons/win64-py27/Lib/dircache.py function reset (line 16) | def reset(): function listdir (line 21) | def listdir(path): function annotate (line 37) | def annotate(head, list): FILE: tests/pythons/win64-py27/Lib/dis.py function dis (line 16) | def dis(x=None): function distb (line 51) | def distb(tb=None): function disassemble (line 61) | def disassemble(co, lasti=-1): function disassemble_string (line 110) | def disassemble_string(code, lasti=-1, varnames=None, names=None, function findlabels (line 152) | def findlabels(code): function findlinestarts (line 178) | def findlinestarts(code): function _test (line 200) | def _test(): FILE: tests/pythons/win64-py27/Lib/distutils/archive_util.py function _get_gid (line 27) | def _get_gid(name): function _get_uid (line 39) | def _get_uid(name): function make_tarball (line 51) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 121) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 183) | def check_archive_formats(formats): function make_archive (line 193) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win64-py27/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 362) | def preprocess (self, FILE: tests/pythons/win64-py27/Lib/distutils/ccompiler.py class CCompiler (line 23) | class CCompiler: method __init__ (line 93) | def __init__ (self, verbose=0, dry_run=0, force=0): method set_executables (line 129) | def set_executables(self, **args): method set_executable (line 162) | def set_executable(self, key, value): method _find_macro (line 168) | def _find_macro(self, name): method _check_macro_definitions (line 176) | def _check_macro_definitions(self, definitions): method define_macro (line 195) | def define_macro(self, name, value=None): method undefine_macro (line 211) | def undefine_macro(self, name): method add_include_dir (line 229) | def add_include_dir(self, dir): method set_include_dirs (line 237) | def set_include_dirs(self, dirs): method add_library (line 247) | def add_library(self, libname): method set_libraries (line 263) | def set_libraries(self, libnames): method add_library_dir (line 272) | def add_library_dir(self, dir): method set_library_dirs (line 280) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 287) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 293) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 301) | def add_link_object(self, object): method set_link_objects (line 309) | def set_link_objects(self, objects): method _setup_compile (line 323) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 367) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 376) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _fix_object_args (line 408) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 426) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 497) | def preprocess(self, source, output_file=None, macros=None, method compile (line 510) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 586) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, target_desc, objects, output_filename, output_dir=None, method link_shared_lib (line 669) | def link_shared_lib(self, objects, output_libname, output_dir=None, method link_shared_object (line 682) | def link_shared_object(self, objects, output_filename, output_dir=None, method link_executable (line 693) | def link_executable(self, objects, output_progname, output_dir=None, method library_dir_option (line 708) | def library_dir_option(self, dir): method runtime_library_dir_option (line 714) | def runtime_library_dir_option(self, dir): method library_option (line 720) | def library_option(self, lib): method has_function (line 726) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 770) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 813) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 830) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 836) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 842) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 860) | def announce(self, msg, level=1): method debug_print (line 863) | def debug_print(self, msg): method warn (line 868) | def warn(self, msg): method execute (line 871) | def execute(self, func, args, msg=None, level=1): method spawn (line 874) | def spawn(self, cmd): method move_file (line 877) | def move_file(self, src, dst): method mkpath (line 880) | def mkpath(self, name, mode=0777): function get_default_compiler (line 906) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 945) | def show_compilers(): function new_compiler (line 962) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1007) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1056) | def gen_lib_options(compiler, library_dirs, runtime_library_dirs, librar... FILE: tests/pythons/win64-py27/Lib/distutils/cmd.py class Command (line 14) | class Command: method __init__ (line 49) | def __init__(self, dist): method __getattr__ (line 97) | def __getattr__(self, attr): method ensure_finalized (line 107) | def ensure_finalized(self): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method dump_options (line 153) | def dump_options(self, header=None, indent=""): method run (line 167) | def run(self): method announce (line 180) | def announce(self, msg, level=1): method debug_print (line 186) | def debug_print(self, msg): method _ensure_stringlike (line 209) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 219) | def ensure_string(self, option, default=None): method ensure_string_list (line 225) | def ensure_string_list(self, option): method _ensure_tested_string (line 253) | def _ensure_tested_string(self, option, tester, method ensure_filename (line 260) | def ensure_filename(self, option): method ensure_dirname (line 266) | def ensure_dirname(self, option): method get_command_name (line 274) | def get_command_name(self): method set_undefined_options (line 280) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 305) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 317) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 321) | def run_command(self, command): method get_sub_commands (line 328) | def get_sub_commands(self): method warn (line 344) | def warn(self, msg): method execute (line 348) | def execute(self, func, args, msg=None, level=1): method mkpath (line 351) | def mkpath(self, name, mode=0777): method copy_file (line 354) | def copy_file(self, infile, outfile, method copy_tree (line 367) | def copy_tree(self, infile, outfile, method move_file (line 379) | def move_file (self, src, dst, level=1): method spawn (line 383) | def spawn (self, cmd, search_path=1, level=1): method make_archive (line 388) | def make_archive(self, base_name, format, root_dir=None, base_dir=None, method make_file (line 394) | def make_file(self, infiles, outfile, func, args, class install_misc (line 433) | class install_misc(Command): method initialize_options (line 440) | def initialize_options (self): method _install_dir_from (line 444) | def _install_dir_from(self, dirname): method _copy_files (line 447) | def _copy_files(self, filelist): method get_outputs (line 456) | def get_outputs(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/bdist.py function show_formats (line 15) | def show_formats(): class bdist (line 27) | class bdist(Command): method initialize_options (line 84) | def initialize_options(self): method finalize_options (line 93) | def finalize_options(self): method run (line 121) | def run(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 19) | class bdist_dumb (Command): method initialize_options (line 55) | def initialize_options (self): method finalize_options (line 66) | def finalize_options(self): method run (line 84) | def run(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/bdist_msi.py class PyDialog (line 23) | class PyDialog(Dialog): method __init__ (line 27) | def __init__(self, *args, **kw): method title (line 36) | def title(self, title): method back (line 43) | def back(self, title, next, name = "Back", active = 1): method cancel (line 54) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 65) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 76) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 84) | class bdist_msi (Command): method initialize_options (line 126) | def initialize_options (self): method finalize_options (line 139) | def finalize_options (self): method run (line 180) | def run (self): method add_files (line 271) | def add_files(self): method add_find_python (line 325) | def add_find_python(self): method add_scripts (line 379) | def add_scripts(self): method add_ui (line 417) | def add_ui(self): method get_installer_filename (line 734) | def get_installer_filename(self, fullname): FILE: tests/pythons/win64-py27/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 19) | class bdist_rpm (Command): method initialize_options (line 140) | def initialize_options (self): method finalize_options (line 188) | def finalize_options (self): method finalize_package_data (line 222) | def finalize_package_data (self): method run (line 269) | def run (self): method _dist_path (line 406) | def _dist_path(self, path): method _make_spec_file (line 409) | def _make_spec_file(self): method _format_changelog (line 564) | def _format_changelog(self, changelog): FILE: tests/pythons/win64-py27/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 20) | class bdist_wininst (Command): method initialize_options (line 64) | def initialize_options (self): method finalize_options (line 82) | def finalize_options (self): method run (line 122) | def run (self): method get_inidata (line 205) | def get_inidata (self): method create_exe (line 254) | def create_exe (self, arcname, fullname, bitmap=None): method get_installer_filename (line 309) | def get_installer_filename(self, fullname): method get_exe_bytes (line 323) | def get_exe_bytes (self): FILE: tests/pythons/win64-py27/Lib/distutils/command/build.py function show_compilers (line 13) | def show_compilers(): class build (line 17) | class build(Command): method initialize_options (line 55) | def initialize_options(self): method finalize_options (line 70) | def finalize_options(self): method run (line 120) | def run(self): method has_pure_modules (line 131) | def has_pure_modules (self): method has_c_libraries (line 134) | def has_c_libraries (self): method has_ext_modules (line 137) | def has_ext_modules (self): method has_scripts (line 140) | def has_scripts (self): FILE: tests/pythons/win64-py27/Lib/distutils/command/build_clib.py function show_compilers (line 25) | def show_compilers(): class build_clib (line 30) | class build_clib(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 70) | def finalize_options(self): method run (line 95) | def run(self): method check_library_list (line 119) | def check_library_list(self, libraries): method get_library_names (line 155) | def get_library_names(self): method get_source_files (line 167) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win64-py27/Lib/distutils/command/build_ext.py function show_compilers (line 32) | def show_compilers (): class build_ext (line 37) | class build_ext (Command): method initialize_options (line 108) | def initialize_options (self): method finalize_options (line 131) | def finalize_options(self): method run (line 275) | def run(self): method check_extensions_list (line 339) | def check_extensions_list(self, extensions): method get_source_files (line 417) | def get_source_files(self): method get_outputs (line 427) | def get_outputs(self): method build_extensions (line 441) | def build_extensions(self): method build_extension (line 448) | def build_extension(self, ext): method swig_sources (line 531) | def swig_sources (self, sources, extension): method find_swig (line 589) | def find_swig (self): method get_ext_fullpath (line 622) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 654) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 663) | def get_ext_filename(self, ext_name): method get_export_symbols (line 679) | def get_export_symbols (self, ext): method get_libraries (line 690) | def get_libraries (self, ext): FILE: tests/pythons/win64-py27/Lib/distutils/command/build_py.py class build_py (line 16) | class build_py(Command): method initialize_options (line 33) | def initialize_options(self): method finalize_options (line 43) | def finalize_options(self): method run (line 68) | def run(self): method get_data_files (line 98) | def get_data_files(self): method find_data_files (line 122) | def find_data_files(self, package, src_dir): method build_package_data (line 134) | def build_package_data(self): method get_package_dir (line 143) | def get_package_dir(self, package): method check_package (line 183) | def check_package(self, package, package_dir): method check_module (line 210) | def check_module(self, module, module_file): method find_package_modules (line 217) | def find_package_modules(self, package, package_dir): method find_modules (line 232) | def find_modules(self): method find_all_modules (line 284) | def find_all_modules(self): method get_source_files (line 300) | def get_source_files(self): method get_module_outfile (line 303) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 307) | def get_outputs(self, include_bytecode=1): method build_module (line 328) | def build_module(self, module, module_file, package): method build_modules (line 343) | def build_modules(self): method build_packages (line 353) | def build_packages(self): method byte_compile (line 374) | def byte_compile(self, files): FILE: tests/pythons/win64-py27/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts (Command): method initialize_options (line 30) | def initialize_options (self): method finalize_options (line 37) | def finalize_options (self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run (self): method copy_scripts (line 53) | def copy_scripts (self): FILE: tests/pythons/win64-py27/Lib/distutils/command/check.py class SilentReporter (line 19) | class SilentReporter(Reporter): method __init__ (line 21) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 27) | def system_message(self, level, message, *children, **kwargs): class check (line 38) | class check(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 58) | def finalize_options(self): method warn (line 61) | def warn(self, msg): method run (line 66) | def run(self): method check_metadata (line 82) | def check_metadata(self): method check_restructuredtext (line 112) | def check_restructuredtext(self): method _check_rst_data (line 125) | def _check_rst_data(self, data): FILE: tests/pythons/win64-py27/Lib/distutils/command/clean.py class clean (line 14) | class clean(Command): method initialize_options (line 34) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 51) | def run(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/config.py class config (line 24) | class config(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 85) | def run(self): method _check_compiler (line 93) | def _check_compiler(self): method _gen_temp_sourcefile (line 112) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 125) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 132) | def _compile(self, body, headers, include_dirs, lang): method _link (line 141) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 156) | def _clean(self, *filenames): method try_cpp (line 178) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 196) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 225) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 241) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 260) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 285) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 319) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 334) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 344) | def dump_file(filename, head=None): FILE: tests/pythons/win64-py27/Lib/distutils/command/install.py class install (line 94) | class install (Command): method initialize_options (line 163) | def initialize_options (self): method finalize_options (line 240) | def finalize_options (self): method dump_dirs (line 382) | def dump_dirs (self, msg): method finalize_unix (line 400) | def finalize_unix (self): method finalize_other (line 443) | def finalize_other (self): # Windows and Mac OS for now method select_scheme (line 468) | def select_scheme (self, name): method _expand_attrs (line 477) | def _expand_attrs (self, attrs): method expand_basedirs (line 487) | def expand_basedirs (self): method expand_dirs (line 492) | def expand_dirs (self): method convert_paths (line 501) | def convert_paths (self, *names): method handle_extra_path (line 507) | def handle_extra_path (self): method change_roots (line 541) | def change_roots (self, *names): method create_home_path (line 546) | def create_home_path(self): method run (line 559) | def run (self): method create_path_file (line 605) | def create_path_file (self): method get_outputs (line 618) | def get_outputs (self): method get_inputs (line 635) | def get_inputs (self): method has_lib (line 647) | def has_lib (self): method has_headers (line 653) | def has_headers (self): method has_scripts (line 656) | def has_scripts (self): method has_data (line 659) | def has_data (self): FILE: tests/pythons/win64-py27/Lib/distutils/command/install_data.py class install_data (line 14) | class install_data(Command): method initialize_options (line 29) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method run (line 44) | def run(self): method get_inputs (line 77) | def get_inputs(self): method get_outputs (line 80) | def get_outputs(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 47) | def get_outputs(self): function safe_name (line 55) | def safe_name(name): function safe_version (line 63) | def safe_version(version): function to_filename (line 73) | def to_filename(name): FILE: tests/pythons/win64-py27/Lib/distutils/command/install_headers.py class install_headers (line 12) | class install_headers(Command): method initialize_options (line 24) | def initialize_options(self): method finalize_options (line 29) | def finalize_options(self): method run (line 35) | def run(self): method get_inputs (line 45) | def get_inputs(self): method get_outputs (line 48) | def get_outputs(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/install_lib.py class install_lib (line 21) | class install_lib(Command): method initialize_options (line 55) | def initialize_options(self): method finalize_options (line 64) | def finalize_options(self): method run (line 90) | def run(self): method build (line 106) | def build(self): method install (line 113) | def install(self): method byte_compile (line 122) | def byte_compile(self, files): method _mutate_outputs (line 147) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 162) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 182) | def get_outputs(self): method get_inputs (line 203) | def get_inputs(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/install_scripts.py class install_scripts (line 15) | class install_scripts (Command): method initialize_options (line 29) | def initialize_options (self): method finalize_options (line 35) | def finalize_options (self): method run (line 43) | def run (self): method get_inputs (line 58) | def get_inputs (self): method get_outputs (line 61) | def get_outputs(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/register.py class register (line 18) | class register(PyPIRCCommand): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method run (line 44) | def run(self): method check_metadata (line 59) | def check_metadata(self): method _set_config (line 69) | def _set_config(self): method classifiers (line 86) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 100) | def send_metadata(self): method build_post_data (line 223) | def build_post_data(self, action): method post_to_server (line 251) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win64-py27/Lib/distutils/command/sdist.py function show_formats (line 22) | def show_formats(): class sdist (line 36) | class sdist(Command): method checking_metadata (line 40) | def checking_metadata(self): method initialize_options (line 102) | def initialize_options(self): method finalize_options (line 125) | def finalize_options(self): method run (line 148) | def run(self): method check_metadata (line 170) | def check_metadata(self): method get_file_list (line 178) | def get_file_list(self): method add_defaults (line 218) | def add_defaults(self): method read_template (line 300) | def read_template(self): method prune_file_list (line 333) | def prune_file_list(self): method write_manifest (line 359) | def write_manifest(self): method _manifest_is_not_generated (line 374) | def _manifest_is_not_generated(self): method read_manifest (line 386) | def read_manifest(self): method make_release_tree (line 401) | def make_release_tree(self, base_dir, files): method make_distribution (line 443) | def make_distribution(self): method get_archive_files (line 473) | def get_archive_files(self): FILE: tests/pythons/win64-py27/Lib/distutils/command/upload.py class upload (line 18) | class upload(PyPIRCCommand): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 38) | def finalize_options(self): method run (line 56) | def run(self): method upload_file (line 62) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win64-py27/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 51) | def _read_pypirc(self): method initialize_options (line 105) | def initialize_options(self): method finalize_options (line 111) | def finalize_options(self): FILE: tests/pythons/win64-py27/Lib/distutils/core.py function gen_usage (line 36) | def gen_usage(script_name): function setup (line 61) | def setup(**attrs): function run_setup (line 174) | def run_setup(script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win64-py27/Lib/distutils/cygwinccompiler.py function get_msvcr (line 59) | def get_msvcr(): class CygwinCCompiler (line 82) | class CygwinCCompiler (UnixCCompiler): method __init__ (line 92) | def __init__ (self, verbose=0, dry_run=0, force=0): method _compile (line 154) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 168) | def link (self, method object_filenames (line 267) | def object_filenames (self, class Mingw32CCompiler (line 297) | class Mingw32CCompiler (CygwinCCompiler): method __init__ (line 301) | def __init__ (self, function check_config_h (line 357) | def check_config_h(): function get_versions (line 410) | def get_versions(): function is_cygwingcc (line 456) | def is_cygwingcc(): FILE: tests/pythons/win64-py27/Lib/distutils/dep_util.py function newer (line 13) | def newer(source, target): function newer_pairwise (line 33) | def newer_pairwise(sources, targets): function newer_group (line 52) | def newer_group(sources, target, missing='error'): FILE: tests/pythons/win64-py27/Lib/distutils/dir_util.py function mkpath (line 19) | def mkpath(name, mode=0777, verbose=1, dry_run=0): function create_tree (line 82) | def create_tree(base_dir, files, mode=0777, verbose=1, dry_run=0): function copy_tree (line 103) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 172) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 182) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 208) | def ensure_relative(path): FILE: tests/pythons/win64-py27/Lib/distutils/dist.py class Distribution (line 34) | class Distribution: method __init__ (line 128) | def __init__ (self, attrs=None): method get_option_dict (line 289) | def get_option_dict(self, command): method dump_option_dicts (line 300) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 329) | def find_config_files(self): method parse_config_files (line 377) | def parse_config_files(self, filenames=None): method parse_command_line (line 423) | def parse_command_line(self): method _get_toplevel_options (line 490) | def _get_toplevel_options(self): method _parse_command_opts (line 501) | def _parse_command_opts(self, parser, args): method finalize_options (line 594) | def finalize_options(self): method _show_help (line 607) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 657) | def handle_display_options(self, option_order): method print_command_list (line 697) | def print_command_list(self, commands, header, max_length): method print_commands (line 714) | def print_commands(self): method get_command_list (line 747) | def get_command_list(self): method get_command_packages (line 782) | def get_command_packages(self): method get_command_class (line 794) | def get_command_class(self, command): method get_command_obj (line 833) | def get_command_obj(self, command, create=1): method _set_command_options (line 860) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 903) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 944) | def announce(self, msg, level=log.INFO): method run_commands (line 947) | def run_commands(self): method run_command (line 957) | def run_command(self, command): method has_pure_modules (line 978) | def has_pure_modules(self): method has_ext_modules (line 981) | def has_ext_modules(self): method has_c_libraries (line 984) | def has_c_libraries(self): method has_modules (line 987) | def has_modules(self): method has_headers (line 990) | def has_headers(self): method has_scripts (line 993) | def has_scripts(self): method has_data_files (line 996) | def has_data_files(self): method is_pure (line 999) | def is_pure(self): class DistributionMetadata (line 1011) | class DistributionMetadata: method __init__ (line 1026) | def __init__(self, path=None): method read_pkg_file (line 1049) | def read_pkg_file(self, file): method write_pkg_info (line 1101) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1110) | def write_pkg_file(self, file): method _write_field (line 1144) | def _write_field(self, file, name, value): method _write_list (line 1147) | def _write_list (self, file, name, values): method _encode_field (line 1151) | def _encode_field(self, value): method get_name (line 1160) | def get_name(self): method get_version (line 1163) | def get_version(self): method get_fullname (line 1166) | def get_fullname(self): method get_author (line 1169) | def get_author(self): method get_author_email (line 1172) | def get_author_email(self): method get_maintainer (line 1175) | def get_maintainer(self): method get_maintainer_email (line 1178) | def get_maintainer_email(self): method get_contact (line 1181) | def get_contact(self): method get_contact_email (line 1185) | def get_contact_email(self): method get_url (line 1188) | def get_url(self): method get_license (line 1191) | def get_license(self): method get_description (line 1195) | def get_description(self): method get_long_description (line 1198) | def get_long_description(self): method get_keywords (line 1201) | def get_keywords(self): method get_platforms (line 1204) | def get_platforms(self): method get_classifiers (line 1207) | def get_classifiers(self): method get_download_url (line 1210) | def get_download_url(self): method get_requires (line 1214) | def get_requires(self): method set_requires (line 1217) | def set_requires(self, value): method get_provides (line 1223) | def get_provides(self): method set_provides (line 1226) | def set_provides(self, value): method get_obsoletes (line 1233) | def get_obsoletes(self): method set_obsoletes (line 1236) | def set_obsoletes(self, value): function fix_help_options (line 1242) | def fix_help_options(options): FILE: tests/pythons/win64-py27/Lib/distutils/emxccompiler.py class EMXCCompiler (line 31) | class EMXCCompiler (UnixCCompiler): method __init__ (line 42) | def __init__ (self, method _compile (line 77) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 91) | def link (self, method object_filenames (line 182) | def object_filenames (self, method find_library_file (line 210) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 242) | def check_config_h(): function get_versions (line 294) | def get_versions(): FILE: tests/pythons/win64-py27/Lib/distutils/errors.py class DistutilsError (line 13) | class DistutilsError(Exception): class DistutilsModuleError (line 16) | class DistutilsModuleError(DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError(DistutilsError): class DistutilsGetoptError (line 26) | class DistutilsGetoptError(DistutilsError): class DistutilsArgError (line 29) | class DistutilsArgError(DistutilsError): class DistutilsFileError (line 33) | class DistutilsFileError(DistutilsError): class DistutilsOptionError (line 38) | class DistutilsOptionError(DistutilsError): class DistutilsSetupError (line 46) | class DistutilsSetupError(DistutilsError): class DistutilsPlatformError (line 50) | class DistutilsPlatformError(DistutilsError): class DistutilsExecError (line 55) | class DistutilsExecError(DistutilsError): class DistutilsInternalError (line 59) | class DistutilsInternalError(DistutilsError): class DistutilsTemplateError (line 63) | class DistutilsTemplateError(DistutilsError): class DistutilsByteCompileError (line 66) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 70) | class CCompilerError(Exception): class PreprocessError (line 73) | class PreprocessError(CCompilerError): class CompileError (line 76) | class CompileError(CCompilerError): class LibError (line 79) | class LibError(CCompilerError): class LinkError (line 83) | class LinkError(CCompilerError): class UnknownFileError (line 87) | class UnknownFileError(CCompilerError): FILE: tests/pythons/win64-py27/Lib/distutils/extension.py class Extension (line 26) | class Extension: method __init__ (line 90) | def __init__ (self, name, sources, function read_setup_file (line 139) | def read_setup_file (filename): FILE: tests/pythons/win64-py27/Lib/distutils/fancy_getopt.py class FancyGetopt (line 33) | class FancyGetopt: method __init__ (line 45) | def __init__ (self, option_table=None): method _build_index (line 89) | def _build_index (self): method set_option_table (line 94) | def set_option_table (self, option_table): method add_option (line 98) | def add_option (self, long_option, short_option=None, help_string=None): method has_option (line 108) | def has_option (self, long_option): method get_attr_name (line 113) | def get_attr_name (self, long_option): method _check_alias_dict (line 120) | def _check_alias_dict (self, aliases, what): method set_aliases (line 132) | def set_aliases (self, alias): method set_negative_aliases (line 137) | def set_negative_aliases (self, negative_alias): method _grok_option_table (line 146) | def _grok_option_table (self): method getopt (line 234) | def getopt (self, args=None, object=None): method get_option_order (line 298) | def get_option_order (self): method generate_help (line 309) | def generate_help (self, header=None): method print_help (line 393) | def print_help (self, header=None, file=None): function fancy_getopt (line 402) | def fancy_getopt (options, negative_opt, object, args): function wrap_text (line 410) | def wrap_text (text, width): function translate_longopt (line 469) | def translate_longopt(opt): class OptionDummy (line 476) | class OptionDummy: method __init__ (line 480) | def __init__ (self, options=[]): FILE: tests/pythons/win64-py27/Lib/distutils/file_util.py function _copy_file_contents (line 18) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 71) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 162) | def move_file (src, dst, verbose=1, dry_run=0): function write_file (line 222) | def write_file (filename, contents): FILE: tests/pythons/win64-py27/Lib/distutils/filelist.py class FileList (line 15) | class FileList: method __init__ (line 30) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 36) | def set_allfiles(self, allfiles): method findall (line 39) | def findall(self, dir=os.curdir): method debug_print (line 42) | def debug_print(self, msg): method append (line 52) | def append(self, item): method extend (line 55) | def extend(self, items): method sort (line 58) | def sort(self): method remove_duplicates (line 69) | def remove_duplicates(self): method _parse_template_line (line 78) | def _parse_template_line(self, line): method process_template_line (line 112) | def process_template_line(self, line): method include_pattern (line 187) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 232) | def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): function findall (line 256) | def findall(dir = os.curdir): function glob_to_re (line 288) | def glob_to_re(pattern): function translate_pattern (line 312) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win64-py27/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 33) | def log(self, level, msg, *args): method debug (line 36) | def debug(self, msg, *args): method info (line 39) | def info(self, msg, *args): method warn (line 42) | def warn(self, msg, *args): method error (line 45) | def error(self, msg, *args): method fatal (line 48) | def fatal(self, msg, *args): function set_threshold (line 59) | def set_threshold(level): function set_verbosity (line 65) | def set_verbosity(v): FILE: tests/pythons/win64-py27/Lib/distutils/msvc9compiler.py class Reg (line 64) | class Reg: method get_value (line 68) | def get_value(cls, path, key): method read_keys (line 76) | def read_keys(cls, base, key): method read_values (line 94) | def read_values(cls, base, key): method convert_mbcs (line 116) | def convert_mbcs(s): class MacroExpander (line 126) | class MacroExpander: method __init__ (line 128) | def __init__(self, version): method set_macro (line 133) | def set_macro(self, macro, path, key): method load_macros (line 136) | def load_macros(self, version): method sub (line 167) | def sub(self, s): function get_build_version (line 172) | def get_build_version(): function normalize_and_reduce_paths (line 194) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 208) | def removeDuplicates(variable): function find_vcvarsall (line 219) | def find_vcvarsall(version): function query_vcvarsall (line 263) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 309) | class MSVCCompiler(CCompiler) : method __init__ (line 339) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 350) | def initialize(self, plat_name=None): method object_filenames (line 437) | def object_filenames(self, method compile (line 468) | def compile(self, sources, method create_static_lib (line 553) | def create_static_lib(self, method link (line 578) | def link(self, method manifest_setup_ldargs (line 673) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 685) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 709) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 752) | def library_dir_option(self, dir): method runtime_library_dir_option (line 755) | def runtime_library_dir_option(self, dir): method library_option (line 759) | def library_option(self, lib): method find_library_file (line 763) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 781) | def find_exe(self, exe): FILE: tests/pythons/win64-py27/Lib/distutils/msvccompiler.py function read_keys (line 59) | def read_keys(base, key): function read_values (line 77) | def read_values(base, key): function convert_mbcs (line 98) | def convert_mbcs(s): class MacroExpander (line 107) | class MacroExpander: method __init__ (line 109) | def __init__(self, version): method set_macro (line 113) | def set_macro(self, macro, path, key): method load_macros (line 120) | def load_macros(self, version): method sub (line 148) | def sub(self, s): function get_build_version (line 153) | def get_build_version(): function get_build_architecture (line 176) | def get_build_architecture(): function normalize_and_reduce_paths (line 189) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 204) | class MSVCCompiler (CCompiler) : method __init__ (line 234) | def __init__ (self, verbose=0, dry_run=0, force=0): method initialize (line 252) | def initialize(self): method object_filenames (line 316) | def object_filenames (self, method compile (line 349) | def compile(self, sources, method create_static_lib (line 438) | def create_static_lib (self, method link (line 464) | def link (self, method library_dir_option (line 548) | def library_dir_option (self, dir): method runtime_library_dir_option (line 551) | def runtime_library_dir_option (self, dir): method library_option (line 555) | def library_option (self, lib): method find_library_file (line 559) | def find_library_file (self, dirs, lib, debug=0): method find_exe (line 579) | def find_exe(self, exe): method get_msvc_paths (line 602) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 639) | def set_path_env_var(self, name): FILE: tests/pythons/win64-py27/Lib/distutils/spawn.py function spawn (line 17) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 43) | def _nt_quote_args(args): function _spawn_nt (line 59) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 79) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 104) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 177) | def find_executable(executable, path=None): FILE: tests/pythons/win64-py27/Lib/distutils/sysconfig.py function _python_build (line 50) | def _python_build(): function get_python_version (line 58) | def get_python_version(): function get_python_inc (line 66) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 104) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 151) | def customize_compiler(compiler): function get_config_h_filename (line 224) | def get_config_h_filename(): function get_makefile_filename (line 241) | def get_makefile_filename(): function parse_config_h (line 249) | def parse_config_h(fp, g=None): function parse_makefile (line 284) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 367) | def expand_makefile_vars(s, vars): function _init_posix (line 394) | def _init_posix(): function _init_nt (line 403) | def _init_nt(): function _init_os2 (line 422) | def _init_os2(): function get_config_vars (line 439) | def get_config_vars(*args): function get_config_var (line 477) | def get_config_var(name): FILE: tests/pythons/win64-py27/Lib/distutils/text_file.py class TextFile (line 12) | class TextFile: method __init__ (line 78) | def __init__ (self, filename=None, file=None, **options): method open (line 115) | def open (self, filename): method close (line 124) | def close (self): method gen_error (line 134) | def gen_error (self, msg, line=None): method error (line 147) | def error (self, msg, line=None): method warn (line 150) | def warn (self, msg, line=None): method readline (line 161) | def readline (self): method readlines (line 287) | def readlines (self): method unreadline (line 299) | def unreadline (self, line): FILE: tests/pythons/win64-py27/Lib/distutils/unixccompiler.py class UnixCCompiler (line 48) | class UnixCCompiler(CCompiler): method preprocess (line 86) | def preprocess(self, source, method _compile (line 113) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 124) | def create_static_lib(self, objects, output_libname, method link (line 150) | def link(self, target_desc, objects, method library_dir_option (line 208) | def library_dir_option(self, dir): method _is_gcc (line 211) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 214) | def runtime_library_dir_option(self, dir): method library_option (line 242) | def library_option(self, lib): method find_library_file (line 245) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win64-py27/Lib/distutils/util.py function get_platform (line 16) | def get_platform (): function convert_path (line 110) | def convert_path (pathname): function change_root (line 138) | def change_root (new_root, pathname): function check_environ (line 168) | def check_environ (): function subst_vars (line 190) | def subst_vars (s, local_vars): function grok_environment_error (line 215) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 239) | def _init_regex(): function split_quoted (line 245) | def split_quoted (s): function execute (line 308) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 327) | def strtobool (val): function byte_compile (line 343) | def byte_compile (py_files, function rfc822_escape (line 486) | def rfc822_escape (header): FILE: tests/pythons/win64-py27/Lib/distutils/version.py class Version (line 32) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): class StrictVersion (line 63) | class StrictVersion (Version): method parse (line 104) | def parse (self, vstring): method __str__ (line 123) | def __str__ (self): method __cmp__ (line 136) | def __cmp__ (self, other): class LooseVersion (line 228) | class LooseVersion (Version): method __init__ (line 263) | def __init__ (self, vstring=None): method parse (line 268) | def parse (self, vstring): method __str__ (line 284) | def __str__ (self): method __repr__ (line 288) | def __repr__ (self): method __cmp__ (line 292) | def __cmp__ (self, other): FILE: tests/pythons/win64-py27/Lib/distutils/versionpredicate.py function splitUp (line 16) | def splitUp(pred): class VersionPredicate (line 30) | class VersionPredicate: method __init__ (line 95) | def __init__(self, versionPredicateStr): method __str__ (line 122) | def __str__(self): method satisfied_by (line 129) | def satisfied_by(self, version): function split_provision (line 142) | def split_provision(value): FILE: tests/pythons/win64-py27/Lib/doctest.py function register_optionflag (line 128) | def register_optionflag(name): function _extract_future_flags (line 178) | def _extract_future_flags(globs): function _normalize_module (line 190) | def _normalize_module(module, depth=2): function _load_testfile (line 209) | def _load_testfile(filename, package, module_relative): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 237) | def _exception_traceback(exc_info): class _SpoofOut (line 249) | class _SpoofOut(StringIO): method getvalue (line 250) | def getvalue(self): method truncate (line 263) | def truncate(self, size=None): function _ellipsis_match (line 272) | def _ellipsis_match(want, got): function _comment_line (line 321) | def _comment_line(line): class _OutputRedirectingPdb (line 329) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 335) | def __init__(self, out): method set_trace (line 342) | def set_trace(self, frame=None): method set_continue (line 348) | def set_continue(self): method trace_dispatch (line 354) | def trace_dispatch(self, *args): function _module_relative_path (line 365) | def _module_relative_path(module, path): class Example (line 401) | class Example: method __init__ (line 436) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 454) | def __eq__(self, other): method __ne__ (line 465) | def __ne__(self, other): method __hash__ (line 468) | def __hash__(self): class DocTest (line 473) | class DocTest: method __init__ (line 497) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 511) | def __repr__(self): method __eq__ (line 521) | def __eq__(self, other): method __ne__ (line 532) | def __ne__(self, other): method __hash__ (line 535) | def __hash__(self): method __cmp__ (line 539) | def __cmp__(self, other): class DocTestParser (line 549) | class DocTestParser: method parse (line 597) | def parse(self, string, name=''): method get_doctest (line 636) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 648) | def get_examples(self, string, name=''): method _parse_example (line 662) | def _parse_example(self, m, name, lineno): method _find_options (line 716) | def _find_options(self, source, name, lineno): method _min_indent (line 746) | def _min_indent(self, s): method _check_prompt_blank (line 754) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 768) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 784) | class DocTestFinder: method __init__ (line 793) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 815) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 908) | def _from_module(self, module, object): method _find (line 928) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 991) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1028) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1080) | class DocTestRunner: method __init__ (line 1140) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1176) | def report_start(self, out, test, example): method report_success (line 1189) | def report_success(self, out, test, example, got): method report_failure (line 1197) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1204) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1211) | def _failure_header(self, test, example): method __run (line 1231) | def __run(self, test, compileflags, out): method __record_outcome (line 1355) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1368) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1379) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1441) | def summarize(self, verbose=None): method merge (line 1498) | def merge(self, other): class OutputChecker (line 1511) | class OutputChecker: method check_output (line 1519) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1573) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1596) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1644) | class DocTestFailure(Exception): method __init__ (line 1655) | def __init__(self, test, example, got): method __str__ (line 1660) | def __str__(self): class UnexpectedException (line 1663) | class UnexpectedException(Exception): method __init__ (line 1674) | def __init__(self, test, example, exc_info): method __str__ (line 1679) | def __str__(self): class DebugRunner (line 1682) | class DebugRunner(DocTestRunner): method run (line 1773) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1779) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1782) | def report_failure(self, out, test, example, got): function testmod (line 1794) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1898) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2023) | def run_docstring_examples(f, globs, verbose=False, name="NoName", class Tester (line 2052) | class Tester: method __init__ (line 2053) | def __init__(self, mod=None, globs=None, verbose=None, optionflags=0): method runstring (line 2073) | def runstring(self, s, name): method rundoc (line 2082) | def rundoc(self, object, name=None, module=None): method rundict (line 2091) | def rundict(self, d, name, module=None): method run__test__ (line 2099) | def run__test__(self, d, name): method summarize (line 2105) | def summarize(self, verbose=None): method merge (line 2108) | def merge(self, other): function set_unittest_reportflags (line 2117) | def set_unittest_reportflags(flags): class DocTestCase (line 2153) | class DocTestCase(unittest.TestCase): method __init__ (line 2155) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2165) | def setUp(self): method tearDown (line 2171) | def tearDown(self): method runTest (line 2179) | def runTest(self): method format_failure (line 2203) | def format_failure(self, err): method debug (line 2215) | def debug(self): method id (line 2287) | def id(self): method __eq__ (line 2290) | def __eq__(self, other): method __ne__ (line 2300) | def __ne__(self, other): method __hash__ (line 2303) | def __hash__(self): method __repr__ (line 2307) | def __repr__(self): method shortDescription (line 2313) | def shortDescription(self): class SkipDocTestCase (line 2316) | class SkipDocTestCase(DocTestCase): method __init__ (line 2317) | def __init__(self, module): method setUp (line 2321) | def setUp(self): method test_skip (line 2324) | def test_skip(self): method shortDescription (line 2327) | def shortDescription(self): function DocTestSuite (line 2333) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2406) | class DocFileCase(DocTestCase): method id (line 2408) | def id(self): method __repr__ (line 2411) | def __repr__(self): method format_failure (line 2415) | def format_failure(self, err): function DocFileTest (line 2420) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2449) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2522) | def script_from_examples(s): function testsource (line 2604) | def testsource(module, name): function debug_src (line 2620) | def debug_src(src, pm=False, globs=None): function debug_script (line 2625) | def debug_script(src, pm=False, globs=None): function debug (line 2657) | def debug(module, name, pm=False): class _TestClass (line 2671) | class _TestClass: method __init__ (line 2685) | def __init__(self, val): method square (line 2695) | def square(self): method get (line 2705) | def get(self): function _test (line 2766) | def _test(): FILE: tests/pythons/win64-py27/Lib/dumbdbm.py class _Database (line 34) | class _Database(UserDict.DictMixin): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 93) | def _commit(self): method __getitem__ (line 118) | def __getitem__(self, key): method _addval (line 130) | def _addval(self, val): method _setval (line 145) | def _setval(self, pos, val): method _addkey (line 155) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 162) | def __setitem__(self, key, val): method __delitem__ (line 189) | def __delitem__(self, key): method keys (line 198) | def keys(self): method has_key (line 201) | def has_key(self, key): method __contains__ (line 204) | def __contains__(self, key): method iterkeys (line 207) | def iterkeys(self): method __len__ (line 211) | def __len__(self): method close (line 214) | def close(self): method _chmod (line 220) | def _chmod (self, file): function open (line 225) | def open(file, flag=None, mode=0666): FILE: tests/pythons/win64-py27/Lib/dummy_thread.py class error (line 21) | class error(Exception): method __init__ (line 24) | def __init__(self, *args): function start_new_thread (line 27) | def start_new_thread(function, args, kwargs={}): function exit (line 58) | def exit(): function get_ident (line 62) | def get_ident(): function allocate_lock (line 71) | def allocate_lock(): function stack_size (line 75) | def stack_size(size=None): class LockType (line 81) | class LockType(object): method __init__ (line 92) | def __init__(self): method acquire (line 95) | def acquire(self, waitflag=None): method __exit__ (line 118) | def __exit__(self, typ, val, tb): method release (line 121) | def release(self): method locked (line 130) | def locked(self): function interrupt_main (line 138) | def interrupt_main(): FILE: tests/pythons/win64-py27/Lib/email/__init__.py function message_from_string (line 51) | def message_from_string(s, *args, **kws): function message_from_file (line 60) | def message_from_file(fp, *args, **kws): class LazyImporter (line 74) | class LazyImporter(object): method __init__ (line 75) | def __init__(self, module_name): method __getattr__ (line 78) | def __getattr__(self, name): FILE: tests/pythons/win64-py27/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function parsedate (line 143) | def parsedate(data): function mktime_tz (line 152) | def mktime_tz(data): function quote (line 162) | def quote(str): class AddrlistClass (line 172) | class AddrlistClass: method __init__ (line 182) | def __init__(self, field): method gotonext (line 201) | def gotonext(self): method getaddrlist (line 211) | def getaddrlist(self): method getaddress (line 225) | def getaddress(self): method getrouteaddr (line 284) | def getrouteaddr(self): method getaddrspec (line 316) | def getaddrspec(self): method getdomain (line 341) | def getdomain(self): method getdelimited (line 360) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 397) | def getquote(self): method getcomment (line 401) | def getcomment(self): method getdomainliteral (line 405) | def getdomainliteral(self): method getatom (line 409) | def getatom(self, atomends=None): method getphraselist (line 429) | def getphraselist(self): class AddressList (line 452) | class AddressList(AddrlistClass): method __init__ (line 454) | def __init__(self, field): method __len__ (line 461) | def __len__(self): method __add__ (line 464) | def __add__(self, other): method __iadd__ (line 473) | def __iadd__(self, other): method __sub__ (line 480) | def __sub__(self, other): method __isub__ (line 488) | def __isub__(self, other): method __getitem__ (line 495) | def __getitem__(self, index): FILE: tests/pythons/win64-py27/Lib/email/base64mime.py function base64_len (line 52) | def base64_len(s): function header_encode (line 64) | def header_encode(header, charset='iso-8859-1', keep_eols=False, function encode (line 122) | def encode(s, binary=True, maxlinelen=76, eol=NL): function decode (line 160) | def decode(s, convert_eols=None): FILE: tests/pythons/win64-py27/Lib/email/charset.py function add_charset (line 108) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 136) | def add_alias(alias, canonical): function add_codec (line 145) | def add_codec(charset, codecname): class Charset (line 156) | class Charset: method __init__ (line 200) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 238) | def __str__(self): method __eq__ (line 243) | def __eq__(self, other): method __ne__ (line 246) | def __ne__(self, other): method get_body_encoding (line 249) | def get_body_encoding(self): method convert (line 270) | def convert(self, s): method to_splittable (line 277) | def to_splittable(self, s): method from_splittable (line 299) | def from_splittable(self, ustr, to_output=True): method get_output_charset (line 324) | def get_output_charset(self): method encoded_header_len (line 332) | def encoded_header_len(self, s): method header_encode (line 347) | def header_encode(self, s, convert=False): method body_encode (line 378) | def body_encode(self, s, convert=True): FILE: tests/pythons/win64-py27/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function _bencode (line 26) | def _bencode(s): function encode_base64 (line 39) | def encode_base64(msg): function encode_quopri (line 51) | def encode_quopri(msg): function encode_7or8bit (line 63) | def encode_7or8bit(msg): function encode_noop (line 81) | def encode_noop(msg): FILE: tests/pythons/win64-py27/Lib/email/errors.py class MessageError (line 9) | class MessageError(Exception): class MessageParseError (line 13) | class MessageParseError(MessageError): class HeaderParseError (line 17) | class HeaderParseError(MessageParseError): class BoundaryError (line 21) | class BoundaryError(MessageParseError): class MultipartConversionError (line 25) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 29) | class CharsetError(MessageError): class MessageDefect (line 35) | class MessageDefect: method __init__ (line 38) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 47) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 50) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MalformedHeaderDefect (line 53) | class MalformedHeaderDefect(MessageDefect): class MultipartInvariantViolationDefect (line 56) | class MultipartInvariantViolationDefect(MessageDefect): FILE: tests/pythons/win64-py27/Lib/email/feedparser.py class BufferedSubFile (line 43) | class BufferedSubFile(object): method __init__ (line 51) | def __init__(self): method push_eof_matcher (line 61) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 64) | def pop_eof_matcher(self): method close (line 67) | def close(self): method readline (line 73) | def readline(self): method unreadline (line 91) | def unreadline(self, line): method push (line 96) | def push(self, data): method pushlines (line 119) | def pushlines(self, lines): method is_closed (line 123) | def is_closed(self): method __iter__ (line 126) | def __iter__(self): method next (line 129) | def next(self): class FeedParser (line 137) | class FeedParser: method __init__ (line 140) | def __init__(self, _factory=message.Message): method _set_headersonly (line 151) | def _set_headersonly(self): method feed (line 154) | def feed(self, data): method _call_parse (line 159) | def _call_parse(self): method close (line 165) | def close(self): method _new_message (line 177) | def _new_message(self): method _pop_message (line 187) | def _pop_message(self): method _parsegen (line 195) | def _parsegen(self): method _parse_headers (line 431) | def _parse_headers(self, lines): FILE: tests/pythons/win64-py27/Lib/email/generator.py function _is8bitstring (line 22) | def _is8bitstring(s): class Generator (line 32) | class Generator: method __init__ (line 42) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): method write (line 63) | def write(self, s): method flatten (line 67) | def flatten(self, msg, unixfrom=False): method clone (line 85) | def clone(self, fp): method _write (line 93) | def _write(self, msg): method _dispatch (line 120) | def _dispatch(self, msg): method _write_headers (line 140) | def _write_headers(self, msg): method _handle_text (line 172) | def _handle_text(self, msg): method _handle_multipart (line 185) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 243) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 254) | def _handle_message_delivery_status(self, msg): method _handle_message (line 275) | def _handle_message(self, msg): class DecodedGenerator (line 297) | class DecodedGenerator(Generator): method __init__ (line 303) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 331) | def _dispatch(self, msg): function _make_boundary (line 357) | def _make_boundary(text=None): FILE: tests/pythons/win64-py27/Lib/email/header.py function decode_header (line 61) | def decode_header(header): function make_header (line 121) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 144) | class Header: method __init__ (line 145) | def __init__(self, s=None, charset=None, method __str__ (line 198) | def __str__(self): method __unicode__ (line 202) | def __unicode__(self): method __eq__ (line 225) | def __eq__(self, other): method __ne__ (line 230) | def __ne__(self, other): method append (line 233) | def append(self, s, charset=None, errors='strict'): method _split (line 288) | def _split(self, s, charset, maxlinelen, splitchars): method _split_ascii (line 334) | def _split_ascii(self, s, charset, firstlen, splitchars): method _encode_chunks (line 339) | def _encode_chunks(self, newchunks, maxlinelen): method encode (line 374) | def encode(self, splitchars=';, '): function _split_ascii (line 418) | def _split_ascii(s, firstlen, restlen, continuation_ws, splitchars): function _binsplit (line 488) | def _binsplit(splittable, charset, maxlinelen): FILE: tests/pythons/win64-py27/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win64-py27/Lib/email/message.py function _splitparam (line 28) | def _splitparam(param): function _formatparam (line 38) | def _formatparam(param, value=None, quote=True): function _parseparam (line 62) | def _parseparam(s): function _unquotevalue (line 80) | def _unquotevalue(value): class Message (line 92) | class Message: method __init__ (line 107) | def __init__(self): method __str__ (line 118) | def __str__(self): method as_string (line 124) | def as_string(self, unixfrom=False): method is_multipart (line 140) | def is_multipart(self): method set_unixfrom (line 147) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 150) | def get_unixfrom(self): method attach (line 156) | def attach(self, payload): method get_payload (line 168) | def get_payload(self, i=None, decode=False): method set_payload (line 218) | def set_payload(self, payload, charset=None): method set_charset (line 228) | def set_charset(self, charset): method get_charset (line 273) | def get_charset(self): method __len__ (line 281) | def __len__(self): method __getitem__ (line 285) | def __getitem__(self, name): method __setitem__ (line 296) | def __setitem__(self, name, val): method __delitem__ (line 304) | def __delitem__(self, name): method __contains__ (line 316) | def __contains__(self, name): method has_key (line 319) | def has_key(self, name): method keys (line 324) | def keys(self): method values (line 334) | def values(self): method items (line 344) | def items(self): method get (line 354) | def get(self, name, failobj=None): method get_all (line 370) | def get_all(self, name, failobj=None): method add_header (line 388) | def add_header(self, _name, _value, **_params): method replace_header (line 413) | def replace_header(self, _name, _value): method get_content_type (line 432) | def get_content_type(self): method get_content_maintype (line 456) | def get_content_maintype(self): method get_content_subtype (line 465) | def get_content_subtype(self): method get_default_type (line 474) | def get_default_type(self): method set_default_type (line 483) | def set_default_type(self, ctype): method _get_params_preserve (line 492) | def _get_params_preserve(self, failobj, header): method get_params (line 513) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 535) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 571) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 619) | def del_param(self, param, header='content-type', requote=True): method set_type (line 641) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 673) | def get_filename(self, failobj=None): method get_boundary (line 689) | def get_boundary(self, failobj=None): method set_boundary (line 702) | def set_boundary(self, boundary): method get_content_charset (line 747) | def get_content_charset(self, failobj=None): method get_charsets (line 778) | def get_charsets(self, failobj=None): FILE: tests/pythons/win64-py27/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win64-py27/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win64-py27/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win64-py27/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win64-py27/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win64-py27/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win64-py27/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win64-py27/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset='us-ascii'): FILE: tests/pythons/win64-py27/Lib/email/parser.py class Parser (line 17) | class Parser: method __init__ (line 18) | def __init__(self, *args, **kws): method parse (line 56) | def parse(self, fp, headersonly=False): method parsestr (line 74) | def parsestr(self, text, headersonly=False): class HeaderParser (line 86) | class HeaderParser(Parser): method parse (line 87) | def parse(self, fp, headersonly=True): method parsestr (line 90) | def parsestr(self, text, headersonly=True): FILE: tests/pythons/win64-py27/Lib/email/quoprimime.py function header_quopri_check (line 63) | def header_quopri_check(c): function body_quopri_check (line 68) | def body_quopri_check(c): function header_quopri_len (line 73) | def header_quopri_len(s): function body_quopri_len (line 84) | def body_quopri_len(str): function _max_append (line 95) | def _max_append(L, s, maxlen, extra=''): function unquote (line 104) | def unquote(s): function quote (line 109) | def quote(c): function header_encode (line 114) | def header_encode(header, charset="iso-8859-1", keep_eols=False, function encode (line 178) | def encode(body, binary=False, maxlinelen=76, eol=NL): function decode (line 268) | def decode(encoded, eol=NL): function _unquote_match (line 321) | def _unquote_match(match): function header_decode (line 328) | def header_decode(s): FILE: tests/pythons/win64-py27/Lib/email/utils.py function _identity (line 58) | def _identity(s): function _bdecode (line 62) | def _bdecode(s): function fix_eols (line 75) | def fix_eols(s): function formataddr (line 85) | def formataddr(pair): function getaddresses (line 104) | def getaddresses(fieldvalues): function formatdate (line 124) | def formatdate(timeval=None, localtime=False, usegmt=False): function make_msgid (line 177) | def make_msgid(idstring=None): function parsedate (line 202) | def parsedate(data): function parsedate_tz (line 208) | def parsedate_tz(data): function parseaddr (line 214) | def parseaddr(addr): function unquote (line 222) | def unquote(str): function decode_rfc2231 (line 234) | def decode_rfc2231(s): function encode_rfc2231 (line 242) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 260) | def decode_params(params): function collapse_rfc2231_value (line 313) | def collapse_rfc2231_value(value, errors='replace', FILE: tests/pythons/win64-py27/Lib/encodings/__init__.py class CodecRegistryError (line 46) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 49) | def normalize_encoding(encoding): function search_function (line 71) | def search_function(encoding): FILE: tests/pythons/win64-py27/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/base64_codec.py function base64_encode (line 13) | def base64_encode(input,errors='strict'): function base64_decode (line 27) | def base64_decode(input,errors='strict'): class Codec (line 45) | class Codec(codecs.Codec): method encode (line 47) | def encode(self, input,errors='strict'): method decode (line 49) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 52) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 53) | def encode(self, input, final=False): class IncrementalDecoder (line 57) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 58) | def decode(self, input, final=False): class StreamWriter (line 62) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 65) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 70) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input,errors='strict'): function bz2_decode (line 29) | def bz2_decode(input,errors='strict'): class Codec (line 47) | class Codec(codecs.Codec): method encode (line 49) | def encode(self, input, errors='strict'): method decode (line 51) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 54) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 55) | def __init__(self, errors='strict'): method encode (line 60) | def encode(self, input, final=False): method reset (line 67) | def reset(self): class IncrementalDecoder (line 70) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 71) | def __init__(self, errors='strict'): method decode (line 76) | def decode(self, input, final=False): method reset (line 82) | def reset(self): class StreamWriter (line 85) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 88) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 93) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/hex_codec.py function hex_encode (line 13) | def hex_encode(input,errors='strict'): function hex_decode (line 27) | def hex_decode(input,errors='strict'): class Codec (line 45) | class Codec(codecs.Codec): method encode (line 47) | def encode(self, input,errors='strict'): method decode (line 49) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 52) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 53) | def encode(self, input, final=False): class IncrementalDecoder (line 57) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 58) | def decode(self, input, final=False): class StreamWriter (line 62) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 65) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 70) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self,input,errors='strict'): method decode (line 168) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 197) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 198) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 231) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 232) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 271) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 274) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 279) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/punycode.py function segregate (line 11) | def segregate(str): function selective_len (line 24) | def selective_len(str, max): function selective_find (line 32) | def selective_find(str, char, index, pos): function insertion_unsort (line 50) | def insertion_unsort(str, extended): function T (line 72) | def T(j, bias): function generate_generalized_integer (line 80) | def generate_generalized_integer(N, bias): function adapt (line 93) | def adapt(delta, first, numchars): function generate_integers (line 108) | def generate_integers(baselen, deltas): function punycode_encode (line 119) | def punycode_encode(text): function decode_generalized_number (line 130) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 160) | def insertion_sort(base, extended, errors): function punycode_decode (line 185) | def punycode_decode(text, errors): class Codec (line 199) | class Codec(codecs.Codec): method encode (line 201) | def encode(self,input,errors='strict'): method decode (line 205) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 211) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 212) | def encode(self, input, final=False): class IncrementalDecoder (line 215) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 216) | def decode(self, input, final=False): class StreamWriter (line 221) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 224) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 229) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/quopri_codec.py function quopri_encode (line 12) | def quopri_encode(input, errors='strict'): function quopri_decode (line 28) | def quopri_decode(input, errors='strict'): class Codec (line 43) | class Codec(codecs.Codec): method encode (line 45) | def encode(self, input,errors='strict'): method decode (line 47) | def decode(self, input,errors='strict'): class IncrementalEncoder (line 50) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 51) | def encode(self, input, final=False): class IncrementalDecoder (line 54) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 55) | def decode(self, input, final=False): class StreamWriter (line 58) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 61) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 66) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): function rot13 (line 113) | def rot13(infile, outfile): FILE: tests/pythons/win64-py27/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/string_escape.py class Codec (line 10) | class Codec(codecs.Codec): class IncrementalEncoder (line 15) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 16) | def encode(self, input, final=False): class IncrementalDecoder (line 19) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 20) | def decode(self, input, final=False): class StreamWriter (line 23) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 26) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): class StreamWriter (line 75) | class StreamWriter(codecs.StreamWriter): method __init__ (line 76) | def __init__(self, stream, errors='strict'): method reset (line 80) | def reset(self): method encode (line 84) | def encode(self, input, errors='strict'): class StreamReader (line 95) | class StreamReader(codecs.StreamReader): method reset (line 97) | def reset(self): method decode (line 104) | def decode(self, input, errors='strict'): function getregentry (line 117) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 17) | def decode(input, errors='strict'): class IncrementalEncoder (line 25) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 26) | def __init__(self, errors='strict'): method encode (line 30) | def encode(self, input, final=False): method reset (line 37) | def reset(self): method getstate (line 41) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 47) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 48) | def __init__(self, errors='strict'): method _buffer_decode (line 52) | def _buffer_decode(self, input, errors, final): method reset (line 68) | def reset(self): class StreamWriter (line 72) | class StreamWriter(codecs.StreamWriter): method reset (line 73) | def reset(self): method encode (line 80) | def encode(self, input, errors='strict'): class StreamReader (line 84) | class StreamReader(codecs.StreamReader): method reset (line 85) | def reset(self): method decode (line 92) | def decode(self, input, errors='strict'): function getregentry (line 108) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/uu_codec.py function uu_encode (line 15) | def uu_encode(input,errors='strict',filename='',mode=0666): function uu_decode (line 44) | def uu_decode(input,errors='strict'): class Codec (line 96) | class Codec(codecs.Codec): method encode (line 98) | def encode(self,input,errors='strict'): method decode (line 101) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 104) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 105) | def encode(self, input, final=False): class IncrementalDecoder (line 108) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 109) | def decode(self, input, final=False): class StreamWriter (line 112) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 115) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 120) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input,errors='strict'): function zlib_decode (line 28) | def zlib_decode(input,errors='strict'): class Codec (line 46) | class Codec(codecs.Codec): method encode (line 48) | def encode(self, input, errors='strict'): method decode (line 50) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 53) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 54) | def __init__(self, errors='strict'): method encode (line 59) | def encode(self, input, final=False): method reset (line 66) | def reset(self): class IncrementalDecoder (line 69) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 70) | def __init__(self, errors='strict'): method decode (line 75) | def decode(self, input, final=False): method reset (line 82) | def reset(self): class StreamWriter (line 85) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 88) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 93) | def getregentry(): FILE: tests/pythons/win64-py27/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=1): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=1): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win64-py27/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=0, backup="", bufsize=0, function close (line 105) | def close(): function nextfile (line 113) | def nextfile(): function filename (line 127) | def filename(): function lineno (line 136) | def lineno(): function filelineno (line 146) | def filelineno(): function fileno (line 156) | def fileno(): function isfirstline (line 165) | def isfirstline(): function isstdin (line 174) | def isstdin(): class FileInput (line 183) | class FileInput: method __init__ (line 196) | def __init__(self, files=None, inplace=0, backup="", bufsize=0, method __del__ (line 232) | def __del__(self): method close (line 235) | def close(self): method __iter__ (line 239) | def __iter__(self): method next (line 242) | def next(self): method __getitem__ (line 257) | def __getitem__(self, i): method nextfile (line 265) | def nextfile(self): method readline (line 291) | def readline(self): method filename (line 352) | def filename(self): method lineno (line 355) | def lineno(self): method filelineno (line 358) | def filelineno(self): method fileno (line 361) | def fileno(self): method isfirstline (line 370) | def isfirstline(self): method isstdin (line 373) | def isstdin(self): function hook_compressed (line 377) | def hook_compressed(filename, mode): function hook_encoded (line 389) | def hook_encoded(encoding): function _test (line 396) | def _test(): FILE: tests/pythons/win64-py27/Lib/fnmatch.py function _purge (line 20) | def _purge(): function fnmatch (line 24) | def fnmatch(name, pat): function filter (line 45) | def filter(names, pat): function fnmatchcase (line 67) | def fnmatchcase(name, pat): function translate (line 81) | def translate(pat): FILE: tests/pythons/win64-py27/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win64-py27/Lib/fpformat.py class NotANumber (line 30) | class NotANumber(ValueError): function extract (line 35) | def extract(s): function unexpo (line 50) | def unexpo(intpart, fraction, expo): function roundfrac (line 64) | def roundfrac(intpart, fraction, digs): function fix (line 90) | def fix(x, digs): function sci (line 106) | def sci(x, digs): function test (line 138) | def test(): FILE: tests/pythons/win64-py27/Lib/fractions.py function gcd (line 18) | def gcd(a, b): class Fraction (line 44) | class Fraction(Rational): method __new__ (line 68) | def __new__(cls, numerator=0, denominator=None): method from_float (line 169) | def from_float(cls, f): method from_decimal (line 185) | def from_decimal(cls, dec): method limit_denominator (line 206) | def limit_denominator(self, max_denominator=1000000): method numerator (line 262) | def numerator(a): method denominator (line 266) | def denominator(a): method __repr__ (line 269) | def __repr__(self): method __str__ (line 273) | def __str__(self): method _operator_fallbacks (line 280) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 387) | def _add(a, b): method _sub (line 395) | def _sub(a, b): method _mul (line 403) | def _mul(a, b): method _div (line 409) | def _div(a, b): method __floordiv__ (line 417) | def __floordiv__(a, b): method __rfloordiv__ (line 429) | def __rfloordiv__(b, a): method __mod__ (line 441) | def __mod__(a, b): method __rmod__ (line 446) | def __rmod__(b, a): method __pow__ (line 451) | def __pow__(a, b): method __rpow__ (line 475) | def __rpow__(b, a): method __pos__ (line 489) | def __pos__(a): method __neg__ (line 493) | def __neg__(a): method __abs__ (line 497) | def __abs__(a): method __trunc__ (line 501) | def __trunc__(a): method __hash__ (line 508) | def __hash__(self): method __eq__ (line 527) | def __eq__(a, b): method _richcmp (line 546) | def _richcmp(self, other, op): method __lt__ (line 572) | def __lt__(a, b): method __gt__ (line 576) | def __gt__(a, b): method __le__ (line 580) | def __le__(a, b): method __ge__ (line 584) | def __ge__(a, b): method __nonzero__ (line 588) | def __nonzero__(a): method __reduce__ (line 594) | def __reduce__(self): method __copy__ (line 597) | def __copy__(self): method __deepcopy__ (line 602) | def __deepcopy__(self, memo): FILE: tests/pythons/win64-py27/Lib/ftplib.py class Error (line 63) | class Error(Exception): pass class error_reply (line 64) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 65) | class error_temp(Error): pass # 4xx errors class error_perm (line 66) | class error_perm(Error): pass # 5xx errors class error_proto (line 67) | class error_proto(Error): pass # response does not begin with [... class FTP (line 79) | class FTP: method __init__ (line 116) | def __init__(self, host='', user='', passwd='', acct='', method connect (line 124) | def connect(self, host='', port=0, timeout=-999): method getwelcome (line 141) | def getwelcome(self): method set_debuglevel (line 148) | def set_debuglevel(self, level): method set_pasv (line 157) | def set_pasv(self, val): method sanitize (line 164) | def sanitize(self, s): method putline (line 173) | def putline(self, line): method putcmd (line 179) | def putcmd(self, line): method getline (line 185) | def getline(self): method getmultiline (line 200) | def getmultiline(self): method getresp (line 214) | def getresp(self): method voidresp (line 227) | def voidresp(self): method abort (line 234) | def abort(self): method sendcmd (line 246) | def sendcmd(self, cmd): method voidcmd (line 251) | def voidcmd(self, cmd): method sendport (line 256) | def sendport(self, host, port): method sendeprt (line 266) | def sendeprt(self, host, port): method makeport (line 279) | def makeport(self): method makepasv (line 310) | def makepasv(self): method ntransfercmd (line 317) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 374) | def transfercmd(self, cmd, rest=None): method login (line 378) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 399) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 423) | def retrlines(self, cmd, callback = None): method storbinary (line 455) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 480) | def storlines(self, cmd, fp, callback=None): method acct (line 507) | def acct(self, password): method nlst (line 512) | def nlst(self, *args): method dir (line 521) | def dir(self, *args): method rename (line 536) | def rename(self, fromname, toname): method delete (line 543) | def delete(self, filename): method cwd (line 551) | def cwd(self, dirname): method size (line 564) | def size(self, filename): method mkd (line 575) | def mkd(self, dirname): method rmd (line 580) | def rmd(self, dirname): method pwd (line 584) | def pwd(self): method quit (line 589) | def quit(self): method close (line 595) | def close(self): class FTP_TLS (line 608) | class FTP_TLS(FTP): method __init__ (line 643) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 650) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 655) | def auth(self): method prot_p (line 668) | def prot_p(self): method prot_c (line 684) | def prot_c(self): method ntransfercmd (line 692) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 699) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 715) | def retrlines(self, cmd, callback = None): method storbinary (line 741) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 757) | def storlines(self, cmd, fp, callback=None): function parse150 (line 784) | def parse150(resp): function parse227 (line 807) | def parse227(resp): function parse229 (line 827) | def parse229(resp, peer): function parse257 (line 849) | def parse257(resp): function print_line (line 872) | def print_line(line): function ftpcp (line 877) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 896) | class Netrc: method __init__ (line 908) | def __init__(self, filename=None): method get_hosts (line 975) | def get_hosts(self): method get_account (line 979) | def get_account(self, host): method get_macros (line 995) | def get_macros(self): method get_macro (line 999) | def get_macro(self, macro): function test (line 1005) | def test(): FILE: tests/pythons/win64-py27/Lib/functools.py function update_wrapper (line 17) | def update_wrapper(wrapper, function wraps (line 39) | def wraps(wrapped, function total_ordering (line 53) | def total_ordering(cls): function cmp_to_key (line 80) | def cmp_to_key(mycmp): FILE: tests/pythons/win64-py27/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win64-py27/Lib/getopt.py class GetoptError (line 38) | class GetoptError(Exception): method __init__ (line 41) | def __init__(self, msg, opt=''): method __str__ (line 46) | def __str__(self): function getopt (line 51) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 94) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 144) | def do_longs(opts, opt, longopts, args): function long_has_args (line 166) | def long_has_args(opt, longopts): function do_shorts (line 187) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 202) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win64-py27/Lib/getpass.py class GetPassWarning (line 23) | class GetPassWarning(UserWarning): pass function unix_getpass (line 26) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 89) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 112) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 121) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 141) | def getuser(): FILE: tests/pythons/win64-py27/Lib/gettext.py function test (line 61) | def test(condition, true, false): function c2py (line 75) | def c2py(plural): function _expand_lang (line 130) | def _expand_lang(locale): class NullTranslations (line 173) | class NullTranslations: method __init__ (line 174) | def __init__(self, fp=None): method _parse (line 182) | def _parse(self, fp): method add_fallback (line 185) | def add_fallback(self, fallback): method gettext (line 191) | def gettext(self, message): method lgettext (line 196) | def lgettext(self, message): method ngettext (line 201) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 209) | def lngettext(self, msgid1, msgid2, n): method ugettext (line 217) | def ugettext(self, message): method ungettext (line 222) | def ungettext(self, msgid1, msgid2, n): method info (line 230) | def info(self): method charset (line 233) | def charset(self): method output_charset (line 236) | def output_charset(self): method set_output_charset (line 239) | def set_output_charset(self, charset): method install (line 242) | def install(self, unicode=False, names=None): class GNUTranslations (line 257) | class GNUTranslations(NullTranslations): method _parse (line 262) | def _parse(self, fp): method gettext (line 343) | def gettext(self, message): method lgettext (line 357) | def lgettext(self, message): method ngettext (line 368) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 384) | def lngettext(self, msgid1, msgid2, n): method ugettext (line 398) | def ugettext(self, message): method ungettext (line 407) | def ungettext(self, msgid1, msgid2, n): function find (line 421) | def find(domain, localedir=None, languages=None, all=0): function translation (line 461) | def translation(domain, localedir=None, languages=None, function install (line 492) | def install(domain, localedir=None, unicode=False, codeset=None, names=N... function textdomain (line 506) | def textdomain(domain=None): function bindtextdomain (line 513) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 520) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 527) | def dgettext(domain, message): function ldgettext (line 535) | def ldgettext(domain, message): function dngettext (line 543) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 554) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 565) | def gettext(message): function lgettext (line 568) | def lgettext(message): function ngettext (line 571) | def ngettext(msgid1, msgid2, n): function lngettext (line 574) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win64-py27/Lib/glob.py class _unicode (line 13) | class _unicode(object): function glob (line 18) | def glob(pathname): function iglob (line 29) | def iglob(pathname): function glob1 (line 66) | def glob1(dirname, pattern): function glob0 (line 80) | def glob0(dirname, basename): function has_magic (line 94) | def has_magic(s): FILE: tests/pythons/win64-py27/Lib/gzip.py function write32u (line 19) | def write32u(output, value): function read32 (line 24) | def read32(input): function open (line 27) | def open(filename, mode="rb", compresslevel=9): class GzipFile (line 36) | class GzipFile(io.BufferedIOBase): method __init__ (line 45) | def __init__(self, filename=None, mode=None, method filename (line 139) | def filename(self): method __repr__ (line 146) | def __repr__(self): method _check_closed (line 150) | def _check_closed(self): method _init_write (line 157) | def _init_write(self, filename): method _write_gzip_header (line 164) | def _write_gzip_header(self): method _init_read (line 183) | def _init_read(self): method _read_gzip_header (line 187) | def _read_gzip_header(self): method write (line 220) | def write(self,data): method read (line 241) | def read(self, size=-1): method _unread (line 274) | def _unread(self, buf): method _read (line 278) | def _read(self, size=1024): method _add_read_data (line 328) | def _add_read_data(self, data): method _read_eof (line 336) | def _read_eof(self): method closed (line 361) | def closed(self): method close (line 364) | def close(self): method flush (line 379) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 386) | def fileno(self): method rewind (line 394) | def rewind(self): method readable (line 406) | def readable(self): method writable (line 409) | def writable(self): method seekable (line 412) | def seekable(self): method seek (line 415) | def seek(self, offset, whence=0): method readline (line 439) | def readline(self, size=-1): function _test (line 479) | def _test(): FILE: tests/pythons/win64-py27/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, string=''): function __hash_new (line 113) | def __hash_new(name, string=''): FILE: tests/pythons/win64-py27/Lib/heapq.py function cmp_lt (line 135) | def cmp_lt(x, y): function heappush (line 140) | def heappush(heap, item): function heappop (line 145) | def heappop(heap): function heapreplace (line 156) | def heapreplace(heap, item): function heappushpop (line 172) | def heappushpop(heap, item): function heapify (line 179) | def heapify(x): function _heappushpop_max (line 190) | def _heappushpop_max(heap, item): function _heapify_max (line 197) | def _heapify_max(x): function nlargest (line 203) | def nlargest(n, iterable): function nsmallest (line 221) | def nsmallest(n, iterable): function _siftdown (line 242) | def _siftdown(heap, startpos, pos): function _siftup (line 295) | def _siftup(heap, pos): function _siftdown_max (line 315) | def _siftdown_max(heap, startpos, pos): function _siftup_max (line 330) | def _siftup_max(heap, pos): function merge (line 357) | def merge(*iterables): function nsmallest (line 399) | def nsmallest(n, iterable, key=None): function nlargest (line 436) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win64-py27/Lib/hmac.py class HMAC (line 20) | class HMAC: method __init__ (line 27) | def __init__(self, key, msg = None, digestmod = None): method update (line 80) | def update(self, msg): method copy (line 85) | def copy(self): method _current (line 97) | def _current(self): method digest (line 106) | def digest(self): method hexdigest (line 116) | def hexdigest(self): function new (line 122) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win64-py27/Lib/hotshot/__init__.py class Profile (line 10) | class Profile: method __init__ (line 11) | def __init__(self, logfn, lineevents=0, linetimings=1): method close (line 26) | def close(self): method fileno (line 30) | def fileno(self): method start (line 34) | def start(self): method stop (line 38) | def stop(self): method addinfo (line 42) | def addinfo(self, key, value): method run (line 49) | def run(self, cmd): method runctx (line 60) | def runctx(self, cmd, globals, locals): method runcall (line 70) | def runcall(self, func, *args, **kw): FILE: tests/pythons/win64-py27/Lib/hotshot/log.py class LogReader (line 23) | class LogReader: method __init__ (line 24) | def __init__(self, logfn): method close (line 47) | def close(self): method fileno (line 50) | def fileno(self): method addinfo (line 54) | def addinfo(self, key, value): method get_filename (line 68) | def get_filename(self, fileno): method get_filenames (line 74) | def get_filenames(self): method get_fileno (line 77) | def get_fileno(self, filename): method get_funcname (line 84) | def get_funcname(self, fileno, lineno): method next (line 95) | def next(self, index=0): method __iter__ (line 134) | def __iter__(self): method _decode_location (line 141) | def _decode_location(self, fileno, lineno): method _loadfile (line 160) | def _loadfile(self, fileno): FILE: tests/pythons/win64-py27/Lib/hotshot/stats.py function load (line 11) | def load(filename): class StatsLoader (line 15) | class StatsLoader: method __init__ (line 16) | def __init__(self, logfn): method load (line 22) | def load(self): method new_frame (line 54) | def new_frame(self, *args): class Profile (line 74) | class Profile(profile.Profile): method simulate_cmd_complete (line 75) | def simulate_cmd_complete(self): class FakeCode (line 79) | class FakeCode: method __init__ (line 80) | def __init__(self, filename, firstlineno, funcname): class FakeFrame (line 86) | class FakeFrame: method __init__ (line 87) | def __init__(self, code, back): function _brokentimer (line 92) | def _brokentimer(): FILE: tests/pythons/win64-py27/Lib/hotshot/stones.py function main (line 7) | def main(logfile): FILE: tests/pythons/win64-py27/Lib/htmllib.py class HTMLParseError (line 19) | class HTMLParseError(sgmllib.SGMLParseError): class HTMLParser (line 23) | class HTMLParser(sgmllib.SGMLParser): method __init__ (line 34) | def __init__(self, formatter, verbose=0): method error (line 44) | def error(self, message): method reset (line 47) | def reset(self): method handle_data (line 63) | def handle_data(self, data): method save_bgn (line 74) | def save_bgn(self): method save_end (line 84) | def save_end(self): method anchor_bgn (line 101) | def anchor_bgn(self, href, name, type): method anchor_end (line 115) | def anchor_end(self): method handle_image (line 128) | def handle_image(self, src, alt, *args): method start_html (line 139) | def start_html(self, attrs): pass method end_html (line 140) | def end_html(self): pass method start_head (line 142) | def start_head(self, attrs): pass method end_head (line 143) | def end_head(self): pass method start_body (line 145) | def start_body(self, attrs): pass method end_body (line 146) | def end_body(self): pass method start_title (line 150) | def start_title(self, attrs): method end_title (line 153) | def end_title(self): method do_base (line 156) | def do_base(self, attrs): method do_isindex (line 161) | def do_isindex(self, attrs): method do_link (line 164) | def do_link(self, attrs): method do_meta (line 167) | def do_meta(self, attrs): method do_nextid (line 170) | def do_nextid(self, attrs): # Deprecated method start_h1 (line 177) | def start_h1(self, attrs): method end_h1 (line 181) | def end_h1(self): method start_h2 (line 185) | def start_h2(self, attrs): method end_h2 (line 189) | def end_h2(self): method start_h3 (line 193) | def start_h3(self, attrs): method end_h3 (line 197) | def end_h3(self): method start_h4 (line 201) | def start_h4(self, attrs): method end_h4 (line 205) | def end_h4(self): method start_h5 (line 209) | def start_h5(self, attrs): method end_h5 (line 213) | def end_h5(self): method start_h6 (line 217) | def start_h6(self, attrs): method end_h6 (line 221) | def end_h6(self): method do_p (line 227) | def do_p(self, attrs): method start_pre (line 230) | def start_pre(self, attrs): method end_pre (line 235) | def end_pre(self): method start_xmp (line 240) | def start_xmp(self, attrs): method end_xmp (line 244) | def end_xmp(self): method start_listing (line 247) | def start_listing(self, attrs): method end_listing (line 251) | def end_listing(self): method start_address (line 254) | def start_address(self, attrs): method end_address (line 258) | def end_address(self): method start_blockquote (line 262) | def start_blockquote(self, attrs): method end_blockquote (line 266) | def end_blockquote(self): method start_ul (line 272) | def start_ul(self, attrs): method end_ul (line 277) | def end_ul(self): method do_li (line 282) | def do_li(self, attrs): method start_ol (line 291) | def start_ol(self, attrs): method end_ol (line 301) | def end_ol(self): method start_menu (line 306) | def start_menu(self, attrs): method end_menu (line 309) | def end_menu(self): method start_dir (line 312) | def start_dir(self, attrs): method end_dir (line 315) | def end_dir(self): method start_dl (line 318) | def start_dl(self, attrs): method end_dl (line 322) | def end_dl(self): method do_dt (line 326) | def do_dt(self, attrs): method do_dd (line 329) | def do_dd(self, attrs): method ddpop (line 334) | def ddpop(self, bl=0): method start_cite (line 345) | def start_cite(self, attrs): self.start_i(attrs) method end_cite (line 346) | def end_cite(self): self.end_i() method start_code (line 348) | def start_code(self, attrs): self.start_tt(attrs) method end_code (line 349) | def end_code(self): self.end_tt() method start_em (line 351) | def start_em(self, attrs): self.start_i(attrs) method end_em (line 352) | def end_em(self): self.end_i() method start_kbd (line 354) | def start_kbd(self, attrs): self.start_tt(attrs) method end_kbd (line 355) | def end_kbd(self): self.end_tt() method start_samp (line 357) | def start_samp(self, attrs): self.start_tt(attrs) method end_samp (line 358) | def end_samp(self): self.end_tt() method start_strong (line 360) | def start_strong(self, attrs): self.start_b(attrs) method end_strong (line 361) | def end_strong(self): self.end_b() method start_var (line 363) | def start_var(self, attrs): self.start_i(attrs) method end_var (line 364) | def end_var(self): self.end_i() method start_i (line 368) | def start_i(self, attrs): method end_i (line 370) | def end_i(self): method start_b (line 373) | def start_b(self, attrs): method end_b (line 375) | def end_b(self): method start_tt (line 378) | def start_tt(self, attrs): method end_tt (line 380) | def end_tt(self): method start_a (line 383) | def start_a(self, attrs): method end_a (line 397) | def end_a(self): method do_br (line 402) | def do_br(self, attrs): method do_hr (line 407) | def do_hr(self, attrs): method do_img (line 412) | def do_img(self, attrs): method do_plaintext (line 438) | def do_plaintext(self, attrs): method unknown_starttag (line 444) | def unknown_starttag(self, tag, attrs): method unknown_endtag (line 447) | def unknown_endtag(self, tag): function test (line 451) | def test(args = None): FILE: tests/pythons/win64-py27/Lib/httplib.py class HTTPMessage (line 218) | class HTTPMessage(mimetools.Message): method addheader (line 220) | def addheader(self, key, value): method addcontinue (line 229) | def addcontinue(self, key, more): method readheaders (line 234) | def readheaders(self): class HTTPResponse (line 325) | class HTTPResponse: method __init__ (line 335) | def __init__(self, sock, debuglevel=0, strict=0, method=None, bufferin... method _read_status (line 363) | def _read_status(self): method begin (line 402) | def begin(self): method _check_close (line 488) | def _check_close(self): method close (line 518) | def close(self): method isclosed (line 523) | def isclosed(self): method read (line 534) | def read(self, amt=None): method _read_chunked (line 579) | def _read_chunked(self, amt): method _safe_read (line 637) | def _safe_read(self, amt): method fileno (line 665) | def fileno(self): method getheader (line 668) | def getheader(self, name, default=None): method getheaders (line 673) | def getheaders(self): class HTTPConnection (line 680) | class HTTPConnection: method __init__ (line 691) | def __init__(self, host, port=None, strict=None, method set_tunnel (line 708) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 721) | def _set_hostport(self, host, port): method set_debuglevel (line 741) | def set_debuglevel(self, level): method _tunnel (line 744) | def _tunnel(self): method connect (line 769) | def connect(self): method close (line 777) | def close(self): method send (line 787) | def send(self, data): method _output (line 807) | def _output(self, s): method _send_output (line 814) | def _send_output(self, message_body=None): method putrequest (line 835) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 945) | def putheader(self, header, *values): method endheaders (line 956) | def endheaders(self, message_body=None): method request (line 971) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 975) | def _set_content_length(self, body): method _send_request (line 992) | def _send_request(self, method, url, body, headers): method getresponse (line 1009) | def getresponse(self, buffering=False): class HTTP (line 1059) | class HTTP: method __init__ (line 1069) | def __init__(self, host='', port=None, strict=None): method _setup (line 1081) | def _setup(self, conn): method connect (line 1096) | def connect(self, host=None, port=None): method getfile (line 1103) | def getfile(self): method getreply (line 1107) | def getreply(self, buffering=False): method close (line 1140) | def close(self): class HTTPSConnection (line 1155) | class HTTPSConnection(HTTPConnection): method __init__ (line 1160) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1168) | def connect(self): class HTTPS (line 1180) | class HTTPS(HTTP): method __init__ (line 1190) | def __init__(self, host='', port=None, key_file=None, cert_file=None, function FakeSocket (line 1206) | def FakeSocket (sock, sslobj): class HTTPException (line 1213) | class HTTPException(Exception): class NotConnected (line 1218) | class NotConnected(HTTPException): class InvalidURL (line 1221) | class InvalidURL(HTTPException): class UnknownProtocol (line 1224) | class UnknownProtocol(HTTPException): method __init__ (line 1225) | def __init__(self, version): class UnknownTransferEncoding (line 1229) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1232) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1235) | class IncompleteRead(HTTPException): method __init__ (line 1236) | def __init__(self, partial, expected=None): method __repr__ (line 1240) | def __repr__(self): method __str__ (line 1246) | def __str__(self): class ImproperConnectionState (line 1249) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1252) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1255) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1258) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1261) | class BadStatusLine(HTTPException): method __init__ (line 1262) | def __init__(self, line): class LineTooLong (line 1268) | class LineTooLong(HTTPException): method __init__ (line 1269) | def __init__(self, line_type): class LineAndFileWrapper (line 1276) | class LineAndFileWrapper: method __init__ (line 1284) | def __init__(self, line, file): method __getattr__ (line 1291) | def __getattr__(self, attr): method _done (line 1294) | def _done(self): method read (line 1303) | def read(self, amt=None): method readline (line 1325) | def readline(self): method readlines (line 1333) | def readlines(self, size=None): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/__init__.py function load_tests (line 3) | def load_tests(loader, standard_tests, pattern): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/mock_idle.py class Editor (line 8) | class Editor(object): method __init__ (line 11) | def __init__(self, flist=None, filename=None, key=None, root=None): method get_selection_indices (line 15) | def get_selection_indices(self): class UndoDelegator (line 20) | class UndoDelegator(object): method undo_block_start (line 24) | def undo_block_start(*args): method undo_block_stop (line 26) | def undo_block_stop(*args): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/mock_tk.py class Var (line 7) | class Var(object): method __init__ (line 9) | def __init__(self, master=None, value=None, name=None): method set (line 13) | def set(self, value): method get (line 15) | def get(self): class Mbox_func (line 18) | class Mbox_func(object): method __init__ (line 24) | def __init__(self): method __call__ (line 26) | def __call__(self, title, message, *args, **kwds): class Mbox (line 34) | class Mbox(object): class Text (line 71) | class Text(object): method __init__ (line 84) | def __init__(self, master=None, cnf={}, **kw): method index (line 92) | def index(self, index): method _decode (line 96) | def _decode(self, index, endflag=0): method _endex (line 147) | def _endex(self, endflag): method insert (line 162) | def insert(self, index, chars): method get (line 178) | def get(self, index1, index2=None): method delete (line 197) | def delete(self, index1, index2=None): method compare (line 228) | def compare(self, index1, op, index2): method mark_set (line 250) | def mark_set(self, name, index): method mark_unset (line 254) | def mark_unset(self, *markNames): method tag_remove (line 257) | def tag_remove(self, tagName, index1, index2=None): method scan_dragto (line 264) | def scan_dragto(self, x, y): method scan_mark (line 267) | def scan_mark(self, x, y): method see (line 270) | def see(self, index): method bind (line 277) | def bind(sequence=None, func=None, add=None): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_calltips.py class Get_entityTest (line 5) | class Get_entityTest(unittest.TestCase): method test_bad_entity (line 8) | def test_bad_entity(self): method test_good_entity (line 10) | def test_good_entity(self): class Py2Test (line 13) | class Py2Test(unittest.TestCase): method test_paramtuple_float (line 14) | def test_paramtuple_float(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_config_name.py class Dummy_name_dialog (line 8) | class Dummy_name_dialog(object): method destroy (line 18) | def destroy(self): class ConfigNameTest (line 25) | class ConfigNameTest(unittest.TestCase): method setUpClass (line 29) | def setUpClass(cls): method tearDownClass (line 33) | def tearDownClass(cls): method test_blank_name (line 36) | def test_blank_name(self): method test_used_name (line 42) | def test_used_name(self): method test_long_name (line 48) | def test_long_name(self): method test_good_name (line 54) | def test_good_name(self): method test_ok (line 60) | def test_ok(self): method test_cancel (line 67) | def test_cancel(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_delegator.py class DelegatorTest (line 4) | class DelegatorTest(unittest.TestCase): method test_mydel (line 6) | def test_mydel(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_formatparagraph.py class Is_Get_Test (line 9) | class Is_Get_Test(unittest.TestCase): method test_is_all_white (line 17) | def test_is_all_white(self): method test_get_indent (line 22) | def test_get_indent(self): method test_get_comment_header (line 29) | def test_get_comment_header(self): class FindTest (line 40) | class FindTest(unittest.TestCase): method setUpClass (line 51) | def setUpClass(cls): method runcase (line 55) | def runcase(self, inserttext, stopline, expected): method test_find_comment (line 68) | def test_find_comment(self): method test_find_paragraph (line 122) | def test_find_paragraph(self): class ReformatFunctionTest (line 159) | class ReformatFunctionTest(unittest.TestCase): method test_reformat_paragrah (line 162) | def test_reformat_paragrah(self): class ReformatCommentTest (line 185) | class ReformatCommentTest(unittest.TestCase): method test_reformat_comment (line 188) | def test_reformat_comment(self): class FormatClassTest (line 211) | class FormatClassTest(unittest.TestCase): method test_init_close (line 212) | def test_init_close(self): class TextWrapper (line 230) | class TextWrapper: method __init__ (line 231) | def __init__(self, master): method __getattr__ (line 233) | def __getattr__(self, name): method undo_block_start (line 235) | def undo_block_start(self): pass method undo_block_stop (line 236) | def undo_block_stop(self): pass class Editor (line 238) | class Editor: method __init__ (line 239) | def __init__(self, root): class FormatEventTest (line 243) | class FormatEventTest(unittest.TestCase): method setUpClass (line 269) | def setUpClass(cls): method tearDownClass (line 278) | def tearDownClass(cls): method test_short_line (line 281) | def test_short_line(self): method test_long_line (line 287) | def test_long_line(self): method test_multiple_lines (line 314) | def test_multiple_lines(self): method test_comment_block (line 329) | def test_comment_block(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_grep.py class Dummy_searchengine (line 16) | class Dummy_searchengine: method getpat (line 21) | def getpat(self): class Dummy_grep (line 26) | class Dummy_grep: method close (line 34) | def close(self): # gui method class FindfilesTest (line 39) | class FindfilesTest(unittest.TestCase): class Grep_itTest (line 46) | class Grep_itTest(unittest.TestCase): method report (line 51) | def report(self, pat): method test_unfound (line 59) | def test_unfound(self): method test_found (line 66) | def test_found(self): class Default_commandTest (line 76) | class Default_commandTest(unittest.TestCase): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_idlehistory.py class StoreTest (line 13) | class StoreTest(unittest.TestCase): method setUpClass (line 17) | def setUpClass(cls): method tearDown (line 21) | def tearDown(self): method test_init (line 25) | def test_init(self): method test_store_short (line 33) | def test_store_short(self): method test_store_dup (line 39) | def test_store_dup(self): method test_store_reset (line 47) | def test_store_reset(self): class TextWrapper (line 55) | class TextWrapper: method __init__ (line 56) | def __init__(self, master): method __getattr__ (line 59) | def __getattr__(self, name): method bell (line 61) | def bell(self): class FetchTest (line 64) | class FetchTest(unittest.TestCase): method setUpClass (line 68) | def setUpClass(cls): method setUp (line 72) | def setUp(self): method tearDownClass (line 81) | def tearDownClass(cls): method fetch_test (line 84) | def fetch_test(self, reverse, line, prefix, index, bell=False): method test_fetch_prev_cyclic (line 100) | def test_fetch_prev_cyclic(self): method test_fetch_next_cyclic (line 107) | def test_fetch_next_cyclic(self): method test_fetch_prev_prefix (line 115) | def test_fetch_prev_prefix(self): method test_fetch_next_prefix (line 121) | def test_fetch_next_prefix(self): method test_fetch_prev_noncyclic (line 127) | def test_fetch_prev_noncyclic(self): method test_fetch_next_noncyclic (line 135) | def test_fetch_next_noncyclic(self): method test_fetch_cursor_move (line 144) | def test_fetch_cursor_move(self): method test_fetch_edit (line 150) | def test_fetch_edit(self): method test_history_prev_next (line 157) | def test_history_prev_next(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_pathbrowser.py class PathBrowserTest (line 4) | class PathBrowserTest(unittest.TestCase): method test_DirBrowserTreeItem (line 6) | def test_DirBrowserTreeItem(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_rstrip.py class rstripTest (line 5) | class rstripTest(unittest.TestCase): method test_rstrip_line (line 7) | def test_rstrip_line(self): method test_rstrip_multiple (line 21) | def test_rstrip_multiple(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_searchengine.py function setUpModule (line 17) | def setUpModule(): function tearDownModule (line 23) | def tearDownModule(): class Mock (line 30) | class Mock: method __init__ (line 31) | def __init__(self, *args, **kwargs): pass class GetTest (line 33) | class GetTest(unittest.TestCase): method test_get (line 35) | def test_get(self): class GetLineColTest (line 47) | class GetLineColTest(unittest.TestCase): method test_get_line_col (line 49) | def test_get_line_col(self): class GetSelectionTest (line 56) | class GetSelectionTest(unittest.TestCase): method test_get_selection (line 68) | def test_get_selection(self): class ReverseSearchTest (line 90) | class ReverseSearchTest(unittest.TestCase): method test_search_reverse (line 92) | def test_search_reverse(self): class SearchEngineTest (line 103) | class SearchEngineTest(unittest.TestCase): method setUp (line 106) | def setUp(self): method test_is_get (line 111) | def test_is_get(self): method test_setcookedpat (line 139) | def test_setcookedpat(self): method test_getcookedpat (line 147) | def test_getcookedpat(self): method test_getprog (line 163) | def test_getprog(self): method test_report_error (line 182) | def test_report_error(self): class SearchTest (line 199) | class SearchTest(unittest.TestCase): method setUpClass (line 203) | def setUpClass(cls): method test_search (line 223) | def test_search(self): class ForwardBackwardTest (line 259) | class ForwardBackwardTest(unittest.TestCase): method setUpClass (line 266) | def setUpClass(cls): method make_search (line 284) | def make_search(self, func): method test_search_forward (line 291) | def test_search_forward(self): method test_search_backward (line 308) | def test_search_backward(self): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_text.py class TextTest (line 8) | class TextTest(object): method setUp (line 14) | def setUp(self): method test_init (line 17) | def test_init(self): method test_index_empty (line 21) | def test_index_empty(self): method test_index_data (line 31) | def test_index_data(self): method test_get (line 44) | def test_get(self): method test_insert (line 63) | def test_insert(self): method test_no_delete (line 89) | def test_no_delete(self): method test_delete_char (line 114) | def test_delete_char(self): method test_delete_slice (line 138) | def test_delete_slice(self): method test_multiple_lines (line 161) | def test_multiple_lines(self): # insert and delete method test_compare (line 170) | def test_compare(self): class MockTextTest (line 193) | class MockTextTest(TextTest, unittest.TestCase): method setUpClass (line 196) | def setUpClass(cls): method test_decode (line 200) | def test_decode(self): class TkTextTest (line 212) | class TkTextTest(TextTest, unittest.TestCase): method setUpClass (line 215) | def setUpClass(cls): method tearDownClass (line 222) | def tearDownClass(cls): FILE: tests/pythons/win64-py27/Lib/idlelib/idle_test/test_warning.py class RunWarnTest (line 32) | class RunWarnTest(unittest.TestCase): method test_showwarnings (line 35) | def test_showwarnings(self): method test_run_show (line 42) | def test_run_show(self): class ShellWarnTest (line 49) | class ShellWarnTest(unittest.TestCase): method test_showwarnings (line 52) | def test_showwarnings(self): method test_idle_formatter (line 59) | def test_idle_formatter(self): method test_shell_show (line 65) | def test_shell_show(self): FILE: tests/pythons/win64-py27/Lib/ihooks.py class _Verbose (line 73) | class _Verbose: method __init__ (line 75) | def __init__(self, verbose = VERBOSE): method get_verbose (line 78) | def get_verbose(self): method set_verbose (line 81) | def set_verbose(self, verbose): method note (line 86) | def note(self, *args): method message (line 90) | def message(self, format, *args): class BasicModuleLoader (line 97) | class BasicModuleLoader(_Verbose): method find_module (line 114) | def find_module(self, name, path = None): method default_path (line 122) | def default_path(self): method find_module_in_dir (line 125) | def find_module_in_dir(self, name, dir): method find_builtin_module (line 134) | def find_builtin_module(self, name): method load_module (line 142) | def load_module(self, name, stuff): class Hooks (line 150) | class Hooks(_Verbose): method get_suffixes (line 162) | def get_suffixes(self): return imp.get_suffixes() method new_module (line 163) | def new_module(self, name): return imp.new_module(name) method is_builtin (line 164) | def is_builtin(self, name): return imp.is_builtin(name) method init_builtin (line 165) | def init_builtin(self, name): return imp.init_builtin(name) method is_frozen (line 166) | def is_frozen(self, name): return imp.is_frozen(name) method init_frozen (line 167) | def init_frozen(self, name): return imp.init_frozen(name) method get_frozen_object (line 168) | def get_frozen_object(self, name): return imp.get_frozen_object(name) method load_source (line 169) | def load_source(self, name, filename, file=None): method load_compiled (line 171) | def load_compiled(self, name, filename, file=None): method load_dynamic (line 173) | def load_dynamic(self, name, filename, file=None): method load_package (line 175) | def load_package(self, name, filename, file=None): method add_module (line 178) | def add_module(self, name): method modules_dict (line 185) | def modules_dict(self): return sys.modules method default_path (line 186) | def default_path(self): return sys.path method path_split (line 188) | def path_split(self, x): return os.path.split(x) method path_join (line 189) | def path_join(self, x, y): return os.path.join(x, y) method path_isabs (line 190) | def path_isabs(self, x): return os.path.isabs(x) method path_exists (line 193) | def path_exists(self, x): return os.path.exists(x) method path_isdir (line 194) | def path_isdir(self, x): return os.path.isdir(x) method path_isfile (line 195) | def path_isfile(self, x): return os.path.isfile(x) method path_islink (line 196) | def path_islink(self, x): return os.path.islink(x) method openfile (line 199) | def openfile(self, *x): return open(*x) method listdir (line 201) | def listdir(self, x): return os.listdir(x) class ModuleLoader (line 206) | class ModuleLoader(BasicModuleLoader): method __init__ (line 216) | def __init__(self, hooks = None, verbose = VERBOSE): method default_path (line 220) | def default_path(self): method modules_dict (line 223) | def modules_dict(self): method get_hooks (line 226) | def get_hooks(self): method set_hooks (line 229) | def set_hooks(self, hooks): method find_builtin_module (line 232) | def find_builtin_module(self, name): method find_module_in_dir (line 240) | def find_module_in_dir(self, name, dir, allow_packages=1): method load_module (line 261) | def load_module(self, name, stuff): class FancyModuleLoader (line 286) | class FancyModuleLoader(ModuleLoader): method load_module (line 290) | def load_module(self, name, stuff): class BasicModuleImporter (line 337) | class BasicModuleImporter(_Verbose): method __init__ (line 345) | def __init__(self, loader = None, verbose = VERBOSE): method get_loader (line 350) | def get_loader(self): method set_loader (line 353) | def set_loader(self, loader): method get_hooks (line 356) | def get_hooks(self): method set_hooks (line 359) | def set_hooks(self, hooks): method import_module (line 362) | def import_module(self, name, globals={}, locals={}, fromlist=[]): method reload (line 371) | def reload(self, module, path = None): method unload (line 378) | def unload(self, module): method install (line 382) | def install(self): method uninstall (line 392) | def uninstall(self): class ModuleImporter (line 400) | class ModuleImporter(BasicModuleImporter): method import_module (line 404) | def import_module(self, name, globals=None, locals=None, fromlist=None, method determine_parent (line 415) | def determine_parent(self, globals, level=-1): method find_head_package (line 460) | def find_head_package(self, parent, name): method load_tail (line 481) | def load_tail(self, q, tail): method ensure_fromlist (line 493) | def ensure_fromlist(self, m, fromlist, recursive=0): method import_it (line 510) | def import_it(self, partname, fqname, parent, force_load=0): method reload (line 534) | def reload(self, module): function install (line 547) | def install(importer = None): function uninstall (line 552) | def uninstall(): FILE: tests/pythons/win64-py27/Lib/imaplib.py class IMAP4 (line 99) | class IMAP4: class error (line 145) | class error(Exception): pass # Logical errors - debug required class abort (line 146) | class abort(error): pass # Service errors - close and retry class readonly (line 147) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 151) | def __init__(self, host = '', port = IMAP4_PORT): method __getattr__ (line 210) | def __getattr__(self, attr): method open (line 221) | def open(self, host = '', port = IMAP4_PORT): method read (line 233) | def read(self, size): method readline (line 238) | def readline(self): method send (line 243) | def send(self, data): method shutdown (line 248) | def shutdown(self): method socket (line 261) | def socket(self): method recent (line 273) | def recent(self): method response (line 290) | def response(self, code): method append (line 304) | def append(self, mailbox, flags, date_time, message): method authenticate (line 327) | def authenticate(self, mechanism, authobject): method capability (line 356) | def capability(self): method check (line 365) | def check(self): method close (line 373) | def close(self): method copy (line 388) | def copy(self, message_set, new_mailbox): method create (line 396) | def create(self, mailbox): method delete (line 404) | def delete(self, mailbox): method deleteacl (line 411) | def deleteacl(self, mailbox, who): method expunge (line 418) | def expunge(self): method fetch (line 432) | def fetch(self, message_set, message_parts): method getacl (line 447) | def getacl(self, mailbox): method getannotation (line 456) | def getannotation(self, mailbox, entry, attribute): method getquota (line 464) | def getquota(self, root): method getquotaroot (line 475) | def getquotaroot(self, mailbox): method list (line 486) | def list(self, directory='""', pattern='*'): method login (line 498) | def login(self, user, password): method login_cram_md5 (line 512) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 521) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 527) | def logout(self): method lsub (line 543) | def lsub(self, directory='""', pattern='*'): method myrights (line 554) | def myrights(self, mailbox): method namespace (line 562) | def namespace(self): method noop (line 572) | def noop(self): method partial (line 583) | def partial(self, message_num, message_part, start, length): method proxyauth (line 595) | def proxyauth(self, user): method rename (line 608) | def rename(self, oldmailbox, newmailbox): method search (line 616) | def search(self, charset, *criteria): method select (line 631) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 663) | def setacl(self, mailbox, who, what): method setannotation (line 671) | def setannotation(self, *args): method setquota (line 679) | def setquota(self, root, limits): method sort (line 688) | def sort(self, sort_criteria, charset, *search_criteria): method status (line 702) | def status(self, mailbox, names): method store (line 714) | def store(self, message_set, command, flags): method subscribe (line 725) | def subscribe(self, mailbox): method thread (line 733) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 743) | def uid(self, command, *args): method unsubscribe (line 768) | def unsubscribe(self, mailbox): method xatom (line 776) | def xatom(self, name, *args): method _append_untagged (line 798) | def _append_untagged(self, typ, dat): method _check_bye (line 812) | def _check_bye(self): method _command (line 818) | def _command(self, name, *args): method _command_complete (line 892) | def _command_complete(self, name, tag): method _get_response (line 909) | def _get_response(self): method _get_tagged_response (line 985) | def _get_tagged_response(self, tag): method _get_line (line 1007) | def _get_line(self): method _match (line 1026) | def _match(self, cre, s): method _new_tag (line 1038) | def _new_tag(self): method _checkquote (line 1046) | def _checkquote(self, arg): method _quote (line 1060) | def _quote(self, arg): method _simple_command (line 1068) | def _simple_command(self, name, *args): method _untagged_response (line 1073) | def _untagged_response(self, typ, dat, name): method _mesg (line 1088) | def _mesg(self, s, secs=None): method _dump_ur (line 1095) | def _dump_ur(self, dict): method _log (line 1103) | def _log(self, line): method print_log (line 1110) | def print_log(self): class IMAP4_SSL (line 1130) | class IMAP4_SSL(IMAP4): method __init__ (line 1145) | def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, c... method open (line 1151) | def open(self, host = '', port = IMAP4_SSL_PORT): method read (line 1164) | def read(self, size): method readline (line 1169) | def readline(self): method send (line 1174) | def send(self, data): method shutdown (line 1185) | def shutdown(self): method socket (line 1191) | def socket(self): method ssl (line 1199) | def ssl(self): class IMAP4_stream (line 1209) | class IMAP4_stream(IMAP4): method __init__ (line 1221) | def __init__(self, command): method open (line 1226) | def open(self, host = None, port = None): method read (line 1242) | def read(self, size): method readline (line 1247) | def readline(self): method send (line 1252) | def send(self, data): method shutdown (line 1258) | def shutdown(self): class _Authenticator (line 1266) | class _Authenticator: method __init__ (line 1272) | def __init__(self, mechinst): method process (line 1275) | def process(self, data): method encode (line 1281) | def encode(self, inp): method decode (line 1303) | def decode(self, inp): function Internaldate2tuple (line 1313) | def Internaldate2tuple(resp): function Int2AP (line 1358) | def Int2AP(num): function ParseFlags (line 1371) | def ParseFlags(resp): function Time2Internaldate (line 1382) | def Time2Internaldate(date_time): function run (line 1470) | def run(cmd, args): FILE: tests/pythons/win64-py27/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 37) | def test_jpeg(h, f): function test_exif (line 44) | def test_exif(h, f): function test_png (line 51) | def test_png(h, f): function test_gif (line 57) | def test_gif(h, f): function test_tiff (line 64) | def test_tiff(h, f): function test_rgb (line 71) | def test_rgb(h, f): function test_pbm (line 78) | def test_pbm(h, f): function test_pgm (line 86) | def test_pgm(h, f): function test_ppm (line 94) | def test_ppm(h, f): function test_rast (line 102) | def test_rast(h, f): function test_xbm (line 109) | def test_xbm(h, f): function test_bmp (line 117) | def test_bmp(h, f): function test (line 127) | def test(): function testall (line 142) | def testall(list, recursive, toplevel): FILE: tests/pythons/win64-py27/Lib/importlib/__init__.py function _resolve_name (line 6) | def _resolve_name(name, package, level): function import_module (line 20) | def import_module(name, package=None): FILE: tests/pythons/win64-py27/Lib/imputil.py class ImportManager (line 30) | class ImportManager: method install (line 33) | def install(self, namespace=vars(__builtin__)): method uninstall (line 49) | def uninstall(self): method add_suffix (line 53) | def add_suffix(self, suffix, importFunc): method __init__ (line 64) | def __init__(self, fs_imp=None): method _import_hook (line 86) | def _import_hook(self, fqname, globals=None, locals=None, fromlist=None): method _determine_import_context (line 149) | def _determine_import_context(self, globals): method _import_top_module (line 188) | def _import_top_module(self, name): method _reload_hook (line 200) | def _reload_hook(self, module): class Importer (line 217) | class Importer: method import_top (line 220) | def import_top(self, name): method _finish_import (line 228) | def _finish_import(self, top, parts, fromlist): method _import_one (line 263) | def _import_one(self, parent, modname, fqname): method _process_result (line 284) | def _process_result(self, result, fqname): method _load_tail (line 321) | def _load_tail(self, m, parts): method _import_fromlist (line 333) | def _import_fromlist(self, package, fromlist): method _do_import (line 351) | def _do_import(self, parent, parts, fromlist): method get_code (line 370) | def get_code(self, parent, modname, fqname): function _compile (line 415) | def _compile(pathname, timestamp): function _os_bootstrap (line 447) | def _os_bootstrap(): function _os_path_isdir (line 483) | def _os_path_isdir(pathname): function _timestamp (line 491) | def _timestamp(pathname): class BuiltinImporter (line 504) | class BuiltinImporter(Importer): method get_code (line 505) | def get_code(self, parent, modname, fqname): class _FilesystemImporter (line 528) | class _FilesystemImporter(Importer): method __init__ (line 529) | def __init__(self): method add_suffix (line 532) | def add_suffix(self, suffix, importFunc): method import_from_dir (line 536) | def import_from_dir(self, dir, fqname): method get_code (line 542) | def get_code(self, parent, modname, fqname): method _import_pathname (line 556) | def _import_pathname(self, pathname, fqname): function py_suffix_importer (line 582) | def py_suffix_importer(filename, finfo, fqname): class DynLoadSuffixImporter (line 601) | class DynLoadSuffixImporter: method __init__ (line 602) | def __init__(self, desc): method import_file (line 605) | def import_file(self, filename, finfo, fqname): function _print_importers (line 614) | def _print_importers(): function _test_revamp (line 623) | def _test_revamp(): FILE: tests/pythons/win64-py27/Lib/inspect.py function ismodule (line 51) | def ismodule(object): function isclass (line 59) | def isclass(object): function ismethod (line 67) | def ismethod(object): function ismethoddescriptor (line 78) | def ismethoddescriptor(object): function isdatadescriptor (line 98) | def isdatadescriptor(object): function ismemberdescriptor (line 110) | def ismemberdescriptor(object): function ismemberdescriptor (line 118) | def ismemberdescriptor(object): function isgetsetdescriptor (line 127) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 135) | def isgetsetdescriptor(object): function isfunction (line 142) | def isfunction(object): function isgeneratorfunction (line 155) | def isgeneratorfunction(object): function isgenerator (line 164) | def isgenerator(object): function istraceback (line 181) | def istraceback(object): function isframe (line 191) | def isframe(object): function iscode (line 209) | def iscode(object): function isbuiltin (line 227) | def isbuiltin(object): function isroutine (line 236) | def isroutine(object): function isabstract (line 243) | def isabstract(object): function getmembers (line 247) | def getmembers(object, predicate=None): function classify_class_attrs (line 263) | def classify_class_attrs(cls): function _searchbases (line 332) | def _searchbases(cls, accum): function getmro (line 340) | def getmro(cls): function indentsize (line 350) | def indentsize(line): function getdoc (line 355) | def getdoc(object): function cleandoc (line 369) | def cleandoc(doc): function getfile (line 398) | def getfile(object): function getmoduleinfo (line 424) | def getmoduleinfo(path): function getmodulename (line 435) | def getmodulename(path): function getsourcefile (line 440) | def getsourcefile(object): function getabsfile (line 460) | def getabsfile(object, _filename=None): function getmodule (line 472) | def getmodule(object, _filename=None): function findsource (line 518) | def findsource(object): function getcomments (line 585) | def getcomments(object): class EndOfBlock (line 630) | class EndOfBlock(Exception): pass class BlockFinder (line 632) | class BlockFinder: method __init__ (line 634) | def __init__(self): method tokeneater (line 641) | def tokeneater(self, type, token, srow_scol, erow_ecol, line): function getblock (line 673) | def getblock(lines): function getsourcelines (line 682) | def getsourcelines(object): function getsource (line 695) | def getsource(object): function walktree (line 705) | def walktree(classes, children, parent): function getclasstree (line 715) | def getclasstree(classes, unique=0): function getargs (line 744) | def getargs(co): function getargspec (line 804) | def getargspec(func): function getargvalues (line 822) | def getargvalues(frame): function joinseq (line 832) | def joinseq(seq): function strseq (line 838) | def strseq(object, convert, join=joinseq): function formatargspec (line 845) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 871) | def formatargvalues(args, varargs, varkw, locals, function getcallargs (line 895) | def getcallargs(func, *positional, **named): function getframeinfo (line 988) | def getframeinfo(frame, context=1): function getlineno (line 1021) | def getlineno(frame): function getouterframes (line 1026) | def getouterframes(frame, context=1): function getinnerframes (line 1037) | def getinnerframes(tb, context=1): function stack (line 1053) | def stack(context=1): function trace (line 1057) | def trace(context=1): FILE: tests/pythons/win64-py27/Lib/io.py class IOBase (line 69) | class IOBase(_io._IOBase): class RawIOBase (line 72) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 75) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 78) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win64-py27/Lib/json/__init__.py function dump (line 122) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 193) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 257) | def load(fp, encoding=None, cls=None, object_hook=None, parse_float=None, function loads (line 293) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win64-py27/Lib/json/decoder.py function _floatconstants (line 17) | def _floatconstants(): function linecol (line 27) | def linecol(doc, pos): function errmsg (line 36) | def errmsg(msg, doc, pos, end=None): function py_scanstring (line 65) | def py_scanstring(s, end, encoding=None, strict=True, function JSONObject (line 149) | def JSONObject(s_and_end, encoding, strict, scan_once, object_hook, function JSONArray (line 237) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 273) | class JSONDecoder(object): method __init__ (line 303) | def __init__(self, encoding=None, object_hook=None, parse_float=None, method decode (line 360) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 371) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win64-py27/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 70) | class JSONEncoder(object): method __init__ (line 101) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 165) | def default(self, o): method encode (line 186) | def encode(self, o): method iterencode (line 212) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 272) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win64-py27/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win64-py27/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win64-py27/Lib/keyword.py function main (line 53) | def main(): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_tkinter/test_loadtk.py class TkLoadTest (line 9) | class TkLoadTest(unittest.TestCase): method testLoadTk (line 12) | def testLoadTk(self): method testLoadTkFailure (line 19) | def testLoadTkFailure(self): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_tkinter/test_text.py class TextTest (line 8) | class TextTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_search (line 18) | def test_search(self): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_ttk/support.py function get_tk_root (line 3) | def get_tk_root(): function root_deiconify (line 18) | def root_deiconify(): function root_withdraw (line 22) | def root_withdraw(): function simulate_mouse_click (line 27) | def simulate_mouse_click(widget, x, y): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_ttk/test_extensions.py class LabeledScaleTest (line 11) | class LabeledScaleTest(unittest.TestCase): method setUp (line 13) | def setUp(self): method tearDown (line 16) | def tearDown(self): method test_widget_destroy (line 20) | def test_widget_destroy(self): method test_initialization (line 51) | def test_initialization(self): method test_horizontal_range (line 106) | def test_horizontal_range(self): method test_variable_change (line 136) | def test_variable_change(self): method test_resize (line 163) | def test_resize(self): class OptionMenuTest (line 183) | class OptionMenuTest(unittest.TestCase): method setUp (line 185) | def setUp(self): method tearDown (line 189) | def tearDown(self): method test_widget_destroy (line 194) | def test_widget_destroy(self): method test_initialization (line 205) | def test_initialization(self): method test_menu (line 218) | def test_menu(self): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_ttk/test_functions.py class MockTclObj (line 6) | class MockTclObj(object): method __init__ (line 9) | def __init__(self, val): method __str__ (line 12) | def __str__(self): class MockStateSpec (line 16) | class MockStateSpec(object): method __init__ (line 19) | def __init__(self, *args): method __str__ (line 22) | def __str__(self): class InternalFunctionsTest (line 26) | class InternalFunctionsTest(unittest.TestCase): method test_format_optdict (line 28) | def test_format_optdict(self): method test_format_mapdict (line 116) | def test_format_mapdict(self): method test_format_elemcreate (line 157) | def test_format_elemcreate(self): method test_format_layoutlist (line 218) | def test_format_layoutlist(self): method test_script_from_settings (line 273) | def test_script_from_settings(self): method test_dict_from_tcltuple (line 316) | def test_dict_from_tcltuple(self): method test_list_from_statespec (line 338) | def test_list_from_statespec(self): method test_list_from_layouttuple (line 355) | def test_list_from_layouttuple(self): method test_val_or_dict (line 401) | def test_val_or_dict(self): method test_convert_stringval (line 414) | def test_convert_stringval(self): class TclObjsToPyTest (line 427) | class TclObjsToPyTest(unittest.TestCase): method test_unicode (line 429) | def test_unicode(self): method test_multivalues (line 436) | def test_multivalues(self): method test_nosplit (line 450) | def test_nosplit(self): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_ttk/test_style.py class StyleTest (line 10) | class StyleTest(unittest.TestCase): method setUp (line 12) | def setUp(self): method test_configure (line 16) | def test_configure(self): method test_map (line 24) | def test_map(self): method test_lookup (line 32) | def test_lookup(self): method test_layout (line 44) | def test_layout(self): method test_theme_use (line 67) | def test_theme_use(self): FILE: tests/pythons/win64-py27/Lib/lib-tk/test/test_ttk/test_widgets.py class WidgetTest (line 12) | class WidgetTest(unittest.TestCase): method setUp (line 15) | def setUp(self): method tearDown (line 21) | def tearDown(self): method test_identify (line 26) | def test_identify(self): method test_widget_state (line 39) | def test_widget_state(self): class ButtonTest (line 75) | class ButtonTest(unittest.TestCase): method test_invoke (line 77) | def test_invoke(self): class CheckbuttonTest (line 84) | class CheckbuttonTest(unittest.TestCase): method test_invoke (line 86) | def test_invoke(self): class ComboboxTest (line 113) | class ComboboxTest(unittest.TestCase): method setUp (line 115) | def setUp(self): method tearDown (line 119) | def tearDown(self): method _show_drop_down_listbox (line 123) | def _show_drop_down_listbox(self): method test_virtual_event (line 130) | def test_virtual_event(self): method test_postcommand (line 148) | def test_postcommand(self): method test_values (line 164) | def test_values(self): class EntryTest (line 211) | class EntryTest(unittest.TestCase): method setUp (line 213) | def setUp(self): method tearDown (line 217) | def tearDown(self): method test_bbox (line 222) | def test_bbox(self): method test_identify (line 231) | def test_identify(self): method test_validation_options (line 244) | def test_validation_options(self): method test_validation (line 272) | def test_validation(self): method test_revalidation (line 290) | def test_revalidation(self): class PanedwindowTest (line 315) | class PanedwindowTest(unittest.TestCase): method setUp (line 317) | def setUp(self): method tearDown (line 321) | def tearDown(self): method test_add (line 326) | def test_add(self): method test_forget (line 354) | def test_forget(self): method test_insert (line 363) | def test_insert(self): method test_pane (line 398) | def test_pane(self): method test_sashpos (line 413) | def test_sashpos(self): class RadiobuttonTest (line 434) | class RadiobuttonTest(unittest.TestCase): method test_invoke (line 436) | def test_invoke(self): class ScaleTest (line 465) | class ScaleTest(unittest.TestCase): method setUp (line 467) | def setUp(self): method tearDown (line 473) | def tearDown(self): method test_custom_event (line 478) | def test_custom_event(self): method test_get (line 497) | def test_get(self): method test_set (line 510) | def test_set(self): class NotebookTest (line 541) | class NotebookTest(unittest.TestCase): method setUp (line 543) | def setUp(self): method tearDown (line 551) | def tearDown(self): method test_tab_identifiers (line 558) | def test_tab_identifiers(self): method test_add_and_hidden (line 589) | def test_add_and_hidden(self): method test_forget (line 618) | def test_forget(self): method test_index (line 634) | def test_index(self): method test_insert (line 644) | def test_insert(self): method test_select (line 677) | def test_select(self): method test_tab (line 697) | def test_tab(self): method test_tabs (line 711) | def test_tabs(self): method test_traversal (line 720) | def test_traversal(self): class TreeviewTest (line 748) | class TreeviewTest(unittest.TestCase): method setUp (line 750) | def setUp(self): method tearDown (line 754) | def tearDown(self): method test_bbox (line 759) | def test_bbox(self): method test_children (line 789) | def test_children(self): method test_column (line 817) | def test_column(self): method test_delete (line 840) | def test_delete(self): method test_detach_reattach (line 864) | def test_detach_reattach(self): method test_exists (line 906) | def test_exists(self): method test_focus (line 917) | def test_focus(self): method test_heading (line 932) | def test_heading(self): method test_heading_callback (line 950) | def test_heading_callback(self): method test_index (line 984) | def test_index(self): method test_insert_item (line 1015) | def test_insert_item(self): method test_set (line 1076) | def test_set(self): method test_tag_bind (line 1104) | def test_tag_bind(self): method test_tag_configure (line 1138) | def test_tag_configure(self): FILE: tests/pythons/win64-py27/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win64-py27/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 49) | def __init__(self, options, log): method compile_pattern (line 61) | def compile_pattern(self): method set_filename (line 72) | def set_filename(self, filename): method match (line 80) | def match(self, node): method transform (line 92) | def transform(self, node, results): method new_name (line 108) | def new_name(self, template=u"xxx_todo_changeme"): method log_message (line 119) | def log_message(self, message): method cannot_convert (line 125) | def cannot_convert(self, node, reason=None): method warning (line 140) | def warning(self, node, reason): method start_tree (line 150) | def start_tree(self, tree, filename): method finish_tree (line 162) | def finish_tree(self, tree, filename): class ConditionalFix (line 172) | class ConditionalFix(BaseFix): method start_tree (line 178) | def start_tree(self, *args): method should_skip (line 182) | def should_skip(self, node): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_operator.py function invocation (line 17) | def invocation(s): class FixOperator (line 24) | class FixOperator(fixer_base.BaseFix): method transform (line 41) | def transform(self, node, results): method _sequenceIncludes (line 47) | def _sequenceIncludes(self, node, results): method _isCallable (line 51) | def _isCallable(self, node, results): method _repeat (line 57) | def _repeat(self, node, results): method _irepeat (line 61) | def _irepeat(self, node, results): method _isSequenceType (line 65) | def _isSequenceType(self, node, results): method _isMappingType (line 69) | def _isMappingType(self, node, results): method _isNumberType (line 73) | def _isNumberType(self, node, results): method _handle_rename (line 76) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 81) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 87) | def _check_method(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 16) | class FixUnicode(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 130) | def warn(msg): function main (line 134) | def main(fixer_pkg, args=None): FILE: tests/pythons/win64-py27/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win64-py27/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, start, end, line): # for testing function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 241) | def _get_normal_name(orig_enc): function detect_encoding (line 252) | def detect_encoding(readline): function untokenize (line 323) | def untokenize(iterable): function generate_tokens (line 344) | def generate_tokens(readline): FILE: tests/pythons/win64-py27/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win64-py27/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method set_prefix (line 112) | def set_prefix(self, prefix): method get_prefix (line 122) | def get_prefix(self): method replace (line 132) | def replace(self, new): method get_lineno (line 155) | def get_lineno(self): method changed (line 164) | def changed(self): method remove (line 169) | def remove(self): method next_sibling (line 183) | def next_sibling(self): method prev_sibling (line 200) | def prev_sibling(self): method leaves (line 215) | def leaves(self): method depth (line 220) | def depth(self): method get_suffix (line 225) | def get_suffix(self): method __str__ (line 236) | def __str__(self): class Node (line 239) | class Node(Base): method __init__ (line 243) | def __init__(self,type, children, method __repr__ (line 268) | def __repr__(self): method __unicode__ (line 274) | def __unicode__(self): method _eq (line 285) | def _eq(self, other): method clone (line 289) | def clone(self): method post_order (line 294) | def post_order(self): method pre_order (line 301) | def pre_order(self): method _prefix_getter (line 308) | def _prefix_getter(self): method _prefix_setter (line 316) | def _prefix_setter(self, prefix): method set_child (line 322) | def set_child(self, i, child): method insert_child (line 332) | def insert_child(self, i, child): method append_child (line 341) | def append_child(self, child): class Leaf (line 351) | class Leaf(Base): method __init__ (line 360) | def __init__(self, type, value, method __repr__ (line 379) | def __repr__(self): method __unicode__ (line 385) | def __unicode__(self): method _eq (line 396) | def _eq(self, other): method clone (line 400) | def clone(self): method leaves (line 406) | def leaves(self): method post_order (line 409) | def post_order(self): method pre_order (line 413) | def pre_order(self): method _prefix_getter (line 417) | def _prefix_getter(self): method _prefix_setter (line 423) | def _prefix_setter(self, prefix): function convert (line 429) | def convert(gr, raw_node): class BasePattern (line 448) | class BasePattern(object): method __new__ (line 469) | def __new__(cls, *args, **kwds): method __repr__ (line 474) | def __repr__(self): method optimize (line 480) | def optimize(self): method match (line 488) | def match(self, node, results=None): method match_seq (line 513) | def match_seq(self, nodes, results=None): method generate_matches (line 523) | def generate_matches(self, nodes): class LeafPattern (line 534) | class LeafPattern(BasePattern): method __init__ (line 536) | def __init__(self, type=None, content=None, name=None): method match (line 556) | def match(self, node, results=None): method _submatch (line 562) | def _submatch(self, node, results=None): class NodePattern (line 578) | class NodePattern(BasePattern): method __init__ (line 582) | def __init__(self, type=None, content=None, name=None): method _submatch (line 611) | def _submatch(self, node, results=None): class WildcardPattern (line 639) | class WildcardPattern(BasePattern): method __init__ (line 653) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 688) | def optimize(self): method match (line 707) | def match(self, node, results=None): method match_seq (line 711) | def match_seq(self, nodes, results=None): method generate_matches (line 722) | def generate_matches(self, nodes): method _iterative_matches (line 767) | def _iterative_matches(self, nodes): method _bare_name_matches (line 796) | def _bare_name_matches(self, nodes): method _recursive_matches (line 812) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 827) | class NegatedPattern(BasePattern): method __init__ (line 829) | def __init__(self, content=None): method match (line 842) | def match(self, node): method match_seq (line 846) | def match_seq(self, nodes): method generate_matches (line 850) | def generate_matches(self, nodes): function generate_matches (line 862) | def generate_matches(patterns, nodes): FILE: tests/pythons/win64-py27/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/bad_order.py class FixBadOrder (line 3) | class FixBadOrder(BaseFix): FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py class FixExplicit (line 3) | class FixExplicit(BaseFix): method match (line 6) | def match(self): return False FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py class FixFirst (line 3) | class FixFirst(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py class FixLast (line 3) | class FixLast(BaseFix): method match (line 7) | def match(self, node): return False FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py class FixParrot (line 4) | class FixParrot(BaseFix): method transform (line 11) | def transform(self, node, results): FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py class FixPreorder (line 3) | class FixPreorder(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win64-py27/Lib/lib2to3/tests/data/fixers/parrot_example.py function parrot (line 1) | def parrot(): FILE: tests/pythons/win64-py27/Lib/linecache.py function getline (line 13) | def getline(filename, lineno, module_globals=None): function clearcache (line 26) | def clearcache(): function getlines (line 33) | def getlines(filename, module_globals=None): function checkcache (line 43) | def checkcache(filename=None): function updatecache (line 68) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win64-py27/Lib/locale.py class _unicode (line 26) | class _unicode(object): function localeconv (line 59) | def localeconv(): function setlocale (line 83) | def setlocale(category, value=None): function strcoll (line 91) | def strcoll(a,b): function strxfrm (line 97) | def strxfrm(s): function localeconv (line 111) | def localeconv(): function _grouping_intervals (line 124) | def _grouping_intervals(grouping): function _group (line 140) | def _group(s, monetary=False): function _strip_padding (line 171) | def _strip_padding(s, amount): function format (line 185) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 198) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 222) | def format_string(f, val, grouping=False): function currency (line 256) | def currency(val, symbol=True, grouping=False, international=False): function str (line 301) | def str(val): function atof (line 305) | def atof(string, func=float): function atoi (line 318) | def atoi(str): function _test (line 322) | def _test(): function normalize (line 347) | def normalize(localename): function _parse_localename (line 415) | def _parse_localename(localename): function _build_localename (line 445) | def _build_localename(localetuple): function getdefaultlocale (line 461) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 514) | def getlocale(category=LC_CTYPE): function setlocale (line 532) | def setlocale(category, locale=None): function resetlocale (line 549) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 561) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 571) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 576) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1810) | def _print_locale(): FILE: tests/pythons/win64-py27/Lib/logging/__init__.py function currentframe (line 74) | def currentframe(): function getLevelName (line 153) | def getLevelName(level): function addLevelName (line 169) | def addLevelName(level, levelName): function _checkLevel (line 182) | def _checkLevel(level): function _acquireLock (line 210) | def _acquireLock(): function _releaseLock (line 219) | def _releaseLock(): class LogRecord (line 230) | class LogRecord(object): method __init__ (line 242) | def __init__(self, name, level, pathname, lineno, method __str__ (line 307) | def __str__(self): method getMessage (line 311) | def getMessage(self): function makeLogRecord (line 331) | def makeLogRecord(dict): class Formatter (line 346) | class Formatter(object): method __init__ (line 390) | def __init__(self, fmt=None, datefmt=None): method formatTime (line 404) | def formatTime(self, record, datefmt=None): method formatException (line 430) | def formatException(self, ei): method usesTime (line 445) | def usesTime(self): method format (line 451) | def format(self, record): class BufferingFormatter (line 494) | class BufferingFormatter(object): method __init__ (line 498) | def __init__(self, linefmt=None): method formatHeader (line 508) | def formatHeader(self, records): method formatFooter (line 514) | def formatFooter(self, records): method format (line 520) | def format(self, records): class Filter (line 536) | class Filter(object): method __init__ (line 547) | def __init__(self, name=''): method filter (line 558) | def filter(self, record): class Filterer (line 573) | class Filterer(object): method __init__ (line 578) | def __init__(self): method addFilter (line 584) | def addFilter(self, filter): method removeFilter (line 591) | def removeFilter(self, filter): method filter (line 598) | def filter(self, record): function _removeHandlerRef (line 620) | def _removeHandlerRef(wr): function _addHandlerRef (line 636) | def _addHandlerRef(handler): class Handler (line 646) | class Handler(Filterer): method __init__ (line 655) | def __init__(self, level=NOTSET): method get_name (line 668) | def get_name(self): method set_name (line 671) | def set_name(self, name): method createLock (line 684) | def createLock(self): method acquire (line 693) | def acquire(self): method release (line 700) | def release(self): method setLevel (line 707) | def setLevel(self, level): method format (line 713) | def format(self, record): method emit (line 726) | def emit(self, record): method handle (line 736) | def handle(self, record): method setFormatter (line 754) | def setFormatter(self, fmt): method flush (line 760) | def flush(self): method close (line 769) | def close(self): method handleError (line 786) | def handleError(self, record): class StreamHandler (line 810) | class StreamHandler(Handler): method __init__ (line 817) | def __init__(self, stream=None): method flush (line 828) | def flush(self): method emit (line 839) | def emit(self, record): class FileHandler (line 881) | class FileHandler(StreamHandler): method __init__ (line 885) | def __init__(self, filename, mode='a', encoding=None, delay=0): method close (line 905) | def close(self): method _open (line 920) | def _open(self): method emit (line 931) | def emit(self, record): class PlaceHolder (line 946) | class PlaceHolder(object): method __init__ (line 952) | def __init__(self, alogger): method append (line 959) | def append(self, alogger): function setLoggerClass (line 973) | def setLoggerClass(klass): function getLoggerClass (line 986) | def getLoggerClass(): class Manager (line 993) | class Manager(object): method __init__ (line 998) | def __init__(self, rootnode): method getLogger (line 1008) | def getLogger(self, name): method setLoggerClass (line 1044) | def setLoggerClass(self, klass): method _fixupParents (line 1054) | def _fixupParents(self, alogger): method _fixupChildren (line 1078) | def _fixupChildren(self, ph, alogger): class Logger (line 1095) | class Logger(Filterer): method __init__ (line 1110) | def __init__(self, name, level=NOTSET): method setLevel (line 1122) | def setLevel(self, level): method debug (line 1128) | def debug(self, msg, *args, **kwargs): method info (line 1140) | def info(self, msg, *args, **kwargs): method warning (line 1152) | def warning(self, msg, *args, **kwargs): method error (line 1166) | def error(self, msg, *args, **kwargs): method exception (line 1178) | def exception(self, msg, *args, **kwargs): method critical (line 1185) | def critical(self, msg, *args, **kwargs): method log (line 1199) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1216) | def findCaller(self): method makeRecord (line 1237) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, func=N... method _log (line 1250) | def _log(self, level, msg, args, exc_info=None, extra=None): method handle (line 1271) | def handle(self, record): method addHandler (line 1281) | def addHandler(self, hdlr): method removeHandler (line 1292) | def removeHandler(self, hdlr): method callHandlers (line 1303) | def callHandlers(self, record): method getEffectiveLevel (line 1329) | def getEffectiveLevel(self): method isEnabledFor (line 1343) | def isEnabledFor(self, level): method getChild (line 1351) | def getChild(self, suffix): class RootLogger (line 1370) | class RootLogger(Logger): method __init__ (line 1376) | def __init__(self, level): class LoggerAdapter (line 1384) | class LoggerAdapter(object): method __init__ (line 1390) | def __init__(self, logger, extra): method process (line 1404) | def process(self, msg, kwargs): method debug (line 1417) | def debug(self, msg, *args, **kwargs): method info (line 1425) | def info(self, msg, *args, **kwargs): method warning (line 1433) | def warning(self, msg, *args, **kwargs): method error (line 1441) | def error(self, msg, *args, **kwargs): method exception (line 1449) | def exception(self, msg, *args, **kwargs): method critical (line 1458) | def critical(self, msg, *args, **kwargs): method log (line 1466) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1474) | def isEnabledFor(self, level): function basicConfig (line 1490) | def basicConfig(**kwargs): function getLogger (line 1550) | def getLogger(name=None): function critical (line 1570) | def critical(msg, *args, **kwargs): function error (line 1580) | def error(msg, *args, **kwargs): function exception (line 1588) | def exception(msg, *args, **kwargs): function warning (line 1596) | def warning(msg, *args, **kwargs): function info (line 1606) | def info(msg, *args, **kwargs): function debug (line 1614) | def debug(msg, *args, **kwargs): function log (line 1622) | def log(level, msg, *args, **kwargs): function disable (line 1630) | def disable(level): function shutdown (line 1636) | def shutdown(handlerList=_handlerList): class NullHandler (line 1672) | class NullHandler(Handler): method handle (line 1682) | def handle(self, record): method emit (line 1685) | def emit(self, record): method createLock (line 1688) | def createLock(self): function _showwarning (line 1695) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1713) | def captureWarnings(capture): FILE: tests/pythons/win64-py27/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _encoded (line 101) | def _encoded(s): function _create_formatters (line 104) | def _create_formatters(cp): function _install_handlers (line 133) | def _install_handlers(cp, formatters): function _install_loggers (line 176) | def _install_loggers(cp, handlers, disable_existing_loggers): function valid_ident (line 271) | def valid_ident(s): class ConvertingDict (line 287) | class ConvertingDict(dict): method __getitem__ (line 290) | def __getitem__(self, key): method get (line 302) | def get(self, key, default=None): method pop (line 314) | def pop(self, key, default=None): class ConvertingList (line 324) | class ConvertingList(list): method __getitem__ (line 326) | def __getitem__(self, key): method pop (line 338) | def pop(self, idx=-1): class ConvertingTuple (line 347) | class ConvertingTuple(tuple): method __getitem__ (line 349) | def __getitem__(self, key): class BaseConfigurator (line 359) | class BaseConfigurator(object): method __init__ (line 379) | def __init__(self, config): method resolve (line 389) | def resolve(self, s): method ext_convert (line 412) | def ext_convert(self, value): method cfg_convert (line 416) | def cfg_convert(self, value): method convert (line 450) | def convert(self, value): method configure_custom (line 478) | def configure_custom(self, config): method as_tuple (line 492) | def as_tuple(self, value): class DictConfigurator (line 498) | class DictConfigurator(BaseConfigurator): method configure (line 504) | def configure(self): method configure_formatter (line 663) | def configure_formatter(self, config): method configure_filter (line 685) | def configure_filter(self, config): method add_filters (line 694) | def add_filters(self, filterer, filters): method configure_handler (line 702) | def configure_handler(self, config): method add_handlers (line 760) | def add_handlers(self, logger, handlers): method common_logger_config (line 768) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 786) | def configure_logger(self, name, config, incremental=False): method configure_root (line 794) | def configure_root(self, config, incremental=False): function dictConfig (line 801) | def dictConfig(config): function listen (line 806) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 921) | def stopListening(): FILE: tests/pythons/win64-py27/Lib/logging/handlers.py class BaseRotatingHandler (line 52) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 58) | def __init__(self, filename, mode, encoding=None, delay=0): method emit (line 68) | def emit(self, record): class RotatingFileHandler (line 84) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 89) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 121) | def doRollover(self): method shouldRollover (line 146) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 162) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 170) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 223) | def computeRollover(self, currentTime): method shouldRollover (line 283) | def shouldRollover(self, record): method getFilesToDelete (line 296) | def getFilesToDelete(self): method doRollover (line 319) | def doRollover(self): class WatchedFileHandler (line 370) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 390) | def __init__(self, filename, mode='a', encoding=None, delay=0): method _statstream (line 395) | def _statstream(self): method emit (line 400) | def emit(self, record): class SocketHandler (line 431) | class SocketHandler(logging.Handler): method __init__ (line 444) | def __init__(self, host, port): method makeSocket (line 465) | def makeSocket(self, timeout=1): method createSocket (line 476) | def createSocket(self): method send (line 504) | def send(self, s): method makePickle (line 531) | def makePickle(self, record): method handleError (line 553) | def handleError(self, record): method emit (line 567) | def emit(self, record): method close (line 584) | def close(self): class DatagramHandler (line 597) | class DatagramHandler(SocketHandler): method __init__ (line 608) | def __init__(self, host, port): method makeSocket (line 615) | def makeSocket(self): method send (line 623) | def send(self, s): class SysLogHandler (line 635) | class SysLogHandler(logging.Handler): method __init__ (line 738) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 770) | def _connect_unixsocket(self, address): method encodePriority (line 800) | def encodePriority(self, facility, priority): method close (line 813) | def close (self): method mapPriority (line 825) | def mapPriority(self, levelName): method emit (line 835) | def emit(self, record): class SMTPHandler (line 870) | class SMTPHandler(logging.Handler): method __init__ (line 874) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 907) | def getSubject(self, record): method emit (line 916) | def emit(self, record): class NTEventLogHandler (line 948) | class NTEventLogHandler(logging.Handler): method __init__ (line 958) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 984) | def getMessageID(self, record): method getEventCategory (line 994) | def getEventCategory(self, record): method getEventType (line 1003) | def getEventType(self, record): method emit (line 1016) | def emit(self, record): method close (line 1035) | def close(self): class HTTPHandler (line 1048) | class HTTPHandler(logging.Handler): method __init__ (line 1053) | def __init__(self, host, url, method="GET"): method mapLogRecord (line 1066) | def mapLogRecord(self, record): method emit (line 1074) | def emit(self, record): class BufferingHandler (line 1110) | class BufferingHandler(logging.Handler): method __init__ (line 1116) | def __init__(self, capacity): method shouldFlush (line 1124) | def shouldFlush(self, record): method emit (line 1133) | def emit(self, record): method flush (line 1144) | def flush(self): method close (line 1156) | def close(self): class MemoryHandler (line 1165) | class MemoryHandler(BufferingHandler): method __init__ (line 1171) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1183) | def shouldFlush(self, record): method setTarget (line 1190) | def setTarget(self, target): method flush (line 1196) | def flush(self): method close (line 1211) | def close(self): FILE: tests/pythons/win64-py27/Lib/macpath.py function normcase (line 28) | def normcase(path): function isabs (line 32) | def isabs(s): function join (line 42) | def join(s, *p): function split (line 58) | def split(s): function splitext (line 73) | def splitext(p): function splitdrive (line 77) | def splitdrive(p): function dirname (line 89) | def dirname(s): return split(s)[0] function basename (line 90) | def basename(s): return split(s)[1] function ismount (line 92) | def ismount(s): function islink (line 98) | def islink(s): function lexists (line 110) | def lexists(path): function expandvars (line 119) | def expandvars(path): function expanduser (line 124) | def expanduser(path): class norm_error (line 128) | class norm_error(Exception): function normpath (line 131) | def normpath(s): function walk (line 159) | def walk(top, func, arg): function abspath (line 186) | def abspath(path): function realpath (line 197) | def realpath(path): FILE: tests/pythons/win64-py27/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): FILE: tests/pythons/win64-py27/Lib/mailbox.py class Mailbox (line 42) | class Mailbox: method __init__ (line 45) | def __init__(self, path, factory=None, create=True): method add (line 50) | def add(self, message): method remove (line 54) | def remove(self, key): method __delitem__ (line 58) | def __delitem__(self, key): method discard (line 61) | def discard(self, key): method __setitem__ (line 68) | def __setitem__(self, key, message): method get (line 72) | def get(self, key, default=None): method __getitem__ (line 79) | def __getitem__(self, key): method get_message (line 86) | def get_message(self, key): method get_string (line 90) | def get_string(self, key): method get_file (line 94) | def get_file(self, key): method iterkeys (line 98) | def iterkeys(self): method keys (line 102) | def keys(self): method itervalues (line 106) | def itervalues(self): method __iter__ (line 115) | def __iter__(self): method values (line 118) | def values(self): method iteritems (line 122) | def iteritems(self): method items (line 131) | def items(self): method has_key (line 135) | def has_key(self, key): method __contains__ (line 139) | def __contains__(self, key): method __len__ (line 142) | def __len__(self): method clear (line 146) | def clear(self): method pop (line 151) | def pop(self, key, default=None): method popitem (line 160) | def popitem(self): method update (line 167) | def update(self, arg=None): method flush (line 184) | def flush(self): method lock (line 188) | def lock(self): method unlock (line 192) | def unlock(self): method close (line 196) | def close(self): method _dump_message (line 203) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 244) | class Maildir(Mailbox): method __init__ (line 249) | def __init__(self, dirname, factory=rfc822.Message, create=True): method add (line 269) | def add(self, message): method remove (line 310) | def remove(self, key): method discard (line 314) | def discard(self, key): method __setitem__ (line 325) | def __setitem__(self, key, message): method get_message (line 352) | def get_message(self, key): method get_string (line 370) | def get_string(self, key): method get_file (line 378) | def get_file(self, key): method iterkeys (line 383) | def iterkeys(self): method has_key (line 393) | def has_key(self, key): method __len__ (line 398) | def __len__(self): method flush (line 403) | def flush(self): method lock (line 409) | def lock(self): method unlock (line 413) | def unlock(self): method close (line 417) | def close(self): method list_folders (line 421) | def list_folders(self): method get_folder (line 430) | def get_folder(self, folder): method add_folder (line 436) | def add_folder(self, folder): method remove_folder (line 446) | def remove_folder(self, folder): method clean (line 465) | def clean(self): method _create_tmp (line 475) | def _create_tmp(self): method _refresh (line 503) | def _refresh(self): method _lookup (line 539) | def _lookup(self, key): method next (line 553) | def next(self): class _singlefileMailbox (line 566) | class _singlefileMailbox(Mailbox): method __init__ (line 569) | def __init__(self, path, factory=None, create=True): method add (line 592) | def add(self, message): method remove (line 602) | def remove(self, key): method __setitem__ (line 608) | def __setitem__(self, key, message): method iterkeys (line 614) | def iterkeys(self): method has_key (line 620) | def has_key(self, key): method __len__ (line 625) | def __len__(self): method lock (line 630) | def lock(self): method unlock (line 636) | def unlock(self): method flush (line 642) | def flush(self): method _pre_mailbox_hook (line 710) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 714) | def _pre_message_hook(self, f): method _post_message_hook (line 718) | def _post_message_hook(self, f): method close (line 722) | def close(self): method _lookup (line 729) | def _lookup(self, key=None): method _append_message (line 739) | def _append_message(self, message): class _mboxMMDF (line 762) | class _mboxMMDF(_singlefileMailbox): method get_message (line 767) | def get_message(self, key): method get_string (line 777) | def get_string(self, key, from_=False): method get_file (line 786) | def get_file(self, key, from_=False): method _install_message (line 794) | def _install_message(self, message): class mbox (line 818) | class mbox(_mboxMMDF): method __init__ (line 827) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 832) | def _post_message_hook(self, f): method _generate_toc (line 836) | def _generate_toc(self): class MMDF (line 870) | class MMDF(_mboxMMDF): method __init__ (line 873) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 878) | def _pre_message_hook(self, f): method _post_message_hook (line 882) | def _post_message_hook(self, f): method _generate_toc (line 886) | def _generate_toc(self): class MH (line 915) | class MH(Mailbox): method __init__ (line 918) | def __init__(self, path, factory=None, create=True): method add (line 930) | def add(self, message): method remove (line 964) | def remove(self, key): method __setitem__ (line 978) | def __setitem__(self, key, message): method get_message (line 1002) | def get_message(self, key): method get_string (line 1029) | def get_string(self, key): method get_file (line 1052) | def get_file(self, key): method iterkeys (line 1063) | def iterkeys(self): method has_key (line 1068) | def has_key(self, key): method __len__ (line 1072) | def __len__(self): method lock (line 1076) | def lock(self): method unlock (line 1083) | def unlock(self): method flush (line 1091) | def flush(self): method close (line 1095) | def close(self): method list_folders (line 1100) | def list_folders(self): method get_folder (line 1108) | def get_folder(self, folder): method add_folder (line 1113) | def add_folder(self, folder): method remove_folder (line 1118) | def remove_folder(self, folder): method get_sequences (line 1130) | def get_sequences(self): method set_sequences (line 1157) | def set_sequences(self, sequences): method pack (line 1186) | def pack(self): method _dump_sequences (line 1211) | def _dump_sequences(self, message, key): class Babyl (line 1226) | class Babyl(_singlefileMailbox): method __init__ (line 1232) | def __init__(self, path, factory=None, create=True): method add (line 1237) | def add(self, message): method remove (line 1244) | def remove(self, key): method __setitem__ (line 1250) | def __setitem__(self, key, message): method get_message (line 1256) | def get_message(self, key): method get_string (line 1281) | def get_string(self, key): method get_file (line 1300) | def get_file(self, key): method get_labels (line 1305) | def get_labels(self): method _generate_toc (line 1314) | def _generate_toc(self): method _pre_mailbox_hook (line 1344) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1350) | def _pre_message_hook(self, f): method _post_message_hook (line 1354) | def _post_message_hook(self, f): method _install_message (line 1358) | def _install_message(self, message): class Message (line 1447) | class Message(email.message.Message): method __init__ (line 1450) | def __init__(self, message=None): method _become_message (line 1465) | def _become_message(self, message): method _explain_to (line 1471) | def _explain_to(self, message): class MaildirMessage (line 1479) | class MaildirMessage(Message): method __init__ (line 1482) | def __init__(self, message=None): method get_subdir (line 1489) | def get_subdir(self): method set_subdir (line 1493) | def set_subdir(self, subdir): method get_flags (line 1500) | def get_flags(self): method set_flags (line 1507) | def set_flags(self, flags): method add_flag (line 1511) | def add_flag(self, flag): method remove_flag (line 1515) | def remove_flag(self, flag): method get_date (line 1520) | def get_date(self): method set_date (line 1524) | def set_date(self, date): method get_info (line 1531) | def get_info(self): method set_info (line 1535) | def set_info(self, info): method _explain_to (line 1542) | def _explain_to(self, message): class _mboxMMDFMessage (line 1586) | class _mboxMMDFMessage(Message): method __init__ (line 1589) | def __init__(self, message=None): method get_from (line 1598) | def get_from(self): method set_from (line 1602) | def set_from(self, from_, time_=None): method get_flags (line 1610) | def get_flags(self): method set_flags (line 1614) | def set_flags(self, flags): method add_flag (line 1636) | def add_flag(self, flag): method remove_flag (line 1640) | def remove_flag(self, flag): method _explain_to (line 1645) | def _explain_to(self, message): class mboxMessage (line 1697) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1701) | class MHMessage(Message): method __init__ (line 1704) | def __init__(self, message=None): method get_sequences (line 1709) | def get_sequences(self): method set_sequences (line 1713) | def set_sequences(self, sequences): method add_sequence (line 1717) | def add_sequence(self, sequence): method remove_sequence (line 1725) | def remove_sequence(self, sequence): method _explain_to (line 1732) | def _explain_to(self, message): class BabylMessage (line 1771) | class BabylMessage(Message): method __init__ (line 1774) | def __init__(self, message=None): method get_labels (line 1780) | def get_labels(self): method set_labels (line 1784) | def set_labels(self, labels): method add_label (line 1788) | def add_label(self, label): method remove_label (line 1796) | def remove_label(self, label): method get_visible (line 1803) | def get_visible(self): method set_visible (line 1807) | def set_visible(self, visible): method update_visible (line 1811) | def update_visible(self): method _explain_to (line 1822) | def _explain_to(self, message): class MMDFMessage (line 1864) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1868) | class _ProxyFile: method __init__ (line 1871) | def __init__(self, f, pos=None): method read (line 1879) | def read(self, size=None): method readline (line 1883) | def readline(self, size=None): method readlines (line 1887) | def readlines(self, sizehint=None): method __iter__ (line 1898) | def __iter__(self): method tell (line 1902) | def tell(self): method seek (line 1906) | def seek(self, offset, whence=0): method close (line 1913) | def close(self): method _read (line 1920) | def _read(self, size, read_method): class _PartialFile (line 1930) | class _PartialFile(_ProxyFile): method __init__ (line 1933) | def __init__(self, f, start=None, stop=None): method tell (line 1939) | def tell(self): method seek (line 1943) | def seek(self, offset, whence=0): method _read (line 1953) | def _read(self, size, read_method): method close (line 1962) | def close(self): function _lock_file (line 1969) | def _lock_file(f, dotlock=True): function _unlock_file (line 2014) | def _unlock_file(f): function _create_carefully (line 2021) | def _create_carefully(path): function _create_temporary (line 2029) | def _create_temporary(path): function _sync_flush (line 2035) | def _sync_flush(f): function _sync_close (line 2041) | def _sync_close(f): class _Mailbox (line 2051) | class _Mailbox: method __init__ (line 2053) | def __init__(self, fp, factory=rfc822.Message): method __iter__ (line 2058) | def __iter__(self): method next (line 2061) | def next(self): class UnixMailbox (line 2077) | class UnixMailbox(_Mailbox): method _search_start (line 2079) | def _search_start(self): method _search_end (line 2089) | def _search_end(self): method _strict_isrealfromline (line 2131) | def _strict_isrealfromline(self, line): method _portable_isrealfromline (line 2137) | def _portable_isrealfromline(self, line): class PortableUnixMailbox (line 2143) | class PortableUnixMailbox(UnixMailbox): class MmdfMailbox (line 2147) | class MmdfMailbox(_Mailbox): method _search_start (line 2149) | def _search_start(self): method _search_end (line 2157) | def _search_end(self): class MHMailbox (line 2168) | class MHMailbox: method __init__ (line 2170) | def __init__(self, dirname, factory=rfc822.Message): method __iter__ (line 2186) | def __iter__(self): method next (line 2189) | def next(self): class BabylMailbox (line 2202) | class BabylMailbox(_Mailbox): method _search_start (line 2204) | def _search_start(self): method _search_end (line 2212) | def _search_end(self): class Error (line 2225) | class Error(Exception): class NoSuchMailboxError (line 2228) | class NoSuchMailboxError(Error): class NotEmptyError (line 2231) | class NotEmptyError(Error): class ExternalClashError (line 2234) | class ExternalClashError(Error): class FormatError (line 2237) | class FormatError(Error): FILE: tests/pythons/win64-py27/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win64-py27/Lib/markupbase.py class ParserBase (line 24) | class ParserBase: method __init__ (line 28) | def __init__(self): method error (line 33) | def error(self, message): method reset (line 37) | def reset(self): method getpos (line 41) | def getpos(self): method updatepos (line 49) | def updatepos(self, i, j): method parse_declaration (line 65) | def parse_declaration(self, i): method parse_marked_section (line 147) | def parse_marked_section(self, i, report=1): method parse_comment (line 169) | def parse_comment(self, i, report=1): method _parse_doctype_subset (line 183) | def _parse_doctype_subset(self, i, declstartpos): method _parse_doctype_element (line 250) | def _parse_doctype_element(self, i, declstartpos): method _parse_doctype_attlist (line 261) | def _parse_doctype_attlist(self, i, declstartpos): method _parse_doctype_notation (line 318) | def _parse_doctype_notation(self, i, declstartpos): method _parse_doctype_entity (line 341) | def _parse_doctype_entity(self, i, declstartpos): method _scan_name (line 377) | def _scan_name(self, i, declstartpos): method unknown_decl (line 395) | def unknown_decl(self, data): FILE: tests/pythons/win64-py27/Lib/mhlib.py class Error (line 91) | class Error(Exception): class MH (line 95) | class MH: method __init__ (line 102) | def __init__(self, path = None, profile = None): method __repr__ (line 114) | def __repr__(self): method error (line 118) | def error(self, msg, *args): method getprofile (line 122) | def getprofile(self, key): method getpath (line 126) | def getpath(self): method getcontext (line 130) | def getcontext(self): method setcontext (line 137) | def setcontext(self, context): method listfolders (line 144) | def listfolders(self): method listsubfolders (line 155) | def listsubfolders(self, name): method listallfolders (line 179) | def listallfolders(self): method listallsubfolders (line 183) | def listallsubfolders(self, name): method openfolder (line 211) | def openfolder(self, name): method makefolder (line 215) | def makefolder(self, name): method deletefolder (line 224) | def deletefolder(self, name): function isnumeric (line 239) | def isnumeric(str): class Folder (line 242) | class Folder: method __init__ (line 245) | def __init__(self, mh, name): method __repr__ (line 252) | def __repr__(self): method error (line 256) | def error(self, *args): method getfullname (line 260) | def getfullname(self): method getsequencesfilename (line 264) | def getsequencesfilename(self): method getmessagefilename (line 268) | def getmessagefilename(self, n): method listsubfolders (line 272) | def listsubfolders(self): method listallsubfolders (line 276) | def listallsubfolders(self): method listmessages (line 280) | def listmessages(self): method getsequences (line 297) | def getsequences(self): method putsequences (line 317) | def putsequences(self, sequences): method getcurrent (line 334) | def getcurrent(self): method setcurrent (line 342) | def setcurrent(self, n): method parsesequence (line 346) | def parsesequence(self, seq): method _parseindex (line 430) | def _parseindex(self, seq, all): method openmessage (line 461) | def openmessage(self, n): method removemessages (line 465) | def removemessages(self, list): method refilemessages (line 490) | def refilemessages(self, list, tofolder, keepsequences=0): method _copysequences (line 525) | def _copysequences(self, fromfolder, refileditems): method movemessage (line 546) | def movemessage(self, n, tofolder, ton): method copymessage (line 578) | def copymessage(self, n, tofolder, ton): method createmessage (line 604) | def createmessage(self, n, txt): method removefromallsequences (line 630) | def removefromallsequences(self, list): method getlast (line 649) | def getlast(self): method setlast (line 655) | def setlast(self, last): class Message (line 663) | class Message(mimetools.Message): method __init__ (line 665) | def __init__(self, f, n, fp = None): method __repr__ (line 674) | def __repr__(self): method getheadertext (line 678) | def getheadertext(self, pred = None): method getbodytext (line 695) | def getbodytext(self, decode = 1): method getbodyparts (line 712) | def getbodyparts(self): method getbody (line 732) | def getbody(self): class SubMessage (line 740) | class SubMessage(Message): method __init__ (line 742) | def __init__(self, f, n, fp): method __repr__ (line 752) | def __repr__(self): method getbodytext (line 757) | def getbodytext(self, decode = 1): method getbodyparts (line 763) | def getbodyparts(self): method getbody (line 767) | def getbody(self): class IntSet (line 771) | class IntSet: method __init__ (line 794) | def __init__(self, data = None, sep = ',', rng = '-'): method reset (line 800) | def reset(self): method __cmp__ (line 803) | def __cmp__(self, other): method __hash__ (line 806) | def __hash__(self): method __repr__ (line 809) | def __repr__(self): method normalize (line 812) | def normalize(self): method tostring (line 823) | def tostring(self): method tolist (line 832) | def tolist(self): method fromlist (line 839) | def fromlist(self, list): method clone (line 843) | def clone(self): method min (line 848) | def min(self): method max (line 851) | def max(self): method contains (line 854) | def contains(self, x): method append (line 859) | def append(self, x): method addpair (line 884) | def addpair(self, xlo, xhi): method fromstring (line 889) | def fromstring(self, data): function pickline (line 908) | def pickline(file, key, casefold = 1): function updateline (line 928) | def updateline(file, key, value, casefold = 1): function test (line 962) | def test(): FILE: tests/pythons/win64-py27/Lib/mimetools.py class Message (line 20) | class Message(rfc822.Message): method __init__ (line 24) | def __init__(self, fp, seekable = 1): method parsetype (line 33) | def parsetype(self): method parseplist (line 50) | def parseplist(self): method getplist (line 68) | def getplist(self): method getparam (line 71) | def getparam(self, name): method getparamnames (line 79) | def getparamnames(self): method getencoding (line 87) | def getencoding(self): method gettype (line 92) | def gettype(self): method getmaintype (line 95) | def getmaintype(self): method getsubtype (line 98) | def getsubtype(self): function _get_next_counter (line 115) | def _get_next_counter(): function choose_boundary (line 125) | def choose_boundary(): function decode (line 157) | def decode(input, output, encoding): function encode (line 176) | def encode(input, output, encoding): function pipeto (line 224) | def pipeto(input, command): function pipethrough (line 229) | def pipethrough(input, command, output): function copyliteral (line 239) | def copyliteral(input, output): function copybinary (line 245) | def copybinary(input, output): FILE: tests/pythons/win64-py27/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 278) | def guess_type(url, strict=True): function guess_all_extensions (line 301) | def guess_all_extensions(type, strict=True): function guess_extension (line 318) | def guess_extension(type, strict=True): function add_type (line 334) | def add_type(type, ext, strict=True): function init (line 351) | def init(files=None): function read_mime_types (line 371) | def read_mime_types(file): function _default_mime_types (line 381) | def _default_mime_types(): function usage (line 569) | def usage(code, msg=''): FILE: tests/pythons/win64-py27/Lib/mimify.py class File (line 47) | class File: method __init__ (line 51) | def __init__(self, file, boundary): method readline (line 56) | def readline(self): class HeaderFile (line 71) | class HeaderFile: method __init__ (line 72) | def __init__(self, file): method readline (line 76) | def readline(self): function mime_decode (line 94) | def mime_decode(line): function mime_decode_header (line 107) | def mime_decode_header(line): function unmimify_part (line 122) | def unmimify_part(ifile, ofile, decode_base64 = 0): function unmimify (line 207) | def unmimify(infile, outfile, decode_base64 = 0): function mime_encode (line 228) | def mime_encode(line, header): function mime_encode_header (line 262) | def mime_encode_header(line): function mimify_part (line 280) | def mimify_part(ifile, ofile, is_mime): function mimify (line 415) | def mimify(infile, outfile): FILE: tests/pythons/win64-py27/Lib/modulefinder.py function AddPackagePath (line 35) | def AddPackagePath(packagename, path): function ReplacePackage (line 47) | def ReplacePackage(oldname, newname): class Module (line 51) | class Module: method __init__ (line 53) | def __init__(self, name, file=None, path=None): method __repr__ (line 66) | def __repr__(self): class ModuleFinder (line 75) | class ModuleFinder: method __init__ (line 77) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 89) | def msg(self, level, str, *args): method msgin (line 98) | def msgin(self, *args): method msgout (line 104) | def msgout(self, *args): method run_script (line 110) | def run_script(self, pathname): method load_file (line 116) | def load_file(self, pathname): method import_hook (line 123) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 134) | def determine_parent(self, caller, level=-1): method find_head_package (line 169) | def find_head_package(self, parent, name): method load_tail (line 196) | def load_tail(self, q, tail): method ensure_fromlist (line 211) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 225) | def find_all_submodules(self, m): method import_module (line 252) | def import_module(self, partname, fqname, parent): method load_module (line 282) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 309) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 317) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes (line 340) | def scan_opcodes(self, co, method scan_opcodes_25 (line 364) | def scan_opcodes_25(self, co, method scan_code (line 395) | def scan_code(self, co, m): method load_package (line 449) | def load_package(self, fqname, pathname): method add_module (line 466) | def add_module(self, fqname): method find_module (line 472) | def find_module(self, name, path, parent=None): method report (line 489) | def report(self): method any_missing (line 526) | def any_missing(self): method any_missing_maybe (line 534) | def any_missing_maybe(self): method replace_paths_in_code (line 580) | def replace_paths_in_code(self, co): function test (line 608) | def test(): FILE: tests/pythons/win64-py27/Lib/msilib/__init__.py class Table (line 28) | class Table: method __init__ (line 29) | def __init__(self, name): method add_field (line 33) | def add_field(self, index, name, type): method sql (line 36) | def sql(self): method create (line 78) | def create(self, db): class _Unspecified (line 83) | class _Unspecified:pass function change_sequence (line 84) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 96) | def add_data(db, table, values): function add_stream (line 123) | def add_stream(db, name, path): function init_database (line 130) | def init_database(name, schema, function add_tables (line 171) | def add_tables(db, module): function make_id (line 175) | def make_id(str): function gen_uuid (line 183) | def gen_uuid(): class CAB (line 186) | class CAB: method __init__ (line 187) | def __init__(self, name): method gen_id (line 193) | def gen_id(self, file): method append (line 202) | def append(self, full, file, logical): method commit (line 211) | def commit(self, db): class Directory (line 222) | class Directory: method __init__ (line 223) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 257) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 286) | def make_short(self, file): method add_file (line 327) | def add_file(self, file, src=None, version=None, language=None): method glob (line 376) | def glob(self, pattern, exclude = None): method remove_pyc (line 385) | def remove_pyc(self): class Binary (line 391) | class Binary: method __init__ (line 392) | def __init__(self, fname): method __repr__ (line 394) | def __repr__(self): class Feature (line 397) | class Feature: method __init__ (line 398) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 406) | def set_current(self): class Control (line 410) | class Control: method __init__ (line 411) | def __init__(self, dlg, name): method event (line 415) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 420) | def mapping(self, event, attribute): method condition (line 424) | def condition(self, action, condition): class RadioButtonGroup (line 428) | class RadioButtonGroup(Control): method __init__ (line 429) | def __init__(self, dlg, name, property): method add (line 435) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 443) | class Dialog: method __init__ (line 444) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 450) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 455) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 459) | def bitmap(self, name, x, y, w, h, text): method line (line 462) | def line(self, name, x, y, w, h): method pushbutton (line 465) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 468) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 474) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win64-py27/Lib/multifile.py class Error (line 36) | class Error(Exception): class MultiFile (line 39) | class MultiFile: method __init__ (line 43) | def __init__(self, fp, seekable=1): method tell (line 53) | def tell(self): method seek (line 58) | def seek(self, pos, whence=0): method readline (line 75) | def readline(self): method readlines (line 112) | def readlines(self): method read (line 120) | def read(self): # Note: no size argument -- read until EOF only! method next (line 123) | def next(self): method push (line 133) | def push(self, sep): method pop (line 141) | def pop(self): method is_data (line 155) | def is_data(self, line): method section_divider (line 158) | def section_divider(self, str): method end_marker (line 161) | def end_marker(self, str): FILE: tests/pythons/win64-py27/Lib/multiprocessing/__init__.py class ProcessError (line 71) | class ProcessError(Exception): class BufferTooShort (line 74) | class BufferTooShort(ProcessError): class TimeoutError (line 77) | class TimeoutError(ProcessError): class AuthenticationError (line 80) | class AuthenticationError(ProcessError): function Manager (line 90) | def Manager(): function Pipe (line 102) | def Pipe(duplex=True): function cpu_count (line 109) | def cpu_count(): function freeze_support (line 138) | def freeze_support(): function get_logger (line 147) | def get_logger(): function log_to_stderr (line 154) | def log_to_stderr(level=None): function allow_connection_pickling (line 161) | def allow_connection_pickling(): function Lock (line 171) | def Lock(): function RLock (line 178) | def RLock(): function Condition (line 185) | def Condition(lock=None): function Semaphore (line 192) | def Semaphore(value=1): function BoundedSemaphore (line 199) | def BoundedSemaphore(value=1): function Event (line 206) | def Event(): function Queue (line 213) | def Queue(maxsize=0): function JoinableQueue (line 220) | def JoinableQueue(maxsize=0): function Pool (line 227) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 234) | def RawValue(typecode_or_type, *args): function RawArray (line 241) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 248) | def Value(typecode_or_type, *args, **kwds): function Array (line 255) | def Array(typecode_or_type, size_or_initializer, **kwds): function set_executable (line 268) | def set_executable(executable): FILE: tests/pythons/win64-py27/Lib/multiprocessing/connection.py function _init_timeout (line 73) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 76) | def _check_timeout(t): function arbitrary_address (line 83) | def arbitrary_address(family): function address_type (line 98) | def address_type(address): class Listener (line 117) | class Listener(object): method __init__ (line 124) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 139) | def accept(self): method close (line 151) | def close(self): function Client (line 161) | def Client(address, family=None, authkey=None): function Pipe (line 183) | def Pipe(duplex=True): function Pipe (line 205) | def Pipe(duplex=True): class SocketListener (line 247) | class SocketListener(object): method __init__ (line 251) | def __init__(self, address, family, backlog=1): method accept (line 272) | def accept(self): method close (line 287) | def close(self): function SocketClient (line 293) | def SocketClient(address): class PipeListener (line 327) | class PipeListener(object): method __init__ (line 331) | def __init__(self, address, backlog=None): method accept (line 350) | def accept(self): method _finalize_pipe_listener (line 371) | def _finalize_pipe_listener(queue, address): function PipeClient (line 376) | def PipeClient(address): function deliver_challenge (line 412) | def deliver_challenge(connection, authkey): function answer_challenge (line 425) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 441) | class ConnectionWrapper(object): method __init__ (line 442) | def __init__(self, conn, dumps, loads): method send (line 449) | def send(self, obj): method recv (line 452) | def recv(self): function _xml_dumps (line 456) | def _xml_dumps(obj): function _xml_loads (line 459) | def _xml_loads(s): class XmlListener (line 463) | class XmlListener(Listener): method accept (line 464) | def accept(self): function XmlClient (line 470) | def XmlClient(*args, **kwds): FILE: tests/pythons/win64-py27/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 61) | class DummyProcess(threading.Thread): method __init__ (line 63) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 70) | def start(self): method exitcode (line 78) | def exitcode(self): class Condition (line 88) | class Condition(threading._Condition): function active_children (line 99) | def active_children(): function freeze_support (line 106) | def freeze_support(): class Namespace (line 113) | class Namespace(object): method __init__ (line 114) | def __init__(self, **kwds): method __repr__ (line 116) | def __repr__(self): function Array (line 128) | def Array(typecode, sequence, lock=True): class Value (line 131) | class Value(object): method __init__ (line 132) | def __init__(self, typecode, value, lock=True): method _get (line 135) | def _get(self): method _set (line 137) | def _set(self, value): method __repr__ (line 140) | def __repr__(self): function Manager (line 143) | def Manager(): function shutdown (line 146) | def shutdown(): function Pool (line 149) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win64-py27/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): function Client (line 57) | def Client(address): function Pipe (line 63) | def Pipe(duplex=True): class Connection (line 68) | class Connection(object): method __init__ (line 70) | def __init__(self, _in, _out): method poll (line 76) | def poll(self, timeout=0.0): method close (line 86) | def close(self): FILE: tests/pythons/win64-py27/Lib/multiprocessing/forking.py function assert_spawning (line 48) | def assert_spawning(self): class ForkingPickler (line 60) | class ForkingPickler(Pickler): method register (line 64) | def register(cls, type, reduce): function _reduce_method (line 70) | def _reduce_method(m): function _reduce_method_descriptor (line 77) | def _reduce_method_descriptor(m): function _reduce_partial (line 92) | def _reduce_partial(p): function _rebuild_partial (line 94) | def _rebuild_partial(func, args, keywords): class Popen (line 114) | class Popen(object): method __init__ (line 116) | def __init__(self, process_obj): method poll (line 131) | def poll(self, flag=os.WNOHANG): method wait (line 152) | def wait(self, timeout=None): method terminate (line 168) | def terminate(self): method thread_is_spawning (line 177) | def thread_is_spawning(): method __init__ (line 249) | def __init__(self, process_obj): method thread_is_spawning (line 283) | def thread_is_spawning(): method duplicate_for_child (line 287) | def duplicate_for_child(handle): method wait (line 290) | def wait(self, timeout=None): method poll (line 306) | def poll(self): method terminate (line 309) | def terminate(self): function dump (line 198) | def dump(obj, file, protocol=None): function set_executable (line 222) | def set_executable(exe): function duplicate (line 230) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 243) | class Popen(object): method __init__ (line 116) | def __init__(self, process_obj): method poll (line 131) | def poll(self, flag=os.WNOHANG): method wait (line 152) | def wait(self, timeout=None): method terminate (line 168) | def terminate(self): method thread_is_spawning (line 177) | def thread_is_spawning(): method __init__ (line 249) | def __init__(self, process_obj): method thread_is_spawning (line 283) | def thread_is_spawning(): method duplicate_for_child (line 287) | def duplicate_for_child(handle): method wait (line 290) | def wait(self, timeout=None): method poll (line 306) | def poll(self): method terminate (line 309) | def terminate(self): function is_forking (line 321) | def is_forking(argv): function freeze_support (line 332) | def freeze_support(): function get_command_line (line 341) | def get_command_line(): function main (line 368) | def main(): function get_preparation_data (line 390) | def get_preparation_data(name): function reduce_connection (line 424) | def reduce_connection(conn): function prepare (line 442) | def prepare(data): FILE: tests/pythons/win64-py27/Lib/multiprocessing/heap.py class Arena (line 57) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Arena (line 79) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Heap (line 90) | class Heap(object): method __init__ (line 94) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 108) | def _roundup(n, alignment): method _malloc (line 113) | def _malloc(self, size): method _free (line 135) | def _free(self, block): method _absorb (line 165) | def _absorb(self, block): method _free_pending_blocks (line 180) | def _free_pending_blocks(self): method free (line 190) | def free(self, block): method malloc (line 214) | def malloc(self, size): class BufferWrapper (line 237) | class BufferWrapper(object): method __init__ (line 241) | def __init__(self, size): method get_address (line 247) | def get_address(self): method get_size (line 253) | def get_size(self): FILE: tests/pythons/win64-py27/Lib/multiprocessing/managers.py function reduce_array (line 64) | def reduce_array(a): class Token (line 74) | class Token(object): method __init__ (line 80) | def __init__(self, typeid, address, id): method __getstate__ (line 83) | def __getstate__(self): method __setstate__ (line 86) | def __setstate__(self, state): method __repr__ (line 89) | def __repr__(self): function dispatch (line 97) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 107) | def convert_to_error(kind, result): class RemoteError (line 119) | class RemoteError(Exception): method __str__ (line 120) | def __str__(self): function all_methods (line 127) | def all_methods(obj): function public_methods (line 138) | def public_methods(obj): class Server (line 148) | class Server(object): method __init__ (line 155) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 170) | def serve_forever(self): method handle_request (line 191) | def handle_request(self, c): method serve_client (line 225) | def serve_client(self, conn): method fallback_getvalue (line 299) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 302) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 305) | def fallback_repr(self, conn, ident, obj): method dummy (line 314) | def dummy(self, c): method debug_info (line 317) | def debug_info(self, c): method number_of_objects (line 335) | def number_of_objects(self, c): method shutdown (line 341) | def shutdown(self, c): method create (line 373) | def create(self, c, typeid, *args, **kwds): method get_methods (line 411) | def get_methods(self, c, token): method accept_connection (line 417) | def accept_connection(self, c, name): method incref (line 425) | def incref(self, c, ident): method decref (line 432) | def decref(self, c, ident): class State (line 447) | class State(object): class BaseManager (line 466) | class BaseManager(object): method __init__ (line 473) | def __init__(self, address=None, authkey=None, serializer='pickle'): method __reduce__ (line 483) | def __reduce__(self): method get_server (line 487) | def get_server(self): method connect (line 495) | def connect(self): method start (line 504) | def start(self, initializer=None, initargs=()): method _run_server (line 541) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 560) | def _create(self, typeid, *args, **kwds): method join (line 572) | def join(self, timeout=None): method _debug_info (line 578) | def _debug_info(self): method _number_of_objects (line 588) | def _number_of_objects(self): method __enter__ (line 598) | def __enter__(self): method __exit__ (line 601) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 605) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 639) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 682) | class ProcessLocalSet(set): method __init__ (line 683) | def __init__(self): method __reduce__ (line 685) | def __reduce__(self): class BaseProxy (line 692) | class BaseProxy(object): method __init__ (line 699) | def __init__(self, token, serializer, manager=None, method _connect (line 737) | def _connect(self): method _callmethod (line 746) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 776) | def _getvalue(self): method _incref (line 782) | def _incref(self): method _decref (line 799) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 823) | def _after_fork(self): method __reduce__ (line 831) | def __reduce__(self): method __deepcopy__ (line 844) | def __deepcopy__(self, memo): method __repr__ (line 847) | def __repr__(self): method __str__ (line 851) | def __str__(self): function RebuildProxy (line 864) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 885) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 907) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 936) | class Namespace(object): method __init__ (line 937) | def __init__(self, **kwds): method __repr__ (line 939) | def __repr__(self): class Value (line 948) | class Value(object): method __init__ (line 949) | def __init__(self, typecode, value, lock=True): method get (line 952) | def get(self): method set (line 954) | def set(self, value): method __repr__ (line 956) | def __repr__(self): function Array (line 960) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 967) | class IteratorProxy(BaseProxy): method __iter__ (line 970) | def __iter__(self): method __next__ (line 972) | def __next__(self, *args): method next (line 974) | def next(self, *args): method send (line 976) | def send(self, *args): method throw (line 978) | def throw(self, *args): method close (line 980) | def close(self, *args): class AcquirerProxy (line 984) | class AcquirerProxy(BaseProxy): method acquire (line 986) | def acquire(self, blocking=True): method release (line 988) | def release(self): method __enter__ (line 990) | def __enter__(self): method __exit__ (line 992) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 996) | class ConditionProxy(AcquirerProxy): method wait (line 999) | def wait(self, timeout=None): method notify (line 1001) | def notify(self): method notify_all (line 1003) | def notify_all(self): class EventProxy (line 1006) | class EventProxy(BaseProxy): method is_set (line 1008) | def is_set(self): method set (line 1010) | def set(self): method clear (line 1012) | def clear(self): method wait (line 1014) | def wait(self, timeout=None): class NamespaceProxy (line 1017) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1019) | def __getattr__(self, key): method __setattr__ (line 1024) | def __setattr__(self, key, value): method __delattr__ (line 1029) | def __delattr__(self, key): class ValueProxy (line 1036) | class ValueProxy(BaseProxy): method get (line 1038) | def get(self): method set (line 1040) | def set(self, value): class ListProxy (line 1052) | class ListProxy(BaseListProxy): method __iadd__ (line 1053) | def __iadd__(self, value): method __imul__ (line 1056) | def __imul__(self, value): class SyncManager (line 1088) | class SyncManager(BaseManager): FILE: tests/pythons/win64-py27/Lib/multiprocessing/pool.py function mapstar (line 64) | def mapstar(args): class MaybeEncodingError (line 71) | class MaybeEncodingError(Exception): method __init__ (line 75) | def __init__(self, exc, value): method __str__ (line 80) | def __str__(self): method __repr__ (line 84) | def __repr__(self): function worker (line 88) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 130) | class Pool(object): method __init__ (line 136) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 194) | def _join_exited_workers(self): method _repopulate_pool (line 209) | def _repopulate_pool(self): method _maintain_pool (line 225) | def _maintain_pool(self): method _setup_queues (line 231) | def _setup_queues(self): method apply (line 238) | def apply(self, func, args=(), kwds={}): method map (line 245) | def map(self, func, iterable, chunksize=None): method imap (line 252) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 270) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 288) | def apply_async(self, func, args=(), kwds={}, callback=None): method map_async (line 297) | def map_async(self, func, iterable, chunksize=None, callback=None): method _handle_workers (line 319) | def _handle_workers(pool): method _handle_tasks (line 332) | def _handle_tasks(taskqueue, put, outqueue, pool): method _handle_results (line 371) | def _handle_results(outqueue, get, cache): method _get_tasks (line 429) | def _get_tasks(func, it, size): method __reduce__ (line 437) | def __reduce__(self): method close (line 442) | def close(self): method terminate (line 448) | def terminate(self): method join (line 454) | def join(self): method _help_stuff_finish (line 464) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 473) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, class ApplyResult (line 522) | class ApplyResult(object): method __init__ (line 524) | def __init__(self, cache, callback): method ready (line 532) | def ready(self): method successful (line 535) | def successful(self): method wait (line 539) | def wait(self, timeout=None): method get (line 547) | def get(self, timeout=None): method _set (line 556) | def _set(self, i, obj): class MapResult (line 574) | class MapResult(ApplyResult): method __init__ (line 576) | def __init__(self, cache, chunksize, length, callback): method _set (line 588) | def _set(self, i, success_result): class IMapIterator (line 619) | class IMapIterator(object): method __init__ (line 621) | def __init__(self, cache): method __iter__ (line 631) | def __iter__(self): method next (line 634) | def next(self, timeout=None): method _set (line 659) | def _set(self, i, obj): method _set_length (line 678) | def _set_length(self, length): class IMapUnorderedIterator (line 692) | class IMapUnorderedIterator(IMapIterator): method _set (line 694) | def _set(self, i, obj): class ThreadPool (line 709) | class ThreadPool(Pool): method __init__ (line 713) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 716) | def _setup_queues(self): method _help_stuff_finish (line 723) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win64-py27/Lib/multiprocessing/process.py function current_process (line 59) | def current_process(): function active_children (line 65) | def active_children(): function _cleanup (line 76) | def _cleanup(): class Process (line 86) | class Process(object): method __init__ (line 94) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 109) | def run(self): method start (line 116) | def start(self): method terminate (line 133) | def terminate(self): method join (line 139) | def join(self, timeout=None): method is_alive (line 149) | def is_alive(self): method name (line 162) | def name(self): method name (line 166) | def name(self, name): method daemon (line 171) | def daemon(self): method daemon (line 178) | def daemon(self, daemonic): method authkey (line 186) | def authkey(self): method authkey (line 190) | def authkey(self, authkey): method exitcode (line 197) | def exitcode(self): method ident (line 206) | def ident(self): method __repr__ (line 217) | def __repr__(self): method _bootstrap (line 241) | def _bootstrap(self): class AuthenticationString (line 285) | class AuthenticationString(bytes): method __reduce__ (line 286) | def __reduce__(self): class _MainProcess (line 299) | class _MainProcess(Process): method __init__ (line 301) | def __init__(self): FILE: tests/pythons/win64-py27/Lib/multiprocessing/queues.py class Queue (line 56) | class Queue(object): method __init__ (line 58) | def __init__(self, maxsize=0): method __getstate__ (line 76) | def __getstate__(self): method __setstate__ (line 81) | def __setstate__(self, state): method _after_fork (line 86) | def _after_fork(self): method put (line 99) | def put(self, obj, block=True, timeout=None): method get (line 113) | def get(self, block=True, timeout=None): method qsize (line 141) | def qsize(self): method empty (line 145) | def empty(self): method full (line 148) | def full(self): method get_nowait (line 151) | def get_nowait(self): method put_nowait (line 154) | def put_nowait(self, obj): method close (line 157) | def close(self): method join_thread (line 163) | def join_thread(self): method cancel_join_thread (line 169) | def cancel_join_thread(self): method _start_thread (line 177) | def _start_thread(self): method _finalize_join (line 210) | def _finalize_join(twr): method _finalize_close (line 220) | def _finalize_close(buffer, notempty): method _feed (line 230) | def _feed(buffer, notempty, send, writelock, close): class JoinableQueue (line 295) | class JoinableQueue(Queue): method __init__ (line 297) | def __init__(self, maxsize=0): method __getstate__ (line 302) | def __getstate__(self): method __setstate__ (line 305) | def __setstate__(self, state): method put (line 309) | def put(self, obj, block=True, timeout=None): method task_done (line 326) | def task_done(self): method join (line 336) | def join(self): class SimpleQueue (line 348) | class SimpleQueue(object): method __init__ (line 350) | def __init__(self): method empty (line 359) | def empty(self): method __getstate__ (line 362) | def __getstate__(self): method __setstate__ (line 366) | def __setstate__(self, state): method _make_methods (line 370) | def _make_methods(self): FILE: tests/pythons/win64-py27/Lib/multiprocessing/reduction.py function send_handle (line 65) | def send_handle(conn, handle, destination_pid): function recv_handle (line 75) | def recv_handle(conn): function send_handle (line 79) | def send_handle(conn, handle, destination_pid): function recv_handle (line 82) | def recv_handle(conn): function _reset (line 91) | def _reset(obj): function _get_listener (line 102) | def _get_listener(): function _serve (line 119) | def _serve(): function reduce_handle (line 142) | def reduce_handle(handle): function rebuild_handle (line 150) | def rebuild_handle(pickled_data): function reduce_connection (line 165) | def reduce_connection(conn): function rebuild_connection (line 169) | def rebuild_connection(reduced_handle, readable, writable): function fromfd (line 181) | def fromfd(fd, family, type_, proto=0): function reduce_socket (line 187) | def reduce_socket(s): function rebuild_socket (line 191) | def rebuild_socket(reduced_handle, family, type_, proto): function reduce_pipe_connection (line 205) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 209) | def rebuild_pipe_connection(reduced_handle, readable, writable): FILE: tests/pythons/win64-py27/Lib/multiprocessing/sharedctypes.py function _new_value (line 61) | def _new_value(type_): function RawValue (line 66) | def RawValue(typecode_or_type, *args): function RawArray (line 76) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 92) | def Value(typecode_or_type, *args, **kwds): function Array (line 108) | def Array(typecode_or_type, size_or_initializer, **kwds): function copy (line 124) | def copy(obj): function synchronized (line 129) | def synchronized(obj, lock=None): function reduce_ctype (line 153) | def reduce_ctype(obj): function rebuild_ctype (line 160) | def rebuild_ctype(type_, wrapper, length): function make_property (line 172) | def make_property(name): class SynchronizedBase (line 204) | class SynchronizedBase(object): method __init__ (line 206) | def __init__(self, obj, lock=None): method __reduce__ (line 212) | def __reduce__(self): method get_obj (line 216) | def get_obj(self): method get_lock (line 219) | def get_lock(self): method __repr__ (line 222) | def __repr__(self): class Synchronized (line 226) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 230) | class SynchronizedArray(SynchronizedBase): method __len__ (line 232) | def __len__(self): method __getitem__ (line 235) | def __getitem__(self, i): method __setitem__ (line 242) | def __setitem__(self, i, value): method __getslice__ (line 249) | def __getslice__(self, start, stop): method __setslice__ (line 256) | def __setslice__(self, start, stop, values): class SynchronizedString (line 264) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win64-py27/Lib/multiprocessing/synchronize.py class SemLock (line 72) | class SemLock(object): method __init__ (line 74) | def __init__(self, kind, value, maxvalue): method _make_methods (line 84) | def _make_methods(self): method __enter__ (line 88) | def __enter__(self): method __exit__ (line 91) | def __exit__(self, *args): method __getstate__ (line 94) | def __getstate__(self): method __setstate__ (line 99) | def __setstate__(self, state): class Semaphore (line 108) | class Semaphore(SemLock): method __init__ (line 110) | def __init__(self, value=1): method get_value (line 113) | def get_value(self): method __repr__ (line 116) | def __repr__(self): class BoundedSemaphore (line 127) | class BoundedSemaphore(Semaphore): method __init__ (line 129) | def __init__(self, value=1): method __repr__ (line 132) | def __repr__(self): class Lock (line 144) | class Lock(SemLock): method __init__ (line 146) | def __init__(self): method __repr__ (line 149) | def __repr__(self): class RLock (line 169) | class RLock(SemLock): method __init__ (line 171) | def __init__(self): method __repr__ (line 174) | def __repr__(self): class Condition (line 195) | class Condition(object): method __init__ (line 197) | def __init__(self, lock=None): method __getstate__ (line 204) | def __getstate__(self): method __setstate__ (line 209) | def __setstate__(self, state): method __enter__ (line 214) | def __enter__(self): method __exit__ (line 217) | def __exit__(self, *args): method _make_methods (line 220) | def _make_methods(self): method __repr__ (line 224) | def __repr__(self): method wait (line 232) | def wait(self, timeout=None): method notify (line 255) | def notify(self): method notify_all (line 272) | def notify_all(self): class Event (line 299) | class Event(object): method __init__ (line 301) | def __init__(self): method is_set (line 305) | def is_set(self): method set (line 315) | def set(self): method clear (line 324) | def clear(self): method wait (line 331) | def wait(self, timeout=None): FILE: tests/pythons/win64-py27/Lib/multiprocessing/util.py function sub_debug (line 67) | def sub_debug(msg, *args): function debug (line 71) | def debug(msg, *args): function info (line 75) | def info(msg, *args): function sub_warning (line 79) | def sub_warning(msg, *args): function get_logger (line 83) | def get_logger(): function log_to_stderr (line 112) | def log_to_stderr(level=None): function get_temp_dir (line 134) | def get_temp_dir(): function _run_after_forkers (line 151) | def _run_after_forkers(): function register_after_fork (line 160) | def register_after_fork(obj, func): class Finalize (line 171) | class Finalize(object): method __init__ (line 175) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 190) | def __call__(self, wr=None): method cancel (line 206) | def cancel(self): method still_active (line 218) | def still_active(self): method __repr__ (line 224) | def __repr__(self): function _run_finalizers (line 244) | def _run_finalizers(minpriority=None): function is_exiting (line 280) | def is_exiting(): function _exit_function (line 288) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 330) | class ForkAwareThreadLock(object): method __init__ (line 331) | def __init__(self): method _reset (line 335) | def _reset(self): class ForkAwareLocal (line 340) | class ForkAwareLocal(threading.local): method __init__ (line 341) | def __init__(self): method __reduce__ (line 343) | def __reduce__(self): FILE: tests/pythons/win64-py27/Lib/mutex.py class mutex (line 20) | class mutex: method __init__ (line 21) | def __init__(self): method test (line 26) | def test(self): method testandset (line 30) | def testandset(self): method lock (line 39) | def lock(self, function, argument): method unlock (line 48) | def unlock(self): FILE: tests/pythons/win64-py27/Lib/netrc.py class NetrcParseError (line 12) | class NetrcParseError(Exception): method __init__ (line 14) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 20) | def __str__(self): class netrc (line 24) | class netrc: method __init__ (line 25) | def __init__(self, file=None): method _parse (line 37) | def _parse(self, file, fp, default_netrc): method authenticators (line 119) | def authenticators(self, host): method __repr__ (line 128) | def __repr__(self): FILE: tests/pythons/win64-py27/Lib/nntplib.py class NNTPError (line 48) | class NNTPError(Exception): method __init__ (line 50) | def __init__(self, *args): class NNTPReplyError (line 57) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 61) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 65) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 69) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 73) | class NNTPDataError(NNTPError): class NNTP (line 100) | class NNTP: method __init__ (line 101) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method getwelcome (line 178) | def getwelcome(self): method set_debuglevel (line 187) | def set_debuglevel(self, level): method putline (line 196) | def putline(self, line): method putcmd (line 202) | def putcmd(self, line): method getline (line 207) | def getline(self): method getresp (line 220) | def getresp(self): method getlongresp (line 234) | def getlongresp(self, file=None): method shortcmd (line 265) | def shortcmd(self, line): method longcmd (line 270) | def longcmd(self, line, file=None): method newgroups (line 275) | def newgroups(self, date, time, file=None): method newnews (line 285) | def newnews(self, group, date, time, file=None): method list (line 297) | def list(self, file=None): method description (line 308) | def description(self, group): method descriptions (line 327) | def descriptions(self, group_pattern): method group (line 344) | def group(self, name): method help (line 370) | def help(self, file=None): method statparse (line 377) | def statparse(self, resp): method statcmd (line 391) | def statcmd(self, line): method stat (line 396) | def stat(self, id): method next (line 406) | def next(self): method last (line 410) | def last(self): method artcmd (line 414) | def artcmd(self, line, file=None): method head (line 420) | def head(self, id): method body (line 431) | def body(self, id, file=None): method article (line 444) | def article(self, id): method slave (line 455) | def slave(self): method xhdr (line 461) | def xhdr(self, hdr, str, file=None): method xover (line 478) | def xover(self, start, end, file=None): method xgtitle (line 504) | def xgtitle(self, group, file=None): method xpath (line 520) | def xpath(self,id): method date (line 537) | def date (self): method post (line 558) | def post(self, f): method ihave (line 580) | def ihave(self, id, f): method quit (line 604) | def quit(self): FILE: tests/pythons/win64-py27/Lib/ntpath.py function normcase (line 42) | def normcase(s): function isabs (line 55) | def isabs(s): function join (line 63) | def join(a, *p): function splitdrive (line 122) | def splitdrive(p): function splitunc (line 131) | def splitunc(p): function split (line 164) | def split(p): function splitext (line 189) | def splitext(p): function basename (line 196) | def basename(p): function dirname (line 203) | def dirname(p): function islink (line 210) | def islink(path): function ismount (line 222) | def ismount(path): function walk (line 239) | def walk(top, func, arg): function expanduser (line 275) | def expanduser(path): function expandvars (line 317) | def expandvars(path): function normpath (line 398) | def normpath(path): function abspath (line 455) | def abspath(path): function abspath (line 466) | def abspath(path): function _abspath_split (line 486) | def _abspath_split(path): function relpath (line 494) | def relpath(path, start=curdir): FILE: tests/pythons/win64-py27/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win64-py27/Lib/numbers.py class Number (line 13) | class Number(object): class Complex (line 34) | class Complex(Number): method __complex__ (line 48) | def __complex__(self): method __nonzero__ (line 52) | def __nonzero__(self): method real (line 57) | def real(self): method imag (line 65) | def imag(self): method __add__ (line 73) | def __add__(self, other): method __radd__ (line 78) | def __radd__(self, other): method __neg__ (line 83) | def __neg__(self): method __pos__ (line 88) | def __pos__(self): method __sub__ (line 92) | def __sub__(self, other): method __rsub__ (line 96) | def __rsub__(self, other): method __mul__ (line 101) | def __mul__(self, other): method __rmul__ (line 106) | def __rmul__(self, other): method __div__ (line 111) | def __div__(self, other): method __rdiv__ (line 119) | def __rdiv__(self, other): method __truediv__ (line 124) | def __truediv__(self, other): method __rtruediv__ (line 132) | def __rtruediv__(self, other): method __pow__ (line 137) | def __pow__(self, exponent): method __rpow__ (line 142) | def __rpow__(self, base): method __abs__ (line 147) | def __abs__(self): method conjugate (line 152) | def conjugate(self): method __eq__ (line 157) | def __eq__(self, other): method __ne__ (line 161) | def __ne__(self, other): class Real (line 169) | class Real(Complex): method __float__ (line 181) | def __float__(self): method __trunc__ (line 188) | def __trunc__(self): method __divmod__ (line 200) | def __divmod__(self, other): method __rdivmod__ (line 208) | def __rdivmod__(self, other): method __floordiv__ (line 217) | def __floordiv__(self, other): method __rfloordiv__ (line 222) | def __rfloordiv__(self, other): method __mod__ (line 227) | def __mod__(self, other): method __rmod__ (line 232) | def __rmod__(self, other): method __lt__ (line 237) | def __lt__(self, other): method __le__ (line 244) | def __le__(self, other): method __complex__ (line 249) | def __complex__(self): method real (line 254) | def real(self): method imag (line 259) | def imag(self): method conjugate (line 263) | def conjugate(self): class Rational (line 270) | class Rational(Real): method numerator (line 276) | def numerator(self): method denominator (line 280) | def denominator(self): method __float__ (line 284) | def __float__(self): class Integral (line 295) | class Integral(Rational): method __long__ (line 301) | def __long__(self): method __index__ (line 305) | def __index__(self): method __pow__ (line 310) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 321) | def __lshift__(self, other): method __rlshift__ (line 326) | def __rlshift__(self, other): method __rshift__ (line 331) | def __rshift__(self, other): method __rrshift__ (line 336) | def __rrshift__(self, other): method __and__ (line 341) | def __and__(self, other): method __rand__ (line 346) | def __rand__(self, other): method __xor__ (line 351) | def __xor__(self, other): method __rxor__ (line 356) | def __rxor__(self, other): method __or__ (line 361) | def __or__(self, other): method __ror__ (line 366) | def __ror__(self, other): method __invert__ (line 371) | def __invert__(self): method __float__ (line 376) | def __float__(self): method numerator (line 381) | def numerator(self): method denominator (line 386) | def denominator(self): FILE: tests/pythons/win64-py27/Lib/opcode.py function def_op (line 27) | def def_op(name, op): function name_op (line 31) | def name_op(name, op): function jrel_op (line 35) | def jrel_op(name, op): function jabs_op (line 39) | def jabs_op(name, op): FILE: tests/pythons/win64-py27/Lib/optparse.py function _repr (line 79) | def _repr(self): function gettext (line 92) | def gettext(message): class OptParseError (line 97) | class OptParseError (Exception): method __init__ (line 98) | def __init__(self, msg): method __str__ (line 101) | def __str__(self): class OptionError (line 105) | class OptionError (OptParseError): method __init__ (line 111) | def __init__(self, msg, option): method __str__ (line 115) | def __str__(self): class OptionConflictError (line 121) | class OptionConflictError (OptionError): class OptionValueError (line 126) | class OptionValueError (OptParseError): class BadOptionError (line 132) | class BadOptionError (OptParseError): method __init__ (line 136) | def __init__(self, opt_str): method __str__ (line 139) | def __str__(self): class AmbiguousOptionError (line 142) | class AmbiguousOptionError (BadOptionError): method __init__ (line 146) | def __init__(self, opt_str, possibilities): method __str__ (line 150) | def __str__(self): class HelpFormatter (line 155) | class HelpFormatter: method __init__ (line 200) | def __init__(self, method set_parser (line 224) | def set_parser(self, parser): method set_short_opt_delimiter (line 227) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 233) | def set_long_opt_delimiter(self, delim): method indent (line 239) | def indent(self): method dedent (line 243) | def dedent(self): method format_usage (line 248) | def format_usage(self, usage): method format_heading (line 251) | def format_heading(self, heading): method _format_text (line 254) | def _format_text(self, text): method format_description (line 266) | def format_description(self, description): method format_epilog (line 272) | def format_epilog(self, epilog): method expand_default (line 279) | def expand_default(self, option): method format_option (line 289) | def format_option(self, option): method store_option_strings (line 324) | def store_option_strings(self, parser): method format_option_strings (line 342) | def format_option_strings(self, option): class IndentedHelpFormatter (line 361) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 365) | def __init__(self, method format_usage (line 373) | def format_usage(self, usage): method format_heading (line 376) | def format_heading(self, heading): class TitledHelpFormatter (line 380) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 384) | def __init__(self, method format_usage (line 392) | def format_usage(self, usage): method format_heading (line 395) | def format_heading(self, heading): function _parse_num (line 399) | def _parse_num(val, type): function _parse_int (line 412) | def _parse_int(val): function _parse_long (line 415) | def _parse_long(val): function check_builtin (line 423) | def check_builtin(option, opt, value): function check_choice (line 431) | def check_choice(option, opt, value): class Option (line 445) | class Option: method __init__ (line 560) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 579) | def _check_opt_strings(self, opts): method _set_opt_strings (line 588) | def _set_opt_strings(self, opts): method _set_attrs (line 609) | def _set_attrs(self, attrs): method _check_action (line 629) | def _check_action(self): method _check_type (line 635) | def _check_type(self): method _check_choice (line 665) | def _check_choice(self): method _check_dest (line 678) | def _check_dest(self): method _check_const (line 693) | def _check_const(self): method _check_nargs (line 699) | def _check_nargs(self): method _check_callback (line 708) | def _check_callback(self): method __str__ (line 747) | def __str__(self): method takes_value (line 752) | def takes_value(self): method get_opt_string (line 755) | def get_opt_string(self): method check_value (line 764) | def check_value(self, opt, value): method convert_value (line 771) | def convert_value(self, opt, value): method process (line 778) | def process(self, opt, value, values, parser): method take_action (line 790) | def take_action(self, action, dest, opt, value, values, parser): function isbasestring (line 829) | def isbasestring(x): function isbasestring (line 832) | def isbasestring(x): class Values (line 835) | class Values: method __init__ (line 837) | def __init__(self, defaults=None): method __str__ (line 842) | def __str__(self): method __cmp__ (line 847) | def __cmp__(self, other): method _update_careful (line 855) | def _update_careful(self, dict): method _update_loose (line 868) | def _update_loose(self, dict): method _update (line 876) | def _update(self, dict, mode): method read_module (line 884) | def read_module(self, modname, mode="careful"): method read_file (line 889) | def read_file(self, filename, mode="careful"): method ensure_value (line 894) | def ensure_value(self, attr, value): class OptionContainer (line 900) | class OptionContainer: method __init__ (line 932) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 943) | def _create_option_mappings(self): method _share_option_mappings (line 952) | def _share_option_mappings(self, parser): method set_conflict_handler (line 959) | def set_conflict_handler(self, handler): method set_description (line 964) | def set_description(self, description): method get_description (line 967) | def get_description(self): method destroy (line 971) | def destroy(self): method _check_conflict (line 980) | def _check_conflict(self, option): method add_option (line 1007) | def add_option(self, *args, **kwargs): method add_options (line 1037) | def add_options(self, option_list): method get_option (line 1043) | def get_option(self, opt_str): method has_option (line 1047) | def has_option(self, opt_str): method remove_option (line 1051) | def remove_option(self, opt_str): method format_option_help (line 1067) | def format_option_help(self, formatter): method format_description (line 1076) | def format_description(self, formatter): method format_help (line 1079) | def format_help(self, formatter): class OptionGroup (line 1088) | class OptionGroup (OptionContainer): method __init__ (line 1090) | def __init__(self, parser, title, description=None): method _create_option_list (line 1096) | def _create_option_list(self): method set_title (line 1100) | def set_title(self, title): method destroy (line 1103) | def destroy(self): method format_help (line 1110) | def format_help(self, formatter): class OptionParser (line 1118) | class OptionParser (OptionContainer): method __init__ (line 1190) | def __init__(self, method destroy (line 1224) | def destroy(self): method _create_option_list (line 1242) | def _create_option_list(self): method _add_help_option (line 1247) | def _add_help_option(self): method _add_version_option (line 1252) | def _add_version_option(self): method _populate_option_list (line 1257) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1267) | def _init_parsing_state(self): method set_usage (line 1276) | def set_usage(self, usage): method enable_interspersed_args (line 1287) | def enable_interspersed_args(self): method disable_interspersed_args (line 1295) | def disable_interspersed_args(self): method set_process_default_values (line 1303) | def set_process_default_values(self, process): method set_default (line 1306) | def set_default(self, dest, value): method set_defaults (line 1309) | def set_defaults(self, **kwargs): method _get_all_options (line 1312) | def _get_all_options(self): method get_default_values (line 1318) | def get_default_values(self): method add_option_group (line 1335) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1351) | def get_option_group(self, opt_str): method _get_args (line 1361) | def _get_args(self, args): method parse_args (line 1367) | def parse_args(self, args=None, values=None): method check_values (line 1406) | def check_values(self, values, args): method _process_args (line 1419) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1470) | def _match_long_opt(self, opt): method _process_long_opt (line 1479) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1516) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1558) | def get_prog_name(self): method expand_prog_name (line 1564) | def expand_prog_name(self, s): method get_description (line 1567) | def get_description(self): method exit (line 1570) | def exit(self, status=0, msg=None): method error (line 1575) | def error(self, msg): method get_usage (line 1585) | def get_usage(self): method print_usage (line 1592) | def print_usage(self, file=None): method get_version (line 1604) | def get_version(self): method print_version (line 1610) | def print_version(self, file=None): method format_option_help (line 1621) | def format_option_help(self, formatter=None): method format_epilog (line 1638) | def format_epilog(self, formatter): method format_help (line 1641) | def format_help(self, formatter=None): method _get_encoding (line 1654) | def _get_encoding(self, file): method print_help (line 1660) | def print_help(self, file=None): function _match_abbrev (line 1674) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win64-py27/Lib/os.py function _get_exports_list (line 35) | def _get_exports_list(module): function makedirs (line 136) | def makedirs(name, mode=0777): function removedirs (line 159) | def removedirs(name): function renames (line 181) | def renames(old, new): function walk (line 209) | def walk(top, topdown=True, onerror=None, followlinks=False): function execl (line 307) | def execl(file, *args): function execle (line 314) | def execle(file, *args): function execlp (line 322) | def execlp(file, *args): function execlpe (line 329) | def execlpe(file, *args): function execvp (line 338) | def execvp(file, args): function execvpe (line 346) | def execvpe(file, args, env): function _execvpe (line 357) | def _execvpe(file, args, env=None): function unsetenv (line 405) | def unsetenv(key): class _Environ (line 413) | class _Environ(UserDict.IterableUserDict): method __init__ (line 414) | def __init__(self, environ): method __setitem__ (line 419) | def __setitem__(self, key, item): method __getitem__ (line 422) | def __getitem__(self, key): method __delitem__ (line 427) | def __delitem__(self, key): method __delitem__ (line 430) | def __delitem__(self, key): method clear (line 433) | def clear(self): method pop (line 437) | def pop(self, key, *args): method has_key (line 440) | def has_key(self, key): method __contains__ (line 442) | def __contains__(self, key): method get (line 444) | def get(self, key, failobj=None): method update (line 446) | def update(self, dict=None, **kwargs): method copy (line 462) | def copy(self): method __init__ (line 467) | def __init__(self, environ): method __setitem__ (line 470) | def __setitem__(self, key, item): method update (line 473) | def update(self, dict=None, **kwargs): method __delitem__ (line 494) | def __delitem__(self, key): method clear (line 497) | def clear(self): method pop (line 501) | def pop(self, key, *args): method copy (line 504) | def copy(self): class _Environ (line 466) | class _Environ(UserDict.IterableUserDict): method __init__ (line 414) | def __init__(self, environ): method __setitem__ (line 419) | def __setitem__(self, key, item): method __getitem__ (line 422) | def __getitem__(self, key): method __delitem__ (line 427) | def __delitem__(self, key): method __delitem__ (line 430) | def __delitem__(self, key): method clear (line 433) | def clear(self): method pop (line 437) | def pop(self, key, *args): method has_key (line 440) | def has_key(self, key): method __contains__ (line 442) | def __contains__(self, key): method get (line 444) | def get(self, key, failobj=None): method update (line 446) | def update(self, dict=None, **kwargs): method copy (line 462) | def copy(self): method __init__ (line 467) | def __init__(self, environ): method __setitem__ (line 470) | def __setitem__(self, key, item): method update (line 473) | def update(self, dict=None, **kwargs): method __delitem__ (line 494) | def __delitem__(self, key): method clear (line 497) | def clear(self): method pop (line 501) | def pop(self, key, *args): method copy (line 504) | def copy(self): function getenv (line 510) | def getenv(key, default=None): function _exists (line 516) | def _exists(name): function _spawnvef (line 529) | def _spawnvef(mode, file, args, env, func): function spawnv (line 556) | def spawnv(mode, file, args): function spawnve (line 565) | def spawnve(mode, file, args, env): function spawnvp (line 577) | def spawnvp(mode, file, args): function spawnvpe (line 587) | def spawnvpe(mode, file, args, env): function spawnl (line 601) | def spawnl(mode, file, *args): function spawnle (line 610) | def spawnle(mode, file, *args): function spawnlp (line 628) | def spawnlp(mode, file, *args): function spawnlpe (line 638) | def spawnlpe(mode, file, *args): function popen2 (line 656) | def popen2(cmd, mode="t", bufsize=-1): function popen3 (line 676) | def popen3(cmd, mode="t", bufsize=-1): function popen4 (line 696) | def popen4(cmd, mode="t", bufsize=-1): function _make_stat_result (line 717) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 720) | def _pickle_stat_result(sr): function _make_statvfs_result (line 729) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 732) | def _pickle_statvfs_result(sr): FILE: tests/pythons/win64-py27/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 44) | def join(a, *p): function splitunc (line 58) | def splitunc(p): function basename (line 88) | def basename(p): function dirname (line 95) | def dirname(p): function ismount (line 109) | def ismount(path): function normpath (line 120) | def normpath(path): function abspath (line 146) | def abspath(path): FILE: tests/pythons/win64-py27/Lib/pdb.py class Restart (line 18) | class Restart(Exception): function find_function (line 31) | def find_function(funcname, filename): class Pdb (line 59) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 61) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=No... method reset (line 107) | def reset(self): method forget (line 111) | def forget(self): method setup (line 117) | def setup(self, f, t): method execRcLines (line 128) | def execRcLines(self): method user_call (line 141) | def user_call(self, frame, argument_list): method user_line (line 150) | def user_line(self, frame): method bp_commands (line 160) | def bp_commands(self,frame): method user_return (line 184) | def user_return(self, frame, return_value): method user_exception (line 192) | def user_exception(self, frame, exc_info): method interaction (line 207) | def interaction(self, frame, traceback): method displayhook (line 213) | def displayhook(self, obj): method default (line 221) | def default(self, line): method precmd (line 246) | def precmd(self, line): method onecmd (line 271) | def onecmd(self, line): method handle_command_def (line 283) | def handle_command_def(self,line): method do_commands (line 317) | def do_commands(self, arg): method do_break (line 344) | def do_break(self, arg, temporary = 0): method defaultFile (line 427) | def defaultFile(self): method do_tbreak (line 436) | def do_tbreak(self, arg): method lineinfo (line 439) | def lineinfo(self, identifier): method checkline (line 472) | def checkline(self, filename, lineno): method do_enable (line 493) | def do_enable(self, arg): method do_disable (line 510) | def do_disable(self, arg): method do_condition (line 527) | def do_condition(self, arg): method do_ignore (line 552) | def do_ignore(self,arg): method do_clear (line 584) | def do_clear(self, arg): method do_where (line 629) | def do_where(self, arg): method do_up (line 634) | def do_up(self, arg): method do_down (line 645) | def do_down(self, arg): method do_until (line 656) | def do_until(self, arg): method do_step (line 661) | def do_step(self, arg): method do_next (line 666) | def do_next(self, arg): method do_run (line 671) | def do_run(self, arg): method do_return (line 683) | def do_return(self, arg): method do_continue (line 688) | def do_continue(self, arg): method do_jump (line 693) | def do_jump(self, arg): method do_debug (line 712) | def do_debug(self, arg): method do_quit (line 724) | def do_quit(self, arg): method do_EOF (line 732) | def do_EOF(self, arg): method do_args (line 738) | def do_args(self, arg): method do_retval (line 751) | def do_retval(self, arg): method _getval (line 758) | def _getval(self, arg): method do_p (line 770) | def do_p(self, arg): method do_pp (line 776) | def do_pp(self, arg): method do_list (line 782) | def do_list(self, arg): method do_whatis (line 828) | def do_whatis(self, arg): method do_alias (line 855) | def do_alias(self, arg): method do_unalias (line 868) | def do_unalias(self, arg): method print_stack_trace (line 886) | def print_stack_trace(self): method print_stack_entry (line 893) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method help_help (line 905) | def help_help(self): method help_h (line 908) | def help_h(self): method help_where (line 915) | def help_where(self): method help_w (line 918) | def help_w(self): method help_down (line 926) | def help_down(self): method help_d (line 929) | def help_d(self): method help_up (line 934) | def help_up(self): method help_u (line 937) | def help_u(self): method help_break (line 942) | def help_break(self): method help_b (line 945) | def help_b(self): method help_clear (line 958) | def help_clear(self): method help_cl (line 961) | def help_cl(self): method help_tbreak (line 974) | def help_tbreak(self): method help_enable (line 978) | def help_enable(self): method help_disable (line 983) | def help_disable(self): method help_ignore (line 988) | def help_ignore(self): method help_condition (line 996) | def help_condition(self): method help_step (line 1003) | def help_step(self): method help_s (line 1006) | def help_s(self): method help_until (line 1011) | def help_until(self): method help_unt (line 1014) | def help_unt(self): method help_next (line 1019) | def help_next(self): method help_n (line 1022) | def help_n(self): method help_return (line 1027) | def help_return(self): method help_r (line 1030) | def help_r(self): method help_continue (line 1034) | def help_continue(self): method help_cont (line 1037) | def help_cont(self): method help_c (line 1040) | def help_c(self): method help_jump (line 1044) | def help_jump(self): method help_j (line 1047) | def help_j(self): method help_debug (line 1051) | def help_debug(self): method help_list (line 1057) | def help_list(self): method help_l (line 1060) | def help_l(self): method help_args (line 1069) | def help_args(self): method help_a (line 1072) | def help_a(self): method help_p (line 1076) | def help_p(self): method help_pp (line 1080) | def help_pp(self): method help_exec (line 1084) | def help_exec(self): method help_run (line 1095) | def help_run(self): method help_quit (line 1104) | def help_quit(self): method help_q (line 1107) | def help_q(self): method help_whatis (line 1113) | def help_whatis(self): method help_EOF (line 1117) | def help_EOF(self): method help_alias (line 1121) | def help_alias(self): method help_unalias (line 1145) | def help_unalias(self): method help_commands (line 1149) | def help_commands(self): method help_pdb (line 1184) | def help_pdb(self): method lookupmodule (line 1187) | def lookupmodule(self, filename): method _runscript (line 1211) | def _runscript(self, filename): function run (line 1237) | def run(statement, globals=None, locals=None): function runeval (line 1240) | def runeval(expression, globals=None, locals=None): function runctx (line 1243) | def runctx(statement, globals, locals): function runcall (line 1247) | def runcall(*args, **kwds): function set_trace (line 1250) | def set_trace(): function post_mortem (line 1255) | def post_mortem(t=None): function pm (line 1269) | def pm(): function test (line 1277) | def test(): function help (line 1281) | def help(): function main (line 1292) | def main(): FILE: tests/pythons/win64-py27/Lib/pickle.py class PickleError (line 58) | class PickleError(Exception): class PicklingError (line 62) | class PicklingError(PickleError): class UnpicklingError (line 69) | class UnpicklingError(PickleError): class _Stop (line 82) | class _Stop(Exception): method __init__ (line 83) | def __init__(self, value): class Pickler (line 171) | class Pickler: method __init__ (line 173) | def __init__(self, file, protocol=None): method clear_memo (line 209) | def clear_memo(self): method dump (line 220) | def dump(self, obj): method memoize (line 227) | def memoize(self, obj): method put (line 250) | def put(self, i, pack=struct.pack): method get (line 260) | def get(self, i, pack=struct.pack): method save (line 269) | def save(self, obj): method persistent_id (line 333) | def persistent_id(self, obj): method save_pers (line 337) | def save_pers(self, pid): method save_reduce (line 345) | def save_reduce(self, func, args, state=None, method save_none (line 426) | def save_none(self, obj): method save_bool (line 430) | def save_bool(self, obj): method save_int (line 437) | def save_int(self, obj, pack=struct.pack): method save_long (line 461) | def save_long(self, obj, pack=struct.pack): method save_float (line 473) | def save_float(self, obj, pack=struct.pack): method save_string (line 480) | def save_string(self, obj, pack=struct.pack): method save_unicode (line 492) | def save_unicode(self, obj, pack=struct.pack): method save_string (line 506) | def save_string(self, obj, pack=struct.pack): method save_tuple (line 532) | def save_tuple(self, obj): method save_empty_tuple (line 588) | def save_empty_tuple(self, obj): method save_list (line 591) | def save_list(self, obj): method _batch_appends (line 608) | def _batch_appends(self, items): method save_dict (line 640) | def save_dict(self, obj): method _batch_setitems (line 655) | def _batch_setitems(self, items): method save_inst (line 690) | def save_inst(self, obj): method save_global (line 730) | def save_global(self, obj, name=None, pack=struct.pack): function _keep_alive (line 777) | def _keep_alive(x, memo): function whichmodule (line 799) | def whichmodule(func, funcname): class Unpickler (line 827) | class Unpickler: method __init__ (line 829) | def __init__(self, file): method load (line 845) | def load(self): method marker (line 870) | def marker(self): method load_eof (line 879) | def load_eof(self): method load_proto (line 883) | def load_proto(self): method load_persid (line 889) | def load_persid(self): method load_binpersid (line 894) | def load_binpersid(self): method load_none (line 899) | def load_none(self): method load_false (line 903) | def load_false(self): method load_true (line 907) | def load_true(self): method load_int (line 911) | def load_int(self): method load_binint (line 925) | def load_binint(self): method load_binint1 (line 929) | def load_binint1(self): method load_binint2 (line 933) | def load_binint2(self): method load_long (line 937) | def load_long(self): method load_long1 (line 941) | def load_long1(self): method load_long4 (line 947) | def load_long4(self): method load_float (line 953) | def load_float(self): method load_binfloat (line 957) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 961) | def load_string(self): method load_binstring (line 974) | def load_binstring(self): method load_unicode (line 979) | def load_unicode(self): method load_binunicode (line 983) | def load_binunicode(self): method load_short_binstring (line 988) | def load_short_binstring(self): method load_tuple (line 993) | def load_tuple(self): method load_empty_tuple (line 998) | def load_empty_tuple(self): method load_tuple1 (line 1002) | def load_tuple1(self): method load_tuple2 (line 1006) | def load_tuple2(self): method load_tuple3 (line 1010) | def load_tuple3(self): method load_empty_list (line 1014) | def load_empty_list(self): method load_empty_dictionary (line 1018) | def load_empty_dictionary(self): method load_list (line 1022) | def load_list(self): method load_dict (line 1027) | def load_dict(self): method _instantiate (line 1043) | def _instantiate(self, klass, k): method load_inst (line 1066) | def load_inst(self): method load_obj (line 1073) | def load_obj(self): method load_newobj (line 1080) | def load_newobj(self): method load_global (line 1087) | def load_global(self): method load_ext1 (line 1094) | def load_ext1(self): method load_ext2 (line 1099) | def load_ext2(self): method load_ext4 (line 1104) | def load_ext4(self): method get_extension (line 1109) | def get_extension(self, code): method find_class (line 1122) | def find_class(self, module, name): method load_reduce (line 1129) | def load_reduce(self): method load_pop (line 1137) | def load_pop(self): method load_pop_mark (line 1141) | def load_pop_mark(self): method load_dup (line 1146) | def load_dup(self): method load_get (line 1150) | def load_get(self): method load_binget (line 1154) | def load_binget(self): method load_long_binget (line 1159) | def load_long_binget(self): method load_put (line 1164) | def load_put(self): method load_binput (line 1168) | def load_binput(self): method load_long_binput (line 1173) | def load_long_binput(self): method load_append (line 1178) | def load_append(self): method load_appends (line 1185) | def load_appends(self): method load_setitem (line 1193) | def load_setitem(self): method load_setitems (line 1201) | def load_setitems(self): method load_build (line 1211) | def load_build(self): method load_mark (line 1250) | def load_mark(self): method load_stop (line 1254) | def load_stop(self): class _EmptyClass (line 1261) | class _EmptyClass: function encode_long (line 1268) | def encode_long(x): function decode_long (line 1334) | def decode_long(data): function dump (line 1369) | def dump(obj, file, protocol=None): function dumps (line 1372) | def dumps(obj, protocol=None): function load (line 1377) | def load(file): function loads (line 1380) | def loads(str): function _test (line 1386) | def _test(): FILE: tests/pythons/win64-py27/Lib/pickletools.py class ArgumentDescriptor (line 165) | class ArgumentDescriptor(object): method __init__ (line 184) | def __init__(self, name, n, reader, doc): function read_uint1 (line 201) | def read_uint1(f): function read_uint2 (line 220) | def read_uint2(f): function read_int4 (line 241) | def read_int4(f): function read_stringnl (line 262) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 321) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 335) | def read_stringnl_noescape_pair(f): function read_string4 (line 357) | def read_string4(f): function read_string1 (line 391) | def read_string1(f): function read_unicodestringnl (line 420) | def read_unicodestringnl(f): function read_unicodestring4 (line 445) | def read_unicodestring4(f): function read_decimalnl_short (line 485) | def read_decimalnl_short(f): function read_decimalnl_long (line 514) | def read_decimalnl_long(f): function read_floatnl (line 562) | def read_floatnl(f): function read_float8 (line 584) | def read_float8(f): function read_long1 (line 622) | def read_long1(f): function read_long4 (line 654) | def read_long4(f): class StackObject (line 697) | class StackObject(object): method __init__ (line 710) | def __init__(self, name, obtype, doc): method __repr__ (line 723) | def __repr__(self): class OpcodeInfo (line 823) | class OpcodeInfo(object): method __init__ (line 854) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1763) | def assure_pickle_consistency(verbose=False): function genops (line 1807) | def genops(pickle): function optimize (line 1864) | def optimize(p): function dis (line 1891) | def dis(pickle, out=None, memo=None, indentlevel=4): class _Example (line 2028) | class _Example: method __init__ (line 2029) | def __init__(self, value): function _test (line 2269) | def _test(): FILE: tests/pythons/win64-py27/Lib/pipes.py class Template (line 80) | class Template: method __init__ (line 83) | def __init__(self): method __repr__ (line 88) | def __repr__(self): method reset (line 92) | def reset(self): method clone (line 96) | def clone(self): method debug (line 104) | def debug(self, flag): method append (line 108) | def append(self, cmd, kind): method prepend (line 130) | def prepend(self, cmd, kind): method open (line 152) | def open(self, file, rw): method open_r (line 162) | def open_r(self, file): method open_w (line 173) | def open_w(self, file): method copy (line 182) | def copy(self, infile, outfile): method makepipeline (line 185) | def makepipeline(self, infile, outfile): function makepipeline (line 193) | def makepipeline(infile, steps, outfile): function quote (line 267) | def quote(file): FILE: tests/pythons/win64-py27/Lib/pkgutil.py function read_code (line 18) | def read_code(stream): function simplegeneric (line 31) | def simplegeneric(func): function walk_packages (line 71) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 129) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 154) | def iter_importer_modules(importer, prefix=''): class ImpImporter (line 162) | class ImpImporter: method __init__ (line 173) | def __init__(self, path=None): method find_module (line 176) | def find_module(self, fullname, path=None): method iter_modules (line 191) | def iter_modules(self, prefix=''): class ImpLoader (line 232) | class ImpLoader: method __init__ (line 237) | def __init__(self, fullname, file, filename, etc): method load_module (line 243) | def load_module(self, fullname): method get_data (line 254) | def get_data(self, pathname): method _reopen (line 257) | def _reopen(self): method _fix_name (line 265) | def _fix_name(self, fullname): method is_package (line 273) | def is_package(self, fullname): method get_code (line 277) | def get_code(self, fullname=None): method get_source (line 294) | def get_source(self, fullname=None): method _get_delegate (line 314) | def _get_delegate(self): method get_filename (line 317) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 331) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 366) | def get_importer(path_item): function iter_importers (line 400) | def iter_importers(fullname=""): function get_loader (line 441) | def get_loader(module_or_name): function find_loader (line 466) | def find_loader(fullname): function extend_path (line 482) | def extend_path(path, name): function get_data (line 556) | def get_data(package, resource): FILE: tests/pythons/win64-py27/Lib/platform.py function libc_ver (line 141) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 194) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 264) | def _parse_release_file(firstline): function linux_distribution (line 291) | def linux_distribution(distname='', version='', id='', function dist (line 347) | def dist(distname='',version='',id='', class _popen (line 365) | class _popen: method __init__ (line 381) | def __init__(self,cmd,mode='r',bufsize=None): method read (line 392) | def read(self): method readlines (line 396) | def readlines(self): method close (line 401) | def close(self, function popen (line 419) | def popen(cmd, mode='r', bufsize=None): function _norm_version (line 452) | def _norm_version(version, build=''): function _syscmd_ver (line 482) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 534) | def _win32_getvalue(key,name,default=''): function win32_ver (line 553) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 718) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 731) | def _bcd2str(bcd): function _mac_ver_gestalt (line 735) | def _mac_ver_gestalt(): function _mac_ver_xml (line 776) | def _mac_ver_xml(): function mac_ver (line 797) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 822) | def _java_getprop(name,default): function java_ver (line 833) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 868) | def system_alias(system,release,version): function _platform (line 922) | def _platform(*args): function _node (line 958) | def _node(default=''): function _abspath (line 976) | def _abspath(path, function _follow_symlinks (line 989) | def _follow_symlinks(filepath): function _syscmd_uname (line 1000) | def _syscmd_uname(option,default=''): function _syscmd_file (line 1018) | def _syscmd_file(target,default=''): function architecture (line 1077) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1166) | def uname(): function system (line 1303) | def system(): function node (line 1312) | def node(): function release (line 1322) | def release(): function version (line 1331) | def version(): function machine (line 1340) | def machine(): function processor (line 1349) | def processor(): function _sys_version (line 1389) | def _sys_version(sys_version=None): function python_implementation (line 1487) | def python_implementation(): function python_version (line 1500) | def python_version(): function python_version_tuple (line 1510) | def python_version_tuple(): function python_branch (line 1521) | def python_branch(): function python_revision (line 1535) | def python_revision(): function python_build (line 1548) | def python_build(): function python_compiler (line 1556) | def python_compiler(): function platform (line 1568) | def platform(aliased=0, terse=0): FILE: tests/pythons/win64-py27/Lib/plistlib.py function readPlist (line 68) | def readPlist(pathOrFile): function writePlist (line 84) | def writePlist(rootObject, pathOrFile): function readPlistFromString (line 100) | def readPlistFromString(data): function writePlistToString (line 106) | def writePlistToString(rootObject): function readPlistFromResource (line 114) | def readPlistFromResource(path, restype='plst', resid=0): function writePlistToResource (line 130) | def writePlistToResource(rootObject, path, restype='plst', resid=0): class DumbXMLWriter (line 151) | class DumbXMLWriter: method __init__ (line 153) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 159) | def beginElement(self, element): method endElement (line 164) | def endElement(self, element): method simpleElement (line 170) | def simpleElement(self, element, value=None): method writeln (line 177) | def writeln(self, line): function _dateFromString (line 189) | def _dateFromString(s): function _dateToString (line 200) | def _dateToString(d): function _escapeAndEncode (line 212) | def _escapeAndEncode(text): class PlistWriter (line 230) | class PlistWriter(DumbXMLWriter): method __init__ (line 232) | def __init__(self, file, indentLevel=0, indent="\t", writeHeader=1): method writeValue (line 237) | def writeValue(self, value): method writeData (line 262) | def writeData(self, data): method writeDict (line 273) | def writeDict(self, d): method writeArray (line 284) | def writeArray(self, array): class _InternalDict (line 291) | class _InternalDict(dict): method __getattr__ (line 297) | def __getattr__(self, attr): method __setattr__ (line 307) | def __setattr__(self, attr, value): method __delattr__ (line 313) | def __delattr__(self, attr): class Dict (line 322) | class Dict(_InternalDict): method __init__ (line 324) | def __init__(self, **kwargs): class Plist (line 331) | class Plist(_InternalDict): method __init__ (line 337) | def __init__(self, **kwargs): method fromFile (line 343) | def fromFile(cls, pathOrFile): method write (line 351) | def write(self, pathOrFile): function _encodeBase64 (line 356) | def _encodeBase64(s, maxlinelength=76): class Data (line 365) | class Data: method __init__ (line 369) | def __init__(self, data): method fromBase64 (line 372) | def fromBase64(cls, data): method asBase64 (line 378) | def asBase64(self, maxlinelength=76): method __cmp__ (line 381) | def __cmp__(self, other): method __repr__ (line 389) | def __repr__(self): class PlistParser (line 393) | class PlistParser: method __init__ (line 395) | def __init__(self): method parse (line 400) | def parse(self, fileobj): method handleBeginElement (line 409) | def handleBeginElement(self, element, attrs): method handleEndElement (line 415) | def handleEndElement(self, element): method handleData (line 420) | def handleData(self, data): method addObject (line 423) | def addObject(self, value): method getData (line 433) | def getData(self): method begin_dict (line 444) | def begin_dict(self, attrs): method end_dict (line 448) | def end_dict(self): method end_key (line 451) | def end_key(self): method begin_array (line 454) | def begin_array(self, attrs): method end_array (line 458) | def end_array(self): method end_true (line 461) | def end_true(self): method end_false (line 463) | def end_false(self): method end_integer (line 465) | def end_integer(self): method end_real (line 467) | def end_real(self): method end_string (line 469) | def end_string(self): method end_data (line 471) | def end_data(self): method end_date (line 473) | def end_date(self): FILE: tests/pythons/win64-py27/Lib/popen2.py function _cleanup (line 24) | def _cleanup(): class Popen3 (line 34) | class Popen3: method __init__ (line 40) | def __init__(self, cmd, capturestderr=False, bufsize=-1): method __del__ (line 74) | def __del__(self): method _run_child (line 82) | def _run_child(self, cmd): method poll (line 91) | def poll(self, _deadstate=None): method wait (line 105) | def wait(self): class Popen4 (line 116) | class Popen4(Popen3): method __init__ (line 119) | def __init__(self, cmd, bufsize=-1): function popen2 (line 141) | def popen2(cmd, bufsize=-1, mode='t'): function popen3 (line 151) | def popen3(cmd, bufsize=-1, mode='t'): function popen4 (line 161) | def popen4(cmd, bufsize=-1, mode='t'): function popen2 (line 171) | def popen2(cmd, bufsize=-1, mode='t'): function popen3 (line 181) | def popen3(cmd, bufsize=-1, mode='t'): function popen4 (line 191) | def popen4(cmd, bufsize=-1, mode='t'): FILE: tests/pythons/win64-py27/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 36) | class POP3: method __init__ (line 79) | def __init__(self, host, port=POP3_PORT, method _putline (line 89) | def _putline(self, line): method _putcmd (line 96) | def _putcmd(self, line): method _getline (line 105) | def _getline(self): method _getresp (line 123) | def _getresp(self): method _getlongresp (line 134) | def _getlongresp(self): method _shortcmd (line 150) | def _shortcmd(self, line): method _longcmd (line 157) | def _longcmd(self, line): method getwelcome (line 164) | def getwelcome(self): method set_debuglevel (line 168) | def set_debuglevel(self, level): method user (line 174) | def user(self, user): method pass_ (line 182) | def pass_(self, pswd): method stat (line 192) | def stat(self): method list (line 205) | def list(self, which=None): method retr (line 219) | def retr(self, which): method dele (line 227) | def dele(self, which): method noop (line 235) | def noop(self): method rset (line 243) | def rset(self): method quit (line 248) | def quit(self): method rpop (line 264) | def rpop(self, user): method apop (line 271) | def apop(self, user, secret): method top (line 291) | def top(self, which, howmuch): method uidl (line 300) | def uidl(self, which=None): class POP3_SSL (line 317) | class POP3_SSL(POP3): method __init__ (line 330) | def __init__(self, host, port = POP3_SSL_PORT, keyfile = None, certfil... method _fillBuffer (line 356) | def _fillBuffer(self): method _getline (line 362) | def _getline(self): method _putline (line 380) | def _putline(self, line): method quit (line 391) | def quit(self): FILE: tests/pythons/win64-py27/Lib/posixfile.py class _posixfile_ (line 59) | class _posixfile_: method __repr__ (line 67) | def __repr__(self): method open (line 76) | def open(self, name, mode='r', bufsize=-1): method fileopen (line 80) | def fileopen(self, file): method file (line 96) | def file(self): method dup (line 99) | def dup(self): method dup2 (line 107) | def dup2(self, fd): method flags (line 116) | def flags(self, *which): method lock (line 153) | def lock(self, how, *args): function open (line 220) | def open(name, mode='r', bufsize=-1): function fileopen (line 224) | def fileopen(file): FILE: tests/pythons/win64-py27/Lib/posixpath.py class _unicode (line 25) | class _unicode(object): function normcase (line 51) | def normcase(s): function isabs (line 59) | def isabs(s): function join (line 68) | def join(a, *p): function split (line 89) | def split(p): function splitext (line 104) | def splitext(p): function splitdrive (line 111) | def splitdrive(p): function basename (line 119) | def basename(p): function dirname (line 127) | def dirname(p): function islink (line 139) | def islink(path): function lexists (line 149) | def lexists(path): function samefile (line 160) | def samefile(f1, f2): function sameopenfile (line 170) | def sameopenfile(fp1, fp2): function samestat (line 180) | def samestat(s1, s2): function ismount (line 189) | def ismount(path): function walk (line 218) | def walk(top, func, arg): function expanduser (line 258) | def expanduser(path): function expandvars (line 289) | def expandvars(path): function normpath (line 321) | def normpath(path): function abspath (line 350) | def abspath(path): function realpath (line 364) | def realpath(filename): function _joinrealpath (line 372) | def _joinrealpath(path, rest, seen): function relpath (line 416) | def relpath(path, start=curdir): FILE: tests/pythons/win64-py27/Lib/pprint.py function pprint (line 55) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 61) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 65) | def saferepr(object): function isreadable (line 69) | def isreadable(object): function isrecursive (line 73) | def isrecursive(object): function _sorted (line 77) | def _sorted(iterable): class PrettyPrinter (line 84) | class PrettyPrinter: method __init__ (line 85) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 116) | def pprint(self, object): method pformat (line 120) | def pformat(self, object): method isrecursive (line 125) | def isrecursive(self, object): method isreadable (line 128) | def isreadable(self, object): method _format (line 132) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 224) | def _repr(self, object, context, level): method format (line 233) | def format(self, object, context, maxlevels, level): function _safe_repr (line 243) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 327) | def _recursion(object): function _perfcheck (line 332) | def _perfcheck(object=None): FILE: tests/pythons/win64-py27/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): function help (line 87) | def help(): function _get_time_times (line 92) | def _get_time_times(timer=os.times): function _get_time_resource (line 104) | def _get_time_resource(timer=resgetrusage): class Profile (line 111) | class Profile: method __init__ (line 152) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 203) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 221) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 236) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 250) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 269) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 277) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 299) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 310) | def trace_dispatch_return(self, frame, t): method set_cmd (line 364) | def set_cmd(self, cmd): class fake_code (line 369) | class fake_code: method __init__ (line 370) | def __init__(self, filename, line, name): method __repr__ (line 376) | def __repr__(self): class fake_frame (line 379) | class fake_frame: method __init__ (line 380) | def __init__(self, code, prior): method simulate_call (line 384) | def simulate_call(self, name): method simulate_cmd_complete (line 396) | def simulate_cmd_complete(self): method print_stats (line 407) | def print_stats(self, sort=-1): method dump_stats (line 412) | def dump_stats(self, file): method create_stats (line 418) | def create_stats(self): method snapshot_stats (line 422) | def snapshot_stats(self): method run (line 435) | def run(self, cmd): method runctx (line 440) | def runctx(self, cmd, globals, locals): method runcall (line 450) | def runcall(self, func, *args, **kw): method calibrate (line 499) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 510) | def _calibrate_inner(self, m, verbose): function Stats (line 573) | def Stats(*args): function main (line 576) | def main(): FILE: tests/pythons/win64-py27/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, **kwds): method init (line 84) | def init(self, arg): method load_stats (line 106) | def load_stats(self, arg): method get_top_level_stats (line 127) | def get_top_level_stats(self): method add (line 137) | def add(self, *arg_list): method dump_stats (line 163) | def dump_stats(self, filename): method get_sort_arg_defs (line 190) | def get_sort_arg_defs(self): method sort_stats (line 209) | def sort_stats(self, *field): method reverse_order (line 241) | def reverse_order(self): method strip_dirs (line 246) | def strip_dirs(self): method calc_callees (line 275) | def calc_callees(self): method eval_print_amount (line 293) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 319) | def get_print_list(self, sel_list): method print_stats (line 343) | def print_stats(self, *amount): method print_callees (line 365) | def print_callees(self, *amount): method print_callers (line 380) | def print_callers(self, *amount): method print_call_heading (line 391) | def print_call_heading(self, name_size, column_title): method print_call_line (line 403) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 429) | def print_title(self): method print_line (line 433) | def print_line(self, func): # hack : should print percentages class TupleComp (line 451) | class TupleComp: method __init__ (line 459) | def __init__(self, comp_select_list): method compare (line 462) | def compare (self, left, right): function func_strip_path (line 475) | def func_strip_path(func_name): function func_get_function_name (line 479) | def func_get_function_name(func): function func_std_string (line 482) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 499) | def add_func_stats(target, source): function add_callers (line 506) | def add_callers(target, source): function count_calls (line 524) | def count_calls(callers): function f8 (line 535) | def f8(x): class ProfileBrowser (line 549) | class ProfileBrowser(cmd.Cmd): method __init__ (line 550) | def __init__(self, profile=None): method generic (line 558) | def generic(self, fn, line): method generic_help (line 582) | def generic_help(self): method do_add (line 590) | def do_add(self, line): method help_add (line 596) | def help_add(self): method do_callees (line 599) | def do_callees(self, line): method help_callees (line 601) | def help_callees(self): method do_callers (line 605) | def do_callers(self, line): method help_callers (line 607) | def help_callers(self): method do_EOF (line 611) | def do_EOF(self, line): method help_EOF (line 614) | def help_EOF(self): method do_quit (line 617) | def do_quit(self, line): method help_quit (line 619) | def help_quit(self): method do_read (line 622) | def do_read(self, line): method help_read (line 639) | def help_read(self): method do_reverse (line 643) | def do_reverse(self, line): method help_reverse (line 649) | def help_reverse(self): method do_sort (line 652) | def do_sort(self, line): method help_sort (line 664) | def help_sort(self): method complete_sort (line 667) | def complete_sort(self, text, *args): method do_stats (line 670) | def do_stats(self, line): method help_stats (line 672) | def help_stats(self): method do_strip (line 676) | def do_strip(self, line): method help_strip (line 681) | def help_strip(self): method help_help (line 684) | def help_help(self): method postcmd (line 687) | def postcmd(self, stop, line): FILE: tests/pythons/win64-py27/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win64-py27/Lib/py_compile.py class PyCompileError (line 18) | class PyCompileError(Exception): method __init__ (line 45) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 60) | def __str__(self): function wr_long (line 64) | def wr_long(f, x): function compile (line 71) | def compile(file, cfile=None, dfile=None, doraise=False): function main (line 131) | def main(args=None): FILE: tests/pythons/win64-py27/Lib/pyclbr.py class Class (line 53) | class Class: method __init__ (line 55) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 65) | def _addmethod(self, name, lineno): class Function (line 68) | class Function: method __init__ (line 70) | def __init__(self, module, name, file, lineno): function readmodule (line 76) | def readmodule(module, path=None): function readmodule_ex (line 88) | def readmodule_ex(module, path=None): function _readmodule (line 97) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 279) | def _getnamelist(g): function _getname (line 299) | def _getname(g): function _main (line 318) | def _main(): FILE: tests/pythons/win64-py27/Lib/pydoc.py class deque (line 63) | class deque(list): method popleft (line 64) | def popleft(self): function pathdirs (line 69) | def pathdirs(): function getdoc (line 81) | def getdoc(object): function splitdoc (line 86) | def splitdoc(doc): function classname (line 95) | def classname(object, modname): function isdata (line 102) | def isdata(object): function replace (line 108) | def replace(text, *pairs): function cram (line 115) | def cram(text, maxlen): function stripid (line 124) | def stripid(text): function _is_some_method (line 129) | def _is_some_method(obj): function allmethods (line 132) | def allmethods(cl): function _split_list (line 142) | def _split_list(s, predicate): function visiblename (line 159) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 176) | def classify_class_attrs(object): function ispackage (line 187) | def ispackage(path): function source_synopsis (line 195) | def source_synopsis(file): function synopsis (line 212) | def synopsis(filename, cache={}): class ErrorDuringImport (line 234) | class ErrorDuringImport(Exception): method __init__ (line 236) | def __init__(self, filename, exc_info): method __str__ (line 243) | def __str__(self): function importfile (line 249) | def importfile(path): function safeimport (line 268) | def safeimport(path, forceload=0, cache={}): class Doc (line 318) | class Doc: method document (line 319) | def document(self, object, name=None, *args): method fail (line 337) | def fail(self, object, name=None, *args): method getdocloc (line 345) | def getdocloc(self, object): class HTMLRepr (line 374) | class HTMLRepr(Repr): method __init__ (line 376) | def __init__(self): method escape (line 382) | def escape(self, text): method repr (line 385) | def repr(self, object): method repr1 (line 388) | def repr1(self, x, level): method repr_string (line 395) | def repr_string(self, x, level): method repr_instance (line 408) | def repr_instance(self, x, level): class HTMLDoc (line 416) | class HTMLDoc(Doc): method page (line 425) | def page(self, title, contents): method heading (line 434) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 445) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 467) | def bigsection(self, title, *args): method preformat (line 472) | def preformat(self, text): method multicolumn (line 478) | def multicolumn(self, list, format, cols=4): method grey (line 490) | def grey(self, text): return '%s' % text method namelink (line 492) | def namelink(self, name, *dicts): method classlink (line 499) | def classlink(self, object, modname): method modulelink (line 507) | def modulelink(self, object): method modpkglink (line 511) | def modpkglink(self, data): method markup (line 526) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 564) | def formattree(self, tree, modname, parent=None): method docmodule (line 583) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 707) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 859) | def formatvalue(self, object): method docroutine (line 863) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 917) | def _docdescriptor(self, name, value, mod): method docproperty (line 930) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 934) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 939) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 943) | def index(self, dir, shadowed=None): class TextRepr (line 957) | class TextRepr(Repr): method __init__ (line 959) | def __init__(self): method repr1 (line 965) | def repr1(self, x, level): method repr_string (line 972) | def repr_string(self, x, level): method repr_instance (line 983) | def repr_instance(self, x, level): class TextDoc (line 989) | class TextDoc(Doc): method bold (line 997) | def bold(self, text): method indent (line 1001) | def indent(self, text, prefix=' '): method section (line 1009) | def section(self, title, contents): method formattree (line 1015) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1031) | def docmodule(self, object, name=None, mod=None): method docclass (line 1131) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1251) | def formatvalue(self, object): method docroutine (line 1255) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1298) | def _docdescriptor(self, name, value, mod): method docproperty (line 1311) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1315) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1319) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... function pager (line 1333) | def pager(text): function getpager (line 1339) | def getpager(): function plain (line 1370) | def plain(text): function pipepager (line 1374) | def pipepager(text, cmd): function tempfilepager (line 1383) | def tempfilepager(text, cmd): function ttypager (line 1395) | def ttypager(text): function plainpager (line 1433) | def plainpager(text): function describe (line 1437) | def describe(thing): function locate (line 1466) | def locate(path, forceload=0): class _OldStyleClass (line 1490) | class _OldStyleClass: pass function resolve (line 1493) | def resolve(thing, forceload=0): function render_doc (line 1504) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1529) | def doc(thing, title='Python Library Documentation: %s', forceload=0): function writedoc (line 1536) | def writedoc(thing, forceload=0): function writedocs (line 1548) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1555) | class Helper: method __init__ (line 1732) | def __init__(self, input=None, output=None): method __repr__ (line 1739) | def __repr__(self): method __call__ (line 1746) | def __call__(self, request=_GoInteractive): method interact (line 1759) | def interact(self): method getline (line 1771) | def getline(self, prompt): method help (line 1780) | def help(self, request): method intro (line 1798) | def intro(self): method list (line 1815) | def list(self, items, columns=4, width=80): method listkeywords (line 1829) | def listkeywords(self): method listsymbols (line 1836) | def listsymbols(self): method listtopics (line 1844) | def listtopics(self): method showtopic (line 1851) | def showtopic(self, topic, more_xrefs=''): method showsymbol (line 1883) | def showsymbol(self, symbol): method listmodules (line 1888) | def listmodules(self, key=''): class Scanner (line 1917) | class Scanner: method __init__ (line 1919) | def __init__(self, roots, children, descendp): method next (line 1925) | def next(self): class ModuleScanner (line 1941) | class ModuleScanner: method run (line 1944) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 1985) | def apropos(key): function serve (line 1999) | def serve(port, callback=None, completer=None): function gui (line 2090) | def gui(): function ispath (line 2273) | def ispath(x): function cli (line 2276) | def cli(): FILE: tests/pythons/win64-py27/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 35) | def quote(c): function encode (line 42) | def encode(input, output, quotetabs, header = 0): function encodestring (line 105) | def encodestring(s, quotetabs = 0, header = 0): function decode (line 116) | def decode(input, output, header = 0): function decodestring (line 159) | def decodestring(s, header = 0): function ishex (line 171) | def ishex(c): function unhex (line 175) | def unhex(s): function main (line 192) | def main(): FILE: tests/pythons/win64-py27/Lib/random.py class Random (line 72) | class Random(_random.Random): method __init__ (line 91) | def __init__(self, x=None): method seed (line 100) | def seed(self, a=None): method getstate (line 119) | def getstate(self): method setstate (line 123) | def setstate(self, state): method jumpahead (line 145) | def jumpahead(self, n): method __getstate__ (line 162) | def __getstate__(self): # for pickle method __setstate__ (line 165) | def __setstate__(self, state): # for pickle method __reduce__ (line 168) | def __reduce__(self): method randrange (line 173) | def randrange(self, start, stop=None, step=1, _int=int, _maxwidth=1L<<... method randint (line 236) | def randint(self, a, b): method _randbelow (line 242) | def _randbelow(self, n, _log=_log, _int=int, _maxwidth=1L< self.__cast(other) method __ge__ (line 859) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 860) | def __cast(self, other): method __contains__ (line 862) | def __contains__(self, item): return item in self.data method __len__ (line 863) | def __len__(self): return len(self.data) method __getitem__ (line 864) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 865) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 866) | def __delitem__(self, i): del self.data[i] method __add__ (line 867) | def __add__(self, other): method __radd__ (line 873) | def __radd__(self, other): method __iadd__ (line 879) | def __iadd__(self, other): method __mul__ (line 887) | def __mul__(self, n): method __imul__ (line 890) | def __imul__(self, n): method append (line 893) | def append(self, item): self.data.append(item) method insert (line 894) | def insert(self, i, item): self.data.insert(i, item) method pop (line 895) | def pop(self, i=-1): return self.data.pop(i) method remove (line 896) | def remove(self, item): self.data.remove(item) method count (line 897) | def count(self, item): return self.data.count(item) method index (line 898) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 899) | def reverse(self): self.data.reverse() method sort (line 900) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 901) | def extend(self, other): class UserString (line 913) | class UserString(Sequence): method __init__ (line 914) | def __init__(self, seq): method __str__ (line 921) | def __str__(self): return str(self.data) method __repr__ (line 922) | def __repr__(self): return repr(self.data) method __int__ (line 923) | def __int__(self): return int(self.data) method __float__ (line 924) | def __float__(self): return float(self.data) method __complex__ (line 925) | def __complex__(self): return complex(self.data) method __hash__ (line 926) | def __hash__(self): return hash(self.data) method __eq__ (line 928) | def __eq__(self, string): method __ne__ (line 932) | def __ne__(self, string): method __lt__ (line 936) | def __lt__(self, string): method __le__ (line 940) | def __le__(self, string): method __gt__ (line 944) | def __gt__(self, string): method __ge__ (line 948) | def __ge__(self, string): method __contains__ (line 953) | def __contains__(self, char): method __len__ (line 958) | def __len__(self): return len(self.data) method __getitem__ (line 959) | def __getitem__(self, index): return self.__class__(self.data[index]) method __add__ (line 960) | def __add__(self, other): method __radd__ (line 966) | def __radd__(self, other): method __mul__ (line 970) | def __mul__(self, n): method __mod__ (line 973) | def __mod__(self, args): method capitalize (line 977) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 978) | def center(self, width, *args): method count (line 980) | def count(self, sub, start=0, end=_sys.maxsize): method encode (line 984) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 990) | def endswith(self, suffix, start=0, end=_sys.maxsize): method expandtabs (line 992) | def expandtabs(self, tabsize=8): method find (line 994) | def find(self, sub, start=0, end=_sys.maxsize): method format (line 998) | def format(self, *args, **kwds): method index (line 1000) | def index(self, sub, start=0, end=_sys.maxsize): method isalpha (line 1002) | def isalpha(self): return self.data.isalpha() method isalnum (line 1003) | def isalnum(self): return self.data.isalnum() method isdecimal (line 1004) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 1005) | def isdigit(self): return self.data.isdigit() method isidentifier (line 1006) | def isidentifier(self): return self.data.isidentifier() method islower (line 1007) | def islower(self): return self.data.islower() method isnumeric (line 1008) | def isnumeric(self): return self.data.isnumeric() method isspace (line 1009) | def isspace(self): return self.data.isspace() method istitle (line 1010) | def istitle(self): return self.data.istitle() method isupper (line 1011) | def isupper(self): return self.data.isupper() method join (line 1012) | def join(self, seq): return self.data.join(seq) method ljust (line 1013) | def ljust(self, width, *args): method lower (line 1015) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 1016) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 1017) | def partition(self, sep): method replace (line 1019) | def replace(self, old, new, maxsplit=-1): method rfind (line 1025) | def rfind(self, sub, start=0, end=_sys.maxsize): method rindex (line 1029) | def rindex(self, sub, start=0, end=_sys.maxsize): method rjust (line 1031) | def rjust(self, width, *args): method rpartition (line 1033) | def rpartition(self, sep): method rstrip (line 1035) | def rstrip(self, chars=None): method split (line 1037) | def split(self, sep=None, maxsplit=-1): method rsplit (line 1039) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 1041) | def splitlines(self, keepends=0): return self.data.splitlines(keepends) method startswith (line 1042) | def startswith(self, prefix, start=0, end=_sys.maxsize): method strip (line 1044) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 1045) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 1046) | def title(self): return self.__class__(self.data.title()) method translate (line 1047) | def translate(self, *args): method upper (line 1049) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 1050) | def zfill(self, width): return self.__class__(self.data.zfill(width)) class Point (line 1066) | class Point(namedtuple('Point', 'x y')): method hypot (line 1069) | def hypot(self): method __str__ (line 1071) | def __str__(self): method _replace (line 1081) | def _replace(self, _map=map, **kwds): class Point (line 1077) | class Point(namedtuple('Point', 'x y')): method hypot (line 1069) | def hypot(self): method __str__ (line 1071) | def __str__(self): method _replace (line 1081) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win64-py32/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win64-py32/Lib/compileall.py function compile_dir (line 22) | def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, function compile_file (line 65) | def compile_file(fullname, ddir=None, force=False, rx=None, quiet=False, function compile_path (line 139) | def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False, function main (line 163) | def main(): FILE: tests/pythons/win64-py32/Lib/concurrent/futures/_base.py class Error (line 45) | class Error(Exception): class CancelledError (line 49) | class CancelledError(Error): class TimeoutError (line 53) | class TimeoutError(Error): class _Waiter (line 57) | class _Waiter(object): method __init__ (line 59) | def __init__(self): method add_result (line 63) | def add_result(self, future): method add_exception (line 66) | def add_exception(self, future): method add_cancelled (line 69) | def add_cancelled(self, future): class _AsCompletedWaiter (line 72) | class _AsCompletedWaiter(_Waiter): method __init__ (line 75) | def __init__(self): method add_result (line 79) | def add_result(self, future): method add_exception (line 84) | def add_exception(self, future): method add_cancelled (line 89) | def add_cancelled(self, future): class _FirstCompletedWaiter (line 94) | class _FirstCompletedWaiter(_Waiter): method add_result (line 97) | def add_result(self, future): method add_exception (line 101) | def add_exception(self, future): method add_cancelled (line 105) | def add_cancelled(self, future): class _AllCompletedWaiter (line 109) | class _AllCompletedWaiter(_Waiter): method __init__ (line 112) | def __init__(self, num_pending_calls, stop_on_exception): method _decrement_pending_calls (line 118) | def _decrement_pending_calls(self): method add_result (line 124) | def add_result(self, future): method add_exception (line 128) | def add_exception(self, future): method add_cancelled (line 135) | def add_cancelled(self, future): class _AcquireFutures (line 139) | class _AcquireFutures(object): method __init__ (line 142) | def __init__(self, futures): method __enter__ (line 145) | def __enter__(self): method __exit__ (line 149) | def __exit__(self, *args): function _create_and_install_waiters (line 153) | def _create_and_install_waiters(fs, return_when): function as_completed (line 174) | def as_completed(fs, timeout=None): function wait (line 232) | def wait(fs, timeout=None, return_when=ALL_COMPLETED): class Future (line 280) | class Future(object): method __init__ (line 283) | def __init__(self): method _invoke_callbacks (line 292) | def _invoke_callbacks(self): method __repr__ (line 299) | def __repr__(self): method cancel (line 316) | def cancel(self): method cancelled (line 335) | def cancelled(self): method running (line 340) | def running(self): method done (line 345) | def done(self): method __get_result (line 350) | def __get_result(self): method add_done_callback (line 356) | def add_done_callback(self, fn): method result (line 373) | def result(self, timeout=None): method exception (line 404) | def exception(self, timeout=None): method set_running_or_notify_cancel (line 438) | def set_running_or_notify_cancel(self): method set_result (line 478) | def set_result(self, result): method set_exception (line 491) | def set_exception(self, exception): class Executor (line 504) | class Executor(object): method submit (line 507) | def submit(self, fn, *args, **kwargs): method map (line 518) | def map(self, fn, *iterables, timeout=None): method shutdown (line 551) | def shutdown(self, wait=True): method __enter__ (line 564) | def __enter__(self): method __exit__ (line 567) | def __exit__(self, exc_type, exc_val, exc_tb): FILE: tests/pythons/win64-py32/Lib/concurrent/futures/process.py function _python_exit (line 72) | def _python_exit(): class _WorkItem (line 87) | class _WorkItem(object): method __init__ (line 88) | def __init__(self, future, fn, args, kwargs): class _ResultItem (line 94) | class _ResultItem(object): method __init__ (line 95) | def __init__(self, work_id, exception=None, result=None): class _CallItem (line 100) | class _CallItem(object): method __init__ (line 101) | def __init__(self, work_id, fn, args, kwargs): function _process_worker (line 107) | def _process_worker(call_queue, result_queue): function _add_call_item_to_queue (line 135) | def _add_call_item_to_queue(pending_work_items, function _queue_management_worker (line 172) | def _queue_management_worker(executor_reference, function _check_system_limits (line 239) | def _check_system_limits(): class ProcessPoolExecutor (line 262) | class ProcessPoolExecutor(_base.Executor): method __init__ (line 263) | def __init__(self, max_workers=None): method _start_queue_management_thread (line 294) | def _start_queue_management_thread(self): method _adjust_process_count (line 312) | def _adjust_process_count(self): method submit (line 321) | def submit(self, fn, *args, **kwargs): method shutdown (line 340) | def shutdown(self, wait=True): FILE: tests/pythons/win64-py32/Lib/concurrent/futures/thread.py function _python_exit (line 31) | def _python_exit(): class _WorkItem (line 42) | class _WorkItem(object): method __init__ (line 43) | def __init__(self, future, fn, args, kwargs): method run (line 49) | def run(self): function _worker (line 60) | def _worker(executor_reference, work_queue): class ThreadPoolExecutor (line 80) | class ThreadPoolExecutor(_base.Executor): method __init__ (line 81) | def __init__(self, max_workers): method submit (line 94) | def submit(self, fn, *args, **kwargs): method _adjust_thread_count (line 107) | def _adjust_thread_count(self): method shutdown (line 123) | def shutdown(self, wait=True): FILE: tests/pythons/win64-py32/Lib/configparser.py class Error (line 143) | class Error(Exception): method _get_message (line 146) | def _get_message(self): method _set_message (line 152) | def _set_message(self, value): method __init__ (line 163) | def __init__(self, msg=''): method __repr__ (line 167) | def __repr__(self): class NoSectionError (line 173) | class NoSectionError(Error): method __init__ (line 176) | def __init__(self, section): class DuplicateSectionError (line 182) | class DuplicateSectionError(Error): method __init__ (line 190) | def __init__(self, section, source=None, lineno=None): class DuplicateOptionError (line 208) | class DuplicateOptionError(Error): method __init__ (line 215) | def __init__(self, section, option, source=None, lineno=None): class NoOptionError (line 235) | class NoOptionError(Error): method __init__ (line 238) | def __init__(self, option, section): class InterpolationError (line 246) | class InterpolationError(Error): method __init__ (line 249) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 256) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 259) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 271) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 279) | class InterpolationDepthError(InterpolationError): method __init__ (line 282) | def __init__(self, option, section, rawval): class ParsingError (line 292) | class ParsingError(Error): method __init__ (line 295) | def __init__(self, source=None, filename=None): method filename (line 311) | def filename(self): method filename (line 321) | def filename(self, value): method append (line 330) | def append(self, lineno, line): class MissingSectionHeaderError (line 335) | class MissingSectionHeaderError(ParsingError): method __init__ (line 338) | def __init__(self, filename, lineno, line): class Interpolation (line 355) | class Interpolation: method before_get (line 358) | def before_get(self, parser, section, option, value, defaults): method before_set (line 361) | def before_set(self, parser, section, option, value): method before_read (line 364) | def before_read(self, parser, section, option, value): method before_write (line 367) | def before_write(self, parser, section, option, value): class BasicInterpolation (line 371) | class BasicInterpolation(Interpolation): method before_get (line 388) | def before_get(self, parser, section, option, value, defaults): method before_set (line 393) | def before_set(self, parser, section, option, value): method _interpolate_some (line 401) | def _interpolate_some(self, parser, option, accum, rest, section, map, class ExtendedInterpolation (line 442) | class ExtendedInterpolation(Interpolation): method before_get (line 448) | def before_get(self, parser, section, option, value, defaults): method before_set (line 453) | def before_set(self, parser, section, option, value): method _interpolate_some (line 461) | def _interpolate_some(self, parser, option, accum, rest, section, map, class LegacyInterpolation (line 515) | class LegacyInterpolation(Interpolation): method before_get (line 521) | def before_get(self, parser, section, option, value, vars): method before_set (line 541) | def before_set(self, parser, section, option, value): method _interpolation_replace (line 545) | def _interpolation_replace(match, parser): class RawConfigParser (line 553) | class RawConfigParser(MutableMapping): method __init__ (line 594) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 632) | def defaults(self): method sections (line 635) | def sections(self): method add_section (line 640) | def add_section(self, section): method has_section (line 654) | def has_section(self, section): method options (line 661) | def options(self, section): method read (line 670) | def read(self, filenames, encoding=None): method read_file (line 694) | def read_file(self, f, source=None): method read_string (line 709) | def read_string(self, string, source=''): method read_dict (line 714) | def read_dict(self, dictionary, source=''): method readfp (line 745) | def readfp(self, fp, filename=None): method get (line 754) | def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): method _get (line 791) | def _get(self, section, conv, option, **kwargs): method getint (line 794) | def getint(self, section, option, *, raw=False, vars=None, method getfloat (line 804) | def getfloat(self, section, option, *, raw=False, vars=None, method getboolean (line 814) | def getboolean(self, section, option, *, raw=False, vars=None, method items (line 825) | def items(self, section=_UNSET, raw=False, vars=None): method popitem (line 854) | def popitem(self): method optionxform (line 867) | def optionxform(self, optionstr): method has_option (line 870) | def has_option(self, section, option): method set (line 884) | def set(self, section, option, value=None): method write (line 898) | def write(self, fp, space_around_delimiters=True): method _write_section (line 915) | def _write_section(self, fp, section_name, section_items, delimiter): method remove_option (line 928) | def remove_option(self, section, option): method remove_section (line 943) | def remove_section(self, section): method __getitem__ (line 951) | def __getitem__(self, key): method __setitem__ (line 956) | def __setitem__(self, key, value): method __delitem__ (line 966) | def __delitem__(self, key): method __contains__ (line 973) | def __contains__(self, key): method __len__ (line 976) | def __len__(self): method __iter__ (line 979) | def __iter__(self): method _read (line 983) | def _read(self, fp, fpname): method _join_multiline_values (line 1097) | def _join_multiline_values(self): method _handle_error (line 1109) | def _handle_error(self, exc, fpname, lineno, line): method _unify_values (line 1115) | def _unify_values(self, section, vars): method _convert_to_boolean (line 1135) | def _convert_to_boolean(self, value): method _validate_value_types (line 1142) | def _validate_value_types(self, *, section="", option="", value=""): class ConfigParser (line 1164) | class ConfigParser(RawConfigParser): method set (line 1169) | def set(self, section, option, value=None): method add_section (line 1175) | def add_section(self, section): class SafeConfigParser (line 1183) | class SafeConfigParser(ConfigParser): method __init__ (line 1186) | def __init__(self, *args, **kwargs): class SectionProxy (line 1196) | class SectionProxy(MutableMapping): method __init__ (line 1199) | def __init__(self, parser, name): method __repr__ (line 1204) | def __repr__(self): method __getitem__ (line 1207) | def __getitem__(self, key): method __setitem__ (line 1212) | def __setitem__(self, key, value): method __delitem__ (line 1216) | def __delitem__(self, key): method __contains__ (line 1221) | def __contains__(self, key): method __len__ (line 1224) | def __len__(self): method __iter__ (line 1227) | def __iter__(self): method _options (line 1230) | def _options(self): method get (line 1236) | def get(self, option, fallback=None, *, raw=False, vars=None): method getint (line 1240) | def getint(self, option, fallback=None, *, raw=False, vars=None): method getfloat (line 1244) | def getfloat(self, option, fallback=None, *, raw=False, vars=None): method getboolean (line 1248) | def getboolean(self, option, fallback=None, *, raw=False, vars=None): method parser (line 1253) | def parser(self): method name (line 1258) | def name(self): FILE: tests/pythons/win64-py32/Lib/contextlib.py class ContextDecorator (line 10) | class ContextDecorator(object): method _recreate_cm (line 13) | def _recreate_cm(self): method __call__ (line 25) | def __call__(self, func): class _GeneratorContextManager (line 33) | class _GeneratorContextManager(ContextDecorator): method __init__ (line 36) | def __init__(self, func, *args, **kwds): method _recreate_cm (line 40) | def _recreate_cm(self): method __enter__ (line 46) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): function contextmanager (line 85) | def contextmanager(func): class closing (line 119) | class closing(object): method __init__ (line 136) | def __init__(self, thing): method __enter__ (line 138) | def __enter__(self): method __exit__ (line 140) | def __exit__(self, *exc_info): FILE: tests/pythons/win64-py32/Lib/copy.py class Error (line 56) | class Error(Exception): function copy (line 67) | def copy(x): function _copy_immutable (line 102) | def _copy_immutable(x): function _copy_with_constructor (line 117) | def _copy_with_constructor(x): function _copy_with_copy_method (line 122) | def _copy_with_copy_method(x): function deepcopy (line 129) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 182) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 205) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 213) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 232) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 242) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 246) | def _keep_alive(x, memo): function _reconstruct (line 262) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 322) | class _EmptyClass: function _test (line 325) | def _test(): FILE: tests/pythons/win64-py32/Lib/copyreg.py function pickle (line 12) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 22) | def constructor(object): function pickle_complex (line 34) | def pickle_complex(c): function _reconstructor (line 41) | def _reconstructor(cls, base, state): function _reduce_ex (line 54) | def _reduce_ex(self, proto): function __newobj__ (line 87) | def __newobj__(cls, *args): function _slotnames (line 90) | def _slotnames(cls): function add_extension (line 152) | def add_extension(module, name, code): function remove_extension (line 170) | def remove_extension(module, name, code): function clear_extension_cache (line 182) | def clear_extension_cache(): FILE: tests/pythons/win64-py32/Lib/csv.py class Dialect (line 22) | class Dialect: method __init__ (line 41) | def __init__(self): method _validate (line 46) | def _validate(self): class excel (line 53) | class excel(Dialect): class excel_tab (line 63) | class excel_tab(excel): class unix_dialect (line 68) | class unix_dialect(Dialect): class DictReader (line 79) | class DictReader: method __init__ (line 80) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 89) | def __iter__(self): method fieldnames (line 93) | def fieldnames(self): method fieldnames (line 103) | def fieldnames(self, value): method __next__ (line 106) | def __next__(self): class DictWriter (line 129) | class DictWriter: method __init__ (line 130) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 140) | def writeheader(self): method _dict_to_list (line 144) | def _dict_to_list(self, rowdict): method writerow (line 152) | def writerow(self, rowdict): method writerows (line 155) | def writerows(self, rowdicts): class Sniffer (line 167) | class Sniffer: method __init__ (line 172) | def __init__(self): method sniff (line 177) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 206) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 280) | def _guess_delimiter(self, data, delimiters): method has_header (line 383) | def has_header(self, sample): FILE: tests/pythons/win64-py32/Lib/ctypes/__init__.py function create_string_buffer (line 49) | def create_string_buffer(init, size=None): function c_buffer (line 67) | def c_buffer(init, size=None): function CFUNCTYPE (line 75) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 116) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 144) | def _check_size(typ, typecode=None): class py_object (line 156) | class py_object(_SimpleCData): method __repr__ (line 158) | def __repr__(self): class c_short (line 165) | class c_short(_SimpleCData): class c_ushort (line 169) | class c_ushort(_SimpleCData): class c_long (line 173) | class c_long(_SimpleCData): class c_ulong (line 177) | class c_ulong(_SimpleCData): class c_int (line 186) | class c_int(_SimpleCData): class c_uint (line 190) | class c_uint(_SimpleCData): class c_float (line 194) | class c_float(_SimpleCData): class c_double (line 198) | class c_double(_SimpleCData): class c_longdouble (line 202) | class c_longdouble(_SimpleCData): class c_longlong (line 212) | class c_longlong(_SimpleCData): class c_ulonglong (line 216) | class c_ulonglong(_SimpleCData): class c_ubyte (line 223) | class c_ubyte(_SimpleCData): class c_byte (line 230) | class c_byte(_SimpleCData): class c_char (line 235) | class c_char(_SimpleCData): class c_char_p (line 240) | class c_char_p(_SimpleCData): method __repr__ (line 243) | def __repr__(self): method __repr__ (line 248) | def __repr__(self): class c_void_p (line 252) | class c_void_p(_SimpleCData): class c_bool (line 257) | class c_bool(_SimpleCData): class c_wchar_p (line 262) | class c_wchar_p(_SimpleCData): class c_wchar (line 265) | class c_wchar(_SimpleCData): function _reset_cache (line 268) | def _reset_cache(): function create_unicode_buffer (line 284) | def create_unicode_buffer(init, size=None): function SetPointerType (line 304) | def SetPointerType(pointer, cls): function ARRAY (line 314) | def ARRAY(typ, len): class CDLL (line 320) | class CDLL(object): method __init__ (line 337) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 357) | def __repr__(self): method __getattr__ (line 363) | def __getattr__(self, name): method __getitem__ (line 370) | def __getitem__(self, name_or_ordinal): class PyDLL (line 376) | class PyDLL(CDLL): class WinDLL (line 385) | class WinDLL(CDLL): class HRESULT (line 394) | class HRESULT(_SimpleCData): class OleDLL (line 407) | class OleDLL(CDLL): class LibraryLoader (line 416) | class LibraryLoader(object): method __init__ (line 417) | def __init__(self, dlltype): method __getattr__ (line 420) | def __getattr__(self, name): method __getitem__ (line 427) | def __getitem__(self, name): method LoadLibrary (line 430) | def LoadLibrary(self, name): function WinError (line 454) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 481) | def PYFUNCTYPE(restype, *argtypes): function cast (line 489) | def cast(obj, typ): function string_at (line 493) | def string_at(ptr, size=-1): function wstring_at (line 505) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 513) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 521) | def DllCanUnloadNow(): FILE: tests/pythons/win64-py32/Lib/ctypes/_endian.py function _other_endian (line 6) | def _other_endian(typ): class _swapped_meta (line 23) | class _swapped_meta(type(Structure)): method __setattr__ (line 24) | def __setattr__(self, attrname, value): class BigEndianStructure (line 46) | class BigEndianStructure(Structure, metaclass=_swapped_meta): class LittleEndianStructure (line 54) | class LittleEndianStructure(Structure, metaclass=_swapped_meta): FILE: tests/pythons/win64-py32/Lib/ctypes/macholib/dyld.py function dyld_env (line 31) | def dyld_env(env, var): function dyld_image_suffix (line 39) | def dyld_image_suffix(env=None): function dyld_framework_path (line 44) | def dyld_framework_path(env=None): function dyld_library_path (line 47) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 50) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 53) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 56) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 70) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 87) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 94) | def dyld_default_search(name, env=None): function dyld_find (line 116) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 129) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 152) | def test_dyld_find(): FILE: tests/pythons/win64-py32/Lib/ctypes/macholib/dylib.py function dylib_info (line 19) | def dylib_info(filename): function test_dylib_info (line 45) | def test_dylib_info(): FILE: tests/pythons/win64-py32/Lib/ctypes/macholib/framework.py function framework_info (line 19) | def framework_info(filename): function test_framework_info (line 44) | def test_framework_info(): FILE: tests/pythons/win64-py32/Lib/ctypes/util.py function _get_build_version (line 7) | def _get_build_version(): function find_msvcrt (line 30) | def find_msvcrt(): function find_library (line 47) | def find_library(name): function find_library (line 69) | def find_library(name): function find_library (line 74) | def find_library(name): function _findLib_gcc (line 89) | def _findLib_gcc(name): function _get_soname (line 117) | def _get_soname(f): function _get_soname (line 128) | def _get_soname(f): function _num_version (line 150) | def _num_version(libname): function find_library (line 161) | def find_library(name): function _findSoname_ldconfig (line 174) | def _findSoname_ldconfig(name): function find_library (line 198) | def find_library(name): function test (line 204) | def test(): FILE: tests/pythons/win64-py32/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 20) | class VARIANT_BOOL(ctypes._SimpleCData): method __repr__ (line 22) | def __repr__(self): class RECT (line 97) | class RECT(ctypes.Structure): class _SMALL_RECT (line 104) | class _SMALL_RECT(ctypes.Structure): class _COORD (line 111) | class _COORD(ctypes.Structure): class POINT (line 115) | class POINT(ctypes.Structure): class SIZE (line 120) | class SIZE(ctypes.Structure): function RGB (line 125) | def RGB(red, green, blue): class FILETIME (line 128) | class FILETIME(ctypes.Structure): class MSG (line 133) | class MSG(ctypes.Structure): class WIN32_FIND_DATAA (line 143) | class WIN32_FIND_DATAA(ctypes.Structure): class WIN32_FIND_DATAW (line 155) | class WIN32_FIND_DATAW(ctypes.Structure): FILE: tests/pythons/win64-py32/Lib/curses/__init__.py function initscr (line 26) | def initscr(): function start_color (line 43) | def start_color(): FILE: tests/pythons/win64-py32/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win64-py32/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win64-py32/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win64-py32/Lib/curses/wrapper.py function wrapper (line 12) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win64-py32/Lib/datetime.py function _cmp (line 22) | def _cmp(x, y): function _is_leap (line 47) | def _is_leap(year): function _days_before_year (line 51) | def _days_before_year(year): function _days_in_month (line 56) | def _days_in_month(year, month): function _days_before_month (line 63) | def _days_before_month(year, month): function _ymd2ord (line 68) | def _ymd2ord(year, month, day): function _ord2ymd (line 93) | def _ord2ymd(n): function _build_struct_time (line 161) | def _build_struct_time(y, m, d, hh, mm, ss, dstflag): function _format_time (line 166) | def _format_time(hh, mm, ss, us): function _wrap_strftime (line 174) | def _wrap_strftime(object, format, timetuple): function _call_tzinfo_method (line 235) | def _call_tzinfo_method(tzinfo, methname, tzinfoarg): function _check_tzname (line 241) | def _check_tzname(name): function _check_utc_offset (line 252) | def _check_utc_offset(name, offset): function _check_date_fields (line 267) | def _check_date_fields(year, month, day): function _check_time_fields (line 278) | def _check_time_fields(hour, minute, second, microsecond): function _check_tzinfo_arg (line 290) | def _check_tzinfo_arg(tz): function _cmperror (line 294) | def _cmperror(x, y): class timedelta (line 298) | class timedelta: method __new__ (line 317) | def __new__(cls, days=0, seconds=0, microseconds=0, method __repr__ (line 430) | def __repr__(self): method __str__ (line 442) | def __str__(self): method total_seconds (line 454) | def total_seconds(self): method days (line 461) | def days(self): method seconds (line 466) | def seconds(self): method microseconds (line 471) | def microseconds(self): method __add__ (line 475) | def __add__(self, other): method __sub__ (line 486) | def __sub__(self, other): method __rsub__ (line 495) | def __rsub__(self, other): method __neg__ (line 500) | def __neg__(self): method __pos__ (line 507) | def __pos__(self): method __abs__ (line 510) | def __abs__(self): method __mul__ (line 516) | def __mul__(self, other): method _to_microseconds (line 530) | def _to_microseconds(self): method __floordiv__ (line 534) | def __floordiv__(self, other): method __truediv__ (line 543) | def __truediv__(self, other): method __mod__ (line 555) | def __mod__(self, other): method __divmod__ (line 561) | def __divmod__(self, other): method __eq__ (line 570) | def __eq__(self, other): method __ne__ (line 576) | def __ne__(self, other): method __le__ (line 582) | def __le__(self, other): method __lt__ (line 588) | def __lt__(self, other): method __ge__ (line 594) | def __ge__(self, other): method __gt__ (line 600) | def __gt__(self, other): method _cmp (line 606) | def _cmp(self, other): method __hash__ (line 610) | def __hash__(self): method __bool__ (line 613) | def __bool__(self): method _getstate (line 620) | def _getstate(self): method __reduce__ (line 623) | def __reduce__(self): class date (line 631) | class date: method __new__ (line 661) | def __new__(cls, year, month=None, day=None): method fromtimestamp (line 684) | def fromtimestamp(cls, t): method today (line 690) | def today(cls): method fromordinal (line 696) | def fromordinal(cls, n): method __repr__ (line 707) | def __repr__(self): method ctime (line 728) | def ctime(self): method strftime (line 736) | def strftime(self, fmt): method __format__ (line 740) | def __format__(self, fmt): method isoformat (line 745) | def isoformat(self): method year (line 760) | def year(self): method month (line 765) | def month(self): method day (line 770) | def day(self): method timetuple (line 776) | def timetuple(self): method toordinal (line 781) | def toordinal(self): method replace (line 789) | def replace(self, year=None, month=None, day=None): method __eq__ (line 802) | def __eq__(self, other): method __ne__ (line 807) | def __ne__(self, other): method __le__ (line 812) | def __le__(self, other): method __lt__ (line 817) | def __lt__(self, other): method __ge__ (line 822) | def __ge__(self, other): method __gt__ (line 827) | def __gt__(self, other): method _cmp (line 832) | def _cmp(self, other): method __hash__ (line 838) | def __hash__(self): method __add__ (line 844) | def __add__(self, other): method __sub__ (line 855) | def __sub__(self, other): method weekday (line 865) | def weekday(self): method isoweekday (line 871) | def isoweekday(self): method isocalendar (line 876) | def isocalendar(self): method _getstate (line 905) | def _getstate(self): method __setstate (line 909) | def __setstate(self, string): method __reduce__ (line 915) | def __reduce__(self): class tzinfo (line 924) | class tzinfo: method tzname (line 930) | def tzname(self, dt): method utcoffset (line 934) | def utcoffset(self, dt): method dst (line 938) | def dst(self, dt): method fromutc (line 946) | def fromutc(self, dt): method __reduce__ (line 975) | def __reduce__(self): class time (line 993) | class time: method __new__ (line 1017) | def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None): method hour (line 1042) | def hour(self): method minute (line 1047) | def minute(self): method second (line 1052) | def second(self): method microsecond (line 1057) | def microsecond(self): method tzinfo (line 1062) | def tzinfo(self): method __eq__ (line 1070) | def __eq__(self, other): method __ne__ (line 1076) | def __ne__(self, other): method __le__ (line 1082) | def __le__(self, other): method __lt__ (line 1088) | def __lt__(self, other): method __ge__ (line 1094) | def __ge__(self, other): method __gt__ (line 1100) | def __gt__(self, other): method _cmp (line 1106) | def _cmp(self, other): method __hash__ (line 1131) | def __hash__(self): method _tzstr (line 1146) | def _tzstr(self, sep=":"): method __repr__ (line 1162) | def __repr__(self): method isoformat (line 1177) | def isoformat(self): method strftime (line 1192) | def strftime(self, fmt): method __format__ (line 1203) | def __format__(self, fmt): method utcoffset (line 1210) | def utcoffset(self): method tzname (line 1219) | def tzname(self): method dst (line 1232) | def dst(self): method replace (line 1247) | def replace(self, hour=None, minute=None, second=None, microsecond=None, method __bool__ (line 1264) | def __bool__(self): method _getstate (line 1272) | def _getstate(self): method __setstate (line 1282) | def __setstate(self, string, tzinfo): method __reduce__ (line 1293) | def __reduce__(self): class datetime (line 1302) | class datetime(date): method __new__ (line 1312) | def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, method hour (line 1331) | def hour(self): method minute (line 1336) | def minute(self): method second (line 1341) | def second(self): method microsecond (line 1346) | def microsecond(self): method tzinfo (line 1351) | def tzinfo(self): method fromtimestamp (line 1356) | def fromtimestamp(cls, t, tz=None): method utcfromtimestamp (line 1384) | def utcfromtimestamp(cls, t): method now (line 1406) | def now(cls, tz=None): method utcnow (line 1412) | def utcnow(cls): method combine (line 1418) | def combine(cls, date, time): method timetuple (line 1428) | def timetuple(self): method utctimetuple (line 1441) | def utctimetuple(self): method date (line 1450) | def date(self): method time (line 1454) | def time(self): method timetz (line 1458) | def timetz(self): method replace (line 1463) | def replace(self, year=None, month=None, day=None, hour=None, method astimezone (line 1488) | def astimezone(self, tz): method ctime (line 1510) | def ctime(self): method isoformat (line 1520) | def isoformat(self, sep='T'): method __repr__ (line 1549) | def __repr__(self): method __str__ (line 1564) | def __str__(self): method strptime (line 1569) | def strptime(cls, date_string, format): method utcoffset (line 1574) | def utcoffset(self): method tzname (line 1583) | def tzname(self): method dst (line 1594) | def dst(self): method __eq__ (line 1611) | def __eq__(self, other): method __ne__ (line 1619) | def __ne__(self, other): method __le__ (line 1627) | def __le__(self, other): method __lt__ (line 1635) | def __lt__(self, other): method __ge__ (line 1643) | def __ge__(self, other): method __gt__ (line 1651) | def __gt__(self, other): method _cmp (line 1659) | def _cmp(self, other): method __add__ (line 1689) | def __add__(self, other): method __sub__ (line 1710) | def __sub__(self, other): method __hash__ (line 1734) | def __hash__(self): method _getstate (line 1744) | def _getstate(self): method __setstate (line 1756) | def __setstate(self, string, tzinfo): method __reduce__ (line 1766) | def __reduce__(self): function _isoweek1monday (line 1775) | def _isoweek1monday(year): class timezone (line 1786) | class timezone(tzinfo): method __new__ (line 1791) | def __new__(cls, offset, name=_Omitted): method _create (line 1811) | def _create(cls, offset, name=None): method __getinitargs__ (line 1817) | def __getinitargs__(self): method __eq__ (line 1823) | def __eq__(self, other): method __hash__ (line 1828) | def __hash__(self): method __repr__ (line 1831) | def __repr__(self): method __str__ (line 1849) | def __str__(self): method utcoffset (line 1852) | def utcoffset(self, dt): method tzname (line 1858) | def tzname(self, dt): method dst (line 1866) | def dst(self, dt): method fromutc (line 1872) | def fromutc(self, dt): method _name_from_offset (line 1885) | def _name_from_offset(delta): FILE: tests/pythons/win64-py32/Lib/dbm/__init__.py class error (line 38) | class error(Exception): function open (line 48) | def open(file, flag='r', mode=0o666): function whichdb (line 92) | def whichdb(filename): FILE: tests/pythons/win64-py32/Lib/dbm/dumb.py class _Database (line 34) | class _Database(collections.MutableMapping): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 94) | def _commit(self): method __getitem__ (line 121) | def __getitem__(self, key): method _addval (line 135) | def _addval(self, val): method _setval (line 150) | def _setval(self, pos, val): method _addkey (line 160) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 167) | def __setitem__(self, key, val): method __delitem__ (line 200) | def __delitem__(self, key): method keys (line 211) | def keys(self): method items (line 214) | def items(self): method __contains__ (line 217) | def __contains__(self, key): method iterkeys (line 222) | def iterkeys(self): method __len__ (line 226) | def __len__(self): method close (line 229) | def close(self): method _chmod (line 235) | def _chmod(self, file): function open (line 240) | def open(file, flag=None, mode=0o666): FILE: tests/pythons/win64-py32/Lib/decimal.py class DecimalException (line 159) | class DecimalException(ArithmeticError): method handle (line 178) | def handle(self, context, *args): class Clamped (line 182) | class Clamped(DecimalException): class InvalidOperation (line 194) | class InvalidOperation(DecimalException): method handle (line 217) | def handle(self, context, *args): class ConversionSyntax (line 223) | class ConversionSyntax(InvalidOperation): method handle (line 230) | def handle(self, context, *args): class DivisionByZero (line 233) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 246) | def handle(self, context, sign, *args): class DivisionImpossible (line 249) | class DivisionImpossible(InvalidOperation): method handle (line 257) | def handle(self, context, *args): class DivisionUndefined (line 260) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 268) | def handle(self, context, *args): class Inexact (line 271) | class Inexact(DecimalException): class InvalidContext (line 283) | class InvalidContext(InvalidOperation): method handle (line 294) | def handle(self, context, *args): class Rounded (line 297) | class Rounded(DecimalException): class Subnormal (line 309) | class Subnormal(DecimalException): class Overflow (line 320) | class Overflow(Inexact, Rounded): method handle (line 342) | def handle(self, context, sign, *args): class Underflow (line 358) | class Underflow(Inexact, Rounded, Subnormal): class MockThreading (line 396) | class MockThreading(object): method local (line 397) | def local(self, sys=sys): function setcontext (line 412) | def setcontext(context): function getcontext (line 419) | def getcontext(): function getcontext (line 439) | def getcontext(_local=local): function setcontext (line 453) | def setcontext(context, _local=local): function localcontext (line 462) | def localcontext(ctx=None): class Decimal (line 508) | class Decimal(object): method __new__ (line 517) | def __new__(cls, value="0", context=None): method from_float (line 664) | def from_float(cls, f): method _isnan (line 702) | def _isnan(self): method _isinfinity (line 717) | def _isinfinity(self): method _check_nans (line 730) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 762) | def _compare_check_nans(self, other, context): method __bool__ (line 795) | def __bool__(self): method _cmp (line 802) | def _cmp(self, other): method __eq__ (line 866) | def __eq__(self, other, context=None): method __ne__ (line 874) | def __ne__(self, other, context=None): method __lt__ (line 883) | def __lt__(self, other, context=None): method __le__ (line 892) | def __le__(self, other, context=None): method __gt__ (line 901) | def __gt__(self, other, context=None): method __ge__ (line 910) | def __ge__(self, other, context=None): method compare (line 919) | def compare(self, other, context=None): method __hash__ (line 938) | def __hash__(self): method as_tuple (line 964) | def as_tuple(self): method __repr__ (line 971) | def __repr__(self): method __str__ (line 976) | def __str__(self, eng=False, context=None): method to_eng_string (line 1028) | def to_eng_string(self, context=None): method __neg__ (line 1038) | def __neg__(self, context=None): method __pos__ (line 1060) | def __pos__(self, context=None): method __abs__ (line 1081) | def __abs__(self, round=True, context=None): method __add__ (line 1103) | def __add__(self, other, context=None): method __sub__ (line 1191) | def __sub__(self, other, context=None): method __rsub__ (line 1205) | def __rsub__(self, other, context=None): method __mul__ (line 1213) | def __mul__(self, other, context=None): method __truediv__ (line 1270) | def __truediv__(self, other, context=None): method _divide (line 1329) | def _divide(self, other, context): method __rtruediv__ (line 1362) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1369) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1405) | def __rdivmod__(self, other, context=None): method __mod__ (line 1412) | def __mod__(self, other, context=None): method __rmod__ (line 1439) | def __rmod__(self, other, context=None): method remainder_near (line 1446) | def remainder_near(self, other, context=None): method __floordiv__ (line 1521) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1549) | def __rfloordiv__(self, other, context=None): method __float__ (line 1556) | def __float__(self): method __int__ (line 1566) | def __int__(self): method real (line 1581) | def real(self): method imag (line 1585) | def imag(self): method conjugate (line 1589) | def conjugate(self): method __complex__ (line 1592) | def __complex__(self): method _fix_nan (line 1595) | def _fix_nan(self, context): method _fix (line 1607) | def _fix(self, context): method _round_down (line 1709) | def _round_down(self, prec): method _round_up (line 1716) | def _round_up(self, prec): method _round_half_up (line 1720) | def _round_half_up(self, prec): method _round_half_down (line 1729) | def _round_half_down(self, prec): method _round_half_even (line 1736) | def _round_half_even(self, prec): method _round_ceiling (line 1744) | def _round_ceiling(self, prec): method _round_floor (line 1751) | def _round_floor(self, prec): method _round_05up (line 1758) | def _round_05up(self, prec): method __round__ (line 1776) | def __round__(self, n=None): method __floor__ (line 1838) | def __floor__(self): method __ceil__ (line 1853) | def __ceil__(self): method fma (line 1868) | def fma(self, other, third, context=None): method _power_modulo (line 1912) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 1996) | def _power_exact(self, other, p): method __pow__ (line 2211) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2427) | def __rpow__(self, other, context=None): method normalize (line 2434) | def normalize(self, context=None): method quantize (line 2459) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2530) | def same_quantum(self, other): method _rescale (line 2545) | def _rescale(self, exp, rounding): method _round (line 2579) | def _round(self, places, rounding): method to_integral_exact (line 2602) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2631) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2650) | def sqrt(self, context=None): method max (line 2749) | def max(self, other, context=None): method min (line 2791) | def min(self, other, context=None): method _isinteger (line 2825) | def _isinteger(self): method _iseven (line 2834) | def _iseven(self): method adjusted (line 2840) | def adjusted(self): method canonical (line 2848) | def canonical(self, context=None): method compare_signal (line 2856) | def compare_signal(self, other, context=None): method compare_total (line 2868) | def compare_total(self, other): method compare_total_mag (line 2941) | def compare_total_mag(self, other): method copy_abs (line 2952) | def copy_abs(self): method copy_negate (line 2956) | def copy_negate(self): method copy_sign (line 2963) | def copy_sign(self, other): method exp (line 2969) | def exp(self, context=None): method is_canonical (line 3044) | def is_canonical(self): method is_finite (line 3052) | def is_finite(self): method is_infinite (line 3060) | def is_infinite(self): method is_nan (line 3064) | def is_nan(self): method is_normal (line 3068) | def is_normal(self, context=None): method is_qnan (line 3076) | def is_qnan(self): method is_signed (line 3080) | def is_signed(self): method is_snan (line 3084) | def is_snan(self): method is_subnormal (line 3088) | def is_subnormal(self, context=None): method is_zero (line 3096) | def is_zero(self): method _ln_exp_bound (line 3100) | def _ln_exp_bound(self): method ln (line 3125) | def ln(self, context=None): method _log10_exp_bound (line 3175) | def _log10_exp_bound(self): method log10 (line 3205) | def log10(self, context=None): method logb (line 3256) | def logb(self, context=None): method _islogical (line 3286) | def _islogical(self): method _fill_logical (line 3300) | def _fill_logical(self, context, opa, opb): method logical_and (line 3313) | def logical_and(self, other, context=None): method logical_invert (line 3330) | def logical_invert(self, context=None): method logical_or (line 3337) | def logical_or(self, other, context=None): method logical_xor (line 3354) | def logical_xor(self, other, context=None): method max_mag (line 3371) | def max_mag(self, other, context=None): method min_mag (line 3401) | def min_mag(self, other, context=None): method next_minus (line 3431) | def next_minus(self, context=None): method next_plus (line 3454) | def next_plus(self, context=None): method next_toward (line 3477) | def next_toward(self, other, context=None): method number_class (line 3523) | def number_class(self, context=None): method radix (line 3565) | def radix(self): method rotate (line 3569) | def rotate(self, other, context=None): method scaleb (line 3602) | def scaleb(self, other, context=None): method shift (line 3627) | def shift(self, other, context=None): method __reduce__ (line 3666) | def __reduce__(self): method __copy__ (line 3669) | def __copy__(self): method __deepcopy__ (line 3674) | def __deepcopy__(self, memo): method __format__ (line 3681) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3761) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3785) | class _ContextManager(object): method __init__ (line 3791) | def __init__(self, new_context): method __enter__ (line 3793) | def __enter__(self): method __exit__ (line 3797) | def __exit__(self, t, v, tb): class Context (line 3800) | class Context(object): method __init__ (line 3819) | def __init__(self, prec=None, rounding=None, method __repr__ (line 3857) | def __repr__(self): method clear_flags (line 3870) | def clear_flags(self): method _shallow_copy (line 3875) | def _shallow_copy(self): method copy (line 3882) | def copy(self): method _get_clamp (line 3892) | def _get_clamp(self): method _set_clamp (line 3900) | def _set_clamp(self, clamp): method _raise_error (line 3912) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 3934) | def _ignore_all_flags(self): method _ignore_flags (line 3938) | def _ignore_flags(self, *flags): method _regard_flags (line 3945) | def _regard_flags(self, *flags): method Etiny (line 3955) | def Etiny(self): method Etop (line 3959) | def Etop(self): method _set_rounding (line 3963) | def _set_rounding(self, type): method create_decimal (line 3982) | def create_decimal(self, num='0'): method create_decimal_from_float (line 3999) | def create_decimal_from_float(self, f): method abs (line 4017) | def abs(self, a): method add (line 4038) | def add(self, a, b): method _apply (line 4059) | def _apply(self, a): method canonical (line 4062) | def canonical(self, a): method compare (line 4073) | def compare(self, a, b): method compare_signal (line 4109) | def compare_signal(self, a, b): method compare_total (line 4144) | def compare_total(self, a, b): method compare_total_mag (line 4173) | def compare_total_mag(self, a, b): method copy_abs (line 4181) | def copy_abs(self, a): method copy_decimal (line 4194) | def copy_decimal(self, a): method copy_negate (line 4207) | def copy_negate(self, a): method copy_sign (line 4220) | def copy_sign(self, a, b): method divide (line 4244) | def divide(self, a, b): method divide_int (line 4281) | def divide_int(self, a, b): method divmod (line 4304) | def divmod(self, a, b): method exp (line 4325) | def exp(self, a): method fma (line 4349) | def fma(self, a, b, c): method is_canonical (line 4372) | def is_canonical(self, a): method is_finite (line 4383) | def is_finite(self, a): method is_infinite (line 4405) | def is_infinite(self, a): method is_nan (line 4420) | def is_nan(self, a): method is_normal (line 4436) | def is_normal(self, a): method is_qnan (line 4459) | def is_qnan(self, a): method is_signed (line 4474) | def is_signed(self, a): method is_snan (line 4491) | def is_snan(self, a): method is_subnormal (line 4507) | def is_subnormal(self, a): method is_zero (line 4529) | def is_zero(self, a): method ln (line 4546) | def ln(self, a): method log10 (line 4568) | def log10(self, a): method logb (line 4596) | def logb(self, a): method logical_and (line 4622) | def logical_and(self, a, b): method logical_invert (line 4649) | def logical_invert(self, a): method logical_or (line 4668) | def logical_or(self, a, b): method logical_xor (line 4695) | def logical_xor(self, a, b): method max (line 4722) | def max(self, a, b): method max_mag (line 4749) | def max_mag(self, a, b): method min (line 4766) | def min(self, a, b): method min_mag (line 4793) | def min_mag(self, a, b): method minus (line 4810) | def minus(self, a): method multiply (line 4827) | def multiply(self, a, b): method next_minus (line 4859) | def next_minus(self, a): method next_plus (line 4879) | def next_plus(self, a): method next_toward (line 4899) | def next_toward(self, a, b): method normalize (line 4934) | def normalize(self, a): method number_class (line 4958) | def number_class(self, a): method plus (line 5008) | def plus(self, a): method power (line 5025) | def power(self, a, b, modulo=None): method quantize (line 5105) | def quantize(self, a, b): method radix (line 5163) | def radix(self): method remainder (line 5171) | def remainder(self, a, b): method remainder_near (line 5209) | def remainder_near(self, a, b): method rotate (line 5243) | def rotate(self, a, b): method same_quantum (line 5272) | def same_quantum(self, a, b): method scaleb (line 5296) | def scaleb (self, a, b): method shift (line 5315) | def shift(self, a, b): method sqrt (line 5345) | def sqrt(self, a): method subtract (line 5377) | def subtract(self, a, b): method to_eng_string (line 5400) | def to_eng_string(self, a): method to_sci_string (line 5408) | def to_sci_string(self, a): method to_integral_exact (line 5416) | def to_integral_exact(self, a): method to_integral_value (line 5446) | def to_integral_value(self, a): class _WorkRep (line 5478) | class _WorkRep(object): method __init__ (line 5484) | def __init__(self, value=None): method __repr__ (line 5499) | def __repr__(self): function _normalize (line 5506) | def _normalize(op1, op2, prec = 0): function _sqrt_nearest (line 5538) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5553) | def _rshift_nearest(x, shift): function _div_nearest (line 5561) | def _div_nearest(a, b): function _ilog (line 5569) | def _ilog(x, M, L = 8): function _dlog10 (line 5617) | def _dlog10(c, e, p): function _dlog (line 5651) | def _dlog(c, e, p): class _Log10Memoize (line 5695) | class _Log10Memoize(object): method __init__ (line 5699) | def __init__(self): method getdigits (line 5702) | def getdigits(self, p): function _iexp (line 5732) | def _iexp(x, M, L=8): function _dexp (line 5769) | def _dexp(c, e, p): function _dpower (line 5805) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5847) | def _log10_lb(c, correction = { function _convert_other (line 5858) | def _convert_other(other, raiseit=False, allow_float=False): function _convert_for_comparison (line 5877) | def _convert_for_comparison(self, other, equality_op=False): function _parse_format_specifier (line 6012) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6092) | def _format_align(sign, body, spec): function _group_lengths (line 6119) | def _group_lengths(grouping): function _insert_thousands_sep (line 6142) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6179) | def _format_sign(is_negative, spec): function _format_number (line 6189) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win64-py32/Lib/difflib.py function _calculate_ratio (line 41) | def _calculate_ratio(matches, length): class SequenceMatcher (line 46) | class SequenceMatcher: method __init__ (line 154) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 218) | def set_seqs(self, a, b): method set_seq1 (line 230) | def set_seq1(self, a): method set_seq2 (line 256) | def set_seq2(self, b): method __chain_b (line 301) | def __chain_b(self): method isbjunk (line 340) | def isbjunk(self, item): method isbpopular (line 347) | def isbpopular(self, item): method find_longest_match (line 354) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 464) | def get_matching_blocks(self): method get_opcodes (line 535) | def get_opcodes(self): method get_grouped_opcodes (line 590) | def get_grouped_opcodes(self, n=3): method ratio (line 640) | def ratio(self): method quick_ratio (line 665) | def quick_ratio(self): method real_quick_ratio (line 694) | def real_quick_ratio(self): function get_close_matches (line 706) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 754) | def _count_leading(line, ch): class Differ (line 769) | class Differ: method __init__ (line 863) | def __init__(self, linejunk=None, charjunk=None): method compare (line 887) | def compare(self, a, b): method _dump (line 929) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 934) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 949) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1047) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1060) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1112) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1128) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1151) | def _format_range_unified(start, stop): function unified_diff (line 1162) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1234) | def _format_range_context(start, stop): function context_diff (line 1246) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1321) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1357) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1677) | class HtmlDiff(object): method __init__ (line 1699) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1716) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1740) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1763) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1818) | def _line_wrapper(self,diffs): method _collect_lines (line 1846) | def _collect_lines(self,diffs): method _format_line (line 1867) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1890) | def _make_prefix(self): method _convert_flags (line 1901) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1948) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2027) | def restore(delta, which): function _test (line 2059) | def _test(): FILE: tests/pythons/win64-py32/Lib/dis.py function _try_compile (line 15) | def _try_compile(source, name): function dis (line 28) | def dis(x=None): function distb (line 61) | def distb(tb=None): function pretty_flags (line 84) | def pretty_flags(flags): function code_info (line 98) | def code_info(x): function _format_code_info (line 112) | def _format_code_info(co): function show_code (line 143) | def show_code(co): function disassemble (line 147) | def disassemble(co, lasti=-1): function _disassemble_bytes (line 195) | def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, function _disassemble_str (line 234) | def _disassemble_str(source): function findlabels (line 240) | def findlabels(code): function findlinestarts (line 265) | def findlinestarts(code): function _test (line 287) | def _test(): FILE: tests/pythons/win64-py32/Lib/distutils/archive_util.py function make_tarball (line 21) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 72) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 132) | def check_archive_formats(formats): function make_archive (line 142) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win64-py32/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 361) | def preprocess (self, FILE: tests/pythons/win64-py32/Lib/distutils/ccompiler.py class CCompiler (line 15) | class CCompiler: method __init__ (line 85) | def __init__(self, verbose=0, dry_run=0, force=0): method set_executables (line 121) | def set_executables(self, **kwargs): method set_executable (line 153) | def set_executable(self, key, value): method _find_macro (line 159) | def _find_macro(self, name): method _check_macro_definitions (line 167) | def _check_macro_definitions(self, definitions): method define_macro (line 184) | def define_macro(self, name, value=None): method undefine_macro (line 199) | def undefine_macro(self, name): method add_include_dir (line 217) | def add_include_dir(self, dir): method set_include_dirs (line 225) | def set_include_dirs(self, dirs): method add_library (line 235) | def add_library(self, libname): method set_libraries (line 251) | def set_libraries(self, libnames): method add_library_dir (line 259) | def add_library_dir(self, dir): method set_library_dirs (line 267) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 274) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 280) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 288) | def add_link_object(self, object): method set_link_objects (line 296) | def set_link_objects(self, objects): method _setup_compile (line 310) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 353) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 362) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _prep_compile (line 394) | def _prep_compile(self, sources, output_dir, depends=None): method _fix_object_args (line 410) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 427) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 498) | def preprocess(self, source, output_file=None, macros=None, method compile (line 511) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 585) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, method link_shared_lib (line 679) | def link_shared_lib(self, method link_shared_object (line 700) | def link_shared_object(self, method link_executable (line 720) | def link_executable(self, method library_dir_option (line 742) | def library_dir_option(self, dir): method runtime_library_dir_option (line 748) | def runtime_library_dir_option(self, dir): method library_option (line 754) | def library_option(self, lib): method has_function (line 760) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 803) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 846) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 863) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 869) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 875) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 894) | def announce(self, msg, level=1): method debug_print (line 897) | def debug_print(self, msg): method warn (line 902) | def warn(self, msg): method execute (line 905) | def execute(self, func, args, msg=None, level=1): method spawn (line 908) | def spawn(self, cmd): method move_file (line 911) | def move_file(self, src, dst): method mkpath (line 914) | def mkpath (self, name, mode=0o777): function get_default_compiler (line 937) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 975) | def show_compilers(): function new_compiler (line 992) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1037) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1082) | def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libra... FILE: tests/pythons/win64-py32/Lib/distutils/cmd.py class Command (line 12) | class Command: method __init__ (line 47) | def __init__(self, dist): method __getattr__ (line 95) | def __getattr__(self, attr): method ensure_finalized (line 105) | def ensure_finalized(self): method initialize_options (line 123) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method dump_options (line 151) | def dump_options(self, header=None, indent=""): method run (line 165) | def run(self): method announce (line 178) | def announce(self, msg, level=1): method debug_print (line 184) | def debug_print(self, msg): method _ensure_stringlike (line 207) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 217) | def ensure_string(self, option, default=None): method ensure_string_list (line 223) | def ensure_string_list(self, option): method _ensure_tested_string (line 244) | def _ensure_tested_string(self, option, tester, what, error_fmt, method ensure_filename (line 251) | def ensure_filename(self, option): method ensure_dirname (line 257) | def ensure_dirname(self, option): method get_command_name (line 265) | def get_command_name(self): method set_undefined_options (line 271) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 292) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 304) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 308) | def run_command(self, command): method get_sub_commands (line 315) | def get_sub_commands(self): method warn (line 331) | def warn(self, msg): method execute (line 335) | def execute(self, func, args, msg=None, level=1): method mkpath (line 338) | def mkpath(self, name, mode=0o777): method copy_file (line 341) | def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, method copy_tree (line 350) | def copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, method move_file (line 359) | def move_file (self, src, dst, level=1): method spawn (line 363) | def spawn(self, cmd, search_path=1, level=1): method make_archive (line 368) | def make_archive(self, base_name, format, root_dir=None, base_dir=None): method make_file (line 372) | def make_file(self, infiles, outfile, func, args, class install_misc (line 409) | class install_misc(Command): method initialize_options (line 416) | def initialize_options (self): method _install_dir_from (line 420) | def _install_dir_from(self, dirname): method _copy_files (line 423) | def _copy_files(self, filelist): method get_outputs (line 432) | def get_outputs(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/bdist.py function show_formats (line 12) | def show_formats(): class bdist (line 24) | class bdist(Command): method initialize_options (line 75) | def initialize_options(self): method finalize_options (line 82) | def finalize_options(self): method run (line 110) | def run(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 15) | class bdist_dumb(Command): method initialize_options (line 44) | def initialize_options(self): method finalize_options (line 53) | def finalize_options(self): method run (line 71) | def run(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/bdist_msi.py class PyDialog (line 21) | class PyDialog(Dialog): method __init__ (line 25) | def __init__(self, *args, **kw): method title (line 35) | def title(self, title): method back (line 42) | def back(self, title, next, name = "Back", active = 1): method cancel (line 53) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 64) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 75) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 83) | class bdist_msi(Command): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method run (line 178) | def run(self): method add_files (line 269) | def add_files(self): method add_find_python (line 323) | def add_find_python(self): method add_scripts (line 377) | def add_scripts(self): method add_ui (line 415) | def add_ui(self): method get_installer_filename (line 733) | def get_installer_filename(self, fullname): FILE: tests/pythons/win64-py32/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 15) | class bdist_rpm(Command): method initialize_options (line 136) | def initialize_options(self): method finalize_options (line 181) | def finalize_options(self): method finalize_package_data (line 212) | def finalize_package_data(self): method run (line 257) | def run(self): method _dist_path (line 392) | def _dist_path(self, path): method _make_spec_file (line 395) | def _make_spec_file(self): method _format_changelog (line 563) | def _format_changelog(self, changelog): FILE: tests/pythons/win64-py32/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 14) | class bdist_wininst(Command): method initialize_options (line 58) | def initialize_options(self): method finalize_options (line 74) | def finalize_options(self): method run (line 112) | def run(self): method get_inidata (line 193) | def get_inidata(self): method create_exe (line 239) | def create_exe(self, arcname, fullname, bitmap=None): method get_installer_filename (line 292) | def get_installer_filename(self, fullname): method get_exe_bytes (line 305) | def get_exe_bytes(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/build.py function show_compilers (line 11) | def show_compilers(): class build (line 16) | class build(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 119) | def run(self): method has_pure_modules (line 131) | def has_pure_modules(self): method has_c_libraries (line 134) | def has_c_libraries(self): method has_ext_modules (line 137) | def has_ext_modules(self): method has_scripts (line 140) | def has_scripts(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/build_clib.py function show_compilers (line 23) | def show_compilers(): class build_clib (line 28) | class build_clib(Command): method initialize_options (line 52) | def initialize_options(self): method finalize_options (line 68) | def finalize_options(self): method run (line 94) | def run(self): method check_library_list (line 118) | def check_library_list(self, libraries): method get_library_names (line 154) | def get_library_names(self): method get_source_files (line 166) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win64-py32/Lib/distutils/command/build_ext.py function show_compilers (line 34) | def show_compilers (): class build_ext (line 39) | class build_ext(Command): method initialize_options (line 113) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method run (line 282) | def run(self): method check_extensions_list (line 346) | def check_extensions_list(self, extensions): method get_source_files (line 424) | def get_source_files(self): method get_outputs (line 433) | def get_outputs(self): method build_extensions (line 447) | def build_extensions(self): method build_extension (line 460) | def build_extension(self, ext): method swig_sources (line 542) | def swig_sources(self, sources, extension): method find_swig (line 596) | def find_swig(self): method get_ext_fullpath (line 623) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 650) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 659) | def get_ext_filename(self, ext_name): method get_export_symbols (line 675) | def get_export_symbols(self, ext): method get_libraries (line 686) | def get_libraries(self, ext): FILE: tests/pythons/win64-py32/Lib/distutils/command/build_py.py class build_py (line 15) | class build_py (Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 67) | def run(self): method get_data_files (line 97) | def get_data_files(self): method find_data_files (line 121) | def find_data_files(self, package, src_dir): method build_package_data (line 133) | def build_package_data(self): method get_package_dir (line 143) | def get_package_dir(self, package): method check_package (line 182) | def check_package(self, package, package_dir): method check_module (line 209) | def check_module(self, module, module_file): method find_package_modules (line 216) | def find_package_modules(self, package, package_dir): method find_modules (line 231) | def find_modules(self): method find_all_modules (line 283) | def find_all_modules(self): method get_source_files (line 299) | def get_source_files(self): method get_module_outfile (line 302) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 306) | def get_outputs(self, include_bytecode=1): method build_module (line 329) | def build_module(self, module, module_file, package): method build_modules (line 344) | def build_modules(self): method build_packages (line 353) | def build_packages(self): method byte_compile (line 373) | def byte_compile(self, files): class build_py_2to3 (line 393) | class build_py_2to3(build_py, Mixin2to3): method run (line 394) | def run(self): method build_module (line 410) | def build_module(self, module, module_file, package): FILE: tests/pythons/win64-py32/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts(Command): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run(self): method copy_scripts (line 53) | def copy_scripts(self): class build_scripts_2to3 (line 155) | class build_scripts_2to3(build_scripts, Mixin2to3): method copy_scripts (line 157) | def copy_scripts(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/check.py class SilentReporter (line 16) | class SilentReporter(Reporter): method __init__ (line 18) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 24) | def system_message(self, level, message, *children, **kwargs): class check (line 36) | class check(Command): method initialize_options (line 49) | def initialize_options(self): method finalize_options (line 56) | def finalize_options(self): method warn (line 59) | def warn(self, msg): method run (line 64) | def run(self): method check_metadata (line 80) | def check_metadata(self): method check_restructuredtext (line 110) | def check_restructuredtext(self): method _check_rst_data (line 121) | def _check_rst_data(self, data): FILE: tests/pythons/win64-py32/Lib/distutils/command/clean.py class clean (line 12) | class clean(Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 40) | def finalize_options(self): method run (line 49) | def run(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/config.py class config (line 21) | class config(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 66) | def finalize_options(self): method run (line 82) | def run(self): method _check_compiler (line 89) | def _check_compiler(self): method _gen_temp_sourcefile (line 107) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 120) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 127) | def _compile(self, body, headers, include_dirs, lang): method _link (line 136) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 151) | def _clean(self, *filenames): method try_cpp (line 173) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 191) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 220) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 236) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 255) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 280) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 310) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 324) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 334) | def dump_file(filename, head=None): FILE: tests/pythons/win64-py32/Lib/distutils/command/install.py class install (line 103) | class install(Command): method initialize_options (line 176) | def initialize_options(self): method finalize_options (line 253) | def finalize_options(self): method dump_dirs (line 401) | def dump_dirs(self, msg): method finalize_unix (line 420) | def finalize_unix(self): method finalize_other (line 460) | def finalize_other(self): method select_scheme (line 482) | def select_scheme(self, name): method _expand_attrs (line 491) | def _expand_attrs(self, attrs): method expand_basedirs (line 500) | def expand_basedirs(self): method expand_dirs (line 505) | def expand_dirs(self): method convert_paths (line 511) | def convert_paths(self, *names): method handle_extra_path (line 517) | def handle_extra_path(self): method change_roots (line 547) | def change_roots(self, *names): method create_home_path (line 553) | def create_home_path(self): method run (line 565) | def run(self): method create_path_file (line 609) | def create_path_file(self): method get_outputs (line 623) | def get_outputs(self): method get_inputs (line 640) | def get_inputs(self): method has_lib (line 652) | def has_lib(self): method has_headers (line 658) | def has_headers(self): method has_scripts (line 663) | def has_scripts(self): method has_data (line 668) | def has_data(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/install_data.py class install_data (line 12) | class install_data(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 35) | def finalize_options(self): method run (line 42) | def run(self): method get_inputs (line 75) | def get_inputs(self): method get_outputs (line 78) | def get_outputs(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 46) | def get_outputs(self): function safe_name (line 54) | def safe_name(name): function safe_version (line 62) | def safe_version(version): function to_filename (line 72) | def to_filename(name): FILE: tests/pythons/win64-py32/Lib/distutils/command/install_headers.py class install_headers (line 10) | class install_headers(Command): method initialize_options (line 22) | def initialize_options(self): method finalize_options (line 27) | def finalize_options(self): method run (line 33) | def run(self): method get_inputs (line 43) | def get_inputs(self): method get_outputs (line 46) | def get_outputs(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/install_lib.py class install_lib (line 17) | class install_lib(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 60) | def finalize_options(self): method run (line 86) | def run(self): method build (line 102) | def build(self): method install (line 109) | def install(self): method byte_compile (line 118) | def byte_compile(self, files): method _mutate_outputs (line 143) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 158) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 180) | def get_outputs(self): method get_inputs (line 201) | def get_inputs(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/install_scripts.py class install_scripts (line 14) | class install_scripts(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 33) | def finalize_options(self): method run (line 41) | def run(self): method get_inputs (line 56) | def get_inputs(self): method get_outputs (line 59) | def get_outputs(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/register.py class register (line 17) | class register(PyPIRCCommand): method initialize_options (line 31) | def initialize_options(self): method finalize_options (line 36) | def finalize_options(self): method run (line 43) | def run(self): method check_metadata (line 58) | def check_metadata(self): method _set_config (line 68) | def _set_config(self): method classifiers (line 85) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 99) | def send_metadata(self): method build_post_data (line 221) | def build_post_data(self, action): method post_to_server (line 249) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win64-py32/Lib/distutils/command/sdist.py function show_formats (line 20) | def show_formats(): class sdist (line 34) | class sdist(Command): method checking_metadata (line 38) | def checking_metadata(self): method initialize_options (line 96) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): method run (line 140) | def run(self): method check_metadata (line 162) | def check_metadata(self): method get_file_list (line 170) | def get_file_list(self): method add_defaults (line 210) | def add_defaults(self): method read_template (line 290) | def read_template(self): method prune_file_list (line 319) | def prune_file_list(self): method write_manifest (line 343) | def write_manifest(self): method _manifest_is_not_generated (line 358) | def _manifest_is_not_generated(self): method read_manifest (line 370) | def read_manifest(self): method make_release_tree (line 385) | def make_release_tree(self, base_dir, files): method make_distribution (line 427) | def make_distribution(self): method get_archive_files (line 456) | def get_archive_files(self): FILE: tests/pythons/win64-py32/Lib/distutils/command/upload.py class upload (line 24) | class upload(PyPIRCCommand): method initialize_options (line 36) | def initialize_options(self): method finalize_options (line 44) | def finalize_options(self): method run (line 62) | def run(self): method upload_file (line 68) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win64-py32/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 48) | def _read_pypirc(self): method initialize_options (line 104) | def initialize_options(self): method finalize_options (line 110) | def finalize_options(self): FILE: tests/pythons/win64-py32/Lib/distutils/core.py function gen_usage (line 33) | def gen_usage (script_name): function setup (line 58) | def setup (**attrs): function run_setup (line 172) | def run_setup (script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win64-py32/Lib/distutils/cygwinccompiler.py function get_msvcr (line 62) | def get_msvcr(): class CygwinCCompiler (line 85) | class CygwinCCompiler(UnixCCompiler): method __init__ (line 96) | def __init__(self, verbose=0, dry_run=0, force=0): method _compile (line 155) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 170) | def link(self, target_desc, objects, output_filename, output_dir=None, method object_filenames (line 248) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): class Mingw32CCompiler (line 271) | class Mingw32CCompiler(CygwinCCompiler): method __init__ (line 276) | def __init__(self, verbose=0, dry_run=0, force=0): function check_config_h (line 320) | def check_config_h(): function _find_exe_version (line 365) | def _find_exe_version(cmd): function get_versions (line 386) | def get_versions(): FILE: tests/pythons/win64-py32/Lib/distutils/dep_util.py function newer (line 11) | def newer (source, target): function newer_pairwise (line 32) | def newer_pairwise (sources, targets): function newer_group (line 54) | def newer_group (sources, target, missing='error'): FILE: tests/pythons/win64-py32/Lib/distutils/dir_util.py function mkpath (line 17) | def mkpath(name, mode=0o777, verbose=1, dry_run=0): function create_tree (line 80) | def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function copy_tree (line 99) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 169) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 179) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 205) | def ensure_relative(path): FILE: tests/pythons/win64-py32/Lib/distutils/dist.py class Distribution (line 27) | class Distribution: method __init__ (line 118) | def __init__ (self, attrs=None): method get_option_dict (line 263) | def get_option_dict(self, command): method dump_option_dicts (line 274) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 302) | def find_config_files(self): method parse_config_files (line 343) | def parse_config_files(self, filenames=None): method parse_command_line (line 389) | def parse_command_line(self): method _get_toplevel_options (line 456) | def _get_toplevel_options(self): method _parse_command_opts (line 467) | def _parse_command_opts(self, parser, args): method finalize_options (line 559) | def finalize_options(self): method _show_help (line 572) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 622) | def handle_display_options(self, option_order): method print_command_list (line 662) | def print_command_list(self, commands, header, max_length): method print_commands (line 679) | def print_commands(self): method get_command_list (line 712) | def get_command_list(self): method get_command_packages (line 746) | def get_command_packages(self): method get_command_class (line 758) | def get_command_class(self, command): method get_command_obj (line 796) | def get_command_obj(self, command, create=1): method _set_command_options (line 823) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 867) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 908) | def announce(self, msg, level=log.INFO): method run_commands (line 911) | def run_commands(self): method run_command (line 921) | def run_command(self, command): method has_pure_modules (line 942) | def has_pure_modules(self): method has_ext_modules (line 945) | def has_ext_modules(self): method has_c_libraries (line 948) | def has_c_libraries(self): method has_modules (line 951) | def has_modules(self): method has_headers (line 954) | def has_headers(self): method has_scripts (line 957) | def has_scripts(self): method has_data_files (line 960) | def has_data_files(self): method is_pure (line 963) | def is_pure(self): class DistributionMetadata (line 975) | class DistributionMetadata: method __init__ (line 990) | def __init__ (self): method write_pkg_info (line 1010) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1017) | def write_pkg_file(self, file): method _write_list (line 1051) | def _write_list(self, file, name, values): method get_name (line 1057) | def get_name(self): method get_version (line 1060) | def get_version(self): method get_fullname (line 1063) | def get_fullname(self): method get_author (line 1066) | def get_author(self): method get_author_email (line 1069) | def get_author_email(self): method get_maintainer (line 1072) | def get_maintainer(self): method get_maintainer_email (line 1075) | def get_maintainer_email(self): method get_contact (line 1078) | def get_contact(self): method get_contact_email (line 1081) | def get_contact_email(self): method get_url (line 1084) | def get_url(self): method get_license (line 1087) | def get_license(self): method get_description (line 1091) | def get_description(self): method get_long_description (line 1094) | def get_long_description(self): method get_keywords (line 1097) | def get_keywords(self): method get_platforms (line 1100) | def get_platforms(self): method get_classifiers (line 1103) | def get_classifiers(self): method get_download_url (line 1106) | def get_download_url(self): method get_requires (line 1110) | def get_requires(self): method set_requires (line 1113) | def set_requires(self, value): method get_provides (line 1119) | def get_provides(self): method set_provides (line 1122) | def set_provides(self, value): method get_obsoletes (line 1129) | def get_obsoletes(self): method set_obsoletes (line 1132) | def set_obsoletes(self, value): function fix_help_options (line 1138) | def fix_help_options(options): FILE: tests/pythons/win64-py32/Lib/distutils/emxccompiler.py class EMXCCompiler (line 29) | class EMXCCompiler (UnixCCompiler): method __init__ (line 40) | def __init__ (self, method _compile (line 75) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 89) | def link (self, method object_filenames (line 180) | def object_filenames (self, method find_library_file (line 207) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 239) | def check_config_h(): function get_versions (line 290) | def get_versions(): FILE: tests/pythons/win64-py32/Lib/distutils/errors.py class DistutilsError (line 11) | class DistutilsError (Exception): class DistutilsModuleError (line 15) | class DistutilsModuleError (DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError (DistutilsError): class DistutilsGetoptError (line 27) | class DistutilsGetoptError (DistutilsError): class DistutilsArgError (line 31) | class DistutilsArgError (DistutilsError): class DistutilsFileError (line 36) | class DistutilsFileError (DistutilsError): class DistutilsOptionError (line 42) | class DistutilsOptionError (DistutilsError): class DistutilsSetupError (line 51) | class DistutilsSetupError (DistutilsError): class DistutilsPlatformError (line 56) | class DistutilsPlatformError (DistutilsError): class DistutilsExecError (line 62) | class DistutilsExecError (DistutilsError): class DistutilsInternalError (line 67) | class DistutilsInternalError (DistutilsError): class DistutilsTemplateError (line 72) | class DistutilsTemplateError (DistutilsError): class DistutilsByteCompileError (line 75) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 79) | class CCompilerError (Exception): class PreprocessError (line 82) | class PreprocessError (CCompilerError): class CompileError (line 85) | class CompileError (CCompilerError): class LibError (line 88) | class LibError (CCompilerError): class LinkError (line 92) | class LinkError (CCompilerError): class UnknownFileError (line 96) | class UnknownFileError (CCompilerError): FILE: tests/pythons/win64-py32/Lib/distutils/extension.py class Extension (line 20) | class Extension: method __init__ (line 87) | def __init__(self, name, sources, function read_setup_file (line 134) | def read_setup_file(filename): FILE: tests/pythons/win64-py32/Lib/distutils/fancy_getopt.py class FancyGetopt (line 29) | class FancyGetopt: method __init__ (line 41) | def __init__(self, option_table=None): method _build_index (line 81) | def _build_index(self): method set_option_table (line 86) | def set_option_table(self, option_table): method add_option (line 90) | def add_option(self, long_option, short_option=None, help_string=None): method has_option (line 99) | def has_option(self, long_option): method get_attr_name (line 104) | def get_attr_name(self, long_option): method _check_alias_dict (line 110) | def _check_alias_dict(self, aliases, what): method set_aliases (line 120) | def set_aliases(self, alias): method set_negative_aliases (line 125) | def set_negative_aliases(self, negative_alias): method _grok_option_table (line 133) | def _grok_option_table(self): method getopt (line 210) | def getopt(self, args=None, object=None): method get_option_order (line 271) | def get_option_order(self): method generate_help (line 281) | def generate_help(self, header=None): method print_help (line 360) | def print_help(self, header=None, file=None): function fancy_getopt (line 367) | def fancy_getopt(options, negative_opt, object, args): function wrap_text (line 375) | def wrap_text(text, width): function translate_longopt (line 429) | def translate_longopt(opt): class OptionDummy (line 436) | class OptionDummy: method __init__ (line 440) | def __init__(self, options=[]): FILE: tests/pythons/win64-py32/Lib/distutils/file_util.py function _copy_file_contents (line 16) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 67) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 158) | def move_file (src, dst, function write_file (line 221) | def write_file (filename, contents): FILE: tests/pythons/win64-py32/Lib/distutils/filelist.py class FileList (line 13) | class FileList: method __init__ (line 28) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 34) | def set_allfiles(self, allfiles): method findall (line 37) | def findall(self, dir=os.curdir): method debug_print (line 40) | def debug_print(self, msg): method append (line 50) | def append(self, item): method extend (line 53) | def extend(self, items): method sort (line 56) | def sort(self): method remove_duplicates (line 66) | def remove_duplicates(self): method _parse_template_line (line 75) | def _parse_template_line(self, line): method process_template_line (line 103) | def process_template_line(self, line): method include_pattern (line 179) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 222) | def exclude_pattern (self, pattern, function findall (line 245) | def findall(dir=os.curdir): function glob_to_re (line 276) | def glob_to_re(pattern): function translate_pattern (line 299) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win64-py32/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 37) | def log(self, level, msg, *args): method debug (line 40) | def debug(self, msg, *args): method info (line 43) | def info(self, msg, *args): method warn (line 46) | def warn(self, msg, *args): method error (line 49) | def error(self, msg, *args): method fatal (line 52) | def fatal(self, msg, *args): function set_threshold (line 63) | def set_threshold(level): function set_verbosity (line 69) | def set_verbosity(v): FILE: tests/pythons/win64-py32/Lib/distutils/msvc9compiler.py class Reg (line 61) | class Reg: method get_value (line 65) | def get_value(cls, path, key): method read_keys (line 73) | def read_keys(cls, base, key): method read_values (line 91) | def read_values(cls, base, key): method convert_mbcs (line 113) | def convert_mbcs(s): class MacroExpander (line 123) | class MacroExpander: method __init__ (line 125) | def __init__(self, version): method set_macro (line 130) | def set_macro(self, macro, path, key): method load_macros (line 133) | def load_macros(self, version): method sub (line 164) | def sub(self, s): function get_build_version (line 169) | def get_build_version(): function normalize_and_reduce_paths (line 191) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 205) | def removeDuplicates(variable): function find_vcvarsall (line 216) | def find_vcvarsall(version): function query_vcvarsall (line 251) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 297) | class MSVCCompiler(CCompiler) : method __init__ (line 327) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 338) | def initialize(self, plat_name=None): method object_filenames (line 424) | def object_filenames(self, method compile (line 455) | def compile(self, sources, method create_static_lib (line 540) | def create_static_lib(self, method link (line 565) | def link(self, method manifest_setup_ldargs (line 660) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 672) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 696) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 739) | def library_dir_option(self, dir): method runtime_library_dir_option (line 742) | def runtime_library_dir_option(self, dir): method library_option (line 746) | def library_option(self, lib): method find_library_file (line 750) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 768) | def find_exe(self, exe): FILE: tests/pythons/win64-py32/Lib/distutils/msvccompiler.py function read_keys (line 55) | def read_keys(base, key): function read_values (line 72) | def read_values(base, key): function convert_mbcs (line 93) | def convert_mbcs(s): class MacroExpander (line 102) | class MacroExpander: method __init__ (line 103) | def __init__(self, version): method set_macro (line 107) | def set_macro(self, macro, path, key): method load_macros (line 114) | def load_macros(self, version): method sub (line 142) | def sub(self, s): function get_build_version (line 147) | def get_build_version(): function get_build_architecture (line 169) | def get_build_architecture(): function normalize_and_reduce_paths (line 182) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 197) | class MSVCCompiler(CCompiler) : method __init__ (line 227) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 245) | def initialize(self): method object_filenames (line 309) | def object_filenames(self, method compile (line 340) | def compile(self, sources, method create_static_lib (line 425) | def create_static_lib(self, method link (line 450) | def link(self, method library_dir_option (line 533) | def library_dir_option(self, dir): method runtime_library_dir_option (line 536) | def runtime_library_dir_option(self, dir): method library_option (line 540) | def library_option(self, lib): method find_library_file (line 544) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 562) | def find_exe(self, exe): method get_msvc_paths (line 584) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 620) | def set_path_env_var(self, name): FILE: tests/pythons/win64-py32/Lib/distutils/spawn.py function spawn (line 15) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 41) | def _nt_quote_args(args): function _spawn_nt (line 57) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 77) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 102) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 171) | def find_executable(executable, path=None): FILE: tests/pythons/win64-py32/Lib/distutils/sysconfig.py function _python_build (line 42) | def _python_build(): function get_python_version (line 61) | def get_python_version(): function get_python_inc (line 69) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 107) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 151) | def customize_compiler(compiler): function get_config_h_filename (line 217) | def get_config_h_filename(): function get_makefile_filename (line 234) | def get_makefile_filename(): function parse_config_h (line 243) | def parse_config_h(fp, g=None): function parse_makefile (line 278) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 384) | def expand_makefile_vars(s, vars): function _init_posix (line 411) | def _init_posix(): function _init_nt (line 458) | def _init_nt(): function _init_os2 (line 478) | def _init_os2(): function get_config_vars (line 496) | def get_config_vars(*args): function get_config_var (line 548) | def get_config_var(name): FILE: tests/pythons/win64-py32/Lib/distutils/text_file.py class TextFile (line 10) | class TextFile: method __init__ (line 78) | def __init__(self, filename=None, file=None, **options): method open (line 111) | def open(self, filename): method close (line 118) | def close(self): method gen_error (line 126) | def gen_error(self, msg, line=None): method error (line 138) | def error(self, msg, line=None): method warn (line 141) | def warn(self, msg, line=None): method readline (line 151) | def readline(self): method readlines (line 271) | def readlines(self): method unreadline (line 281) | def unreadline(self, line): FILE: tests/pythons/win64-py32/Lib/distutils/unixccompiler.py class UnixCCompiler (line 45) | class UnixCCompiler(CCompiler): method preprocess (line 83) | def preprocess(self, source, output_file=None, macros=None, method _compile (line 109) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 120) | def create_static_lib(self, objects, output_libname, method link (line 146) | def link(self, target_desc, objects, method library_dir_option (line 204) | def library_dir_option(self, dir): method _is_gcc (line 207) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 210) | def runtime_library_dir_option(self, dir): method library_option (line 252) | def library_option(self, lib): method find_library_file (line 255) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win64-py32/Lib/distutils/util.py function get_platform (line 18) | def get_platform (): function convert_path (line 107) | def convert_path (pathname): function change_root (line 135) | def change_root (new_root, pathname): function check_environ (line 164) | def check_environ (): function subst_vars (line 186) | def subst_vars (s, local_vars): function grok_environment_error (line 211) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 235) | def _init_regex(): function split_quoted (line 241) | def split_quoted (s): function execute (line 302) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 321) | def strtobool (val): function byte_compile (line 337) | def byte_compile (py_files, function rfc822_escape (line 482) | def rfc822_escape (header): function run_2to3 (line 492) | def run_2to3(files, fixer_names=None, options=None, explicit=None): function copydir_run_2to3 (line 519) | def copydir_run_2to3(src, dest, template=None, fixer_names=None, class Mixin2to3 (line 552) | class Mixin2to3: method run_2to3 (line 568) | def run_2to3(self, files): FILE: tests/pythons/win64-py32/Lib/distutils/version.py class Version (line 31) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): method __eq__ (line 45) | def __eq__(self, other): method __ne__ (line 51) | def __ne__(self, other): method __lt__ (line 57) | def __lt__(self, other): method __le__ (line 63) | def __le__(self, other): method __gt__ (line 69) | def __gt__(self, other): method __ge__ (line 75) | def __ge__(self, other): class StrictVersion (line 99) | class StrictVersion (Version): method parse (line 140) | def parse (self, vstring): method __str__ (line 159) | def __str__ (self): method _cmp (line 172) | def _cmp (self, other): class LooseVersion (line 273) | class LooseVersion (Version): method __init__ (line 308) | def __init__ (self, vstring=None): method parse (line 313) | def parse (self, vstring): method __str__ (line 329) | def __str__ (self): method __repr__ (line 333) | def __repr__ (self): method _cmp (line 337) | def _cmp (self, other): FILE: tests/pythons/win64-py32/Lib/distutils/versionpredicate.py function splitUp (line 17) | def splitUp(pred): class VersionPredicate (line 31) | class VersionPredicate: method __init__ (line 96) | def __init__(self, versionPredicateStr): method __str__ (line 123) | def __str__(self): method satisfied_by (line 130) | def satisfied_by(self, version): function split_provision (line 143) | def split_provision(value): FILE: tests/pythons/win64-py32/Lib/doctest.py function register_optionflag (line 131) | def register_optionflag(name): function _extract_future_flags (line 180) | def _extract_future_flags(globs): function _normalize_module (line 192) | def _normalize_module(module, depth=2): function _load_testfile (line 211) | def _load_testfile(filename, package, module_relative, encoding): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 233) | def _exception_traceback(exc_info): class _SpoofOut (line 245) | class _SpoofOut(StringIO): method getvalue (line 246) | def getvalue(self): method truncate (line 255) | def truncate(self, size=None): function _ellipsis_match (line 260) | def _ellipsis_match(want, got): function _comment_line (line 309) | def _comment_line(line): class _OutputRedirectingPdb (line 317) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 323) | def __init__(self, out): method set_trace (line 331) | def set_trace(self, frame=None): method set_continue (line 337) | def set_continue(self): method trace_dispatch (line 343) | def trace_dispatch(self, *args): function _module_relative_path (line 354) | def _module_relative_path(module, path): class Example (line 390) | class Example: method __init__ (line 425) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 443) | def __eq__(self, other): method __ne__ (line 454) | def __ne__(self, other): method __hash__ (line 457) | def __hash__(self): class DocTest (line 462) | class DocTest: method __init__ (line 486) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 500) | def __repr__(self): method __eq__ (line 510) | def __eq__(self, other): method __ne__ (line 521) | def __ne__(self, other): method __hash__ (line 524) | def __hash__(self): method __lt__ (line 528) | def __lt__(self, other): class DocTestParser (line 539) | class DocTestParser: method parse (line 587) | def parse(self, string, name=''): method get_doctest (line 626) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 638) | def get_examples(self, string, name=''): method _parse_example (line 652) | def _parse_example(self, m, name, lineno): method _find_options (line 706) | def _find_options(self, source, name, lineno): method _min_indent (line 736) | def _min_indent(self, s): method _check_prompt_blank (line 744) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 758) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 774) | class DocTestFinder: method __init__ (line 783) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 805) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 907) | def _from_module(self, module, object): method _find (line 927) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 990) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1027) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1079) | class DocTestRunner: method __init__ (line 1139) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1175) | def report_start(self, out, test, example): method report_success (line 1188) | def report_success(self, out, test, example, got): method report_failure (line 1196) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1203) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1210) | def _failure_header(self, test, example): method __run (line 1230) | def __run(self, test, compileflags, out): method __record_outcome (line 1353) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1366) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1374) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1445) | def summarize(self, verbose=None): method merge (line 1502) | def merge(self, other): class OutputChecker (line 1515) | class OutputChecker: method _toAscii (line 1523) | def _toAscii(self, s): method check_output (line 1529) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1592) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1615) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1663) | class DocTestFailure(Exception): method __init__ (line 1674) | def __init__(self, test, example, got): method __str__ (line 1679) | def __str__(self): class UnexpectedException (line 1682) | class UnexpectedException(Exception): method __init__ (line 1693) | def __init__(self, test, example, exc_info): method __str__ (line 1698) | def __str__(self): class DebugRunner (line 1701) | class DebugRunner(DocTestRunner): method run (line 1792) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1798) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1801) | def report_failure(self, out, test, example, got): function testmod (line 1813) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1917) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2040) | def run_docstring_examples(f, globs, verbose=False, name="NoName", function set_unittest_reportflags (line 2069) | def set_unittest_reportflags(flags): class DocTestCase (line 2105) | class DocTestCase(unittest.TestCase): method __init__ (line 2107) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2117) | def setUp(self): method tearDown (line 2123) | def tearDown(self): method runTest (line 2131) | def runTest(self): method format_failure (line 2155) | def format_failure(self, err): method debug (line 2167) | def debug(self): method id (line 2239) | def id(self): method __eq__ (line 2242) | def __eq__(self, other): method __ne__ (line 2252) | def __ne__(self, other): method __hash__ (line 2255) | def __hash__(self): method __repr__ (line 2259) | def __repr__(self): method shortDescription (line 2265) | def shortDescription(self): class SkipDocTestCase (line 2268) | class SkipDocTestCase(DocTestCase): method __init__ (line 2269) | def __init__(self, module): method setUp (line 2273) | def setUp(self): method test_skip (line 2276) | def test_skip(self): method shortDescription (line 2279) | def shortDescription(self): function DocTestSuite (line 2285) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2358) | class DocFileCase(DocTestCase): method id (line 2360) | def id(self): method __repr__ (line 2363) | def __repr__(self): method format_failure (line 2367) | def format_failure(self, err): function DocFileTest (line 2372) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2398) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2471) | def script_from_examples(s): function testsource (line 2553) | def testsource(module, name): function debug_src (line 2569) | def debug_src(src, pm=False, globs=None): function debug_script (line 2574) | def debug_script(src, pm=False, globs=None): function debug (line 2594) | def debug(module, name, pm=False): class _TestClass (line 2608) | class _TestClass: method __init__ (line 2622) | def __init__(self, val): method square (line 2632) | def square(self): method get (line 2642) | def get(self): function _test (line 2703) | def _test(): FILE: tests/pythons/win64-py32/Lib/email/__init__.py function message_from_string (line 34) | def message_from_string(s, *args, **kws): function message_from_bytes (line 42) | def message_from_bytes(s, *args, **kws): function message_from_file (line 50) | def message_from_file(fp, *args, **kws): function message_from_binary_file (line 58) | def message_from_binary_file(fp, *args, **kws): FILE: tests/pythons/win64-py32/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function parsedate (line 145) | def parsedate(data): function mktime_tz (line 154) | def mktime_tz(data): function quote (line 164) | def quote(str): class AddrlistClass (line 174) | class AddrlistClass: method __init__ (line 184) | def __init__(self, field): method gotonext (line 203) | def gotonext(self): method getaddrlist (line 217) | def getaddrlist(self): method getaddress (line 231) | def getaddress(self): method getrouteaddr (line 290) | def getrouteaddr(self): method getaddrspec (line 322) | def getaddrspec(self): method getdomain (line 355) | def getdomain(self): method getdelimited (line 374) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 411) | def getquote(self): method getcomment (line 415) | def getcomment(self): method getdomainliteral (line 419) | def getdomainliteral(self): method getatom (line 423) | def getatom(self, atomends=None): method getphraselist (line 443) | def getphraselist(self): class AddressList (line 466) | class AddressList(AddrlistClass): method __init__ (line 468) | def __init__(self, field): method __len__ (line 475) | def __len__(self): method __add__ (line 478) | def __add__(self, other): method __iadd__ (line 487) | def __iadd__(self, other): method __sub__ (line 494) | def __sub__(self, other): method __isub__ (line 502) | def __isub__(self, other): method __getitem__ (line 509) | def __getitem__(self, index): FILE: tests/pythons/win64-py32/Lib/email/base64mime.py function header_length (line 50) | def header_length(bytearray): function header_encode (line 61) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 76) | def body_encode(s, maxlinelen=76, eol=NL): function decode (line 102) | def decode(string): FILE: tests/pythons/win64-py32/Lib/email/charset.py function add_charset (line 109) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 137) | def add_alias(alias, canonical): function add_codec (line 146) | def add_codec(charset, codecname): function _encode (line 159) | def _encode(string, codec): class Charset (line 167) | class Charset: method __init__ (line 211) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 244) | def __str__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 252) | def __ne__(self, other): method get_body_encoding (line 255) | def get_body_encoding(self): method get_output_charset (line 276) | def get_output_charset(self): method header_encode (line 284) | def header_encode(self, string): method header_encode_lines (line 303) | def header_encode_lines(self, string, maxlengths): method _get_encoder (line 365) | def _get_encoder(self, header_bytes): method body_encode (line 380) | def body_encode(self, string): FILE: tests/pythons/win64-py32/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function encode_base64 (line 26) | def encode_base64(msg): function encode_quopri (line 38) | def encode_quopri(msg): function encode_7or8bit (line 50) | def encode_7or8bit(msg): function encode_noop (line 79) | def encode_noop(msg): FILE: tests/pythons/win64-py32/Lib/email/errors.py class MessageError (line 9) | class MessageError(Exception): class MessageParseError (line 13) | class MessageParseError(MessageError): class HeaderParseError (line 17) | class HeaderParseError(MessageParseError): class BoundaryError (line 21) | class BoundaryError(MessageParseError): class MultipartConversionError (line 25) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 29) | class CharsetError(MessageError): class MessageDefect (line 35) | class MessageDefect: method __init__ (line 38) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 47) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 50) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MalformedHeaderDefect (line 53) | class MalformedHeaderDefect(MessageDefect): class MultipartInvariantViolationDefect (line 56) | class MultipartInvariantViolationDefect(MessageDefect): FILE: tests/pythons/win64-py32/Lib/email/feedparser.py class BufferedSubFile (line 43) | class BufferedSubFile(object): method __init__ (line 51) | def __init__(self): method push_eof_matcher (line 61) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 64) | def pop_eof_matcher(self): method close (line 67) | def close(self): method readline (line 73) | def readline(self): method unreadline (line 91) | def unreadline(self, line): method push (line 96) | def push(self, data): method pushlines (line 119) | def pushlines(self, lines): method is_closed (line 123) | def is_closed(self): method __iter__ (line 126) | def __iter__(self): method __next__ (line 129) | def __next__(self): class FeedParser (line 137) | class FeedParser: method __init__ (line 140) | def __init__(self, _factory=message.Message): method _set_headersonly (line 151) | def _set_headersonly(self): method feed (line 154) | def feed(self, data): method _call_parse (line 159) | def _call_parse(self): method close (line 165) | def close(self): method _new_message (line 177) | def _new_message(self): method _pop_message (line 187) | def _pop_message(self): method _parsegen (line 195) | def _parsegen(self): method _parse_headers (line 431) | def _parse_headers(self, lines): class BytesFeedParser (line 487) | class BytesFeedParser(FeedParser): method feed (line 490) | def feed(self, data): FILE: tests/pythons/win64-py32/Lib/email/generator.py class Generator (line 26) | class Generator: method __init__ (line 36) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78): method write (line 57) | def write(self, s): method flatten (line 61) | def flatten(self, msg, unixfrom=False, linesep='\n'): method clone (line 93) | def clone(self, fp): method _new_buffer (line 114) | def _new_buffer(self): method _encode (line 118) | def _encode(self, s): method _write_lines (line 122) | def _write_lines(self, lines): method _write (line 135) | def _write(self, msg): method _dispatch (line 162) | def _dispatch(self, msg): method _write_headers (line 182) | def _write_headers(self, msg): method _handle_text (line 200) | def _handle_text(self, msg): method _handle_multipart (line 219) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 278) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 289) | def _handle_message_delivery_status(self, msg): method _handle_message (line 310) | def _handle_message(self, msg): method _make_boundary (line 334) | def _make_boundary(cls, text=None): method _compile_re (line 352) | def _compile_re(cls, s, flags): class BytesGenerator (line 356) | class BytesGenerator(Generator): method write (line 370) | def write(self, s): method _new_buffer (line 373) | def _new_buffer(self): method _encode (line 376) | def _encode(self, s): method _write_headers (line 379) | def _write_headers(self, msg): method _handle_text (line 402) | def _handle_text(self, msg): method _compile_re (line 418) | def _compile_re(cls, s, flags): class DecodedGenerator (line 425) | class DecodedGenerator(Generator): method __init__ (line 431) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 459) | def _dispatch(self, msg): FILE: tests/pythons/win64-py32/Lib/email/header.py function decode_header (line 62) | def decode_header(header): function make_header (line 144) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 167) | class Header: method __init__ (line 168) | def __init__(self, s=None, charset=None, method __str__ (line 215) | def __str__(self): method __eq__ (line 242) | def __eq__(self, other): method __ne__ (line 248) | def __ne__(self, other): method append (line 251) | def append(self, s, charset=None, errors='strict'): method encode (line 294) | def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): method _normalize (line 361) | def _normalize(self): class _ValueFormatter (line 381) | class _ValueFormatter: method __init__ (line 382) | def __init__(self, headerlen, maxlen, continuation_ws, splitchars): method _str (line 390) | def _str(self, linesep): method __str__ (line 394) | def __str__(self): method newline (line 397) | def newline(self): method add_transition (line 408) | def add_transition(self): method feed (line 411) | def feed(self, fws, string, charset): method _maxlengths (line 448) | def _maxlengths(self): method _ascii_split (line 454) | def _ascii_split(self, fws, string, splitchars): method _append_chunk (line 476) | def _append_chunk(self, fws, string): class _Accumulator (line 509) | class _Accumulator(list): method __init__ (line 511) | def __init__(self, initial_size=0): method push (line 515) | def push(self, fws, string): method pop_from (line 518) | def pop_from(self, i=0): method pop (line 523) | def pop(self): method __len__ (line 528) | def __len__(self): method __str__ (line 532) | def __str__(self): method reset (line 536) | def reset(self, startval=None): method is_onlyws (line 542) | def is_onlyws(self): method part_count (line 545) | def part_count(self): FILE: tests/pythons/win64-py32/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win64-py32/Lib/email/message.py function _sanitize_header (line 36) | def _sanitize_header(name, value): function _splitparam (line 48) | def _splitparam(param): function _formatparam (line 58) | def _formatparam(param, value=None, quote=True): function _parseparam (line 92) | def _parseparam(s): function _unquotevalue (line 112) | def _unquotevalue(value): class Message (line 124) | class Message: method __init__ (line 139) | def __init__(self): method __str__ (line 150) | def __str__(self): method as_string (line 156) | def as_string(self, unixfrom=False, maxheaderlen=0): method is_multipart (line 171) | def is_multipart(self): method set_unixfrom (line 178) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 181) | def get_unixfrom(self): method attach (line 187) | def attach(self, payload): method get_payload (line 199) | def get_payload(self, i=None, decode=False): method set_payload (line 288) | def set_payload(self, payload, charset=None): method set_charset (line 298) | def set_charset(self, charset): method get_charset (line 336) | def get_charset(self): method __len__ (line 344) | def __len__(self): method __getitem__ (line 348) | def __getitem__(self, name): method __setitem__ (line 359) | def __setitem__(self, name, val): method __delitem__ (line 367) | def __delitem__(self, name): method __contains__ (line 379) | def __contains__(self, name): method __iter__ (line 382) | def __iter__(self): method keys (line 386) | def keys(self): method values (line 396) | def values(self): method items (line 406) | def items(self): method get (line 416) | def get(self, name, failobj=None): method get_all (line 432) | def get_all(self, name, failobj=None): method add_header (line 450) | def add_header(self, _name, _value, **_params): method replace_header (line 480) | def replace_header(self, _name, _value): method get_content_type (line 499) | def get_content_type(self): method get_content_maintype (line 523) | def get_content_maintype(self): method get_content_subtype (line 532) | def get_content_subtype(self): method get_default_type (line 541) | def get_default_type(self): method set_default_type (line 550) | def set_default_type(self, ctype): method _get_params_preserve (line 559) | def _get_params_preserve(self, failobj, header): method get_params (line 580) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 602) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 636) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 684) | def del_param(self, param, header='content-type', requote=True): method set_type (line 706) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 738) | def get_filename(self, failobj=None): method get_boundary (line 754) | def get_boundary(self, failobj=None): method set_boundary (line 767) | def set_boundary(self, boundary): method get_content_charset (line 812) | def get_content_charset(self, failobj=None): method get_charsets (line 842) | def get_charsets(self, failobj=None): FILE: tests/pythons/win64-py32/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win64-py32/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win64-py32/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win64-py32/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win64-py32/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win64-py32/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win64-py32/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win64-py32/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset='us-ascii'): FILE: tests/pythons/win64-py32/Lib/email/parser.py class Parser (line 17) | class Parser: method __init__ (line 18) | def __init__(self, *args, **kws): method parse (line 56) | def parse(self, fp, headersonly=False): method parsestr (line 74) | def parsestr(self, text, headersonly=False): class HeaderParser (line 86) | class HeaderParser(Parser): method parse (line 87) | def parse(self, fp, headersonly=True): method parsestr (line 90) | def parsestr(self, text, headersonly=True): class BytesParser (line 94) | class BytesParser: method __init__ (line 96) | def __init__(self, *args, **kw): method parse (line 114) | def parse(self, fp, headersonly=False): method parsebytes (line 127) | def parsebytes(self, text, headersonly=False): FILE: tests/pythons/win64-py32/Lib/email/quoprimime.py function header_check (line 74) | def header_check(octet): function body_check (line 79) | def body_check(octet): function header_length (line 84) | def header_length(bytearray): function body_length (line 97) | def body_length(bytearray): function _max_append (line 107) | def _max_append(L, s, maxlen, extra=''): function unquote (line 118) | def unquote(s): function quote (line 123) | def quote(c): function header_encode (line 128) | def header_encode(header_bytes, charset='iso-8859-1'): class _body_accumulator (line 151) | class _body_accumulator(io.StringIO): method __init__ (line 153) | def __init__(self, maxlinelen, eol, *args, **kw): method write_str (line 158) | def write_str(self, s): method newline (line 163) | def newline(self): method write_soft_break (line 168) | def write_soft_break(self): method write_wrapped (line 173) | def write_wrapped(self, s, extra_room=0): method write_char (line 179) | def write_char(self, c, is_last_char): function body_encode (line 205) | def body_encode(body, maxlinelen=76, eol=NL): function decode (line 254) | def decode(encoded, eol=NL): function _unquote_match (line 307) | def _unquote_match(match): function header_decode (line 314) | def header_decode(s): FILE: tests/pythons/win64-py32/Lib/email/utils.py function formataddr (line 59) | def formataddr(pair): function getaddresses (line 78) | def getaddresses(fieldvalues): function formatdate (line 98) | def formatdate(timeval=None, localtime=False, usegmt=False): function make_msgid (line 151) | def make_msgid(idstring=None, domain=None): function parsedate (line 179) | def parsedate(data): function parsedate_tz (line 185) | def parsedate_tz(data): function parseaddr (line 191) | def parseaddr(addr): function unquote (line 199) | def unquote(str): function decode_rfc2231 (line 211) | def decode_rfc2231(s): function encode_rfc2231 (line 219) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 237) | def decode_params(params): function collapse_rfc2231_value (line 293) | def collapse_rfc2231_value(value, errors='replace', FILE: tests/pythons/win64-py32/Lib/encodings/__init__.py class CodecRegistryError (line 39) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 42) | def normalize_encoding(encoding): function search_function (line 69) | def search_function(encoding): FILE: tests/pythons/win64-py32/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/base64_codec.py function base64_encode (line 14) | def base64_encode(input, errors='strict'): function base64_decode (line 18) | def base64_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input, errors='strict'): function bz2_decode (line 19) | def bz2_decode(input, errors='strict'): class Codec (line 23) | class Codec(codecs.Codec): method encode (line 24) | def encode(self, input, errors='strict'): method decode (line 26) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 29) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 30) | def __init__(self, errors='strict'): method encode (line 35) | def encode(self, input, final=False): method reset (line 42) | def reset(self): class IncrementalDecoder (line 45) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 46) | def __init__(self, errors='strict'): method decode (line 51) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/hex_codec.py function hex_encode (line 14) | def hex_encode(input, errors='strict'): function hex_decode (line 18) | def hex_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self, input, errors='strict'): method decode (line 170) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 196) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 197) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 231) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 232) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 270) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 273) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 278) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/punycode.py function segregate (line 10) | def segregate(str): function selective_len (line 22) | def selective_len(str, max): function selective_find (line 30) | def selective_find(str, char, index, pos): function insertion_unsort (line 48) | def insertion_unsort(str, extended): function T (line 70) | def T(j, bias): function generate_generalized_integer (line 78) | def generate_generalized_integer(N, bias): function adapt (line 91) | def adapt(delta, first, numchars): function generate_integers (line 106) | def generate_integers(baselen, deltas): function punycode_encode (line 117) | def punycode_encode(text): function decode_generalized_number (line 127) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 157) | def insertion_sort(base, extended, errors): function punycode_decode (line 182) | def punycode_decode(text, errors): class Codec (line 198) | class Codec(codecs.Codec): method encode (line 200) | def encode(self, input, errors='strict'): method decode (line 204) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 210) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 211) | def encode(self, input, final=False): class IncrementalDecoder (line 214) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 215) | def decode(self, input, final=False): class StreamWriter (line 220) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 223) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 228) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/quopri_codec.py function quopri_encode (line 11) | def quopri_encode(input, errors='strict'): function quopri_decode (line 18) | def quopri_decode(input, errors='strict'): class Codec (line 25) | class Codec(codecs.Codec): method encode (line 26) | def encode(self, input, errors='strict'): method decode (line 28) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 31) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 32) | def encode(self, input, final=False): class IncrementalDecoder (line 35) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 36) | def decode(self, input, final=False): class StreamWriter (line 39) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 42) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 47) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 15) | def encode(self, input, errors='strict'): method decode (line 18) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 21) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 22) | def encode(self, input, final=False): class IncrementalDecoder (line 25) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 26) | def decode(self, input, final=False): class StreamWriter (line 29) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 32) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 37) | def getregentry(): function rot13 (line 108) | def rot13(infile, outfile): FILE: tests/pythons/win64-py32/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 89) | def setstate(self, state): class StreamWriter (line 104) | class StreamWriter(codecs.StreamWriter): method __init__ (line 105) | def __init__(self, stream, errors='strict'): method reset (line 109) | def reset(self): method encode (line 113) | def encode(self, input, errors='strict'): class StreamReader (line 124) | class StreamReader(codecs.StreamReader): method reset (line 126) | def reset(self): method decode (line 133) | def decode(self, input, errors='strict'): function getregentry (line 146) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 18) | def decode(input, errors='strict'): class IncrementalEncoder (line 26) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 27) | def __init__(self, errors='strict'): method encode (line 31) | def encode(self, input, final=False): method reset (line 39) | def reset(self): method getstate (line 43) | def getstate(self): method setstate (line 46) | def setstate(self, state): class IncrementalDecoder (line 49) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 50) | def __init__(self, errors='strict'): method _buffer_decode (line 54) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 80) | def setstate(self, state): class StreamWriter (line 85) | class StreamWriter(codecs.StreamWriter): method reset (line 86) | def reset(self): method encode (line 93) | def encode(self, input, errors='strict'): class StreamReader (line 97) | class StreamReader(codecs.StreamReader): method reset (line 98) | def reset(self): method decode (line 105) | def decode(self, input, errors='strict'): function getregentry (line 121) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/uu_codec.py function uu_encode (line 17) | def uu_encode(input, errors='strict', filename='', mode=0o666): function uu_decode (line 34) | def uu_decode(input, errors='strict'): class Codec (line 67) | class Codec(codecs.Codec): method encode (line 68) | def encode(self, input, errors='strict'): method decode (line 71) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 74) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 75) | def encode(self, input, final=False): class IncrementalDecoder (line 78) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 79) | def decode(self, input, final=False): class StreamWriter (line 82) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 85) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 90) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input, errors='strict'): function zlib_decode (line 18) | def zlib_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 29) | def __init__(self, errors='strict'): method encode (line 34) | def encode(self, input, final=False): method reset (line 41) | def reset(self): class IncrementalDecoder (line 44) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 45) | def __init__(self, errors='strict'): method decode (line 50) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win64-py32/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=True): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=True): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win64-py32/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=False, backup="", bufsize=0, function close (line 107) | def close(): function nextfile (line 115) | def nextfile(): function filename (line 129) | def filename(): function lineno (line 138) | def lineno(): function filelineno (line 148) | def filelineno(): function fileno (line 158) | def fileno(): function isfirstline (line 167) | def isfirstline(): function isstdin (line 176) | def isstdin(): class FileInput (line 185) | class FileInput: method __init__ (line 198) | def __init__(self, files=None, inplace=False, backup="", bufsize=0, method __del__ (line 235) | def __del__(self): method close (line 238) | def close(self): method __enter__ (line 242) | def __enter__(self): method __exit__ (line 245) | def __exit__(self, type, value, traceback): method __iter__ (line 248) | def __iter__(self): method __next__ (line 251) | def __next__(self): method __getitem__ (line 266) | def __getitem__(self, i): method nextfile (line 274) | def nextfile(self): method readline (line 300) | def readline(self): method filename (line 363) | def filename(self): method lineno (line 366) | def lineno(self): method filelineno (line 369) | def filelineno(self): method fileno (line 372) | def fileno(self): method isfirstline (line 381) | def isfirstline(self): method isstdin (line 384) | def isstdin(self): function hook_compressed (line 388) | def hook_compressed(filename, mode): function hook_encoded (line 400) | def hook_encoded(encoding): function _test (line 407) | def _test(): FILE: tests/pythons/win64-py32/Lib/fnmatch.py function fnmatch (line 19) | def fnmatch(name, pat): function _compile_pattern (line 39) | def _compile_pattern(pat, is_bytes=False): function filter (line 48) | def filter(names, pat): function fnmatchcase (line 64) | def fnmatchcase(name, pat): function translate (line 74) | def translate(pat): FILE: tests/pythons/win64-py32/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win64-py32/Lib/fractions.py function gcd (line 17) | def gcd(a, b): class Fraction (line 49) | class Fraction(numbers.Rational): method __new__ (line 73) | def __new__(cls, numerator=0, denominator=None): method from_float (line 174) | def from_float(cls, f): method from_decimal (line 190) | def from_decimal(cls, dec): method limit_denominator (line 211) | def limit_denominator(self, max_denominator=1000000): method numerator (line 267) | def numerator(a): method denominator (line 271) | def denominator(a): method __repr__ (line 274) | def __repr__(self): method __str__ (line 278) | def __str__(self): method _operator_fallbacks (line 285) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 392) | def _add(a, b): method _sub (line 400) | def _sub(a, b): method _mul (line 408) | def _mul(a, b): method _div (line 414) | def _div(a, b): method __floordiv__ (line 421) | def __floordiv__(a, b): method __rfloordiv__ (line 425) | def __rfloordiv__(b, a): method __mod__ (line 429) | def __mod__(a, b): method __rmod__ (line 434) | def __rmod__(b, a): method __pow__ (line 439) | def __pow__(a, b): method __rpow__ (line 463) | def __rpow__(b, a): method __pos__ (line 477) | def __pos__(a): method __neg__ (line 481) | def __neg__(a): method __abs__ (line 485) | def __abs__(a): method __trunc__ (line 489) | def __trunc__(a): method __floor__ (line 496) | def __floor__(a): method __ceil__ (line 500) | def __ceil__(a): method __round__ (line 505) | def __round__(self, ndigits=None): method __hash__ (line 530) | def __hash__(self): method __eq__ (line 552) | def __eq__(a, b): method _richcmp (line 571) | def _richcmp(self, other, op): method __lt__ (line 593) | def __lt__(a, b): method __gt__ (line 597) | def __gt__(a, b): method __le__ (line 601) | def __le__(a, b): method __ge__ (line 605) | def __ge__(a, b): method __bool__ (line 609) | def __bool__(a): method __reduce__ (line 615) | def __reduce__(self): method __copy__ (line 618) | def __copy__(self): method __deepcopy__ (line 623) | def __deepcopy__(self, memo): FILE: tests/pythons/win64-py32/Lib/ftplib.py class Error (line 55) | class Error(Exception): pass class error_reply (line 56) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 57) | class error_temp(Error): pass # 4xx errors class error_perm (line 58) | class error_perm(Error): pass # 5xx errors class error_proto (line 59) | class error_proto(Error): pass # response does not begin with [... class FTP (line 72) | class FTP: method __init__ (line 109) | def __init__(self, host='', user='', passwd='', acct='', method __enter__ (line 117) | def __enter__(self): method __exit__ (line 121) | def __exit__(self, *args): method connect (line 131) | def connect(self, host='', port=0, timeout=-999): method getwelcome (line 148) | def getwelcome(self): method set_debuglevel (line 155) | def set_debuglevel(self, level): method set_pasv (line 164) | def set_pasv(self, val): method sanitize (line 171) | def sanitize(self, s): method putline (line 180) | def putline(self, line): method putcmd (line 186) | def putcmd(self, line): method getline (line 192) | def getline(self): method getmultiline (line 205) | def getmultiline(self): method getresp (line 219) | def getresp(self): method voidresp (line 232) | def voidresp(self): method abort (line 239) | def abort(self): method sendcmd (line 252) | def sendcmd(self, cmd): method voidcmd (line 257) | def voidcmd(self, cmd): method sendport (line 262) | def sendport(self, host, port): method sendeprt (line 272) | def sendeprt(self, host, port): method makeport (line 285) | def makeport(self): method makepasv (line 318) | def makepasv(self): method ntransfercmd (line 325) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 382) | def transfercmd(self, cmd, rest=None): method login (line 386) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 407) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 430) | def retrlines(self, cmd, callback = None): method storbinary (line 458) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 482) | def storlines(self, cmd, fp, callback=None): method acct (line 506) | def acct(self, password): method nlst (line 511) | def nlst(self, *args): method dir (line 520) | def dir(self, *args): method rename (line 535) | def rename(self, fromname, toname): method delete (line 542) | def delete(self, filename): method cwd (line 550) | def cwd(self, dirname): method size (line 563) | def size(self, filename): method mkd (line 574) | def mkd(self, dirname): method rmd (line 583) | def rmd(self, dirname): method pwd (line 587) | def pwd(self): method quit (line 596) | def quit(self): method close (line 602) | def close(self): class FTP_TLS (line 615) | class FTP_TLS(FTP): method __init__ (line 650) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 665) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 670) | def auth(self): method prot_p (line 687) | def prot_p(self): method prot_c (line 703) | def prot_c(self): method ntransfercmd (line 711) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 721) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 737) | def retrlines(self, cmd, callback = None): method storbinary (line 761) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 777) | def storlines(self, cmd, fp, callback=None): method abort (line 796) | def abort(self): function parse150 (line 811) | def parse150(resp): function parse227 (line 835) | def parse227(resp): function parse229 (line 855) | def parse229(resp, peer): function parse257 (line 877) | def parse257(resp): function print_line (line 900) | def print_line(line): function ftpcp (line 905) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 924) | class Netrc: method __init__ (line 936) | def __init__(self, filename=None): method get_hosts (line 1000) | def get_hosts(self): method get_account (line 1004) | def get_account(self, host): method get_macros (line 1020) | def get_macros(self): method get_macro (line 1024) | def get_macro(self, macro): function test (line 1030) | def test(): FILE: tests/pythons/win64-py32/Lib/functools.py function update_wrapper (line 26) | def update_wrapper(wrapper, function wraps (line 54) | def wraps(wrapped, function total_ordering (line 68) | def total_ordering(cls): function cmp_to_key (line 96) | def cmp_to_key(mycmp): function lru_cache (line 119) | def lru_cache(maxsize=100): FILE: tests/pythons/win64-py32/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win64-py32/Lib/getopt.py class GetoptError (line 38) | class GetoptError(Exception): method __init__ (line 41) | def __init__(self, msg, opt=''): method __str__ (line 46) | def __str__(self): function getopt (line 51) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 94) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 144) | def do_longs(opts, opt, longopts, args): function long_has_args (line 166) | def long_has_args(opt, longopts): function do_shorts (line 187) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 202) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win64-py32/Lib/getpass.py class GetPassWarning (line 23) | class GetPassWarning(UserWarning): pass function unix_getpass (line 26) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 89) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 112) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 121) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 140) | def getuser(): FILE: tests/pythons/win64-py32/Lib/gettext.py function c2py (line 61) | def c2py(plural): function _expand_lang (line 111) | def _expand_lang(loc): class NullTranslations (line 153) | class NullTranslations: method __init__ (line 154) | def __init__(self, fp=None): method _parse (line 162) | def _parse(self, fp): method add_fallback (line 165) | def add_fallback(self, fallback): method gettext (line 171) | def gettext(self, message): method lgettext (line 176) | def lgettext(self, message): method ngettext (line 181) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 189) | def lngettext(self, msgid1, msgid2, n): method info (line 197) | def info(self): method charset (line 200) | def charset(self): method output_charset (line 203) | def output_charset(self): method set_output_charset (line 206) | def set_output_charset(self, charset): method install (line 209) | def install(self, names=None): class GNUTranslations (line 223) | class GNUTranslations(NullTranslations): method _parse (line 228) | def _parse(self, fp): method lgettext (line 305) | def lgettext(self, message): method lngettext (line 316) | def lngettext(self, msgid1, msgid2, n): method gettext (line 330) | def gettext(self, message): method ngettext (line 339) | def ngettext(self, msgid1, msgid2, n): function find (line 353) | def find(domain, localedir=None, languages=None, all=False): function translation (line 393) | def translation(domain, localedir=None, languages=None, function install (line 424) | def install(domain, localedir=None, codeset=None, names=None): function textdomain (line 438) | def textdomain(domain=None): function bindtextdomain (line 445) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 452) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 459) | def dgettext(domain, message): function ldgettext (line 467) | def ldgettext(domain, message): function dngettext (line 475) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 486) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 497) | def gettext(message): function lgettext (line 500) | def lgettext(message): function ngettext (line 503) | def ngettext(msgid1, msgid2, n): function lngettext (line 506) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win64-py32/Lib/glob.py function glob (line 9) | def glob(pathname): function iglob (line 20) | def iglob(pathname): function glob1 (line 57) | def glob1(dirname, pattern): function glob0 (line 71) | def glob0(dirname, basename): function has_magic (line 86) | def has_magic(s): function _ishidden (line 93) | def _ishidden(path): FILE: tests/pythons/win64-py32/Lib/gzip.py function U32 (line 19) | def U32(i): function LOWU32 (line 27) | def LOWU32(i): function write32u (line 31) | def write32u(output, value): function read32 (line 36) | def read32(input): function open (line 39) | def open(filename, mode="rb", compresslevel=9): class _PaddedFile (line 48) | class _PaddedFile: method __init__ (line 53) | def __init__(self, f, prepend=b''): method read (line 59) | def read(self, size): method prepend (line 72) | def prepend(self, prepend=b'', readprevious=False): method unused (line 83) | def unused(self): method seek (line 88) | def seek(self, offset, whence=0): method __getattr__ (line 100) | def __getattr__(self, name): class GzipFile (line 104) | class GzipFile(io.BufferedIOBase): method __init__ (line 116) | def __init__(self, filename=None, mode=None, method filename (line 204) | def filename(self): method __repr__ (line 211) | def __repr__(self): method _check_closed (line 218) | def _check_closed(self): method _init_write (line 225) | def _init_write(self, filename): method _write_gzip_header (line 232) | def _write_gzip_header(self): method _init_read (line 258) | def _init_read(self): method _read_gzip_header (line 262) | def _read_gzip_header(self): method write (line 303) | def write(self,data): method read (line 324) | def read(self, size=-1): method peek (line 357) | def peek(self, n): method _unread (line 381) | def _unread(self, buf): method _read (line 385) | def _read(self, size=1024): method _add_read_data (line 427) | def _add_read_data(self, data): method _read_eof (line 435) | def _read_eof(self): method closed (line 458) | def closed(self): method close (line 461) | def close(self): method flush (line 476) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 483) | def fileno(self): method rewind (line 491) | def rewind(self): method readable (line 503) | def readable(self): method writable (line 506) | def writable(self): method seekable (line 509) | def seekable(self): method seek (line 512) | def seek(self, offset, whence=0): method readline (line 537) | def readline(self, size=-1): function compress (line 577) | def compress(data, compresslevel=9): function decompress (line 586) | def decompress(data): function _test (line 594) | def _test(): FILE: tests/pythons/win64-py32/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, data=b''): function __hash_new (line 113) | def __hash_new(name, data=b''): FILE: tests/pythons/win64-py32/Lib/heapq.py function heappush (line 133) | def heappush(heap, item): function heappop (line 138) | def heappop(heap): function heapreplace (line 149) | def heapreplace(heap, item): function heappushpop (line 165) | def heappushpop(heap, item): function heapify (line 172) | def heapify(x): function nlargest (line 183) | def nlargest(n, iterable): function nsmallest (line 201) | def nsmallest(n, iterable): function _siftdown (line 236) | def _siftdown(heap, startpos, pos): function _siftup (line 289) | def _siftup(heap, pos): function merge (line 315) | def merge(*iterables): function nsmallest (line 352) | def nsmallest(n, iterable, key=None): function nlargest (line 389) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win64-py32/Lib/hmac.py class HMAC (line 16) | class HMAC: method __init__ (line 23) | def __init__(self, key, msg = None, digestmod = None): method update (line 73) | def update(self, msg): method copy (line 80) | def copy(self): method _current (line 93) | def _current(self): method digest (line 102) | def digest(self): method hexdigest (line 112) | def hexdigest(self): function new (line 118) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win64-py32/Lib/html/__init__.py function escape (line 12) | def escape(s, quote=True): FILE: tests/pythons/win64-py32/Lib/html/parser.py class HTMLParseError (line 76) | class HTMLParseError(Exception): method __init__ (line 79) | def __init__(self, msg, position=(None, None)): method __str__ (line 85) | def __str__(self): class HTMLParser (line 94) | class HTMLParser(_markupbase.ParserBase): method __init__ (line 116) | def __init__(self, strict=True): method reset (line 127) | def reset(self): method feed (line 135) | def feed(self, data): method close (line 144) | def close(self): method error (line 148) | def error(self, message): method get_starttag_text (line 153) | def get_starttag_text(self): method set_cdata_mode (line 157) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 161) | def clear_cdata_mode(self): method goahead (line 168) | def goahead(self, end): method parse_html_declaration (line 272) | def parse_html_declaration(self, i): method parse_bogus_comment (line 293) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 305) | def parse_pi(self, i): method parse_starttag (line 317) | def parse_starttag(self, i): method check_for_whole_start_tag (line 374) | def check_for_whole_start_tag(self, i): method parse_endtag (line 417) | def parse_endtag(self, i): method handle_startendtag (line 459) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 464) | def handle_starttag(self, tag, attrs): method handle_endtag (line 468) | def handle_endtag(self, tag): method handle_charref (line 472) | def handle_charref(self, name): method handle_entityref (line 476) | def handle_entityref(self, name): method handle_data (line 480) | def handle_data(self, data): method handle_comment (line 484) | def handle_comment(self, data): method handle_decl (line 488) | def handle_decl(self, decl): method handle_pi (line 492) | def handle_pi(self, data): method unknown_decl (line 495) | def unknown_decl(self, data): method unescape (line 501) | def unescape(self, s): FILE: tests/pythons/win64-py32/Lib/http/client.py class HTTPMessage (line 210) | class HTTPMessage(email.message.Message): method getallmatchingheaders (line 217) | def getallmatchingheaders(self, name): function parse_headers (line 240) | def parse_headers(fp, _class=HTTPMessage): class HTTPResponse (line 264) | class HTTPResponse(io.RawIOBase): method __init__ (line 273) | def __init__(self, sock, debuglevel=0, strict=_strict_sentinel, method... method _read_status (line 307) | def _read_status(self): method begin (line 339) | def begin(self): method _check_close (line 419) | def _check_close(self): method _close_conn (line 449) | def _close_conn(self): method close (line 454) | def close(self): method flush (line 464) | def flush(self): method readable (line 469) | def readable(self): method isclosed (line 474) | def isclosed(self): method read (line 484) | def read(self, amt=None): method _read_chunked (line 529) | def _read_chunked(self, amt): method _safe_read (line 587) | def _safe_read(self, amt): method fileno (line 610) | def fileno(self): method getheader (line 613) | def getheader(self, name, default=None): method getheaders (line 622) | def getheaders(self): method __iter__ (line 630) | def __iter__(self): method info (line 635) | def info(self): method geturl (line 638) | def geturl(self): method getcode (line 641) | def getcode(self): class HTTPConnection (line 644) | class HTTPConnection: method __init__ (line 654) | def __init__(self, host, port=None, strict=_strict_sentinel, method set_tunnel (line 673) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 686) | def _set_hostport(self, host, port): method set_debuglevel (line 706) | def set_debuglevel(self, level): method _tunnel (line 709) | def _tunnel(self): method connect (line 737) | def connect(self): method close (line 744) | def close(self): method send (line 754) | def send(self, data): method _output (line 802) | def _output(self, s): method _send_output (line 809) | def _send_output(self, message_body=None): method putrequest (line 830) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 946) | def putheader(self, header, *values): method endheaders (line 966) | def endheaders(self, message_body=None): method request (line 981) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 985) | def _set_content_length(self, body): method _send_request (line 1002) | def _send_request(self, method, url, body, headers): method getresponse (line 1023) | def getresponse(self): class HTTPSConnection (line 1083) | class HTTPSConnection(HTTPConnection): method __init__ (line 1090) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1112) | def connect(self): class HTTPException (line 1135) | class HTTPException(Exception): class NotConnected (line 1140) | class NotConnected(HTTPException): class InvalidURL (line 1143) | class InvalidURL(HTTPException): class UnknownProtocol (line 1146) | class UnknownProtocol(HTTPException): method __init__ (line 1147) | def __init__(self, version): class UnknownTransferEncoding (line 1151) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1154) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1157) | class IncompleteRead(HTTPException): method __init__ (line 1158) | def __init__(self, partial, expected=None): method __repr__ (line 1162) | def __repr__(self): method __str__ (line 1168) | def __str__(self): class ImproperConnectionState (line 1171) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1174) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1177) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1180) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1183) | class BadStatusLine(HTTPException): method __init__ (line 1184) | def __init__(self, line): class LineTooLong (line 1190) | class LineTooLong(HTTPException): method __init__ (line 1191) | def __init__(self, line_type): FILE: tests/pythons/win64-py32/Lib/http/cookiejar.py function _debug (line 46) | def _debug(*args): function _warn_unhandled_exception (line 60) | def _warn_unhandled_exception(): function _timegm (line 75) | def _timegm(tt): function time2isoz (line 89) | def time2isoz(t=None): function time2netscape (line 108) | def time2netscape(t=None): function offset_from_tz_string (line 131) | def offset_from_tz_string(tz): function _str2time (line 145) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 220) | def http2time(text): function iso2time (line 292) | def iso2time(text): function unmatched (line 325) | def unmatched(match): function split_header_words (line 334) | def split_header_words(header_values): function join_header_words (line 420) | def join_header_words(lists): function strip_quotes (line 445) | def strip_quotes(text): function parse_ns_headers (line 452) | def parse_ns_headers(ns_headers): function is_HDN (line 505) | def is_HDN(text): function domain_match (line 520) | def domain_match(A, B): function liberal_is_HDN (line 559) | def liberal_is_HDN(text): function user_domain_match (line 569) | def user_domain_match(A, B): function request_host (line 590) | def request_host(request): function eff_request_host (line 606) | def eff_request_host(request): function request_path (line 617) | def request_path(request): function request_port (line 627) | def request_port(request): function uppercase_escaped_char (line 645) | def uppercase_escaped_char(match): function escape_path (line 647) | def escape_path(path): function reach (line 661) | def reach(h): function is_third_party (line 696) | def is_third_party(request): class Cookie (line 713) | class Cookie: method __init__ (line 731) | def __init__(self, version, name, value, method has_nonstandard_attr (line 773) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 775) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 777) | def set_nonstandard_attr(self, name, value): method is_expired (line 780) | def is_expired(self, now=None): method __str__ (line 786) | def __str__(self): method __repr__ (line 796) | def __repr__(self): class CookiePolicy (line 811) | class CookiePolicy: method set_ok (line 820) | def set_ok(self, cookie, request): method return_ok (line 829) | def return_ok(self, cookie, request): method domain_return_ok (line 833) | def domain_return_ok(self, domain, request): method path_return_ok (line 838) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 844) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 854) | def __init__(self, method blocked_domains (line 887) | def blocked_domains(self): method set_blocked_domains (line 890) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 894) | def is_blocked(self, domain): method allowed_domains (line 900) | def allowed_domains(self): method set_allowed_domains (line 903) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 909) | def is_not_allowed(self, domain): method set_ok (line 917) | def set_ok(self, cookie, request): method set_ok_version (line 936) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 951) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 963) | def set_ok_name(self, cookie, request): method set_ok_path (line 972) | def set_ok_path(self, cookie, request): method set_ok_domain (line 983) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1042) | def set_ok_port(self, cookie, request): method return_ok (line 1063) | def return_ok(self, cookie, request): method return_ok_version (line 1081) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1090) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1102) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1108) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1114) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1128) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1150) | def domain_return_ok(self, domain, request): method path_return_ok (line 1172) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1181) | def vals_sorted_by_key(adict): function deepvalues (line 1185) | def deepvalues(mapping): class Absent (line 1204) | class Absent: pass class CookieJar (line 1206) | class CookieJar: method __init__ (line 1221) | def __init__(self, policy=None): method set_policy (line 1229) | def set_policy(self, policy): method _cookies_for_domain (line 1232) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1250) | def _cookies_for_request(self, request): method _cookie_attrs (line 1257) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1316) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1349) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1446) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1538) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1547) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1559) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1613) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1626) | def set_cookie(self, cookie): method extract_cookies (line 1639) | def extract_cookies(self, response, request): method clear (line 1653) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1680) | def clear_session_cookies(self): method clear_expired_cookies (line 1695) | def clear_expired_cookies(self): method __iter__ (line 1714) | def __iter__(self): method __len__ (line 1717) | def __len__(self): method __repr__ (line 1723) | def __repr__(self): method __str__ (line 1728) | def __str__(self): class LoadError (line 1735) | class LoadError(IOError): pass class FileCookieJar (line 1737) | class FileCookieJar(CookieJar): method __init__ (line 1740) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1755) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1759) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1771) | def revert(self, filename=None, function lwp_cookie_str (line 1798) | def lwp_cookie_str(cookie): class LWPCookieJar (line 1826) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 1839) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 1855) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 1870) | def _really_load(self, f, filename, ignore_discard, ignore_expires): class MozillaCookieJar (line 1950) | class MozillaCookieJar(FileCookieJar): method _really_load (line 1989) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 2055) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win64-py32/Lib/http/cookies.py class CookieError (line 147) | class CookieError(Exception): function _quote (line 228) | def _quote(str, LegalChars=_LegalChars): function _unquote (line 244) | def _unquote(str): function _getdate (line 300) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 308) | class Morsel(dict): method __init__ (line 341) | def __init__(self): method __setitem__ (line 349) | def __setitem__(self, K, V): method isReservedKey (line 355) | def isReservedKey(self, K): method set (line 358) | def set(self, key, val, coded_val, LegalChars=_LegalChars): method output (line 371) | def output(self, attrs=None, header="Set-Cookie:"): method __repr__ (line 376) | def __repr__(self): method js_output (line 380) | def js_output(self, attrs=None): method OutputString (line 390) | def OutputString(self, attrs=None): class BaseCookie (line 453) | class BaseCookie(dict): method value_decode (line 456) | def value_decode(self, val): method value_encode (line 465) | def value_encode(self, val): method __init__ (line 474) | def __init__(self, input=None): method __set (line 478) | def __set(self, key, real_value, coded_value): method __setitem__ (line 484) | def __setitem__(self, key, value): method output (line 489) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 499) | def __repr__(self): method js_output (line 506) | def js_output(self, attrs=None): method load (line 514) | def load(self, rawdata): method __parse_string (line 528) | def __parse_string(self, str, patt=_CookiePattern): class SimpleCookie (line 559) | class SimpleCookie(BaseCookie): method value_decode (line 566) | def value_decode(self, val): method value_encode (line 569) | def value_encode(self, val): FILE: tests/pythons/win64-py32/Lib/http/server.py function _quote_html (line 123) | def _quote_html(html): class HTTPServer (line 126) | class HTTPServer(socketserver.TCPServer): method server_bind (line 130) | def server_bind(self): class BaseHTTPRequestHandler (line 138) | class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): method parse_request (line 259) | def parse_request(self): method handle_expect_100 (line 340) | def handle_expect_100(self): method handle_one_request (line 357) | def handle_one_request(self): method handle (line 392) | def handle(self): method send_error (line 400) | def send_error(self, code, message=None): method send_response (line 431) | def send_response(self, code, message=None): method send_response_only (line 443) | def send_response_only(self, code, message=None): method send_header (line 454) | def send_header(self, keyword, value): method end_headers (line 468) | def end_headers(self): method log_request (line 475) | def log_request(self, code='-', size='-'): method log_error (line 485) | def log_error(self, format, *args): method log_message (line 499) | def log_message(self, format, *args): method version_string (line 521) | def version_string(self): method date_time_string (line 525) | def date_time_string(self, timestamp=None): method log_date_time_string (line 536) | def log_date_time_string(self): method address_string (line 550) | def address_string(self): class SimpleHTTPRequestHandler (line 640) | class SimpleHTTPRequestHandler(BaseHTTPRequestHandler): method do_GET (line 655) | def do_GET(self): method do_HEAD (line 662) | def do_HEAD(self): method send_head (line 668) | def send_head(self): method list_directory (line 709) | def list_directory(self, path): method translate_path (line 753) | def translate_path(self, path): method copyfile (line 775) | def copyfile(self, source, outputfile): method guess_type (line 791) | def guess_type(self, path): function _url_collapse_path (line 828) | def _url_collapse_path(path): function nobody_uid (line 873) | def nobody_uid(): function executable (line 889) | def executable(path): class CGIHTTPRequestHandler (line 898) | class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): method do_POST (line 915) | def do_POST(self): method send_head (line 927) | def send_head(self): method is_cgi (line 934) | def is_cgi(self): method is_executable (line 960) | def is_executable(self, path): method is_python (line 964) | def is_python(self, path): method run_cgi (line 969) | def run_cgi(self): function test (line 1164) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win64-py32/Lib/imaplib.py class IMAP4 (line 108) | class IMAP4: class error (line 154) | class error(Exception): pass # Logical errors - debug required class abort (line 155) | class abort(error): pass # Service errors - close and retry class readonly (line 156) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 158) | def __init__(self, host = '', port = IMAP4_PORT): method _connect (line 183) | def _connect(self): method __getattr__ (line 225) | def __getattr__(self, attr): method _create_socket (line 236) | def _create_socket(self): method open (line 239) | def open(self, host = '', port = IMAP4_PORT): method read (line 251) | def read(self, size): method readline (line 264) | def readline(self): method send (line 269) | def send(self, data): method shutdown (line 274) | def shutdown(self): method socket (line 287) | def socket(self): method recent (line 299) | def recent(self): method response (line 316) | def response(self, code): method append (line 330) | def append(self, mailbox, flags, date_time, message): method authenticate (line 353) | def authenticate(self, mechanism, authobject): method capability (line 382) | def capability(self): method check (line 391) | def check(self): method close (line 399) | def close(self): method copy (line 414) | def copy(self, message_set, new_mailbox): method create (line 422) | def create(self, mailbox): method delete (line 430) | def delete(self, mailbox): method deleteacl (line 437) | def deleteacl(self, mailbox, who): method expunge (line 444) | def expunge(self): method fetch (line 458) | def fetch(self, message_set, message_parts): method getacl (line 473) | def getacl(self, mailbox): method getannotation (line 482) | def getannotation(self, mailbox, entry, attribute): method getquota (line 490) | def getquota(self, root): method getquotaroot (line 501) | def getquotaroot(self, mailbox): method list (line 512) | def list(self, directory='""', pattern='*'): method login (line 524) | def login(self, user, password): method login_cram_md5 (line 538) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 547) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 555) | def logout(self): method lsub (line 571) | def lsub(self, directory='""', pattern='*'): method myrights (line 582) | def myrights(self, mailbox): method namespace (line 590) | def namespace(self): method noop (line 600) | def noop(self): method partial (line 611) | def partial(self, message_num, message_part, start, length): method proxyauth (line 623) | def proxyauth(self, user): method rename (line 636) | def rename(self, oldmailbox, newmailbox): method search (line 644) | def search(self, charset, *criteria): method select (line 659) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 691) | def setacl(self, mailbox, who, what): method setannotation (line 699) | def setannotation(self, *args): method setquota (line 707) | def setquota(self, root, limits): method sort (line 716) | def sort(self, sort_criteria, charset, *search_criteria): method starttls (line 730) | def starttls(self, ssl_context=None): method status (line 754) | def status(self, mailbox, names): method store (line 766) | def store(self, message_set, command, flags): method subscribe (line 777) | def subscribe(self, mailbox): method thread (line 785) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 795) | def uid(self, command, *args): method unsubscribe (line 820) | def unsubscribe(self, mailbox): method xatom (line 828) | def xatom(self, name, *args): method _append_untagged (line 850) | def _append_untagged(self, typ, dat): method _check_bye (line 864) | def _check_bye(self): method _command (line 870) | def _command(self, name, *args): method _command_complete (line 947) | def _command_complete(self, name, tag): method _get_capabilities (line 964) | def _get_capabilities(self): method _get_response (line 973) | def _get_response(self): method _get_tagged_response (line 1053) | def _get_tagged_response(self, tag): method _get_line (line 1075) | def _get_line(self): method _match (line 1094) | def _match(self, cre, s): method _new_tag (line 1106) | def _new_tag(self): method _quote (line 1114) | def _quote(self, arg): method _simple_command (line 1122) | def _simple_command(self, name, *args): method _untagged_response (line 1127) | def _untagged_response(self, typ, dat, name): method _mesg (line 1141) | def _mesg(self, s, secs=None): method _dump_ur (line 1148) | def _dump_ur(self, dict): method _log (line 1156) | def _log(self, line): method print_log (line 1163) | def print_log(self): class IMAP4_SSL (line 1179) | class IMAP4_SSL(IMAP4): method __init__ (line 1194) | def __init__(self, host = '', port = IMAP4_SSL_PORT, keyfile = None, c... method _create_socket (line 1199) | def _create_socket(self): method open (line 1203) | def open(self, host='', port=IMAP4_SSL_PORT): class IMAP4_stream (line 1214) | class IMAP4_stream(IMAP4): method __init__ (line 1226) | def __init__(self, command): method open (line 1231) | def open(self, host = None, port = None): method read (line 1247) | def read(self, size): method readline (line 1252) | def readline(self): method send (line 1257) | def send(self, data): method shutdown (line 1263) | def shutdown(self): class _Authenticator (line 1271) | class _Authenticator: method __init__ (line 1277) | def __init__(self, mechinst): method process (line 1280) | def process(self, data): method encode (line 1286) | def encode(self, inp): method decode (line 1310) | def decode(self, inp): function Internaldate2tuple (line 1320) | def Internaldate2tuple(resp): function Int2AP (line 1355) | def Int2AP(num): function ParseFlags (line 1368) | def ParseFlags(resp): function Time2Internaldate (line 1379) | def Time2Internaldate(date_time): function run (line 1467) | def run(cmd, args): FILE: tests/pythons/win64-py32/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 37) | def test_jpeg(h, f): function test_png (line 44) | def test_png(h, f): function test_gif (line 50) | def test_gif(h, f): function test_tiff (line 57) | def test_tiff(h, f): function test_rgb (line 64) | def test_rgb(h, f): function test_pbm (line 71) | def test_pbm(h, f): function test_pgm (line 79) | def test_pgm(h, f): function test_ppm (line 87) | def test_ppm(h, f): function test_rast (line 95) | def test_rast(h, f): function test_xbm (line 102) | def test_xbm(h, f): function test_bmp (line 109) | def test_bmp(h, f): function test (line 119) | def test(): function testall (line 134) | def testall(list, recursive, toplevel): FILE: tests/pythons/win64-py32/Lib/importlib/__init__.py function _case_ok (line 31) | def _case_ok(directory, check): function _w_long (line 44) | def _w_long(x): function _r_long (line 59) | def _r_long(int_bytes): function import_module (line 108) | def import_module(name, package=None): FILE: tests/pythons/win64-py32/Lib/importlib/_bootstrap.py function _path_join (line 22) | def _path_join(*args): function _path_exists (line 28) | def _path_exists(path): function _path_is_mode_type (line 38) | def _path_is_mode_type(path, mode): function _path_isfile (line 48) | def _path_isfile(path): function _path_isdir (line 54) | def _path_isdir(path): function _path_without_ext (line 61) | def _path_without_ext(path, ext_type): function _path_absolute (line 70) | def _path_absolute(path): function _wrap (line 83) | def _wrap(new, old): function set_package (line 94) | def set_package(fxn): function set_loader (line 107) | def set_loader(fxn): function module_for_loader (line 118) | def module_for_loader(fxn): function _check_name (line 150) | def _check_name(method): function _requires_builtin (line 166) | def _requires_builtin(fxn): function _requires_frozen (line 176) | def _requires_frozen(fxn): function _suffix_list (line 186) | def _suffix_list(suffix_type): class BuiltinImporter (line 194) | class BuiltinImporter: method find_module (line 204) | def find_module(cls, fullname, path=None): method load_module (line 218) | def load_module(cls, fullname): method get_code (line 230) | def get_code(cls, fullname): method get_source (line 236) | def get_source(cls, fullname): method is_package (line 242) | def is_package(cls, fullname): class FrozenImporter (line 247) | class FrozenImporter: method find_module (line 257) | def find_module(cls, fullname, path=None): method load_module (line 265) | def load_module(cls, fullname): method get_code (line 277) | def get_code(cls, fullname): method get_source (line 283) | def get_source(cls, fullname): method is_package (line 289) | def is_package(cls, fullname): class _LoaderBasics (line 294) | class _LoaderBasics: method is_package (line 299) | def is_package(self, fullname): method _bytes_from_bytecode (line 305) | def _bytes_from_bytecode(self, fullname, data, source_mtime): method _load_module (line 326) | def _load_module(self, module, *, sourceless=False): class SourceLoader (line 346) | class SourceLoader(_LoaderBasics): method path_mtime (line 348) | def path_mtime(self, path): method set_data (line 357) | def set_data(self, path, data): method get_source (line 366) | def get_source(self, fullname): method get_code (line 378) | def get_code(self, fullname): method load_module (line 428) | def load_module(self, fullname): class _FileLoader (line 439) | class _FileLoader: method __init__ (line 444) | def __init__(self, fullname, path): method get_filename (line 451) | def get_filename(self, fullname): method get_data (line 455) | def get_data(self, path): class _SourceFileLoader (line 461) | class _SourceFileLoader(_FileLoader, SourceLoader): method path_mtime (line 465) | def path_mtime(self, path): method set_data (line 469) | def set_data(self, path, data): class _SourcelessFileLoader (line 506) | class _SourcelessFileLoader(_FileLoader, _LoaderBasics): method load_module (line 510) | def load_module(self, fullname): method get_code (line 513) | def get_code(self, fullname): method get_source (line 523) | def get_source(self, fullname): class _ExtensionFileLoader (line 528) | class _ExtensionFileLoader: method __init__ (line 536) | def __init__(self, name, path): method load_module (line 549) | def load_module(self, fullname): method is_package (line 560) | def is_package(self, fullname): method get_code (line 565) | def get_code(self, fullname): method get_source (line 570) | def get_source(self, fullname): class PathFinder (line 577) | class PathFinder: method _path_hooks (line 582) | def _path_hooks(cls, path, hooks=None): method _path_importer_cache (line 599) | def _path_importer_cache(cls, path, default=None): method find_module (line 624) | def find_module(cls, fullname, path=None): class _FileFinder (line 642) | class _FileFinder: method __init__ (line 651) | def __init__(self, path, *details): method find_module (line 664) | def find_module(self, fullname): class _SourceFinderDetails (line 685) | class _SourceFinderDetails: method __init__ (line 690) | def __init__(self): class _SourcelessFinderDetails (line 693) | class _SourcelessFinderDetails: method __init__ (line 698) | def __init__(self): class _ExtensionFinderDetails (line 702) | class _ExtensionFinderDetails: method __init__ (line 707) | def __init__(self): function _file_path_hook (line 713) | def _file_path_hook(path): class _DefaultPathFinder (line 725) | class _DefaultPathFinder(PathFinder): method _path_hooks (line 731) | def _path_hooks(cls, path): method _path_importer_cache (line 740) | def _path_importer_cache(cls, path): class _ImportLockContext (line 746) | class _ImportLockContext: method __enter__ (line 750) | def __enter__(self): method __exit__ (line 754) | def __exit__(self, exc_type, exc_value, exc_traceback): function _gcd_import (line 763) | def _gcd_import(name, package=None, level=0): function __import__ (line 843) | def __import__(name, globals={}, locals={}, fromlist=[], level=0): FILE: tests/pythons/win64-py32/Lib/importlib/abc.py class Loader (line 16) | class Loader(metaclass=abc.ABCMeta): method load_module (line 21) | def load_module(self, fullname): class Finder (line 27) | class Finder(metaclass=abc.ABCMeta): method find_module (line 32) | def find_module(self, fullname, path=None): class ResourceLoader (line 44) | class ResourceLoader(Loader): method get_data (line 54) | def get_data(self, path): class InspectLoader (line 60) | class InspectLoader(Loader): method is_package (line 70) | def is_package(self, fullname): method get_code (line 76) | def get_code(self, fullname): method get_source (line 82) | def get_source(self, fullname): class ExecutionLoader (line 91) | class ExecutionLoader(InspectLoader): method get_filename (line 101) | def get_filename(self, fullname): class SourceLoader (line 107) | class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoa... method path_mtime (line 124) | def path_mtime(self, path): method set_data (line 128) | def set_data(self, path, data): class PyLoader (line 141) | class PyLoader(SourceLoader): method is_package (line 175) | def is_package(self, fullname): method source_path (line 179) | def source_path(self, fullname): method get_filename (line 184) | def get_filename(self, fullname): class PyPycLoader (line 206) | class PyPycLoader(PyLoader): method get_filename (line 220) | def get_filename(self, fullname): method get_code (line 231) | def get_code(self, fullname): method source_mtime (line 288) | def source_mtime(self, fullname): method bytecode_path (line 294) | def bytecode_path(self, fullname): method write_bytecode (line 300) | def write_bytecode(self, fullname, bytecode): FILE: tests/pythons/win64-py32/Lib/importlib/test/builtin/__init__.py function test_suite (line 5) | def test_suite(): FILE: tests/pythons/win64-py32/Lib/importlib/test/builtin/test_finder.py class FinderTests (line 9) | class FinderTests(abc.FinderTests): method test_module (line 13) | def test_module(self): method test_package (line 19) | def test_package(self): method test_module_in_package (line 23) | def test_module_in_package(self): method test_package_in_package (line 27) | def test_package_in_package(self): method test_package_over_module (line 31) | def test_package_over_module(self): method test_failure (line 35) | def test_failure(self): method test_ignore_path (line 40) | def test_ignore_path(self): function test_main (line 49) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/builtin/test_loader.py class LoaderTests (line 12) | class LoaderTests(abc.LoaderTests): method verify (line 19) | def verify(self, module): method test_module (line 29) | def test_module(self): method test_package (line 35) | def test_package(self): method test_lacking_parent (line 39) | def test_lacking_parent(self): method test_state_after_failure (line 43) | def test_state_after_failure(self): method test_module_reuse (line 47) | def test_module_reuse(self): method test_unloadable (line 54) | def test_unloadable(self): method test_already_imported (line 60) | def test_already_imported(self): class InspectLoaderTests (line 68) | class InspectLoaderTests(unittest.TestCase): method test_get_code (line 72) | def test_get_code(self): method test_get_source (line 77) | def test_get_source(self): method test_is_package (line 82) | def test_is_package(self): method test_not_builtin (line 87) | def test_not_builtin(self): function test_main (line 96) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/extension/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win64-py32/Lib/importlib/test/extension/test_case_sensitivity.py class ExtensionModuleCaseSensitivityTest (line 10) | class ExtensionModuleCaseSensitivityTest(unittest.TestCase): method find_module (line 12) | def find_module(self): method test_case_sensitive (line 20) | def test_case_sensitive(self): method test_case_insensitivity (line 26) | def test_case_insensitivity(self): function test_main (line 35) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/extension/test_finder.py class FinderTests (line 7) | class FinderTests(abc.FinderTests): method find_module (line 11) | def find_module(self, fullname): method test_module (line 16) | def test_module(self): method test_package (line 19) | def test_package(self): method test_module_in_package (line 23) | def test_module_in_package(self): method test_package_in_package (line 27) | def test_package_in_package(self): method test_package_over_module (line 31) | def test_package_over_module(self): method test_failure (line 35) | def test_failure(self): function test_main (line 41) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/extension/test_loader.py class LoaderTests (line 10) | class LoaderTests(abc.LoaderTests): method load_module (line 14) | def load_module(self, fullname): method test_module (line 19) | def test_module(self): method test_package (line 30) | def test_package(self): method test_lacking_parent (line 34) | def test_lacking_parent(self): method test_module_reuse (line 38) | def test_module_reuse(self): method test_state_after_failure (line 44) | def test_state_after_failure(self): method test_unloadable (line 48) | def test_unloadable(self): function test_main (line 53) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/extension/test_path_hook.py class PathHookTests (line 10) | class PathHookTests(unittest.TestCase): method hook (line 16) | def hook(self, entry): method test_success (line 19) | def test_success(self): function test_main (line 25) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/frozen/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win64-py32/Lib/importlib/test/frozen/test_finder.py class FinderTests (line 7) | class FinderTests(abc.FinderTests): method find (line 11) | def find(self, name, path=None): method test_module (line 15) | def test_module(self): method test_package (line 20) | def test_package(self): method test_module_in_package (line 24) | def test_module_in_package(self): method test_package_in_package (line 28) | def test_package_in_package(self): method test_package_over_module (line 32) | def test_package_over_module(self): method test_failure (line 36) | def test_failure(self): function test_main (line 41) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/frozen/test_loader.py class LoaderTests (line 8) | class LoaderTests(abc.LoaderTests): method test_module (line 10) | def test_module(self): method test_package (line 19) | def test_package(self): method test_lacking_parent (line 32) | def test_lacking_parent(self): method test_module_reuse (line 46) | def test_module_reuse(self): method test_state_after_failure (line 54) | def test_state_after_failure(self): method test_unloadable (line 58) | def test_unloadable(self): class InspectLoaderTests (line 64) | class InspectLoaderTests(unittest.TestCase): method test_get_code (line 68) | def test_get_code(self): method test_get_source (line 78) | def test_get_source(self): method test_is_package (line 83) | def test_is_package(self): method test_failure (line 91) | def test_failure(self): function test_main (line 99) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test___package__.py class Using__package__ (line 12) | class Using__package__(unittest.TestCase): method test_using___package__ (line 37) | def test_using___package__(self): method test_using___name__ (line 47) | def test_using___name__(self, package_as_None=False): method test_None_as___package__ (line 59) | def test_None_as___package__(self): method test_bad__package__ (line 63) | def test_bad__package__(self): method test_bunk__package__ (line 68) | def test_bunk__package__(self): class Setting__package__ (line 75) | class Setting__package__(unittest.TestCase): method test_top_level (line 88) | def test_top_level(self): method test_package (line 96) | def test_package(self): method test_submodule (line 104) | def test_submodule(self): function test_main (line 113) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_api.py class APITest (line 5) | class APITest(unittest.TestCase): method test_name_requires_rparition (line 10) | def test_name_requires_rparition(self): function test_main (line 16) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_caching.py class UseCache (line 9) | class UseCache(unittest.TestCase): method test_using_cache (line 24) | def test_using_cache(self): method test_None_in_cache (line 32) | def test_None_in_cache(self): method create_mock (line 40) | def create_mock(self, *names, return_=None): method test_using_cache_after_loader (line 52) | def test_using_cache_after_loader(self): method test_using_cache_for_assigning_to_attribute (line 61) | def test_using_cache_for_assigning_to_attribute(self): method test_using_cache_for_fromlist (line 71) | def test_using_cache_for_fromlist(self): function test_main (line 81) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_fromlist.py class ReturnValue (line 6) | class ReturnValue(unittest.TestCase): method test_return_from_import (line 17) | def test_return_from_import(self): method test_return_from_from_import (line 24) | def test_return_from_from_import(self): class HandlingFromlist (line 32) | class HandlingFromlist(unittest.TestCase): method test_object (line 49) | def test_object(self): method test_unexistent_object (line 56) | def test_unexistent_object(self): method test_module_from_package (line 64) | def test_module_from_package(self): method test_no_module_from_package (line 73) | def test_no_module_from_package(self): method test_empty_string (line 81) | def test_empty_string(self): method basic_star_test (line 87) | def basic_star_test(self, fromlist=['*']): method test_using_star (line 97) | def test_using_star(self): method test_fromlist_as_tuple (line 101) | def test_fromlist_as_tuple(self): method test_star_with_others (line 104) | def test_star_with_others(self): function test_main (line 118) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_meta_path.py class CallingOrder (line 7) | class CallingOrder(unittest.TestCase): method test_first_called (line 15) | def test_first_called(self): method test_continuing (line 26) | def test_continuing(self): class CallSignature (line 37) | class CallSignature(unittest.TestCase): method log (line 43) | def log(self, fxn): method test_no_path (line 51) | def test_no_path(self): method test_with_path (line 69) | def test_with_path(self): function test_main (line 91) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_packages.py class ParentModuleTests (line 8) | class ParentModuleTests(unittest.TestCase): method test_import_parent (line 12) | def test_import_parent(self): method test_bad_parent (line 18) | def test_bad_parent(self): method test_module_not_package (line 24) | def test_module_not_package(self): function test_main (line 31) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_path.py class FinderTests (line 14) | class FinderTests(unittest.TestCase): method test_failure (line 18) | def test_failure(self): method test_sys_path (line 24) | def test_sys_path(self): method test_path (line 35) | def test_path(self): method test_path_hooks (line 45) | def test_path_hooks(self): method test_path_importer_cache_has_None (line 58) | def test_path_importer_cache_has_None(self): method test_path_importer_cache_has_None_continues (line 65) | def test_path_importer_cache_has_None_continues(self): class DefaultPathFinderTests (line 78) | class DefaultPathFinderTests(unittest.TestCase): method test_implicit_hooks (line 82) | def test_implicit_hooks(self): method test_path_importer_cache_has_None (line 107) | def test_path_importer_cache_has_None(self): function test_main (line 126) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/test_relative_imports.py class RelativeImports (line 7) | class RelativeImports(unittest.TestCase): method relative_import_test (line 59) | def relative_import_test(self, create, globals_, callback): method test_module_from_module (line 74) | def test_module_from_module(self): method test_attr_from_module (line 86) | def test_attr_from_module(self): method test_package_to_module (line 98) | def test_package_to_module(self): method test_module_to_package (line 112) | def test_module_to_package(self): method test_package_to_package (line 122) | def test_package_to_package(self): method test_deep_import (line 135) | def test_deep_import(self): method test_too_high_from_package (line 150) | def test_too_high_from_package(self): method test_too_high_from_module (line 162) | def test_too_high_from_module(self): method test_empty_name_w_level_0 (line 173) | def test_empty_name_w_level_0(self): method test_import_from_different_package (line 178) | def test_import_from_different_package(self): function test_main (line 198) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/import_/util.py function import_ (line 10) | def import_(*args, **kwargs): function importlib_only (line 18) | def importlib_only(fxn): function mock_path_hook (line 23) | def mock_path_hook(*entries, importer): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/__init__.py function test_suite (line 6) | def test_suite(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_abc_loader.py class SourceOnlyLoaderMock (line 19) | class SourceOnlyLoaderMock(abc.SourceLoader): method __init__ (line 25) | def __init__(self, path): method get_data (line 28) | def get_data(self, path): method get_filename (line 32) | def get_filename(self, fullname): class SourceLoaderMock (line 36) | class SourceLoaderMock(SourceOnlyLoaderMock): method __init__ (line 40) | def __init__(self, path, magic=imp.get_magic()): method get_data (line 51) | def get_data(self, path): method path_mtime (line 59) | def path_mtime(self, path): method set_data (line 63) | def set_data(self, path, data): class PyLoaderMock (line 68) | class PyLoaderMock(abc.PyLoader): method __init__ (line 74) | def __init__(self, data): method get_data (line 84) | def get_data(self, path): method is_package (line 89) | def is_package(self, name): method source_path (line 93) | def source_path(self, name): method get_filename (line 99) | def get_filename(self, name): class PyLoaderCompatMock (line 109) | class PyLoaderCompatMock(PyLoaderMock): method get_filename (line 114) | def get_filename(self, fullname): method source_path (line 120) | def source_path(self, fullname): class PyPycLoaderMock (line 127) | class PyPycLoaderMock(abc.PyPycLoader, PyLoaderMock): method __init__ (line 131) | def __init__(self, source, bc={}): method compile_bc (line 155) | def compile_bc(self, name): method source_mtime (line 160) | def source_mtime(self, name): method bytecode_path (line 168) | def bytecode_path(self, name): method write_bytecode (line 177) | def write_bytecode(self, name, bytecode): method get_data (line 181) | def get_data(self, path): method is_package (line 190) | def is_package(self, name): method get_code (line 196) | def get_code(self, name): class PyLoaderTests (line 204) | class PyLoaderTests(testing_abc.LoaderTests): method eq_attrs (line 210) | def eq_attrs(self, ob, **kwargs): method test_module (line 216) | def test_module(self): method test_package (line 228) | def test_package(self): method test_lacking_parent (line 240) | def test_lacking_parent(self): method test_module_reuse (line 252) | def test_module_reuse(self): method test_state_after_failure (line 264) | def test_state_after_failure(self): method test_unloadable (line 278) | def test_unloadable(self): class PyLoaderCompatTests (line 289) | class PyLoaderCompatTests(PyLoaderTests): class PyLoaderInterfaceTests (line 297) | class PyLoaderInterfaceTests(unittest.TestCase): method test_no_source_path (line 302) | def test_no_source_path(self): method test_source_path_is_None (line 309) | def test_source_path_is_None(self): method test_get_filename_with_source_path (line 315) | def test_get_filename_with_source_path(self): method test_get_filename_no_source_path (line 323) | def test_get_filename_no_source_path(self): class PyPycLoaderTests (line 331) | class PyPycLoaderTests(PyLoaderTests): method verify_bytecode (line 338) | def verify_bytecode(self, mock, name): method test_module (line 348) | def test_module(self): method test_package (line 352) | def test_package(self): method test_lacking_parent (line 356) | def test_lacking_parent(self): method test_module_reuse (line 360) | def test_module_reuse(self): method test_state_after_failure (line 364) | def test_state_after_failure(self): method test_unloadable (line 367) | def test_unloadable(self): class PyPycLoaderInterfaceTests (line 371) | class PyPycLoaderInterfaceTests(unittest.TestCase): method get_filename_check (line 375) | def get_filename_check(self, src_path, bc_path, expect): method test_filename_with_source_bc (line 383) | def test_filename_with_source_bc(self): method test_filename_with_source_no_bc (line 387) | def test_filename_with_source_no_bc(self): method test_filename_with_no_source_bc (line 391) | def test_filename_with_no_source_bc(self): method test_filename_with_no_source_or_bc (line 395) | def test_filename_with_no_source_or_bc(self): class SkipWritingBytecodeTests (line 403) | class SkipWritingBytecodeTests(unittest.TestCase): method run_test (line 409) | def run_test(self, dont_write_bytecode): method test_no_bytecode_written (line 418) | def test_no_bytecode_written(self): method test_bytecode_written (line 421) | def test_bytecode_written(self): class RegeneratedBytecodeTests (line 425) | class RegeneratedBytecodeTests(unittest.TestCase): method test_different_magic (line 430) | def test_different_magic(self): method test_old_mtime (line 446) | def test_old_mtime(self): class BadBytecodeFailureTests (line 459) | class BadBytecodeFailureTests(unittest.TestCase): method test_bad_magic (line 464) | def test_bad_magic(self): method test_no_bytecode (line 475) | def test_no_bytecode(self): method test_bad_bytecode (line 483) | def test_bad_bytecode(self): function raise_ImportError (line 492) | def raise_ImportError(*args, **kwargs): class MissingPathsTests (line 495) | class MissingPathsTests(unittest.TestCase): method test_source_path_None (line 500) | def test_source_path_None(self): method test_all_paths_None (line 513) | def test_all_paths_None(self): method test_source_path_ImportError (line 520) | def test_source_path_ImportError(self): method test_bytecode_path_ImportError (line 528) | def test_bytecode_path_ImportError(self): class SourceLoaderTestHarness (line 538) | class SourceLoaderTestHarness(unittest.TestCase): method setUp (line 540) | def setUp(self, *, is_package=True, **kwargs): method verify_module (line 552) | def verify_module(self, module): method verify_code (line 565) | def verify_code(self, code_object): class SourceOnlyLoaderTests (line 576) | class SourceOnlyLoaderTests(SourceLoaderTestHarness): method test_get_source (line 587) | def test_get_source(self): method test_is_package (line 598) | def test_is_package(self): method test_get_code (line 605) | def test_get_code(self): method test_load_module (line 610) | def test_load_module(self): method test_package_settings (line 620) | def test_package_settings(self): method test_get_source_encoding (line 630) | def test_get_source_encoding(self): class SourceLoaderBytecodeTests (line 644) | class SourceLoaderBytecodeTests(SourceLoaderTestHarness): method verify_code (line 654) | def verify_code(self, code_object, *, bytecode_written=False): method test_code_with_everything (line 663) | def test_code_with_everything(self): method test_no_bytecode (line 668) | def test_no_bytecode(self): method test_code_bad_timestamp (line 678) | def test_code_bad_timestamp(self): method test_code_bad_magic (line 690) | def test_code_bad_magic(self): method test_dont_write_bytecode (line 698) | def test_dont_write_bytecode(self): method test_no_set_data (line 709) | def test_no_set_data(self): method test_set_data_raises_exceptions (line 720) | def test_set_data_raises_exceptions(self): class SourceLoaderGetSourceTests (line 733) | class SourceLoaderGetSourceTests(unittest.TestCase): method test_default_encoding (line 737) | def test_default_encoding(self): method test_decoded_source (line 746) | def test_decoded_source(self): method test_universal_newlines (line 756) | def test_universal_newlines(self): class AbstractMethodImplTests (line 765) | class AbstractMethodImplTests(unittest.TestCase): class Loader (line 769) | class Loader(abc.Loader): method load_module (line 770) | def load_module(self, fullname): class Finder (line 773) | class Finder(abc.Finder): method find_module (line 774) | def find_module(self, _): class ResourceLoader (line 777) | class ResourceLoader(Loader, abc.ResourceLoader): method get_data (line 778) | def get_data(self, _): class InspectLoader (line 781) | class InspectLoader(Loader, abc.InspectLoader): method is_package (line 782) | def is_package(self, _): method get_code (line 785) | def get_code(self, _): method get_source (line 788) | def get_source(self, _): class ExecutionLoader (line 791) | class ExecutionLoader(InspectLoader, abc.ExecutionLoader): method get_filename (line 792) | def get_filename(self, _): class SourceLoader (line 795) | class SourceLoader(ResourceLoader, ExecutionLoader, abc.SourceLoader): class PyLoader (line 798) | class PyLoader(ResourceLoader, InspectLoader, abc.PyLoader): method source_path (line 799) | def source_path(self, _): class PyPycLoader (line 802) | class PyPycLoader(PyLoader, abc.PyPycLoader): method bytecode_path (line 803) | def bytecode_path(self, _): method source_mtime (line 806) | def source_mtime(self, _): method write_bytecode (line 809) | def write_bytecode(self, _, _2): method raises_NotImplementedError (line 812) | def raises_NotImplementedError(self, ins, *args): method test_Loader (line 825) | def test_Loader(self): method test_Finder (line 829) | def test_Finder(self): method test_ResourceLoader (line 832) | def test_ResourceLoader(self): method test_InspectLoader (line 836) | def test_InspectLoader(self): method test_ExecutionLoader (line 840) | def test_ExecutionLoader(self): method test_SourceLoader (line 845) | def test_SourceLoader(self): method test_PyLoader (line 852) | def test_PyLoader(self): method test_PyPycLoader (line 856) | def test_PyPycLoader(self): function test_main (line 862) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_case_sensitivity.py class CaseSensitivityTest (line 12) | class CaseSensitivityTest(unittest.TestCase): method find (line 21) | def find(self, path): method sensitivity_test (line 27) | def sensitivity_test(self): method test_sensitive (line 37) | def test_sensitive(self): method test_insensitive (line 45) | def test_insensitive(self): function test_main (line 55) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_file_loader.py class SimpleTest (line 20) | class SimpleTest(unittest.TestCase): method test_module (line 28) | def test_module(self): method test_package (line 38) | def test_package(self): method test_lacking_parent (line 51) | def test_lacking_parent(self): method fake_mtime (line 62) | def fake_mtime(self, fxn): method test_module_reuse (line 66) | def test_module_reuse(self): method test_state_after_failure (line 87) | def test_state_after_failure(self): method test_bad_syntax (line 105) | def test_bad_syntax(self): method test_file_from_empty_string_dir (line 114) | def test_file_from_empty_string_dir(self): method test_timestamp_overflow (line 133) | def test_timestamp_overflow(self): class BadBytecodeTest (line 158) | class BadBytecodeTest(unittest.TestCase): method import_ (line 160) | def import_(self, file, module_name): method manipulate_bytecode (line 165) | def manipulate_bytecode(self, name, mapping, manipulator, *, method _test_empty_file (line 188) | def _test_empty_file(self, test, *, del_source=False): method _test_partial_magic (line 196) | def _test_partial_magic(self, test, *, del_source=False): method _test_magic_only (line 205) | def _test_magic_only(self, test, *, del_source=False): method _test_partial_timestamp (line 212) | def _test_partial_timestamp(self, test, *, del_source=False): method _test_no_marshal (line 219) | def _test_no_marshal(self, *, del_source=False): method _test_non_code_marshal (line 228) | def _test_non_code_marshal(self, *, del_source=False): method _test_bad_marshal (line 237) | def _test_bad_marshal(self, *, del_source=False): method _test_bad_magic (line 246) | def _test_bad_magic(self, test, *, del_source=False): class SourceLoaderBadBytecodeTest (line 253) | class SourceLoaderBadBytecodeTest(BadBytecodeTest): method test_empty_file (line 258) | def test_empty_file(self): method test_partial_magic (line 268) | def test_partial_magic(self): method test_magic_only (line 277) | def test_magic_only(self): method test_bad_magic (line 288) | def test_bad_magic(self): method test_partial_timestamp (line 299) | def test_partial_timestamp(self): method test_no_marshal (line 310) | def test_no_marshal(self): method test_non_code_marshal (line 315) | def test_non_code_marshal(self): method test_bad_marshal (line 321) | def test_bad_marshal(self): method test_old_timestamp (line 327) | def test_old_timestamp(self): method test_read_only_bytecode (line 346) | def test_read_only_bytecode(self): class SourcelessLoaderBadBytecodeTest (line 366) | class SourcelessLoaderBadBytecodeTest(BadBytecodeTest): method test_empty_file (line 370) | def test_empty_file(self): method test_partial_magic (line 377) | def test_partial_magic(self): method test_magic_only (line 383) | def test_magic_only(self): method test_bad_magic (line 390) | def test_bad_magic(self): method test_partial_timestamp (line 397) | def test_partial_timestamp(self): method test_no_marshal (line 404) | def test_no_marshal(self): method test_non_code_marshal (line 407) | def test_non_code_marshal(self): function test_main (line 411) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_finder.py class FinderTests (line 12) | class FinderTests(abc.FinderTests): method import_ (line 36) | def import_(self, root, module): method run_test (line 42) | def run_test(self, test, create=None, *, compile_=None, unlink=None): method test_module (line 71) | def test_module(self): method test_package (line 81) | def test_package(self): method test_module_in_package (line 91) | def test_module_in_package(self): method test_package_in_package (line 98) | def test_package_in_package(self): method test_empty_sub_directory (line 106) | def test_empty_sub_directory(self): method test_package_over_module (line 117) | def test_package_over_module(self): method test_failure (line 123) | def test_failure(self): method test_empty_dir (line 129) | def test_empty_dir(self): method test_empty_string_for_dir (line 135) | def test_empty_string_for_dir(self): function test_main (line 147) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_path_hook.py class PathHookTest (line 6) | class PathHookTest(unittest.TestCase): method test_success (line 10) | def test_success(self): method test_empty_string (line 15) | def test_empty_string(self): function test_main (line 20) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/test_source_encoding.py class EncodingTest (line 16) | class EncodingTest(unittest.TestCase): method run_test (line 34) | def run_test(self, source): method create_source (line 42) | def create_source(self, encoding): method test_non_obvious_encoding (line 49) | def test_non_obvious_encoding(self): method test_default_encoding (line 58) | def test_default_encoding(self): method test_encoding_on_first_line (line 62) | def test_encoding_on_first_line(self): method test_encoding_on_second_line (line 68) | def test_encoding_on_second_line(self): method test_bom (line 73) | def test_bom(self): method test_bom_and_utf_8 (line 77) | def test_bom_and_utf_8(self): method test_bom_conflict (line 82) | def test_bom_conflict(self): class LineEndingTest (line 88) | class LineEndingTest(unittest.TestCase): method run_test (line 93) | def run_test(self, line_ending): method test_cr (line 105) | def test_cr(self): method test_crlf (line 109) | def test_crlf(self): method test_lf (line 113) | def test_lf(self): function test_main (line 117) | def test_main(): FILE: tests/pythons/win64-py32/Lib/importlib/test/source/util.py function writes_bytecode_files (line 13) | def writes_bytecode_files(fxn): function ensure_bytecode_path (line 30) | def ensure_bytecode_path(bytecode_path): function create_modules (line 43) | def create_modules(*names): FILE: tests/pythons/win64-py32/Lib/inspect.py function ismodule (line 62) | def ismodule(object): function isclass (line 71) | def isclass(object): function ismethod (line 79) | def ismethod(object): function ismethoddescriptor (line 89) | def ismethoddescriptor(object): function isdatadescriptor (line 109) | def isdatadescriptor(object): function ismemberdescriptor (line 125) | def ismemberdescriptor(object): function ismemberdescriptor (line 133) | def ismemberdescriptor(object): function isgetsetdescriptor (line 142) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 150) | def isgetsetdescriptor(object): function isfunction (line 157) | def isfunction(object): function isgeneratorfunction (line 170) | def isgeneratorfunction(object): function isgenerator (line 179) | def isgenerator(object): function istraceback (line 196) | def istraceback(object): function isframe (line 206) | def isframe(object): function iscode (line 220) | def iscode(object): function isbuiltin (line 238) | def isbuiltin(object): function isroutine (line 247) | def isroutine(object): function isabstract (line 254) | def isabstract(object): function getmembers (line 258) | def getmembers(object, predicate=None): function classify_class_attrs (line 285) | def classify_class_attrs(cls): function getmro (line 355) | def getmro(cls): function indentsize (line 360) | def indentsize(line): function getdoc (line 365) | def getdoc(object): function cleandoc (line 379) | def cleandoc(doc): function getfile (line 408) | def getfile(object): function getmoduleinfo (line 434) | def getmoduleinfo(path): function getmodulename (line 444) | def getmodulename(path): function getsourcefile (line 449) | def getsourcefile(object): function getabsfile (line 469) | def getabsfile(object, _filename=None): function getmodule (line 481) | def getmodule(object, _filename=None): function findsource (line 527) | def findsource(object): function getcomments (line 594) | def getcomments(object): class EndOfBlock (line 639) | class EndOfBlock(Exception): pass class BlockFinder (line 641) | class BlockFinder: method __init__ (line 643) | def __init__(self): method tokeneater (line 650) | def tokeneater(self, type, token, srowcol, erowcol, line): function getblock (line 680) | def getblock(lines): function getsourcelines (line 691) | def getsourcelines(object): function getsource (line 704) | def getsource(object): function walktree (line 714) | def walktree(classes, children, parent): function getclasstree (line 724) | def getclasstree(classes, unique=False): function getargs (line 752) | def getargs(co): function _getfullargs (line 762) | def _getfullargs(co): function getargspec (line 792) | def getargspec(func): function getfullargspec (line 816) | def getfullargspec(func): function getargvalues (line 841) | def getargvalues(frame): function formatannotation (line 851) | def formatannotation(annotation, base_module=None): function formatannotationrelativeto (line 858) | def formatannotationrelativeto(object): function formatargspec (line 864) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 911) | def formatargvalues(args, varargs, varkw, locals, function getcallargs (line 934) | def getcallargs(func, *positional, **named): function getframeinfo (line 1009) | def getframeinfo(frame, context=1): function getlineno (line 1042) | def getlineno(frame): function getouterframes (line 1047) | def getouterframes(frame, context=1): function getinnerframes (line 1058) | def getinnerframes(tb, context=1): function currentframe (line 1069) | def currentframe(): function stack (line 1073) | def stack(context=1): function trace (line 1077) | def trace(context=1): function _static_getmro (line 1086) | def _static_getmro(klass): function _check_instance (line 1089) | def _check_instance(obj, attr): function _check_class (line 1098) | def _check_class(klass, attr): function _is_type (line 1107) | def _is_type(obj): function _shadowed_dict (line 1114) | def _shadowed_dict(klass): function getattr_static (line 1128) | def getattr_static(obj, attr, default=_sentinel): function getgeneratorstate (line 1179) | def getgeneratorstate(generator): FILE: tests/pythons/win64-py32/Lib/io.py class IOBase (line 69) | class IOBase(_io._IOBase, metaclass=abc.ABCMeta): class RawIOBase (line 72) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 75) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 78) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win64-py32/Lib/json/__init__.py function dump (line 123) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 187) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 249) | def load(fp, cls=None, object_hook=None, parse_float=None, function loads (line 277) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win64-py32/Lib/json/decoder.py function _floatconstants (line 18) | def _floatconstants(): function linecol (line 28) | def linecol(doc, pos): function errmsg (line 41) | def errmsg(msg, doc, pos, end=None): function py_scanstring (line 69) | def py_scanstring(s, end, strict=True, function JSONObject (line 149) | def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_h... function JSONArray (line 230) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 267) | class JSONDecoder(object): method __init__ (line 297) | def __init__(self, object_hook=None, parse_float=None, method decode (line 348) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 359) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win64-py32/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 67) | class JSONEncoder(object): method __init__ (line 98) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 154) | def default(self, o): method encode (line 175) | def encode(self, o): method iterencode (line 196) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 251) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win64-py32/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win64-py32/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win64-py32/Lib/keyword.py function main (line 55) | def main(): FILE: tests/pythons/win64-py32/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win64-py32/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 49) | def __init__(self, options, log): method compile_pattern (line 61) | def compile_pattern(self): method set_filename (line 72) | def set_filename(self, filename): method match (line 80) | def match(self, node): method transform (line 92) | def transform(self, node, results): method new_name (line 108) | def new_name(self, template="xxx_todo_changeme"): method log_message (line 119) | def log_message(self, message): method cannot_convert (line 125) | def cannot_convert(self, node, reason=None): method warning (line 140) | def warning(self, node, reason): method start_tree (line 150) | def start_tree(self, tree, filename): method finish_tree (line 162) | def finish_tree(self, tree, filename): class ConditionalFix (line 172) | class ConditionalFix(BaseFix): method start_tree (line 178) | def start_tree(self, *args): method should_skip (line 182) | def should_skip(self, node): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_operator.py function invocation (line 19) | def invocation(s): class FixOperator (line 26) | class FixOperator(fixer_base.BaseFix): method transform (line 43) | def transform(self, node, results): method _sequenceIncludes (line 49) | def _sequenceIncludes(self, node, results): method _isCallable (line 53) | def _isCallable(self, node, results): method _repeat (line 59) | def _repeat(self, node, results): method _irepeat (line 63) | def _irepeat(self, node, results): method _isSequenceType (line 67) | def _isSequenceType(self, node, results): method _isMappingType (line 71) | def _isMappingType(self, node, results): method _isNumberType (line 75) | def _isNumberType(self, node, results): method _handle_rename (line 78) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 83) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 89) | def _check_method(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 12) | class FixUnicode(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 129) | def warn(msg): function main (line 133) | def main(fixer_pkg, args=None): FILE: tests/pythons/win64-py32/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win64-py32/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, xxx_todo_changeme, xxx_todo_changeme1, line)... function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 241) | def _get_normal_name(orig_enc): function detect_encoding (line 252) | def detect_encoding(readline): function untokenize (line 324) | def untokenize(iterable): function generate_tokens (line 345) | def generate_tokens(readline): FILE: tests/pythons/win64-py32/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win64-py32/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method set_prefix (line 112) | def set_prefix(self, prefix): method get_prefix (line 122) | def get_prefix(self): method replace (line 132) | def replace(self, new): method get_lineno (line 155) | def get_lineno(self): method changed (line 164) | def changed(self): method remove (line 169) | def remove(self): method next_sibling (line 183) | def next_sibling(self): method prev_sibling (line 200) | def prev_sibling(self): method leaves (line 215) | def leaves(self): method depth (line 220) | def depth(self): method get_suffix (line 225) | def get_suffix(self): method __str__ (line 236) | def __str__(self): class Node (line 239) | class Node(Base): method __init__ (line 243) | def __init__(self,type, children, method __repr__ (line 268) | def __repr__(self): method __unicode__ (line 274) | def __unicode__(self): method _eq (line 285) | def _eq(self, other): method clone (line 289) | def clone(self): method post_order (line 294) | def post_order(self): method pre_order (line 301) | def pre_order(self): method _prefix_getter (line 308) | def _prefix_getter(self): method _prefix_setter (line 316) | def _prefix_setter(self, prefix): method set_child (line 322) | def set_child(self, i, child): method insert_child (line 332) | def insert_child(self, i, child): method append_child (line 341) | def append_child(self, child): class Leaf (line 351) | class Leaf(Base): method __init__ (line 360) | def __init__(self, type, value, method __repr__ (line 379) | def __repr__(self): method __unicode__ (line 385) | def __unicode__(self): method _eq (line 396) | def _eq(self, other): method clone (line 400) | def clone(self): method leaves (line 406) | def leaves(self): method post_order (line 409) | def post_order(self): method pre_order (line 413) | def pre_order(self): method _prefix_getter (line 417) | def _prefix_getter(self): method _prefix_setter (line 423) | def _prefix_setter(self, prefix): function convert (line 429) | def convert(gr, raw_node): class BasePattern (line 448) | class BasePattern(object): method __new__ (line 469) | def __new__(cls, *args, **kwds): method __repr__ (line 474) | def __repr__(self): method optimize (line 480) | def optimize(self): method match (line 488) | def match(self, node, results=None): method match_seq (line 513) | def match_seq(self, nodes, results=None): method generate_matches (line 523) | def generate_matches(self, nodes): class LeafPattern (line 534) | class LeafPattern(BasePattern): method __init__ (line 536) | def __init__(self, type=None, content=None, name=None): method match (line 556) | def match(self, node, results=None): method _submatch (line 562) | def _submatch(self, node, results=None): class NodePattern (line 578) | class NodePattern(BasePattern): method __init__ (line 582) | def __init__(self, type=None, content=None, name=None): method _submatch (line 611) | def _submatch(self, node, results=None): class WildcardPattern (line 639) | class WildcardPattern(BasePattern): method __init__ (line 653) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 688) | def optimize(self): method match (line 707) | def match(self, node, results=None): method match_seq (line 711) | def match_seq(self, nodes, results=None): method generate_matches (line 722) | def generate_matches(self, nodes): method _iterative_matches (line 767) | def _iterative_matches(self, nodes): method _bare_name_matches (line 796) | def _bare_name_matches(self, nodes): method _recursive_matches (line 812) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 827) | class NegatedPattern(BasePattern): method __init__ (line 829) | def __init__(self, content=None): method match (line 842) | def match(self, node): method match_seq (line 846) | def match_seq(self, nodes): method generate_matches (line 850) | def generate_matches(self, nodes): function generate_matches (line 862) | def generate_matches(patterns, nodes): FILE: tests/pythons/win64-py32/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/bad_order.py class FixBadOrder (line 3) | class FixBadOrder(BaseFix): FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py class FixExplicit (line 3) | class FixExplicit(BaseFix): method match (line 6) | def match(self): return False FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py class FixFirst (line 3) | class FixFirst(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py class FixLast (line 3) | class FixLast(BaseFix): method match (line 7) | def match(self, node): return False FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py class FixParrot (line 4) | class FixParrot(BaseFix): method transform (line 11) | def transform(self, node, results): FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py class FixPreorder (line 3) | class FixPreorder(BaseFix): method match (line 6) | def match(self, node): return False FILE: tests/pythons/win64-py32/Lib/lib2to3/tests/data/fixers/parrot_example.py function parrot (line 1) | def parrot(): FILE: tests/pythons/win64-py32/Lib/linecache.py function getline (line 14) | def getline(filename, lineno, module_globals=None): function clearcache (line 27) | def clearcache(): function getlines (line 34) | def getlines(filename, module_globals=None): function checkcache (line 44) | def checkcache(filename=None): function updatecache (line 69) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win64-py32/Lib/locale.py function _strcoll (line 34) | def _strcoll(a,b): function _strxfrm (line 40) | def _strxfrm(s): function localeconv (line 64) | def localeconv(): function setlocale (line 88) | def setlocale(category, value=None): function localeconv (line 110) | def localeconv(): function _grouping_intervals (line 123) | def _grouping_intervals(grouping): function _group (line 139) | def _group(s, monetary=False): function _strip_padding (line 170) | def _strip_padding(s, amount): function format (line 184) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 197) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 221) | def format_string(f, val, grouping=False): function currency (line 255) | def currency(val, symbol=True, grouping=False, international=False): function str (line 300) | def str(val): function atof (line 304) | def atof(string, func=float): function atoi (line 317) | def atoi(str): function _test (line 321) | def _test(): function normalize (line 339) | def normalize(localename): function _parse_localename (line 405) | def _parse_localename(localename): function _build_localename (line 435) | def _build_localename(localetuple): function getdefaultlocale (line 455) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 508) | def getlocale(category=LC_CTYPE): function setlocale (line 526) | def setlocale(category, locale=None): function resetlocale (line 543) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 555) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 565) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 574) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1819) | def _print_locale(): FILE: tests/pythons/win64-py32/Lib/logging/__init__.py function currentframe (line 69) | def currentframe(): function getLevelName (line 148) | def getLevelName(level): function addLevelName (line 164) | def addLevelName(level, levelName): function _checkLevel (line 177) | def _checkLevel(level): function _acquireLock (line 206) | def _acquireLock(): function _releaseLock (line 215) | def _releaseLock(): class LogRecord (line 226) | class LogRecord(object): method __init__ (line 238) | def __init__(self, name, level, pathname, lineno, method __str__ (line 304) | def __str__(self): method getMessage (line 308) | def getMessage(self): function setLogRecordFactory (line 325) | def setLogRecordFactory(factory): function getLogRecordFactory (line 335) | def getLogRecordFactory(): function makeLogRecord (line 342) | def makeLogRecord(dict): class PercentStyle (line 357) | class PercentStyle(object): method __init__ (line 363) | def __init__(self, fmt): method usesTime (line 366) | def usesTime(self): method format (line 369) | def format(self, record): class StrFormatStyle (line 372) | class StrFormatStyle(PercentStyle): method format (line 377) | def format(self, record): class StringTemplateStyle (line 381) | class StringTemplateStyle(PercentStyle): method __init__ (line 386) | def __init__(self, fmt): method usesTime (line 390) | def usesTime(self): method format (line 394) | def format(self, record): class Formatter (line 403) | class Formatter(object): method __init__ (line 447) | def __init__(self, fmt=None, datefmt=None, style='%'): method formatTime (line 469) | def formatTime(self, record, datefmt=None): method formatException (line 495) | def formatException(self, ei): method usesTime (line 514) | def usesTime(self): method formatMessage (line 520) | def formatMessage(self, record): method formatStack (line 523) | def formatStack(self, stack_info): method format (line 536) | def format(self, record): class BufferingFormatter (line 573) | class BufferingFormatter(object): method __init__ (line 577) | def __init__(self, linefmt=None): method formatHeader (line 587) | def formatHeader(self, records): method formatFooter (line 593) | def formatFooter(self, records): method format (line 599) | def format(self, records): class Filter (line 615) | class Filter(object): method __init__ (line 626) | def __init__(self, name=''): method filter (line 637) | def filter(self, record): class Filterer (line 652) | class Filterer(object): method __init__ (line 657) | def __init__(self): method addFilter (line 663) | def addFilter(self, filter): method removeFilter (line 670) | def removeFilter(self, filter): method filter (line 677) | def filter(self, record): function _removeHandlerRef (line 707) | def _removeHandlerRef(wr): function _addHandlerRef (line 723) | def _addHandlerRef(handler): class Handler (line 733) | class Handler(Filterer): method __init__ (line 742) | def __init__(self, level=NOTSET): method get_name (line 755) | def get_name(self): method set_name (line 758) | def set_name(self, name): method createLock (line 771) | def createLock(self): method acquire (line 780) | def acquire(self): method release (line 787) | def release(self): method setLevel (line 794) | def setLevel(self, level): method format (line 800) | def format(self, record): method emit (line 813) | def emit(self, record): method handle (line 823) | def handle(self, record): method setFormatter (line 841) | def setFormatter(self, fmt): method flush (line 847) | def flush(self): method close (line 856) | def close(self): method handleError (line 873) | def handleError(self, record): class StreamHandler (line 897) | class StreamHandler(Handler): method __init__ (line 906) | def __init__(self, stream=None): method flush (line 917) | def flush(self): method emit (line 928) | def emit(self, record): class FileHandler (line 950) | class FileHandler(StreamHandler): method __init__ (line 954) | def __init__(self, filename, mode='a', encoding=None, delay=0): method close (line 973) | def close(self): method _open (line 988) | def _open(self): method emit (line 999) | def emit(self, record): class _StderrHandler (line 1010) | class _StderrHandler(StreamHandler): method __init__ (line 1016) | def __init__(self, level=NOTSET): method stream (line 1023) | def stream(self): class PlaceHolder (line 1034) | class PlaceHolder(object): method __init__ (line 1040) | def __init__(self, alogger): method append (line 1046) | def append(self, alogger): function setLoggerClass (line 1058) | def setLoggerClass(klass): function getLoggerClass (line 1071) | def getLoggerClass(): class Manager (line 1078) | class Manager(object): method __init__ (line 1083) | def __init__(self, rootnode): method getLogger (line 1094) | def getLogger(self, name): method setLoggerClass (line 1128) | def setLoggerClass(self, klass): method setLogRecordFactory (line 1138) | def setLogRecordFactory(self, factory): method _fixupParents (line 1145) | def _fixupParents(self, alogger): method _fixupChildren (line 1169) | def _fixupChildren(self, ph, alogger): class Logger (line 1186) | class Logger(Filterer): method __init__ (line 1201) | def __init__(self, name, level=NOTSET): method setLevel (line 1213) | def setLevel(self, level): method debug (line 1219) | def debug(self, msg, *args, **kwargs): method info (line 1231) | def info(self, msg, *args, **kwargs): method warning (line 1243) | def warning(self, msg, *args, **kwargs): method error (line 1257) | def error(self, msg, *args, **kwargs): method exception (line 1269) | def exception(self, msg, *args, **kwargs): method critical (line 1276) | def critical(self, msg, *args, **kwargs): method log (line 1290) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1307) | def findCaller(self, stack_info=False): method makeRecord (line 1337) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, method _log (line 1352) | def _log(self, level, msg, args, exc_info=None, extra=None, stack_info... method handle (line 1375) | def handle(self, record): method addHandler (line 1385) | def addHandler(self, hdlr): method removeHandler (line 1396) | def removeHandler(self, hdlr): method hasHandlers (line 1407) | def hasHandlers(self): method callHandlers (line 1429) | def callHandlers(self, record): method getEffectiveLevel (line 1459) | def getEffectiveLevel(self): method isEnabledFor (line 1473) | def isEnabledFor(self, level): method getChild (line 1481) | def getChild(self, suffix): class RootLogger (line 1500) | class RootLogger(Logger): method __init__ (line 1506) | def __init__(self, level): class LoggerAdapter (line 1514) | class LoggerAdapter(object): method __init__ (line 1520) | def __init__(self, logger, extra): method process (line 1534) | def process(self, msg, kwargs): method debug (line 1550) | def debug(self, msg, *args, **kwargs): method info (line 1556) | def info(self, msg, *args, **kwargs): method warning (line 1562) | def warning(self, msg, *args, **kwargs): method error (line 1570) | def error(self, msg, *args, **kwargs): method exception (line 1576) | def exception(self, msg, *args, **kwargs): method critical (line 1583) | def critical(self, msg, *args, **kwargs): method log (line 1589) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1598) | def isEnabledFor(self, level): method setLevel (line 1606) | def setLevel(self, level): method getEffectiveLevel (line 1612) | def getEffectiveLevel(self): method hasHandlers (line 1618) | def hasHandlers(self): function basicConfig (line 1634) | def basicConfig(**kwargs): function getLogger (line 1705) | def getLogger(name=None): function critical (line 1716) | def critical(msg, *args, **kwargs): function error (line 1728) | def error(msg, *args, **kwargs): function exception (line 1738) | def exception(msg, *args, **kwargs): function warning (line 1747) | def warning(msg, *args, **kwargs): function info (line 1759) | def info(msg, *args, **kwargs): function debug (line 1769) | def debug(msg, *args, **kwargs): function log (line 1779) | def log(level, msg, *args, **kwargs): function disable (line 1789) | def disable(level): function shutdown (line 1795) | def shutdown(handlerList=_handlerList): class NullHandler (line 1831) | class NullHandler(Handler): method handle (line 1841) | def handle(self, record): method emit (line 1844) | def emit(self, record): method createLock (line 1847) | def createLock(self): function _showwarning (line 1854) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1872) | def captureWarnings(capture): FILE: tests/pythons/win64-py32/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _encoded (line 101) | def _encoded(s): function _create_formatters (line 104) | def _create_formatters(cp): function _install_handlers (line 125) | def _install_handlers(cp, formatters): function _handle_existing_loggers (line 160) | def _handle_existing_loggers(existing, child_loggers, disable_existing): function _install_loggers (line 181) | def _install_loggers(cp, handlers, disable_existing): function valid_ident (line 270) | def valid_ident(s): class ConvertingDict (line 286) | class ConvertingDict(dict): method __getitem__ (line 289) | def __getitem__(self, key): method get (line 301) | def get(self, key, default=None): method pop (line 313) | def pop(self, key, default=None): class ConvertingList (line 323) | class ConvertingList(list): method __getitem__ (line 325) | def __getitem__(self, key): method pop (line 337) | def pop(self, idx=-1): class ConvertingTuple (line 346) | class ConvertingTuple(tuple): method __getitem__ (line 348) | def __getitem__(self, key): class BaseConfigurator (line 358) | class BaseConfigurator(object): method __init__ (line 378) | def __init__(self, config): method resolve (line 382) | def resolve(self, s): method ext_convert (line 405) | def ext_convert(self, value): method cfg_convert (line 409) | def cfg_convert(self, value): method convert (line 443) | def convert(self, value): method configure_custom (line 471) | def configure_custom(self, config): method as_tuple (line 485) | def as_tuple(self, value): class DictConfigurator (line 491) | class DictConfigurator(BaseConfigurator): method configure (line 497) | def configure(self): method configure_formatter (line 656) | def configure_formatter(self, config): method configure_filter (line 678) | def configure_filter(self, config): method add_filters (line 687) | def add_filters(self, filterer, filters): method configure_handler (line 695) | def configure_handler(self, config): method add_handlers (line 753) | def add_handlers(self, logger, handlers): method common_logger_config (line 761) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 779) | def configure_logger(self, name, config, incremental=False): method configure_root (line 787) | def configure_root(self, config, incremental=False): function dictConfig (line 794) | def dictConfig(config): function listen (line 799) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 915) | def stopListening(): FILE: tests/pythons/win64-py32/Lib/logging/handlers.py class BaseRotatingHandler (line 52) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 58) | def __init__(self, filename, mode, encoding=None, delay=0): method emit (line 68) | def emit(self, record): class RotatingFileHandler (line 84) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 89) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 121) | def doRollover(self): method shouldRollover (line 142) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 158) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 166) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 219) | def computeRollover(self, currentTime): method shouldRollover (line 279) | def shouldRollover(self, record): method getFilesToDelete (line 291) | def getFilesToDelete(self): method doRollover (line 314) | def doRollover(self): class WatchedFileHandler (line 362) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 382) | def __init__(self, filename, mode='a', encoding=None, delay=0): method _statstream (line 387) | def _statstream(self): method emit (line 392) | def emit(self, record): class SocketHandler (line 424) | class SocketHandler(logging.Handler): method __init__ (line 437) | def __init__(self, host, port): method makeSocket (line 458) | def makeSocket(self, timeout=1): method createSocket (line 469) | def createSocket(self): method send (line 497) | def send(self, s): method makePickle (line 524) | def makePickle(self, record): method handleError (line 544) | def handleError(self, record): method emit (line 558) | def emit(self, record): method close (line 575) | def close(self): class DatagramHandler (line 588) | class DatagramHandler(SocketHandler): method __init__ (line 599) | def __init__(self, host, port): method makeSocket (line 606) | def makeSocket(self): method send (line 614) | def send(self, s): class SysLogHandler (line 626) | class SysLogHandler(logging.Handler): method __init__ (line 729) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 754) | def _connect_unixsocket(self, address): method encodePriority (line 762) | def encodePriority(self, facility, priority): method close (line 775) | def close (self): method mapPriority (line 787) | def mapPriority(self, levelName): method emit (line 799) | def emit(self, record): class SMTPHandler (line 835) | class SMTPHandler(logging.Handler): method __init__ (line 839) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 872) | def getSubject(self, record): method emit (line 881) | def emit(self, record): class NTEventLogHandler (line 913) | class NTEventLogHandler(logging.Handler): method __init__ (line 923) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 949) | def getMessageID(self, record): method getEventCategory (line 959) | def getEventCategory(self, record): method getEventType (line 968) | def getEventType(self, record): method emit (line 981) | def emit(self, record): method close (line 1000) | def close(self): class HTTPHandler (line 1013) | class HTTPHandler(logging.Handler): method __init__ (line 1018) | def __init__(self, host, url, method="GET", secure=False, credentials=... method mapLogRecord (line 1033) | def mapLogRecord(self, record): method emit (line 1041) | def emit(self, record): class BufferingHandler (line 1085) | class BufferingHandler(logging.Handler): method __init__ (line 1091) | def __init__(self, capacity): method shouldFlush (line 1099) | def shouldFlush(self, record): method emit (line 1108) | def emit(self, record): method flush (line 1119) | def flush(self): method close (line 1131) | def close(self): class MemoryHandler (line 1140) | class MemoryHandler(BufferingHandler): method __init__ (line 1146) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1158) | def shouldFlush(self, record): method setTarget (line 1165) | def setTarget(self, target): method flush (line 1171) | def flush(self): method close (line 1188) | def close(self): class QueueHandler (line 1201) | class QueueHandler(logging.Handler): method __init__ (line 1212) | def __init__(self, queue): method enqueue (line 1219) | def enqueue(self, record): method prepare (line 1229) | def prepare(self, record): method emit (line 1254) | def emit(self, record): class QueueListener (line 1268) | class QueueListener(object): method __init__ (line 1276) | def __init__(self, queue, *handlers): method dequeue (line 1286) | def dequeue(self, block): method start (line 1295) | def start(self): method prepare (line 1306) | def prepare(self , record): method handle (line 1316) | def handle(self, record): method _monitor (line 1327) | def _monitor(self): method stop (line 1359) | def stop(self): FILE: tests/pythons/win64-py32/Lib/macpath.py function _get_colon (line 26) | def _get_colon(path): function normcase (line 34) | def normcase(path): function isabs (line 41) | def isabs(s): function join (line 52) | def join(s, *p): function split (line 69) | def split(s): function splitext (line 85) | def splitext(p): function splitdrive (line 92) | def splitdrive(p): function dirname (line 104) | def dirname(s): return split(s)[0] function basename (line 105) | def basename(s): return split(s)[1] function ismount (line 107) | def ismount(s): function islink (line 113) | def islink(s): function lexists (line 125) | def lexists(path): function expandvars (line 134) | def expandvars(path): function expanduser (line 139) | def expanduser(path): class norm_error (line 143) | class norm_error(Exception): function normpath (line 146) | def normpath(s): function abspath (line 175) | def abspath(path): function realpath (line 186) | def realpath(path): FILE: tests/pythons/win64-py32/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): function test (line 79) | def test(): FILE: tests/pythons/win64-py32/Lib/mailbox.py class Mailbox (line 38) | class Mailbox: method __init__ (line 41) | def __init__(self, path, factory=None, create=True): method add (line 46) | def add(self, message): method remove (line 50) | def remove(self, key): method __delitem__ (line 54) | def __delitem__(self, key): method discard (line 57) | def discard(self, key): method __setitem__ (line 64) | def __setitem__(self, key, message): method get (line 68) | def get(self, key, default=None): method __getitem__ (line 75) | def __getitem__(self, key): method get_message (line 83) | def get_message(self, key): method get_string (line 87) | def get_string(self, key): method get_bytes (line 94) | def get_bytes(self, key): method get_file (line 98) | def get_file(self, key): method iterkeys (line 102) | def iterkeys(self): method keys (line 106) | def keys(self): method itervalues (line 110) | def itervalues(self): method __iter__ (line 119) | def __iter__(self): method values (line 122) | def values(self): method iteritems (line 126) | def iteritems(self): method items (line 135) | def items(self): method __contains__ (line 139) | def __contains__(self, key): method __len__ (line 143) | def __len__(self): method clear (line 147) | def clear(self): method pop (line 152) | def pop(self, key, default=None): method popitem (line 161) | def popitem(self): method update (line 168) | def update(self, arg=None): method flush (line 185) | def flush(self): method lock (line 189) | def lock(self): method unlock (line 193) | def unlock(self): method close (line 197) | def close(self): method _string_to_bytes (line 201) | def _string_to_bytes(self, message): method _dump_message (line 214) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 269) | class Maildir(Mailbox): method __init__ (line 274) | def __init__(self, dirname, factory=None, create=True): method add (line 294) | def add(self, message): method remove (line 331) | def remove(self, key): method discard (line 335) | def discard(self, key): method __setitem__ (line 346) | def __setitem__(self, key, message): method get_message (line 369) | def get_message(self, key): method get_bytes (line 387) | def get_bytes(self, key): method get_file (line 395) | def get_file(self, key): method iterkeys (line 400) | def iterkeys(self): method __contains__ (line 410) | def __contains__(self, key): method __len__ (line 415) | def __len__(self): method flush (line 420) | def flush(self): method lock (line 426) | def lock(self): method unlock (line 430) | def unlock(self): method close (line 434) | def close(self): method list_folders (line 438) | def list_folders(self): method get_folder (line 447) | def get_folder(self, folder): method add_folder (line 453) | def add_folder(self, folder): method remove_folder (line 463) | def remove_folder(self, folder): method clean (line 482) | def clean(self): method _create_tmp (line 492) | def _create_tmp(self): method _refresh (line 520) | def _refresh(self): method _lookup (line 556) | def _lookup(self, key): method next (line 570) | def next(self): class _singlefileMailbox (line 583) | class _singlefileMailbox(Mailbox): method __init__ (line 586) | def __init__(self, path, factory=None, create=True): method add (line 609) | def add(self, message): method remove (line 619) | def remove(self, key): method __setitem__ (line 625) | def __setitem__(self, key, message): method iterkeys (line 631) | def iterkeys(self): method __contains__ (line 637) | def __contains__(self, key): method __len__ (line 642) | def __len__(self): method lock (line 647) | def lock(self): method unlock (line 653) | def unlock(self): method flush (line 659) | def flush(self): method _pre_mailbox_hook (line 727) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 731) | def _pre_message_hook(self, f): method _post_message_hook (line 735) | def _post_message_hook(self, f): method close (line 739) | def close(self): method _lookup (line 746) | def _lookup(self, key=None): method _append_message (line 756) | def _append_message(self, message): class _mboxMMDF (line 779) | class _mboxMMDF(_singlefileMailbox): method get_message (line 784) | def get_message(self, key): method get_string (line 794) | def get_string(self, key, from_=False): method get_bytes (line 799) | def get_bytes(self, key, from_=False): method get_file (line 808) | def get_file(self, key, from_=False): method _install_message (line 816) | def _install_message(self, message): class mbox (line 845) | class mbox(_mboxMMDF): method __init__ (line 854) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 859) | def _post_message_hook(self, f): method _generate_toc (line 863) | def _generate_toc(self): class MMDF (line 897) | class MMDF(_mboxMMDF): method __init__ (line 900) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 905) | def _pre_message_hook(self, f): method _post_message_hook (line 909) | def _post_message_hook(self, f): method _generate_toc (line 913) | def _generate_toc(self): class MH (line 942) | class MH(Mailbox): method __init__ (line 945) | def __init__(self, path, factory=None, create=True): method add (line 957) | def add(self, message): method remove (line 991) | def remove(self, key): method __setitem__ (line 1005) | def __setitem__(self, key, message): method get_message (line 1029) | def get_message(self, key): method get_bytes (line 1056) | def get_bytes(self, key): method get_file (line 1079) | def get_file(self, key): method iterkeys (line 1090) | def iterkeys(self): method __contains__ (line 1095) | def __contains__(self, key): method __len__ (line 1099) | def __len__(self): method lock (line 1103) | def lock(self): method unlock (line 1110) | def unlock(self): method flush (line 1118) | def flush(self): method close (line 1122) | def close(self): method list_folders (line 1127) | def list_folders(self): method get_folder (line 1135) | def get_folder(self, folder): method add_folder (line 1140) | def add_folder(self, folder): method remove_folder (line 1145) | def remove_folder(self, folder): method get_sequences (line 1157) | def get_sequences(self): method set_sequences (line 1184) | def set_sequences(self, sequences): method pack (line 1213) | def pack(self): method _dump_sequences (line 1238) | def _dump_sequences(self, message, key): class Babyl (line 1253) | class Babyl(_singlefileMailbox): method __init__ (line 1259) | def __init__(self, path, factory=None, create=True): method add (line 1264) | def add(self, message): method remove (line 1271) | def remove(self, key): method __setitem__ (line 1277) | def __setitem__(self, key, message): method get_message (line 1283) | def get_message(self, key): method get_bytes (line 1311) | def get_bytes(self, key): method get_file (line 1333) | def get_file(self, key): method get_labels (line 1337) | def get_labels(self): method _generate_toc (line 1346) | def _generate_toc(self): method _pre_mailbox_hook (line 1376) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1386) | def _pre_message_hook(self, f): method _post_message_hook (line 1390) | def _post_message_hook(self, f): method _install_message (line 1394) | def _install_message(self, message): class Message (line 1502) | class Message(email.message.Message): method __init__ (line 1505) | def __init__(self, message=None): method _become_message (line 1524) | def _become_message(self, message): method _explain_to (line 1530) | def _explain_to(self, message): class MaildirMessage (line 1538) | class MaildirMessage(Message): method __init__ (line 1541) | def __init__(self, message=None): method get_subdir (line 1548) | def get_subdir(self): method set_subdir (line 1552) | def set_subdir(self, subdir): method get_flags (line 1559) | def get_flags(self): method set_flags (line 1566) | def set_flags(self, flags): method add_flag (line 1570) | def add_flag(self, flag): method remove_flag (line 1574) | def remove_flag(self, flag): method get_date (line 1579) | def get_date(self): method set_date (line 1583) | def set_date(self, date): method get_info (line 1590) | def get_info(self): method set_info (line 1594) | def set_info(self, info): method _explain_to (line 1601) | def _explain_to(self, message): class _mboxMMDFMessage (line 1645) | class _mboxMMDFMessage(Message): method __init__ (line 1648) | def __init__(self, message=None): method get_from (line 1657) | def get_from(self): method set_from (line 1661) | def set_from(self, from_, time_=None): method get_flags (line 1669) | def get_flags(self): method set_flags (line 1673) | def set_flags(self, flags): method add_flag (line 1695) | def add_flag(self, flag): method remove_flag (line 1699) | def remove_flag(self, flag): method _explain_to (line 1704) | def _explain_to(self, message): class mboxMessage (line 1756) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1760) | class MHMessage(Message): method __init__ (line 1763) | def __init__(self, message=None): method get_sequences (line 1768) | def get_sequences(self): method set_sequences (line 1772) | def set_sequences(self, sequences): method add_sequence (line 1776) | def add_sequence(self, sequence): method remove_sequence (line 1784) | def remove_sequence(self, sequence): method _explain_to (line 1791) | def _explain_to(self, message): class BabylMessage (line 1830) | class BabylMessage(Message): method __init__ (line 1833) | def __init__(self, message=None): method get_labels (line 1839) | def get_labels(self): method set_labels (line 1843) | def set_labels(self, labels): method add_label (line 1847) | def add_label(self, label): method remove_label (line 1855) | def remove_label(self, label): method get_visible (line 1862) | def get_visible(self): method set_visible (line 1866) | def set_visible(self, visible): method update_visible (line 1870) | def update_visible(self): method _explain_to (line 1881) | def _explain_to(self, message): class MMDFMessage (line 1923) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1927) | class _ProxyFile: method __init__ (line 1930) | def __init__(self, f, pos=None): method read (line 1938) | def read(self, size=None): method read1 (line 1942) | def read1(self, size=None): method readline (line 1946) | def readline(self, size=None): method readlines (line 1950) | def readlines(self, sizehint=None): method __iter__ (line 1961) | def __iter__(self): method tell (line 1969) | def tell(self): method seek (line 1973) | def seek(self, offset, whence=0): method close (line 1980) | def close(self): method _read (line 1987) | def _read(self, size, read_method): method __enter__ (line 1996) | def __enter__(self): method __exit__ (line 2000) | def __exit__(self, *exc): method readable (line 2003) | def readable(self): method writable (line 2006) | def writable(self): method seekable (line 2009) | def seekable(self): method flush (line 2012) | def flush(self): method closed (line 2016) | def closed(self): class _PartialFile (line 2024) | class _PartialFile(_ProxyFile): method __init__ (line 2027) | def __init__(self, f, start=None, stop=None): method tell (line 2033) | def tell(self): method seek (line 2037) | def seek(self, offset, whence=0): method _read (line 2047) | def _read(self, size, read_method): method close (line 2056) | def close(self): function _lock_file (line 2063) | def _lock_file(f, dotlock=True): function _unlock_file (line 2108) | def _unlock_file(f): function _create_carefully (line 2115) | def _create_carefully(path): function _create_temporary (line 2123) | def _create_temporary(path): function _sync_flush (line 2129) | def _sync_flush(f): function _sync_close (line 2135) | def _sync_close(f): class Error (line 2141) | class Error(Exception): class NoSuchMailboxError (line 2144) | class NoSuchMailboxError(Error): class NotEmptyError (line 2147) | class NotEmptyError(Error): class ExternalClashError (line 2150) | class ExternalClashError(Error): class FormatError (line 2153) | class FormatError(Error): FILE: tests/pythons/win64-py32/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win64-py32/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 267) | def guess_type(url, strict=True): function guess_all_extensions (line 290) | def guess_all_extensions(type, strict=True): function guess_extension (line 307) | def guess_extension(type, strict=True): function add_type (line 323) | def add_type(type, ext, strict=True): function init (line 340) | def init(files=None): function read_mime_types (line 360) | def read_mime_types(file): function _default_mime_types (line 370) | def _default_mime_types(): function usage (line 558) | def usage(code, msg=''): FILE: tests/pythons/win64-py32/Lib/modulefinder.py function AddPackagePath (line 31) | def AddPackagePath(packagename, path): function ReplacePackage (line 44) | def ReplacePackage(oldname, newname): class Module (line 48) | class Module: method __init__ (line 50) | def __init__(self, name, file=None, path=None): method __repr__ (line 63) | def __repr__(self): class ModuleFinder (line 72) | class ModuleFinder: method __init__ (line 74) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 86) | def msg(self, level, str, *args): method msgin (line 95) | def msgin(self, *args): method msgout (line 101) | def msgout(self, *args): method run_script (line 107) | def run_script(self, pathname): method load_file (line 113) | def load_file(self, pathname): method import_hook (line 120) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 131) | def determine_parent(self, caller, level=-1): method find_head_package (line 166) | def find_head_package(self, parent, name): method load_tail (line 193) | def load_tail(self, q, tail): method ensure_fromlist (line 208) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 222) | def find_all_submodules(self, m): method import_module (line 249) | def import_module(self, partname, fqname, parent): method load_module (line 279) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 306) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 314) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes (line 337) | def scan_opcodes(self, co, method scan_opcodes_25 (line 361) | def scan_opcodes_25(self, co, method scan_code (line 390) | def scan_code(self, co, m): method load_package (line 442) | def load_package(self, fqname, pathname): method add_module (line 463) | def add_module(self, fqname): method find_module (line 469) | def find_module(self, name, path, parent=None): method report (line 486) | def report(self): method any_missing (line 520) | def any_missing(self): method any_missing_maybe (line 528) | def any_missing_maybe(self): method replace_paths_in_code (line 574) | def replace_paths_in_code(self, co): function test (line 602) | def test(): FILE: tests/pythons/win64-py32/Lib/msilib/__init__.py class Table (line 27) | class Table: method __init__ (line 28) | def __init__(self, name): method add_field (line 32) | def add_field(self, index, name, type): method sql (line 35) | def sql(self): method create (line 77) | def create(self, db): class _Unspecified (line 82) | class _Unspecified:pass function change_sequence (line 83) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 95) | def add_data(db, table, values): function add_stream (line 122) | def add_stream(db, name, path): function init_database (line 129) | def init_database(name, schema, function add_tables (line 170) | def add_tables(db, module): function make_id (line 174) | def make_id(str): function gen_uuid (line 182) | def gen_uuid(): class CAB (line 185) | class CAB: method __init__ (line 186) | def __init__(self, name): method gen_id (line 192) | def gen_id(self, file): method append (line 201) | def append(self, full, file, logical): method commit (line 210) | def commit(self, db): class Directory (line 221) | class Directory: method __init__ (line 222) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 256) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 285) | def make_short(self, file): method add_file (line 326) | def add_file(self, file, src=None, version=None, language=None): method glob (line 375) | def glob(self, pattern, exclude = None): method remove_pyc (line 384) | def remove_pyc(self): class Binary (line 390) | class Binary: method __init__ (line 391) | def __init__(self, fname): method __repr__ (line 393) | def __repr__(self): class Feature (line 396) | class Feature: method __init__ (line 397) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 405) | def set_current(self): class Control (line 409) | class Control: method __init__ (line 410) | def __init__(self, dlg, name): method event (line 414) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 419) | def mapping(self, event, attribute): method condition (line 423) | def condition(self, action, condition): class RadioButtonGroup (line 427) | class RadioButtonGroup(Control): method __init__ (line 428) | def __init__(self, dlg, name, property): method add (line 434) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 442) | class Dialog: method __init__ (line 443) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 449) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 454) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 458) | def bitmap(self, name, x, y, w, h, text): method line (line 461) | def line(self, name, x, y, w, h): method pushbutton (line 464) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 467) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 473) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win64-py32/Lib/multiprocessing/__init__.py class ProcessError (line 71) | class ProcessError(Exception): class BufferTooShort (line 74) | class BufferTooShort(ProcessError): class TimeoutError (line 77) | class TimeoutError(ProcessError): class AuthenticationError (line 80) | class AuthenticationError(ProcessError): function Manager (line 89) | def Manager(): function Pipe (line 101) | def Pipe(duplex=True): function cpu_count (line 108) | def cpu_count(): function freeze_support (line 137) | def freeze_support(): function get_logger (line 146) | def get_logger(): function log_to_stderr (line 153) | def log_to_stderr(level=None): function allow_connection_pickling (line 160) | def allow_connection_pickling(): function Lock (line 170) | def Lock(): function RLock (line 177) | def RLock(): function Condition (line 184) | def Condition(lock=None): function Semaphore (line 191) | def Semaphore(value=1): function BoundedSemaphore (line 198) | def BoundedSemaphore(value=1): function Event (line 205) | def Event(): function Queue (line 212) | def Queue(maxsize=0): function JoinableQueue (line 219) | def JoinableQueue(maxsize=0): function Pool (line 226) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 233) | def RawValue(typecode_or_type, *args): function RawArray (line 240) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 247) | def Value(typecode_or_type, *args, **kwds): function Array (line 254) | def Array(typecode_or_type, size_or_initializer, **kwds): function set_executable (line 267) | def set_executable(executable): FILE: tests/pythons/win64-py32/Lib/multiprocessing/connection.py function _init_timeout (line 73) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 76) | def _check_timeout(t): function arbitrary_address (line 83) | def arbitrary_address(family): function _validate_family (line 97) | def _validate_family(family): function address_type (line 109) | def address_type(address): class Listener (line 128) | class Listener(object): method __init__ (line 135) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 151) | def accept(self): method close (line 163) | def close(self): function Client (line 173) | def Client(address, family=None, authkey=None): function Pipe (line 196) | def Pipe(duplex=True): function Pipe (line 218) | def Pipe(duplex=True): class SocketListener (line 260) | class SocketListener(object): method __init__ (line 264) | def __init__(self, address, family, backlog=1): method accept (line 285) | def accept(self): method close (line 293) | def close(self): function SocketClient (line 299) | def SocketClient(address): class PipeListener (line 331) | class PipeListener(object): method __init__ (line 335) | def __init__(self, address, backlog=None): method accept (line 354) | def accept(self): method _finalize_pipe_listener (line 375) | def _finalize_pipe_listener(queue, address): function PipeClient (line 380) | def PipeClient(address): function deliver_challenge (line 416) | def deliver_challenge(connection, authkey): function answer_challenge (line 429) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 445) | class ConnectionWrapper(object): method __init__ (line 446) | def __init__(self, conn, dumps, loads): method send (line 453) | def send(self, obj): method recv (line 456) | def recv(self): function _xml_dumps (line 460) | def _xml_dumps(obj): function _xml_loads (line 463) | def _xml_loads(s): class XmlListener (line 467) | class XmlListener(Listener): method accept (line 468) | def accept(self): function XmlClient (line 474) | def XmlClient(*args, **kwds): FILE: tests/pythons/win64-py32/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 61) | class DummyProcess(threading.Thread): method __init__ (line 63) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 70) | def start(self): method exitcode (line 78) | def exitcode(self): class Condition (line 88) | class Condition(threading._Condition): function active_children (line 103) | def active_children(): function freeze_support (line 110) | def freeze_support(): class Namespace (line 117) | class Namespace(object): method __init__ (line 118) | def __init__(self, **kwds): method __repr__ (line 120) | def __repr__(self): function Array (line 132) | def Array(typecode, sequence, lock=True): class Value (line 135) | class Value(object): method __init__ (line 136) | def __init__(self, typecode, value, lock=True): method _get (line 139) | def _get(self): method _set (line 141) | def _set(self, value): method __repr__ (line 144) | def __repr__(self): function Manager (line 147) | def Manager(): function shutdown (line 150) | def shutdown(): function Pool (line 153) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win64-py32/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): function Client (line 57) | def Client(address): function Pipe (line 63) | def Pipe(duplex=True): class Connection (line 68) | class Connection(object): method __init__ (line 70) | def __init__(self, _in, _out): method poll (line 76) | def poll(self, timeout=0.0): method close (line 86) | def close(self): FILE: tests/pythons/win64-py32/Lib/multiprocessing/forking.py function assert_spawning (line 48) | def assert_spawning(self): class ForkingPickler (line 60) | class ForkingPickler(Pickler): method register (line 63) | def register(cls, type, reduce): function _reduce_method (line 72) | def _reduce_method(m): class _C (line 77) | class _C: method f (line 78) | def f(self): function _reduce_method_descriptor (line 83) | def _reduce_method_descriptor(m): function _reduce_partial (line 93) | def _reduce_partial(p): function _rebuild_partial (line 95) | def _rebuild_partial(func, args, keywords): class Popen (line 115) | class Popen(object): method __init__ (line 117) | def __init__(self, process_obj): method poll (line 130) | def poll(self, flag=os.WNOHANG): method wait (line 151) | def wait(self, timeout=None): method terminate (line 167) | def terminate(self): method thread_is_spawning (line 176) | def thread_is_spawning(): method __init__ (line 244) | def __init__(self, process_obj): method thread_is_spawning (line 278) | def thread_is_spawning(): method duplicate_for_child (line 282) | def duplicate_for_child(handle): method wait (line 285) | def wait(self, timeout=None): method poll (line 301) | def poll(self): method terminate (line 304) | def terminate(self): function dump (line 193) | def dump(obj, file, protocol=None): function set_executable (line 217) | def set_executable(exe): function duplicate (line 225) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 238) | class Popen(object): method __init__ (line 117) | def __init__(self, process_obj): method poll (line 130) | def poll(self, flag=os.WNOHANG): method wait (line 151) | def wait(self, timeout=None): method terminate (line 167) | def terminate(self): method thread_is_spawning (line 176) | def thread_is_spawning(): method __init__ (line 244) | def __init__(self, process_obj): method thread_is_spawning (line 278) | def thread_is_spawning(): method duplicate_for_child (line 282) | def duplicate_for_child(handle): method wait (line 285) | def wait(self, timeout=None): method poll (line 301) | def poll(self): method terminate (line 304) | def terminate(self): function is_forking (line 316) | def is_forking(argv): function freeze_support (line 327) | def freeze_support(): function get_command_line (line 336) | def get_command_line(): function main (line 362) | def main(): function get_preparation_data (line 384) | def get_preparation_data(name): function reduce_connection (line 418) | def reduce_connection(conn): function prepare (line 436) | def prepare(data): FILE: tests/pythons/win64-py32/Lib/multiprocessing/heap.py class Arena (line 57) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Arena (line 79) | class Arena(object): method __init__ (line 61) | def __init__(self, size): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): method __init__ (line 81) | def __init__(self, size): class Heap (line 90) | class Heap(object): method __init__ (line 94) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 108) | def _roundup(n, alignment): method _malloc (line 113) | def _malloc(self, size): method _free (line 135) | def _free(self, block): method _absorb (line 165) | def _absorb(self, block): method _free_pending_blocks (line 180) | def _free_pending_blocks(self): method free (line 190) | def free(self, block): method malloc (line 214) | def malloc(self, size): class BufferWrapper (line 237) | class BufferWrapper(object): method __init__ (line 241) | def __init__(self, size): method get_address (line 247) | def get_address(self): method get_size (line 253) | def get_size(self): FILE: tests/pythons/win64-py32/Lib/multiprocessing/managers.py function reduce_array (line 60) | def reduce_array(a): function rebuild_as_list (line 66) | def rebuild_as_list(obj): class Token (line 77) | class Token(object): method __init__ (line 83) | def __init__(self, typeid, address, id): method __getstate__ (line 86) | def __getstate__(self): method __setstate__ (line 89) | def __setstate__(self, state): method __repr__ (line 92) | def __repr__(self): function dispatch (line 100) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 110) | def convert_to_error(kind, result): class RemoteError (line 122) | class RemoteError(Exception): method __str__ (line 123) | def __str__(self): function all_methods (line 130) | def all_methods(obj): function public_methods (line 141) | def public_methods(obj): class Server (line 151) | class Server(object): method __init__ (line 158) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 173) | def serve_forever(self): method handle_request (line 194) | def handle_request(self, c): method serve_client (line 228) | def serve_client(self, conn): method fallback_getvalue (line 302) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 305) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 308) | def fallback_repr(self, conn, ident, obj): method dummy (line 317) | def dummy(self, c): method debug_info (line 320) | def debug_info(self, c): method number_of_objects (line 338) | def number_of_objects(self, c): method shutdown (line 344) | def shutdown(self, c): method create (line 376) | def create(self, c, typeid, *args, **kwds): method get_methods (line 414) | def get_methods(self, c, token): method accept_connection (line 420) | def accept_connection(self, c, name): method incref (line 428) | def incref(self, c, ident): method decref (line 435) | def decref(self, c, ident): class State (line 450) | class State(object): class BaseManager (line 469) | class BaseManager(object): method __init__ (line 476) | def __init__(self, address=None, authkey=None, serializer='pickle'): method __reduce__ (line 486) | def __reduce__(self): method get_server (line 490) | def get_server(self): method connect (line 498) | def connect(self): method start (line 507) | def start(self, initializer=None, initargs=()): method _run_server (line 544) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 563) | def _create(self, typeid, *args, **kwds): method join (line 575) | def join(self, timeout=None): method _debug_info (line 581) | def _debug_info(self): method _number_of_objects (line 591) | def _number_of_objects(self): method __enter__ (line 601) | def __enter__(self): method __exit__ (line 604) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 608) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 642) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 685) | class ProcessLocalSet(set): method __init__ (line 686) | def __init__(self): method __reduce__ (line 688) | def __reduce__(self): class BaseProxy (line 695) | class BaseProxy(object): method __init__ (line 702) | def __init__(self, token, serializer, manager=None, method _connect (line 740) | def _connect(self): method _callmethod (line 749) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 778) | def _getvalue(self): method _incref (line 784) | def _incref(self): method _decref (line 801) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 825) | def _after_fork(self): method __reduce__ (line 833) | def __reduce__(self): method __deepcopy__ (line 846) | def __deepcopy__(self, memo): method __repr__ (line 849) | def __repr__(self): method __str__ (line 853) | def __str__(self): function RebuildProxy (line 866) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 887) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 909) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 938) | class Namespace(object): method __init__ (line 939) | def __init__(self, **kwds): method __repr__ (line 941) | def __repr__(self): class Value (line 950) | class Value(object): method __init__ (line 951) | def __init__(self, typecode, value, lock=True): method get (line 954) | def get(self): method set (line 956) | def set(self, value): method __repr__ (line 958) | def __repr__(self): function Array (line 962) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 969) | class IteratorProxy(BaseProxy): method __iter__ (line 971) | def __iter__(self): method __next__ (line 973) | def __next__(self, *args): method send (line 975) | def send(self, *args): method throw (line 977) | def throw(self, *args): method close (line 979) | def close(self, *args): class AcquirerProxy (line 983) | class AcquirerProxy(BaseProxy): method acquire (line 985) | def acquire(self, blocking=True): method release (line 987) | def release(self): method __enter__ (line 989) | def __enter__(self): method __exit__ (line 991) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 995) | class ConditionProxy(AcquirerProxy): method wait (line 997) | def wait(self, timeout=None): method notify (line 999) | def notify(self): method notify_all (line 1001) | def notify_all(self): class EventProxy (line 1004) | class EventProxy(BaseProxy): method is_set (line 1006) | def is_set(self): method set (line 1008) | def set(self): method clear (line 1010) | def clear(self): method wait (line 1012) | def wait(self, timeout=None): class NamespaceProxy (line 1015) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1017) | def __getattr__(self, key): method __setattr__ (line 1022) | def __setattr__(self, key, value): method __delattr__ (line 1027) | def __delattr__(self, key): class ValueProxy (line 1034) | class ValueProxy(BaseProxy): method get (line 1036) | def get(self): method set (line 1038) | def set(self, value): class ListProxy (line 1050) | class ListProxy(BaseListProxy): method __iadd__ (line 1051) | def __iadd__(self, value): method __imul__ (line 1054) | def __imul__(self, value): class SyncManager (line 1086) | class SyncManager(BaseManager): FILE: tests/pythons/win64-py32/Lib/multiprocessing/pool.py function mapstar (line 64) | def mapstar(args): class MaybeEncodingError (line 71) | class MaybeEncodingError(Exception): method __init__ (line 75) | def __init__(self, exc, value): method __str__ (line 80) | def __str__(self): method __repr__ (line 84) | def __repr__(self): function worker (line 88) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 130) | class Pool(object): method __init__ (line 136) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 194) | def _join_exited_workers(self): method _repopulate_pool (line 209) | def _repopulate_pool(self): method _maintain_pool (line 225) | def _maintain_pool(self): method _setup_queues (line 231) | def _setup_queues(self): method apply (line 238) | def apply(self, func, args=(), kwds={}): method map (line 245) | def map(self, func, iterable, chunksize=None): method imap (line 253) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 271) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 289) | def apply_async(self, func, args=(), kwds={}, callback=None, method map_async (line 299) | def map_async(self, func, iterable, chunksize=None, callback=None, method _handle_workers (line 323) | def _handle_workers(pool): method _handle_tasks (line 336) | def _handle_tasks(taskqueue, put, outqueue, pool): method _handle_results (line 375) | def _handle_results(outqueue, get, cache): method _get_tasks (line 433) | def _get_tasks(func, it, size): method __reduce__ (line 441) | def __reduce__(self): method close (line 446) | def close(self): method terminate (line 452) | def terminate(self): method join (line 458) | def join(self): method _help_stuff_finish (line 468) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 477) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, class ApplyResult (line 526) | class ApplyResult(object): method __init__ (line 528) | def __init__(self, cache, callback, error_callback): method ready (line 537) | def ready(self): method successful (line 540) | def successful(self): method wait (line 544) | def wait(self, timeout=None): method get (line 552) | def get(self, timeout=None): method _set (line 561) | def _set(self, i, obj): class MapResult (line 579) | class MapResult(ApplyResult): method __init__ (line 581) | def __init__(self, cache, chunksize, length, callback, error_callback): method _set (line 594) | def _set(self, i, success_result): class IMapIterator (line 626) | class IMapIterator(object): method __init__ (line 628) | def __init__(self, cache): method __iter__ (line 638) | def __iter__(self): method next (line 641) | def next(self, timeout=None): method _set (line 666) | def _set(self, i, obj): method _set_length (line 685) | def _set_length(self, length): class IMapUnorderedIterator (line 699) | class IMapUnorderedIterator(IMapIterator): method _set (line 701) | def _set(self, i, obj): class ThreadPool (line 716) | class ThreadPool(Pool): method __init__ (line 720) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 723) | def _setup_queues(self): method _help_stuff_finish (line 730) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win64-py32/Lib/multiprocessing/process.py function current_process (line 60) | def current_process(): function active_children (line 66) | def active_children(): function _cleanup (line 77) | def _cleanup(): class Process (line 87) | class Process(object): method __init__ (line 95) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 111) | def run(self): method start (line 118) | def start(self): method terminate (line 135) | def terminate(self): method join (line 141) | def join(self, timeout=None): method is_alive (line 151) | def is_alive(self): method name (line 164) | def name(self): method name (line 168) | def name(self, name): method daemon (line 173) | def daemon(self): method daemon (line 180) | def daemon(self, daemonic): method authkey (line 188) | def authkey(self): method authkey (line 192) | def authkey(self, authkey): method exitcode (line 199) | def exitcode(self): method ident (line 208) | def ident(self): method __repr__ (line 219) | def __repr__(self): method _bootstrap (line 243) | def _bootstrap(self): class AuthenticationString (line 295) | class AuthenticationString(bytes): method __reduce__ (line 296) | def __reduce__(self): class _MainProcess (line 309) | class _MainProcess(Process): method __init__ (line 311) | def __init__(self): FILE: tests/pythons/win64-py32/Lib/multiprocessing/queues.py class Queue (line 56) | class Queue(object): method __init__ (line 58) | def __init__(self, maxsize=0): method __getstate__ (line 76) | def __getstate__(self): method __setstate__ (line 81) | def __setstate__(self, state): method _after_fork (line 86) | def _after_fork(self): method put (line 99) | def put(self, obj, block=True, timeout=None): method get (line 113) | def get(self, block=True, timeout=None): method qsize (line 141) | def qsize(self): method empty (line 145) | def empty(self): method full (line 148) | def full(self): method get_nowait (line 151) | def get_nowait(self): method put_nowait (line 154) | def put_nowait(self, obj): method close (line 157) | def close(self): method join_thread (line 163) | def join_thread(self): method cancel_join_thread (line 169) | def cancel_join_thread(self): method _start_thread (line 177) | def _start_thread(self): method _finalize_join (line 216) | def _finalize_join(twr): method _finalize_close (line 226) | def _finalize_close(buffer, notempty): method _feed (line 236) | def _feed(buffer, notempty, send, writelock, close): class JoinableQueue (line 301) | class JoinableQueue(Queue): method __init__ (line 303) | def __init__(self, maxsize=0): method __getstate__ (line 308) | def __getstate__(self): method __setstate__ (line 311) | def __setstate__(self, state): method put (line 315) | def put(self, obj, block=True, timeout=None): method task_done (line 332) | def task_done(self): method join (line 342) | def join(self): class SimpleQueue (line 354) | class SimpleQueue(object): method __init__ (line 356) | def __init__(self): method empty (line 365) | def empty(self): method __getstate__ (line 368) | def __getstate__(self): method __setstate__ (line 372) | def __setstate__(self, state): method _make_methods (line 376) | def _make_methods(self): FILE: tests/pythons/win64-py32/Lib/multiprocessing/reduction.py function send_handle (line 65) | def send_handle(conn, handle, destination_pid): function recv_handle (line 75) | def recv_handle(conn): function send_handle (line 79) | def send_handle(conn, handle, destination_pid): function recv_handle (line 82) | def recv_handle(conn): function _reset (line 91) | def _reset(obj): function _get_listener (line 102) | def _get_listener(): function _serve (line 119) | def _serve(): function reduce_handle (line 142) | def reduce_handle(handle): function rebuild_handle (line 150) | def rebuild_handle(pickled_data): function reduce_connection (line 165) | def reduce_connection(conn): function rebuild_connection (line 169) | def rebuild_connection(reduced_handle, readable, writable): function fromfd (line 181) | def fromfd(fd, family, type_, proto=0): function reduce_socket (line 187) | def reduce_socket(s): function rebuild_socket (line 191) | def rebuild_socket(reduced_handle, family, type_, proto): function reduce_pipe_connection (line 205) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 209) | def rebuild_pipe_connection(reduced_handle, readable, writable): FILE: tests/pythons/win64-py32/Lib/multiprocessing/sharedctypes.py function _new_value (line 61) | def _new_value(type_): function RawValue (line 66) | def RawValue(typecode_or_type, *args): function RawArray (line 76) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 92) | def Value(typecode_or_type, *args, lock=None): function Array (line 105) | def Array(typecode_or_type, size_or_initializer, **kwds): function copy (line 121) | def copy(obj): function synchronized (line 126) | def synchronized(obj, lock=None): function reduce_ctype (line 150) | def reduce_ctype(obj): function rebuild_ctype (line 157) | def rebuild_ctype(type_, wrapper, length): function make_property (line 169) | def make_property(name): class SynchronizedBase (line 201) | class SynchronizedBase(object): method __init__ (line 203) | def __init__(self, obj, lock=None): method __reduce__ (line 209) | def __reduce__(self): method get_obj (line 213) | def get_obj(self): method get_lock (line 216) | def get_lock(self): method __repr__ (line 219) | def __repr__(self): class Synchronized (line 223) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 227) | class SynchronizedArray(SynchronizedBase): method __len__ (line 229) | def __len__(self): method __getitem__ (line 232) | def __getitem__(self, i): method __setitem__ (line 239) | def __setitem__(self, i, value): method __getslice__ (line 246) | def __getslice__(self, start, stop): method __setslice__ (line 253) | def __setslice__(self, start, stop, values): class SynchronizedString (line 261) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win64-py32/Lib/multiprocessing/synchronize.py class SemLock (line 72) | class SemLock(object): method __init__ (line 74) | def __init__(self, kind, value, maxvalue): method _make_methods (line 84) | def _make_methods(self): method __enter__ (line 88) | def __enter__(self): method __exit__ (line 91) | def __exit__(self, *args): method __getstate__ (line 94) | def __getstate__(self): method __setstate__ (line 99) | def __setstate__(self, state): class Semaphore (line 108) | class Semaphore(SemLock): method __init__ (line 110) | def __init__(self, value=1): method get_value (line 113) | def get_value(self): method __repr__ (line 116) | def __repr__(self): class BoundedSemaphore (line 127) | class BoundedSemaphore(Semaphore): method __init__ (line 129) | def __init__(self, value=1): method __repr__ (line 132) | def __repr__(self): class Lock (line 144) | class Lock(SemLock): method __init__ (line 146) | def __init__(self): method __repr__ (line 149) | def __repr__(self): class RLock (line 169) | class RLock(SemLock): method __init__ (line 171) | def __init__(self): method __repr__ (line 174) | def __repr__(self): class Condition (line 195) | class Condition(object): method __init__ (line 197) | def __init__(self, lock=None): method __getstate__ (line 204) | def __getstate__(self): method __setstate__ (line 209) | def __setstate__(self, state): method __enter__ (line 214) | def __enter__(self): method __exit__ (line 217) | def __exit__(self, *args): method _make_methods (line 220) | def _make_methods(self): method __repr__ (line 224) | def __repr__(self): method wait (line 232) | def wait(self, timeout=None): method notify (line 256) | def notify(self): method notify_all (line 273) | def notify_all(self): class Event (line 300) | class Event(object): method __init__ (line 302) | def __init__(self): method is_set (line 306) | def is_set(self): method set (line 316) | def set(self): method clear (line 325) | def clear(self): method wait (line 332) | def wait(self, timeout=None): FILE: tests/pythons/win64-py32/Lib/multiprocessing/util.py function sub_debug (line 66) | def sub_debug(msg, *args): function debug (line 70) | def debug(msg, *args): function info (line 74) | def info(msg, *args): function sub_warning (line 78) | def sub_warning(msg, *args): function get_logger (line 82) | def get_logger(): function log_to_stderr (line 111) | def log_to_stderr(level=None): function get_temp_dir (line 133) | def get_temp_dir(): function _run_after_forkers (line 150) | def _run_after_forkers(): function register_after_fork (line 159) | def register_after_fork(obj, func): class Finalize (line 170) | class Finalize(object): method __init__ (line 174) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 189) | def __call__(self, wr=None): method cancel (line 205) | def cancel(self): method still_active (line 217) | def still_active(self): method __repr__ (line 223) | def __repr__(self): function _run_finalizers (line 243) | def _run_finalizers(minpriority=None): function is_exiting (line 279) | def is_exiting(): function _exit_function (line 287) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 330) | class ForkAwareThreadLock(object): method __init__ (line 331) | def __init__(self): class ForkAwareLocal (line 337) | class ForkAwareLocal(threading.local): method __init__ (line 338) | def __init__(self): method __reduce__ (line 340) | def __reduce__(self): FILE: tests/pythons/win64-py32/Lib/netrc.py class NetrcParseError (line 10) | class NetrcParseError(Exception): method __init__ (line 12) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 18) | def __str__(self): class netrc (line 22) | class netrc: method __init__ (line 23) | def __init__(self, file=None): method _parse (line 34) | def _parse(self, file, fp): method authenticators (line 94) | def authenticators(self, host): method __repr__ (line 103) | def __repr__(self): FILE: tests/pythons/win64-py32/Lib/nntplib.py class NNTPError (line 89) | class NNTPError(Exception): method __init__ (line 91) | def __init__(self, *args): class NNTPReplyError (line 98) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 102) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 106) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 110) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 114) | class NNTPDataError(NNTPError): function decode_header (line 160) | def decode_header(header_str): function _parse_overview_fmt (line 171) | def _parse_overview_fmt(lines): function _parse_overview (line 196) | def _parse_overview(lines, fmt, data_process_func=None): function _parse_datetime (line 225) | def _parse_datetime(date_str, time_str=None): function _unparse_datetime (line 247) | def _unparse_datetime(dt, legacy=False): function _encrypt_on (line 275) | def _encrypt_on(sock, context): class _NNTPBase (line 291) | class _NNTPBase: method __init__ (line 307) | def __init__(self, file, host, method getwelcome (line 354) | def getwelcome(self): method getcapabilities (line 363) | def getcapabilities(self): method set_debuglevel (line 385) | def set_debuglevel(self, level): method _putline (line 394) | def _putline(self, line): method _putcmd (line 402) | def _putcmd(self, line): method _getline (line 409) | def _getline(self, strip_crlf=True): method _getresp (line 424) | def _getresp(self): method _getlongresp (line 440) | def _getlongresp(self, file=None): method _shortcmd (line 486) | def _shortcmd(self, line): method _longcmd (line 492) | def _longcmd(self, line, file=None): method _longcmdstring (line 498) | def _longcmdstring(self, line, file=None): method _getoverviewfmt (line 508) | def _getoverviewfmt(self): method _grouplist (line 525) | def _grouplist(self, lines): method capabilities (line 529) | def capabilities(self): method newgroups (line 543) | def newgroups(self, date, *, file=None): method newnews (line 559) | def newnews(self, group, date, *, file=None): method list (line 575) | def list(self, group_pattern=None, *, file=None): method _getdescriptions (line 590) | def _getdescriptions(self, group_pattern, return_all): method description (line 613) | def description(self, group): method descriptions (line 626) | def descriptions(self, group_pattern): method group (line 630) | def group(self, name): method help (line 656) | def help(self, *, file=None): method _statparse (line 666) | def _statparse(self, resp): method _statcmd (line 676) | def _statcmd(self, line): method stat (line 681) | def stat(self, message_spec=None): method next (line 695) | def next(self): method last (line 699) | def last(self): method _artcmd (line 703) | def _artcmd(self, line, file=None): method head (line 709) | def head(self, message_spec=None, *, file=None): method body (line 723) | def body(self, message_spec=None, *, file=None): method article (line 737) | def article(self, message_spec=None, *, file=None): method slave (line 751) | def slave(self): method xhdr (line 757) | def xhdr(self, hdr, str, *, file=None): method xover (line 773) | def xover(self, start, end, *, file=None): method over (line 787) | def over(self, message_spec, *, file=None): method xgtitle (line 814) | def xgtitle(self, group, *, file=None): method xpath (line 832) | def xpath(self, id): method date (line 852) | def date(self): method _post (line 869) | def _post(self, command, f): method post (line 890) | def post(self, data): method ihave (line 897) | def ihave(self, message_id, data): method _close (line 906) | def _close(self): method quit (line 910) | def quit(self): method login (line 919) | def login(self, user=None, password=None, usenetrc=True): method _setreadermode (line 960) | def _setreadermode(self): method starttls (line 974) | def starttls(self, context=None): class NNTP (line 998) | class NNTP(_NNTPBase): method __init__ (line 1000) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method _close (line 1029) | def _close(self): class NNTP_SSL (line 1037) | class NNTP_SSL(_NNTPBase): method __init__ (line 1039) | def __init__(self, host, port=NNTP_SSL_PORT, method _close (line 1054) | def _close(self): function cut (line 1098) | def cut(s, lim): FILE: tests/pythons/win64-py32/Lib/ntpath.py function _get_empty (line 38) | def _get_empty(path): function _get_sep (line 44) | def _get_sep(path): function _get_altsep (line 50) | def _get_altsep(path): function _get_bothseps (line 56) | def _get_bothseps(path): function _get_dot (line 62) | def _get_dot(path): function _get_colon (line 68) | def _get_colon(path): function _get_special (line 74) | def _get_special(path): function normcase (line 84) | def normcase(s): function isabs (line 100) | def isabs(s): function join (line 108) | def join(a, *p): function splitdrive (line 188) | def splitdrive(p): function splitunc (line 233) | def splitunc(p): function split (line 273) | def split(p): function splitext (line 299) | def splitext(p): function basename (line 307) | def basename(p): function dirname (line 314) | def dirname(p): function islink (line 321) | def islink(path): function lexists (line 334) | def lexists(path): function ismount (line 345) | def ismount(path): function expanduser (line 363) | def expanduser(path): function expandvars (line 412) | def expandvars(path): function normpath (line 529) | def normpath(path): function abspath (line 574) | def abspath(path): function abspath (line 585) | def abspath(path): function relpath (line 605) | def relpath(path, start=curdir): function _getfinalpathname (line 656) | def _getfinalpathname(f): function samefile (line 659) | def samefile(f1, f2): function _getfileinformation (line 669) | def _getfileinformation(fd): function sameopenfile (line 672) | def sameopenfile(f1, f2): FILE: tests/pythons/win64-py32/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win64-py32/Lib/numbers.py class Number (line 12) | class Number(metaclass=ABCMeta): class Complex (line 32) | class Complex(Number): method __complex__ (line 46) | def __complex__(self): method __bool__ (line 49) | def __bool__(self): method real (line 54) | def real(self): method imag (line 62) | def imag(self): method __add__ (line 70) | def __add__(self, other): method __radd__ (line 75) | def __radd__(self, other): method __neg__ (line 80) | def __neg__(self): method __pos__ (line 85) | def __pos__(self): method __sub__ (line 89) | def __sub__(self, other): method __rsub__ (line 93) | def __rsub__(self, other): method __mul__ (line 98) | def __mul__(self, other): method __rmul__ (line 103) | def __rmul__(self, other): method __truediv__ (line 108) | def __truediv__(self, other): method __rtruediv__ (line 113) | def __rtruediv__(self, other): method __pow__ (line 118) | def __pow__(self, exponent): method __rpow__ (line 123) | def __rpow__(self, base): method __abs__ (line 128) | def __abs__(self): method conjugate (line 133) | def conjugate(self): method __eq__ (line 138) | def __eq__(self, other): method __ne__ (line 142) | def __ne__(self, other): class Real (line 150) | class Real(Complex): method __float__ (line 162) | def __float__(self): method __trunc__ (line 169) | def __trunc__(self): method __floor__ (line 182) | def __floor__(self): method __ceil__ (line 187) | def __ceil__(self): method __round__ (line 192) | def __round__(self, ndigits=None): method __divmod__ (line 200) | def __divmod__(self, other): method __rdivmod__ (line 208) | def __rdivmod__(self, other): method __floordiv__ (line 217) | def __floordiv__(self, other): method __rfloordiv__ (line 222) | def __rfloordiv__(self, other): method __mod__ (line 227) | def __mod__(self, other): method __rmod__ (line 232) | def __rmod__(self, other): method __lt__ (line 237) | def __lt__(self, other): method __le__ (line 244) | def __le__(self, other): method __complex__ (line 249) | def __complex__(self): method real (line 254) | def real(self): method imag (line 259) | def imag(self): method conjugate (line 263) | def conjugate(self): class Rational (line 270) | class Rational(Real): method numerator (line 276) | def numerator(self): method denominator (line 280) | def denominator(self): method __float__ (line 284) | def __float__(self): class Integral (line 295) | class Integral(Rational): method __int__ (line 301) | def __int__(self): method __index__ (line 305) | def __index__(self): method __pow__ (line 310) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 321) | def __lshift__(self, other): method __rlshift__ (line 326) | def __rlshift__(self, other): method __rshift__ (line 331) | def __rshift__(self, other): method __rrshift__ (line 336) | def __rrshift__(self, other): method __and__ (line 341) | def __and__(self, other): method __rand__ (line 346) | def __rand__(self, other): method __xor__ (line 351) | def __xor__(self, other): method __rxor__ (line 356) | def __rxor__(self, other): method __or__ (line 361) | def __or__(self, other): method __ror__ (line 366) | def __ror__(self, other): method __invert__ (line 371) | def __invert__(self): method __float__ (line 376) | def __float__(self): method numerator (line 381) | def numerator(self): method denominator (line 386) | def denominator(self): FILE: tests/pythons/win64-py32/Lib/opcode.py function def_op (line 27) | def def_op(name, op): function name_op (line 31) | def name_op(name, op): function jrel_op (line 35) | def jrel_op(name, op): function jabs_op (line 39) | def jabs_op(name, op): FILE: tests/pythons/win64-py32/Lib/optparse.py function _repr (line 78) | def _repr(self): function gettext (line 91) | def gettext(message): class OptParseError (line 96) | class OptParseError (Exception): method __init__ (line 97) | def __init__(self, msg): method __str__ (line 100) | def __str__(self): class OptionError (line 104) | class OptionError (OptParseError): method __init__ (line 110) | def __init__(self, msg, option): method __str__ (line 114) | def __str__(self): class OptionConflictError (line 120) | class OptionConflictError (OptionError): class OptionValueError (line 125) | class OptionValueError (OptParseError): class BadOptionError (line 131) | class BadOptionError (OptParseError): method __init__ (line 135) | def __init__(self, opt_str): method __str__ (line 138) | def __str__(self): class AmbiguousOptionError (line 141) | class AmbiguousOptionError (BadOptionError): method __init__ (line 145) | def __init__(self, opt_str, possibilities): method __str__ (line 149) | def __str__(self): class HelpFormatter (line 154) | class HelpFormatter: method __init__ (line 199) | def __init__(self, method set_parser (line 223) | def set_parser(self, parser): method set_short_opt_delimiter (line 226) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 232) | def set_long_opt_delimiter(self, delim): method indent (line 238) | def indent(self): method dedent (line 242) | def dedent(self): method format_usage (line 247) | def format_usage(self, usage): method format_heading (line 250) | def format_heading(self, heading): method _format_text (line 253) | def _format_text(self, text): method format_description (line 265) | def format_description(self, description): method format_epilog (line 271) | def format_epilog(self, epilog): method expand_default (line 278) | def expand_default(self, option): method format_option (line 288) | def format_option(self, option): method store_option_strings (line 323) | def store_option_strings(self, parser): method format_option_strings (line 341) | def format_option_strings(self, option): class IndentedHelpFormatter (line 360) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 364) | def __init__(self, method format_usage (line 372) | def format_usage(self, usage): method format_heading (line 375) | def format_heading(self, heading): class TitledHelpFormatter (line 379) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 383) | def __init__(self, method format_usage (line 391) | def format_usage(self, usage): method format_heading (line 394) | def format_heading(self, heading): function _parse_num (line 398) | def _parse_num(val, type): function _parse_int (line 411) | def _parse_int(val): function _parse_long (line 414) | def _parse_long(val): function check_builtin (line 422) | def check_builtin(option, opt, value): function check_choice (line 430) | def check_choice(option, opt, value): class Option (line 444) | class Option: method __init__ (line 559) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 578) | def _check_opt_strings(self, opts): method _set_opt_strings (line 587) | def _set_opt_strings(self, opts): method _set_attrs (line 608) | def _set_attrs(self, attrs): method _check_action (line 627) | def _check_action(self): method _check_type (line 633) | def _check_type(self): method _check_choice (line 663) | def _check_choice(self): method _check_dest (line 676) | def _check_dest(self): method _check_const (line 691) | def _check_const(self): method _check_nargs (line 697) | def _check_nargs(self): method _check_callback (line 706) | def _check_callback(self): method __str__ (line 745) | def __str__(self): method takes_value (line 750) | def takes_value(self): method get_opt_string (line 753) | def get_opt_string(self): method check_value (line 762) | def check_value(self, opt, value): method convert_value (line 769) | def convert_value(self, opt, value): method process (line 776) | def process(self, opt, value, values, parser): method take_action (line 788) | def take_action(self, action, dest, opt, value, values, parser): class Values (line 824) | class Values: method __init__ (line 826) | def __init__(self, defaults=None): method __str__ (line 831) | def __str__(self): method __eq__ (line 836) | def __eq__(self, other): method _update_careful (line 844) | def _update_careful(self, dict): method _update_loose (line 857) | def _update_loose(self, dict): method _update (line 865) | def _update(self, dict, mode): method read_module (line 873) | def read_module(self, modname, mode="careful"): method read_file (line 878) | def read_file(self, filename, mode="careful"): method ensure_value (line 883) | def ensure_value(self, attr, value): class OptionContainer (line 889) | class OptionContainer: method __init__ (line 921) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 932) | def _create_option_mappings(self): method _share_option_mappings (line 941) | def _share_option_mappings(self, parser): method set_conflict_handler (line 948) | def set_conflict_handler(self, handler): method set_description (line 953) | def set_description(self, description): method get_description (line 956) | def get_description(self): method destroy (line 960) | def destroy(self): method _check_conflict (line 969) | def _check_conflict(self, option): method add_option (line 996) | def add_option(self, *args, **kwargs): method add_options (line 1026) | def add_options(self, option_list): method get_option (line 1032) | def get_option(self, opt_str): method has_option (line 1036) | def has_option(self, opt_str): method remove_option (line 1040) | def remove_option(self, opt_str): method format_option_help (line 1056) | def format_option_help(self, formatter): method format_description (line 1065) | def format_description(self, formatter): method format_help (line 1068) | def format_help(self, formatter): class OptionGroup (line 1077) | class OptionGroup (OptionContainer): method __init__ (line 1079) | def __init__(self, parser, title, description=None): method _create_option_list (line 1085) | def _create_option_list(self): method set_title (line 1089) | def set_title(self, title): method destroy (line 1092) | def destroy(self): method format_help (line 1099) | def format_help(self, formatter): class OptionParser (line 1107) | class OptionParser (OptionContainer): method __init__ (line 1179) | def __init__(self, method destroy (line 1213) | def destroy(self): method _create_option_list (line 1231) | def _create_option_list(self): method _add_help_option (line 1236) | def _add_help_option(self): method _add_version_option (line 1241) | def _add_version_option(self): method _populate_option_list (line 1246) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1256) | def _init_parsing_state(self): method set_usage (line 1265) | def set_usage(self, usage): method enable_interspersed_args (line 1276) | def enable_interspersed_args(self): method disable_interspersed_args (line 1284) | def disable_interspersed_args(self): method set_process_default_values (line 1292) | def set_process_default_values(self, process): method set_default (line 1295) | def set_default(self, dest, value): method set_defaults (line 1298) | def set_defaults(self, **kwargs): method _get_all_options (line 1301) | def _get_all_options(self): method get_default_values (line 1307) | def get_default_values(self): method add_option_group (line 1324) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1340) | def get_option_group(self, opt_str): method _get_args (line 1350) | def _get_args(self, args): method parse_args (line 1356) | def parse_args(self, args=None, values=None): method check_values (line 1395) | def check_values(self, values, args): method _process_args (line 1408) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1459) | def _match_long_opt(self, opt): method _process_long_opt (line 1468) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1505) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1547) | def get_prog_name(self): method expand_prog_name (line 1553) | def expand_prog_name(self, s): method get_description (line 1556) | def get_description(self): method exit (line 1559) | def exit(self, status=0, msg=None): method error (line 1564) | def error(self, msg): method get_usage (line 1574) | def get_usage(self): method print_usage (line 1581) | def print_usage(self, file=None): method get_version (line 1593) | def get_version(self): method print_version (line 1599) | def print_version(self, file=None): method format_option_help (line 1610) | def format_option_help(self, formatter=None): method format_epilog (line 1627) | def format_epilog(self, formatter): method format_help (line 1630) | def format_help(self, formatter=None): method print_help (line 1642) | def print_help(self, file=None): function _match_abbrev (line 1655) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win64-py32/Lib/os.py function _get_exports_list (line 35) | def _get_exports_list(module): function _get_masked_mode (line 118) | def _get_masked_mode(mode): function makedirs (line 128) | def makedirs(name, mode=0o777, exist_ok=False): function removedirs (line 171) | def removedirs(name): function renames (line 193) | def renames(old, new): function walk (line 221) | def walk(top, topdown=True, onerror=None, followlinks=False): function execl (line 319) | def execl(file, *args): function execle (line 326) | def execle(file, *args): function execlp (line 334) | def execlp(file, *args): function execlpe (line 341) | def execlpe(file, *args): function execvp (line 350) | def execvp(file, args): function execvpe (line 358) | def execvpe(file, args, env): function _execvpe (line 369) | def _execvpe(file, args, env=None): function get_exec_path (line 404) | def get_exec_path(env=None): class _Environ (line 451) | class _Environ(MutableMapping): method __init__ (line 452) | def __init__(self, data, encodekey, decodekey, encodevalue, decodevalu... method __getitem__ (line 461) | def __getitem__(self, key): method __setitem__ (line 465) | def __setitem__(self, key, value): method __delitem__ (line 471) | def __delitem__(self, key): method __iter__ (line 476) | def __iter__(self): method __len__ (line 480) | def __len__(self): method __repr__ (line 483) | def __repr__(self): method copy (line 488) | def copy(self): method setdefault (line 491) | def setdefault(self, key, value): function _createenviron (line 510) | def _createenviron(): function getenv (line 545) | def getenv(key, default=None): function _check_bytes (line 555) | def _check_bytes(value): function getenvb (line 567) | def getenvb(key, default=None): function _fscodec (line 575) | def _fscodec(): function _exists (line 613) | def _exists(name): function _spawnvef (line 626) | def _spawnvef(mode, file, args, env, func): function spawnv (line 653) | def spawnv(mode, file, args): function spawnve (line 662) | def spawnve(mode, file, args, env): function spawnvp (line 674) | def spawnvp(mode, file, args): function spawnvpe (line 684) | def spawnvpe(mode, file, args, env): function spawnl (line 698) | def spawnl(mode, file, *args): function spawnle (line 707) | def spawnle(mode, file, *args): function spawnlp (line 725) | def spawnlp(mode, file, *args): function spawnlpe (line 735) | def spawnlpe(mode, file, *args): function _make_stat_result (line 751) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 754) | def _pickle_stat_result(sr): function _make_statvfs_result (line 763) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 766) | def _pickle_statvfs_result(sr): function popen (line 777) | def popen(cmd, mode="r", buffering=-1): class _wrap_close (line 799) | class _wrap_close: method __init__ (line 800) | def __init__(self, stream, proc): method close (line 803) | def close(self): method __enter__ (line 812) | def __enter__(self): method __exit__ (line 814) | def __exit__(self, *args): method __getattr__ (line 816) | def __getattr__(self, name): method __iter__ (line 818) | def __iter__(self): function fdopen (line 822) | def fdopen(fd, *args, **kwargs): FILE: tests/pythons/win64-py32/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 47) | def join(a, *p): function splitunc (line 61) | def splitunc(p): function basename (line 91) | def basename(p): function dirname (line 98) | def dirname(p): function ismount (line 112) | def ismount(path): function normpath (line 123) | def normpath(path): function abspath (line 149) | def abspath(path): FILE: tests/pythons/win64-py32/Lib/pdb.py class Restart (line 83) | class Restart(Exception): function find_function (line 90) | def find_function(funcname, filename): function getsourcelines (line 110) | def getsourcelines(obj): function lasti2lineno (line 119) | def lasti2lineno(code, lasti): class _rstr (line 128) | class _rstr(str): method __repr__ (line 130) | def __repr__(self): class Pdb (line 141) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 143) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None, method sigint_handler (line 188) | def sigint_handler(self, signum, frame): method reset (line 197) | def reset(self): method forget (line 201) | def forget(self): method setup (line 208) | def setup(self, f, tb): method execRcLines (line 226) | def execRcLines(self): method user_call (line 246) | def user_call(self, frame, argument_list): method user_line (line 255) | def user_line(self, frame): method bp_commands (line 265) | def bp_commands(self, frame): method user_return (line 289) | def user_return(self, frame, return_value): method user_exception (line 297) | def user_exception(self, frame, exc_info): method _cmdloop (line 309) | def _cmdloop(self): method preloop (line 322) | def preloop(self): method interaction (line 335) | def interaction(self, frame, traceback): method displayhook (line 345) | def displayhook(self, obj): method default (line 353) | def default(self, line): method precmd (line 375) | def precmd(self, line): method onecmd (line 400) | def onecmd(self, line): method handle_command_def (line 412) | def handle_command_def(self, line): method message (line 442) | def message(self, msg): method error (line 445) | def error(self, msg): method do_commands (line 452) | def do_commands(self, arg): method do_break (line 529) | def do_break(self, arg, temporary = 0): method defaultFile (line 622) | def defaultFile(self): method do_tbreak (line 631) | def do_tbreak(self, arg): method lineinfo (line 638) | def lineinfo(self, identifier): method checkline (line 671) | def checkline(self, filename, lineno): method do_enable (line 692) | def do_enable(self, arg): method do_disable (line 707) | def do_disable(self, arg): method do_condition (line 725) | def do_condition(self, arg): method do_ignore (line 748) | def do_ignore(self, arg): method do_clear (line 779) | def do_clear(self, arg): method do_where (line 827) | def do_where(self, arg): method _select_frame (line 837) | def _select_frame(self, number): method do_up (line 845) | def do_up(self, arg): method do_down (line 865) | def do_down(self, arg): method do_until (line 885) | def do_until(self, arg): method do_step (line 909) | def do_step(self, arg): method do_next (line 919) | def do_next(self, arg): method do_run (line 928) | def do_run(self, arg): method do_return (line 945) | def do_return(self, arg): method do_continue (line 953) | def do_continue(self, arg): method do_jump (line 971) | def do_jump(self, arg): method do_debug (line 1000) | def do_debug(self, arg): method do_quit (line 1017) | def do_quit(self, arg): method do_EOF (line 1028) | def do_EOF(self, arg): method do_args (line 1037) | def do_args(self, arg): method do_retval (line 1054) | def do_retval(self, arg): method _getval (line 1064) | def _getval(self, arg): method _getval_except (line 1072) | def _getval_except(self, arg, frame=None): method do_p (line 1083) | def do_p(self, arg): method do_pp (line 1094) | def do_pp(self, arg): method do_list (line 1103) | def do_list(self, arg): method do_longlist (line 1154) | def do_longlist(self, arg): method do_source (line 1168) | def do_source(self, arg): method _print_lines (line 1183) | def _print_lines(self, lines, start, breaks=(), frame=None): method do_whatis (line 1204) | def do_whatis(self, arg): method do_display (line 1237) | def do_display(self, arg): method do_undisplay (line 1254) | def do_undisplay(self, arg): method do_interact (line 1269) | def do_interact(self, arg): method do_alias (line 1279) | def do_alias(self, arg): method do_unalias (line 1314) | def do_unalias(self, arg): method print_stack_trace (line 1335) | def print_stack_trace(self): method print_stack_entry (line 1342) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method do_help (line 1353) | def do_help(self, arg): method help_exec (line 1379) | def help_exec(self): method help_pdb (line 1391) | def help_pdb(self): method lookupmodule (line 1396) | def lookupmodule(self, filename): method _runscript (line 1420) | def _runscript(self, filename): function run (line 1467) | def run(statement, globals=None, locals=None): function runeval (line 1470) | def runeval(expression, globals=None, locals=None): function runctx (line 1473) | def runctx(statement, globals, locals): function runcall (line 1477) | def runcall(*args, **kwds): function set_trace (line 1480) | def set_trace(): function post_mortem (line 1485) | def post_mortem(t=None): function pm (line 1499) | def pm(): function test (line 1507) | def test(): function help (line 1511) | def help(): function main (line 1528) | def main(): FILE: tests/pythons/win64-py32/Lib/pickle.py class PickleError (line 68) | class PickleError(Exception): class PicklingError (line 72) | class PicklingError(PickleError): class UnpicklingError (line 79) | class UnpicklingError(PickleError): class _Stop (line 92) | class _Stop(Exception): method __init__ (line 93) | def __init__(self, value): class _Pickler (line 177) | class _Pickler: method __init__ (line 179) | def __init__(self, file, protocol=None, *, fix_imports=True): method clear_memo (line 217) | def clear_memo(self): method dump (line 228) | def dump(self, obj): method memoize (line 240) | def memoize(self, obj): method put (line 263) | def put(self, i, pack=struct.pack): method get (line 273) | def get(self, i, pack=struct.pack): method save (line 282) | def save(self, obj, save_persistent_id=True): method persistent_id (line 346) | def persistent_id(self, obj): method save_pers (line 350) | def save_pers(self, pid): method save_reduce (line 358) | def save_reduce(self, func, args, state=None, method save_none (line 439) | def save_none(self, obj): method save_bool (line 443) | def save_bool(self, obj): method save_long (line 450) | def save_long(self, obj, pack=struct.pack): method save_float (line 481) | def save_float(self, obj, pack=struct.pack): method save_bytes (line 488) | def save_bytes(self, obj, pack=struct.pack): method save_str (line 504) | def save_str(self, obj, pack=struct.pack): method save_tuple (line 517) | def save_tuple(self, obj): method save_list (line 570) | def save_list(self, obj): method _batch_appends (line 585) | def _batch_appends(self, items): method save_dict (line 618) | def save_dict(self, obj): method _batch_setitems (line 633) | def _batch_setitems(self, items): method save_global (line 669) | def save_global(self, obj, name=None, pack=struct.pack): function _keep_alive (line 731) | def _keep_alive(x, memo): function whichmodule (line 753) | def whichmodule(func, funcname): class _Unpickler (line 781) | class _Unpickler: method __init__ (line 783) | def __init__(self, file, *, fix_imports=True, method load (line 813) | def load(self): method marker (line 846) | def marker(self): method persistent_load (line 853) | def persistent_load(self, pid): method load_proto (line 858) | def load_proto(self): method load_persid (line 865) | def load_persid(self): method load_binpersid (line 870) | def load_binpersid(self): method load_none (line 875) | def load_none(self): method load_false (line 879) | def load_false(self): method load_true (line 883) | def load_true(self): method load_int (line 887) | def load_int(self): method load_binint (line 901) | def load_binint(self): method load_binint1 (line 905) | def load_binint1(self): method load_binint2 (line 909) | def load_binint2(self): method load_long (line 913) | def load_long(self): method load_long1 (line 920) | def load_long1(self): method load_long4 (line 926) | def load_long4(self): method load_float (line 935) | def load_float(self): method load_binfloat (line 939) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 943) | def load_string(self): method load_binstring (line 958) | def load_binstring(self): method load_binbytes (line 968) | def load_binbytes(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_unicode (line 975) | def load_unicode(self): method load_binunicode (line 979) | def load_binunicode(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_short_binstring (line 986) | def load_short_binstring(self): method load_short_binbytes (line 993) | def load_short_binbytes(self): method load_tuple (line 998) | def load_tuple(self): method load_empty_tuple (line 1003) | def load_empty_tuple(self): method load_tuple1 (line 1007) | def load_tuple1(self): method load_tuple2 (line 1011) | def load_tuple2(self): method load_tuple3 (line 1015) | def load_tuple3(self): method load_empty_list (line 1019) | def load_empty_list(self): method load_empty_dictionary (line 1023) | def load_empty_dictionary(self): method load_list (line 1027) | def load_list(self): method load_dict (line 1032) | def load_dict(self): method _instantiate (line 1048) | def _instantiate(self, klass, k): method load_inst (line 1062) | def load_inst(self): method load_obj (line 1069) | def load_obj(self): method load_newobj (line 1076) | def load_newobj(self): method load_global (line 1083) | def load_global(self): method load_ext1 (line 1090) | def load_ext1(self): method load_ext2 (line 1095) | def load_ext2(self): method load_ext4 (line 1100) | def load_ext4(self): method get_extension (line 1105) | def get_extension(self, code): method find_class (line 1121) | def find_class(self, module, name): method load_reduce (line 1133) | def load_reduce(self): method load_pop (line 1146) | def load_pop(self): method load_pop_mark (line 1150) | def load_pop_mark(self): method load_dup (line 1155) | def load_dup(self): method load_get (line 1159) | def load_get(self): method load_binget (line 1164) | def load_binget(self): method load_long_binget (line 1169) | def load_long_binget(self, unpack=struct.unpack): method load_put (line 1174) | def load_put(self): method load_binput (line 1181) | def load_binput(self): method load_long_binput (line 1188) | def load_long_binput(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_append (line 1195) | def load_append(self): method load_appends (line 1202) | def load_appends(self): method load_setitem (line 1210) | def load_setitem(self): method load_setitems (line 1218) | def load_setitems(self): method load_build (line 1228) | def load_build(self): method load_mark (line 1252) | def load_mark(self): method load_stop (line 1256) | def load_stop(self): function encode_long (line 1263) | def encode_long(x): function decode_long (line 1293) | def decode_long(data): function dump (line 1315) | def dump(obj, file, protocol=None, *, fix_imports=True): function dumps (line 1318) | def dumps(obj, protocol=None, *, fix_imports=True): function load (line 1325) | def load(file, *, fix_imports=True, encoding="ASCII", errors="strict"): function loads (line 1329) | def loads(s, *, fix_imports=True, encoding="ASCII", errors="strict"): function _test (line 1343) | def _test(): FILE: tests/pythons/win64-py32/Lib/pickletools.py class ArgumentDescriptor (line 171) | class ArgumentDescriptor(object): method __init__ (line 190) | def __init__(self, name, n, reader, doc): function read_uint1 (line 207) | def read_uint1(f): function read_uint2 (line 226) | def read_uint2(f): function read_int4 (line 247) | def read_int4(f): function read_stringnl (line 268) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 325) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 339) | def read_stringnl_noescape_pair(f): function read_string4 (line 361) | def read_string4(f): function read_string1 (line 395) | def read_string1(f): function read_unicodestringnl (line 424) | def read_unicodestringnl(f): function read_unicodestring4 (line 449) | def read_unicodestring4(f): function read_decimalnl_short (line 489) | def read_decimalnl_short(f): function read_decimalnl_long (line 518) | def read_decimalnl_long(f): function read_floatnl (line 559) | def read_floatnl(f): function read_float8 (line 581) | def read_float8(f): function read_long1 (line 619) | def read_long1(f): function read_long4 (line 651) | def read_long4(f): class StackObject (line 694) | class StackObject(object): method __init__ (line 707) | def __init__(self, name, obtype, doc): method __repr__ (line 720) | def __repr__(self): class OpcodeInfo (line 825) | class OpcodeInfo(object): method __init__ (line 856) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1783) | def assure_pickle_consistency(verbose=False): function genops (line 1827) | def genops(pickle): function optimize (line 1883) | def optimize(p): function dis (line 1910) | def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): class _Example (line 2061) | class _Example: method __init__ (line 2062) | def __init__(self, value): function _test (line 2353) | def _test(): FILE: tests/pythons/win64-py32/Lib/pipes.py class Template (line 80) | class Template: method __init__ (line 83) | def __init__(self): method __repr__ (line 88) | def __repr__(self): method reset (line 92) | def reset(self): method clone (line 96) | def clone(self): method debug (line 104) | def debug(self, flag): method append (line 108) | def append(self, cmd, kind): method prepend (line 124) | def prepend(self, cmd, kind): method open (line 140) | def open(self, file, rw): method open_r (line 150) | def open_r(self, file): method open_w (line 160) | def open_w(self, file): method copy (line 168) | def copy(self, infile, outfile): method makepipeline (line 171) | def makepipeline(self, infile, outfile): function makepipeline (line 179) | def makepipeline(infile, steps, outfile): function quote (line 253) | def quote(file): FILE: tests/pythons/win64-py32/Lib/pkgutil.py function read_code (line 15) | def read_code(stream): function simplegeneric (line 28) | def simplegeneric(func): function walk_packages (line 68) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 126) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 151) | def iter_importer_modules(importer, prefix=''): class ImpImporter (line 159) | class ImpImporter: method __init__ (line 170) | def __init__(self, path=None): method find_module (line 173) | def find_module(self, fullname, path=None): method iter_modules (line 188) | def iter_modules(self, prefix=''): class ImpLoader (line 229) | class ImpLoader: method __init__ (line 234) | def __init__(self, fullname, file, filename, etc): method load_module (line 240) | def load_module(self, fullname): method get_data (line 251) | def get_data(self, pathname): method _reopen (line 255) | def _reopen(self): method _fix_name (line 263) | def _fix_name(self, fullname): method is_package (line 271) | def is_package(self, fullname): method get_code (line 275) | def get_code(self, fullname=None): method get_source (line 292) | def get_source(self, fullname=None): method _get_delegate (line 312) | def _get_delegate(self): method get_filename (line 315) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 329) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 363) | def get_importer(path_item): function iter_importers (line 397) | def iter_importers(fullname=""): function get_loader (line 438) | def get_loader(module_or_name): function find_loader (line 463) | def find_loader(fullname): function extend_path (line 479) | def extend_path(path, name): function get_data (line 551) | def get_data(package, resource): FILE: tests/pythons/win64-py32/Lib/platform.py function libc_ver (line 139) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 192) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 260) | def _parse_release_file(firstline): function linux_distribution (line 287) | def linux_distribution(distname='', version='', id='', function dist (line 342) | def dist(distname='',version='',id='', class _popen (line 360) | class _popen: method __init__ (line 376) | def __init__(self,cmd,mode='r',bufsize=None): method read (line 387) | def read(self): method readlines (line 391) | def readlines(self): method close (line 396) | def close(self, function popen (line 414) | def popen(cmd, mode='r', bufsize=-1): function _norm_version (line 447) | def _norm_version(version, build=''): function _syscmd_ver (line 477) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 529) | def _win32_getvalue(key,name,default=''): function win32_ver (line 548) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 713) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 725) | def _bcd2str(bcd): function _mac_ver_gestalt (line 729) | def _mac_ver_gestalt(): function _mac_ver_xml (line 769) | def _mac_ver_xml(): function mac_ver (line 790) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 815) | def _java_getprop(name,default): function java_ver (line 826) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 861) | def system_alias(system,release,version): function _platform (line 915) | def _platform(*args): function _node (line 947) | def _node(default=''): function _follow_symlinks (line 962) | def _follow_symlinks(filepath): function _syscmd_uname (line 973) | def _syscmd_uname(option,default=''): function _syscmd_file (line 991) | def _syscmd_file(target,default=''): function architecture (line 1026) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1112) | def uname(): function system (line 1249) | def system(): function node (line 1258) | def node(): function release (line 1268) | def release(): function version (line 1277) | def version(): function machine (line 1286) | def machine(): function processor (line 1295) | def processor(): function _sys_version (line 1327) | def _sys_version(sys_version=None): function python_implementation (line 1422) | def python_implementation(): function python_version (line 1435) | def python_version(): function python_version_tuple (line 1445) | def python_version_tuple(): function python_branch (line 1456) | def python_branch(): function python_revision (line 1470) | def python_revision(): function python_build (line 1483) | def python_build(): function python_compiler (line 1491) | def python_compiler(): function platform (line 1503) | def platform(aliased=0, terse=0): FILE: tests/pythons/win64-py32/Lib/plistlib.py function readPlist (line 65) | def readPlist(pathOrFile): function writePlist (line 83) | def writePlist(rootObject, pathOrFile): function readPlistFromBytes (line 101) | def readPlistFromBytes(data): function writePlistToBytes (line 107) | def writePlistToBytes(rootObject): class DumbXMLWriter (line 115) | class DumbXMLWriter: method __init__ (line 116) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 122) | def beginElement(self, element): method endElement (line 127) | def endElement(self, element): method simpleElement (line 133) | def simpleElement(self, element, value=None): method writeln (line 140) | def writeln(self, line): function _dateFromString (line 155) | def _dateFromString(s): function _dateToString (line 166) | def _dateToString(d): function _escape (line 178) | def _escape(text): class PlistWriter (line 196) | class PlistWriter(DumbXMLWriter): method __init__ (line 198) | def __init__(self, file, indentLevel=0, indent=b"\t", writeHeader=1): method writeValue (line 203) | def writeValue(self, value): method writeData (line 228) | def writeData(self, data): method writeDict (line 239) | def writeDict(self, d): method writeArray (line 249) | def writeArray(self, array): class _InternalDict (line 256) | class _InternalDict(dict): method __getattr__ (line 262) | def __getattr__(self, attr): method __setattr__ (line 272) | def __setattr__(self, attr, value): method __delattr__ (line 278) | def __delattr__(self, attr): class Dict (line 287) | class Dict(_InternalDict): method __init__ (line 289) | def __init__(self, **kwargs): class Plist (line 296) | class Plist(_InternalDict): method __init__ (line 302) | def __init__(self, **kwargs): method fromFile (line 308) | def fromFile(cls, pathOrFile): method write (line 316) | def write(self, pathOrFile): function _encodeBase64 (line 321) | def _encodeBase64(s, maxlinelength=76): class Data (line 330) | class Data: method __init__ (line 334) | def __init__(self, data): method fromBase64 (line 340) | def fromBase64(cls, data): method asBase64 (line 345) | def asBase64(self, maxlinelength=76): method __eq__ (line 348) | def __eq__(self, other): method __repr__ (line 356) | def __repr__(self): class PlistParser (line 359) | class PlistParser: method __init__ (line 361) | def __init__(self): method parse (line 366) | def parse(self, fileobj): method handleBeginElement (line 375) | def handleBeginElement(self, element, attrs): method handleEndElement (line 381) | def handleEndElement(self, element): method handleData (line 386) | def handleData(self, data): method addObject (line 389) | def addObject(self, value): method getData (line 405) | def getData(self): method begin_dict (line 412) | def begin_dict(self, attrs): method end_dict (line 416) | def end_dict(self): method end_key (line 422) | def end_key(self): method begin_array (line 428) | def begin_array(self, attrs): method end_array (line 432) | def end_array(self): method end_true (line 435) | def end_true(self): method end_false (line 437) | def end_false(self): method end_integer (line 439) | def end_integer(self): method end_real (line 441) | def end_real(self): method end_string (line 443) | def end_string(self): method end_data (line 445) | def end_data(self): method end_date (line 447) | def end_date(self): FILE: tests/pythons/win64-py32/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 36) | class POP3: method __init__ (line 80) | def __init__(self, host, port=POP3_PORT, method _create_socket (line 89) | def _create_socket(self, timeout): method _putline (line 92) | def _putline(self, line): method _putcmd (line 99) | def _putcmd(self, line): method _getline (line 109) | def _getline(self): method _getresp (line 127) | def _getresp(self): method _getlongresp (line 137) | def _getlongresp(self): method _shortcmd (line 153) | def _shortcmd(self, line): method _longcmd (line 160) | def _longcmd(self, line): method getwelcome (line 167) | def getwelcome(self): method set_debuglevel (line 171) | def set_debuglevel(self, level): method user (line 177) | def user(self, user): method pass_ (line 185) | def pass_(self, pswd): method stat (line 195) | def stat(self): method list (line 208) | def list(self, which=None): method retr (line 222) | def retr(self, which): method dele (line 230) | def dele(self, which): method noop (line 238) | def noop(self): method rset (line 246) | def rset(self): method quit (line 251) | def quit(self): method rpop (line 267) | def rpop(self, user): method apop (line 274) | def apop(self, user, password): method top (line 295) | def top(self, which, howmuch): method uidl (line 304) | def uidl(self, which=None): class POP3_SSL (line 321) | class POP3_SSL(POP3): method __init__ (line 334) | def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, method _create_socket (line 347) | def _create_socket(self, timeout): FILE: tests/pythons/win64-py32/Lib/posixpath.py function _get_sep (line 38) | def _get_sep(path): function normcase (line 49) | def normcase(s): function isabs (line 61) | def isabs(s): function join (line 71) | def join(a, *p): function split (line 101) | def split(p): function splitext (line 117) | def splitext(p): function splitdrive (line 130) | def splitdrive(p): function basename (line 138) | def basename(p): function dirname (line 147) | def dirname(p): function islink (line 160) | def islink(path): function lexists (line 170) | def lexists(path): function samefile (line 181) | def samefile(f1, f2): function sameopenfile (line 191) | def sameopenfile(fp1, fp2): function samestat (line 201) | def samestat(s1, s2): function ismount (line 210) | def ismount(path): function expanduser (line 244) | def expanduser(path): function expandvars (line 289) | def expandvars(path): function normpath (line 339) | def normpath(path): function abspath (line 376) | def abspath(path): function realpath (line 390) | def realpath(filename): function _joinrealpath (line 398) | def _joinrealpath(path, rest, seen): function relpath (line 451) | def relpath(path, start=None): FILE: tests/pythons/win64-py32/Lib/pprint.py function pprint (line 51) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 57) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 61) | def saferepr(object): function isreadable (line 65) | def isreadable(object): function isrecursive (line 69) | def isrecursive(object): class _safe_key (line 73) | class _safe_key: method __init__ (line 85) | def __init__(self, obj): method __lt__ (line 88) | def __lt__(self, other): function _safe_tuple (line 99) | def _safe_tuple(t): class PrettyPrinter (line 103) | class PrettyPrinter: method __init__ (line 104) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 135) | def pprint(self, object): method pformat (line 139) | def pformat(self, object): method isrecursive (line 144) | def isrecursive(self, object): method isreadable (line 147) | def isreadable(self, object): method _format (line 151) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 247) | def _repr(self, object, context, level): method format (line 256) | def format(self, object, context, maxlevels, level): function _safe_repr (line 266) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 351) | def _recursion(object): function _perfcheck (line 356) | def _perfcheck(object=None): FILE: tests/pythons/win64-py32/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): function _get_time_times (line 87) | def _get_time_times(timer=os.times): function _get_time_resource (line 99) | def _get_time_resource(timer=resgetrusage): class Profile (line 106) | class Profile: method __init__ (line 147) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 198) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 216) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 231) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 245) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 264) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 272) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 294) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 305) | def trace_dispatch_return(self, frame, t): method set_cmd (line 359) | def set_cmd(self, cmd): class fake_code (line 364) | class fake_code: method __init__ (line 365) | def __init__(self, filename, line, name): method __repr__ (line 371) | def __repr__(self): class fake_frame (line 374) | class fake_frame: method __init__ (line 375) | def __init__(self, code, prior): method simulate_call (line 379) | def simulate_call(self, name): method simulate_cmd_complete (line 391) | def simulate_cmd_complete(self): method print_stats (line 402) | def print_stats(self, sort=-1): method dump_stats (line 407) | def dump_stats(self, file): method create_stats (line 413) | def create_stats(self): method snapshot_stats (line 417) | def snapshot_stats(self): method run (line 430) | def run(self, cmd): method runctx (line 435) | def runctx(self, cmd, globals, locals): method runcall (line 445) | def runcall(self, func, *args, **kw): method calibrate (line 494) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 505) | def _calibrate_inner(self, m, verbose): function main (line 569) | def main(): FILE: tests/pythons/win64-py32/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, stream=None): method init (line 72) | def init(self, arg): method load_stats (line 91) | def load_stats(self, arg): method get_top_level_stats (line 114) | def get_top_level_stats(self): method add (line 124) | def add(self, *arg_list): method dump_stats (line 150) | def dump_stats(self, filename): method get_sort_arg_defs (line 177) | def get_sort_arg_defs(self): method sort_stats (line 196) | def sort_stats(self, *field): method reverse_order (line 228) | def reverse_order(self): method strip_dirs (line 233) | def strip_dirs(self): method calc_callees (line 262) | def calc_callees(self): method eval_print_amount (line 281) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 307) | def get_print_list(self, sel_list): method print_stats (line 331) | def print_stats(self, *amount): method print_callees (line 354) | def print_callees(self, *amount): method print_callers (line 369) | def print_callers(self, *amount): method print_call_heading (line 380) | def print_call_heading(self, name_size, column_title): method print_call_line (line 392) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 417) | def print_title(self): method print_line (line 421) | def print_line(self, func): # hack: should print percentages class TupleComp (line 439) | class TupleComp: method __init__ (line 447) | def __init__(self, comp_select_list): method compare (line 450) | def compare (self, left, right): function func_strip_path (line 464) | def func_strip_path(func_name): function func_get_function_name (line 468) | def func_get_function_name(func): function func_std_string (line 471) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 488) | def add_func_stats(target, source): function add_callers (line 495) | def add_callers(target, source): function count_calls (line 513) | def count_calls(callers): function f8 (line 524) | def f8(x): class ProfileBrowser (line 538) | class ProfileBrowser(cmd.Cmd): method __init__ (line 539) | def __init__(self, profile=None): method generic (line 547) | def generic(self, fn, line): method generic_help (line 571) | def generic_help(self): method do_add (line 579) | def do_add(self, line): method help_add (line 585) | def help_add(self): method do_callees (line 588) | def do_callees(self, line): method help_callees (line 590) | def help_callees(self): method do_callers (line 594) | def do_callers(self, line): method help_callers (line 596) | def help_callers(self): method do_EOF (line 600) | def do_EOF(self, line): method help_EOF (line 603) | def help_EOF(self): method do_quit (line 606) | def do_quit(self, line): method help_quit (line 608) | def help_quit(self): method do_read (line 611) | def do_read(self, line): method help_read (line 628) | def help_read(self): method do_reverse (line 632) | def do_reverse(self, line): method help_reverse (line 638) | def help_reverse(self): method do_sort (line 641) | def do_sort(self, line): method help_sort (line 653) | def help_sort(self): method complete_sort (line 656) | def complete_sort(self, text, *args): method do_stats (line 659) | def do_stats(self, line): method help_stats (line 661) | def help_stats(self): method do_strip (line 665) | def do_strip(self, line): method help_strip (line 670) | def help_strip(self): method help_help (line 673) | def help_help(self): method postcmd (line 676) | def postcmd(self, stop, line): FILE: tests/pythons/win64-py32/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win64-py32/Lib/py_compile.py class PyCompileError (line 20) | class PyCompileError(Exception): method __init__ (line 48) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 64) | def __str__(self): function wr_long (line 68) | def wr_long(f, x): function compile (line 75) | def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1): function main (line 148) | def main(args=None): FILE: tests/pythons/win64-py32/Lib/pyclbr.py class Class (line 53) | class Class: method __init__ (line 55) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 65) | def _addmethod(self, name, lineno): class Function (line 68) | class Function: method __init__ (line 70) | def __init__(self, module, name, file, lineno): function readmodule (line 76) | def readmodule(module, path=None): function readmodule_ex (line 88) | def readmodule_ex(module, path=None): function _readmodule (line 97) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 279) | def _getnamelist(g): function _getname (line 299) | def _getname(g): function _main (line 318) | def _main(): FILE: tests/pythons/win64-py32/Lib/pydoc.py function pathdirs (line 79) | def pathdirs(): function getdoc (line 91) | def getdoc(object): function splitdoc (line 96) | def splitdoc(doc): function classname (line 105) | def classname(object, modname): function isdata (line 112) | def isdata(object): function replace (line 118) | def replace(text, *pairs): function cram (line 125) | def cram(text, maxlen): function stripid (line 134) | def stripid(text): function _is_some_method (line 139) | def _is_some_method(obj): function allmethods (line 145) | def allmethods(cl): function _split_list (line 155) | def _split_list(s, predicate): function visiblename (line 172) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 191) | def classify_class_attrs(object): function ispackage (line 202) | def ispackage(path): function source_synopsis (line 210) | def source_synopsis(file): function synopsis (line 227) | def synopsis(filename, cache={}): class ErrorDuringImport (line 249) | class ErrorDuringImport(Exception): method __init__ (line 251) | def __init__(self, filename, exc_info): method __str__ (line 255) | def __str__(self): function importfile (line 259) | def importfile(path): function safeimport (line 276) | def safeimport(path, forceload=0, cache={}): class Doc (line 325) | class Doc: method document (line 331) | def document(self, object, name=None, *args): method fail (line 349) | def fail(self, object, name=None, *args): method getdocloc (line 357) | def getdocloc(self, object): class HTMLRepr (line 386) | class HTMLRepr(Repr): method __init__ (line 388) | def __init__(self): method escape (line 394) | def escape(self, text): method repr (line 397) | def repr(self, object): method repr1 (line 400) | def repr1(self, x, level): method repr_string (line 407) | def repr_string(self, x, level): method repr_instance (line 420) | def repr_instance(self, x, level): class HTMLDoc (line 428) | class HTMLDoc(Doc): method page (line 437) | def page(self, title, contents): method heading (line 447) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 458) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 480) | def bigsection(self, title, *args): method preformat (line 485) | def preformat(self, text): method multicolumn (line 491) | def multicolumn(self, list, format, cols=4): method grey (line 503) | def grey(self, text): return '%s' % text method namelink (line 505) | def namelink(self, name, *dicts): method classlink (line 512) | def classlink(self, object, modname): method modulelink (line 520) | def modulelink(self, object): method modpkglink (line 524) | def modpkglink(self, modpkginfo): method filelink (line 539) | def filelink(self, url, path): method markup (line 543) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 581) | def formattree(self, tree, modname, parent=None): method docmodule (line 600) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 724) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 874) | def formatvalue(self, object): method docroutine (line 878) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 938) | def _docdescriptor(self, name, value, mod): method docproperty (line 951) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 955) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 960) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 964) | def index(self, dir, shadowed=None): class TextRepr (line 978) | class TextRepr(Repr): method __init__ (line 980) | def __init__(self): method repr1 (line 986) | def repr1(self, x, level): method repr_string (line 993) | def repr_string(self, x, level): method repr_instance (line 1004) | def repr_instance(self, x, level): class TextDoc (line 1010) | class TextDoc(Doc): method bold (line 1018) | def bold(self, text): method indent (line 1022) | def indent(self, text, prefix=' '): method section (line 1029) | def section(self, title, contents): method formattree (line 1036) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1052) | def docmodule(self, object, name=None, mod=None): method docclass (line 1153) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1274) | def formatvalue(self, object): method docroutine (line 1278) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1327) | def _docdescriptor(self, name, value, mod): method docproperty (line 1340) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1344) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1348) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... class _PlainTextDoc (line 1360) | class _PlainTextDoc(TextDoc): method bold (line 1362) | def bold(self, text): function pager (line 1367) | def pager(text): function getpager (line 1373) | def getpager(): function plain (line 1404) | def plain(text): function pipepager (line 1408) | def pipepager(text, cmd): function tempfilepager (line 1417) | def tempfilepager(text, cmd): function ttypager (line 1429) | def ttypager(text): function plainpager (line 1467) | def plainpager(text): function describe (line 1471) | def describe(thing): function locate (line 1498) | def locate(path, forceload=0): function resolve (line 1523) | def resolve(thing, forceload=0): function render_doc (line 1534) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1559) | def doc(thing, title='Python Library Documentation: %s', forceload=0, function writedoc (line 1570) | def writedoc(thing, forceload=0): function writedocs (line 1582) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1589) | class Helper: method __init__ (line 1762) | def __init__(self, input=None, output=None): method __repr__ (line 1769) | def __repr__(self): method __call__ (line 1776) | def __call__(self, request=_GoInteractive): method interact (line 1789) | def interact(self): method getline (line 1801) | def getline(self, prompt): method help (line 1810) | def help(self, request): method intro (line 1831) | def intro(self): method list (line 1848) | def list(self, items, columns=4, width=80): method listkeywords (line 1861) | def listkeywords(self): method listsymbols (line 1868) | def listsymbols(self): method listtopics (line 1876) | def listtopics(self): method showtopic (line 1883) | def showtopic(self, topic, more_xrefs=''): method _gettopic (line 1915) | def _gettopic(self, topic, more_xrefs=''): method showsymbol (line 1942) | def showsymbol(self, symbol): method listmodules (line 1947) | def listmodules(self, key=''): class Scanner (line 1976) | class Scanner: method __init__ (line 1978) | def __init__(self, roots, children, descendp): method next (line 1984) | def next(self): class ModuleScanner (line 2000) | class ModuleScanner: method run (line 2003) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 2068) | def apropos(key): function serve (line 2082) | def serve(port, callback=None, completer=None): function gui (line 2166) | def gui(): function _start_server (line 2348) | def _start_server(urlhandler, port): function _url_handler (line 2495) | def _url_handler(url, content_type="text/html"): function browse (line 2748) | def browse(port=0, *, open_browser=True): function ispath (line 2785) | def ispath(x): function cli (line 2788) | def cli(): FILE: tests/pythons/win64-py32/Lib/queue.py class Empty (line 13) | class Empty(Exception): class Full (line 17) | class Full(Exception): class Queue (line 21) | class Queue: method __init__ (line 26) | def __init__(self, maxsize=0): method task_done (line 45) | def task_done(self): method join (line 70) | def join(self): method qsize (line 86) | def qsize(self): method empty (line 93) | def empty(self): method full (line 110) | def full(self): method put (line 124) | def put(self, item, block=True, timeout=None): method put_nowait (line 159) | def put_nowait(self, item): method get (line 167) | def get(self, block=True, timeout=None): method get_nowait (line 201) | def get_nowait(self): method _init (line 214) | def _init(self, maxsize): method _qsize (line 217) | def _qsize(self, len=len): method _put (line 221) | def _put(self, item): method _get (line 225) | def _get(self): class PriorityQueue (line 229) | class PriorityQueue(Queue): method _init (line 235) | def _init(self, maxsize): method _qsize (line 238) | def _qsize(self, len=len): method _put (line 241) | def _put(self, item, heappush=heapq.heappush): method _get (line 244) | def _get(self, heappop=heapq.heappop): class LifoQueue (line 248) | class LifoQueue(Queue): method _init (line 251) | def _init(self, maxsize): method _qsize (line 254) | def _qsize(self, len=len): method _put (line 257) | def _put(self, item): method _get (line 260) | def _get(self): FILE: tests/pythons/win64-py32/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 36) | def quote(c): function encode (line 44) | def encode(input, output, quotetabs, header=False): function encodestring (line 108) | def encodestring(s, quotetabs=False, header=False): function decode (line 119) | def decode(input, output, header=False): function decodestring (line 162) | def decodestring(s, header=False): function ishex (line 174) | def ishex(c): function unhex (line 179) | def unhex(s): function main (line 197) | def main(): FILE: tests/pythons/win64-py32/Lib/random.py class Random (line 68) | class Random(_random.Random): method __init__ (line 84) | def __init__(self, x=None): method seed (line 93) | def seed(self, a=None, version=2): method getstate (line 123) | def getstate(self): method setstate (line 127) | def setstate(self, state): method __getstate__ (line 154) | def __getstate__(self): # for pickle method __setstate__ (line 157) | def __setstate__(self, state): # for pickle method __reduce__ (line 160) | def __reduce__(self): method randrange (line 165) | def randrange(self, start, stop=None, step=1, int=int): method randint (line 210) | def randint(self, a, b): method _randbelow (line 216) | def _randbelow(self, n, int=int, maxsize=1< (o.time, o.priority) method __ge__ (line 42) | def __ge__(s, o): return (s.time, s.priority) >= (o.time, o.priority) class scheduler (line 44) | class scheduler: method __init__ (line 45) | def __init__(self, timefunc, delayfunc): method enterabs (line 52) | def enterabs(self, time, priority, action, argument): method enter (line 63) | def enter(self, delay, priority, action, argument): method cancel (line 72) | def cancel(self, event): method empty (line 82) | def empty(self): method run (line 86) | def run(self): method queue (line 129) | def queue(self): FILE: tests/pythons/win64-py32/Lib/shelve.py class _ClosedDict (line 66) | class _ClosedDict(collections.MutableMapping): method closed (line 69) | def closed(self, *args): method __repr__ (line 73) | def __repr__(self): class Shelf (line 77) | class Shelf(collections.MutableMapping): method __init__ (line 84) | def __init__(self, dict, protocol=None, writeback=False, method __iter__ (line 94) | def __iter__(self): method __len__ (line 98) | def __len__(self): method __contains__ (line 101) | def __contains__(self, key): method get (line 104) | def get(self, key, default=None): method __getitem__ (line 109) | def __getitem__(self, key): method __setitem__ (line 119) | def __setitem__(self, key, value): method __delitem__ (line 127) | def __delitem__(self, key): method close (line 134) | def close(self): method __del__ (line 147) | def __del__(self): method sync (line 153) | def sync(self): class BsdDbShelf (line 164) | class BsdDbShelf(Shelf): method __init__ (line 177) | def __init__(self, dict, protocol=None, writeback=False, method set_location (line 181) | def set_location(self, key): method next (line 186) | def next(self): method previous (line 191) | def previous(self): method first (line 196) | def first(self): method last (line 201) | def last(self): class DbfilenameShelf (line 207) | class DbfilenameShelf(Shelf): method __init__ (line 214) | def __init__(self, filename, flag='c', protocol=None, writeback=False): function open (line 219) | def open(filename, flag='c', protocol=None, writeback=False): FILE: tests/pythons/win64-py32/Lib/shlex.py class shlex (line 17) | class shlex: method __init__ (line 19) | def __init__(self, instream=None, infile=None, posix=False): method push_token (line 55) | def push_token(self, tok): method push_source (line 61) | def push_source(self, newstream, newfile=None): method pop_source (line 75) | def pop_source(self): method get_token (line 84) | def get_token(self): method read_token (line 116) | def read_token(self): method sourcehook (line 244) | def sourcehook(self, newfile): method error_leader (line 253) | def error_leader(self, infile=None, lineno=None): method __iter__ (line 261) | def __iter__(self): method __next__ (line 264) | def __next__(self): function split (line 270) | def split(s, comments=False, posix=True): FILE: tests/pythons/win64-py32/Lib/shutil.py class Error (line 39) | class Error(EnvironmentError): class SpecialFileError (line 42) | class SpecialFileError(EnvironmentError): class ExecError (line 46) | class ExecError(EnvironmentError): class ReadError (line 49) | class ReadError(EnvironmentError): class RegistryError (line 52) | class RegistryError(Exception): function copyfileobj (line 62) | def copyfileobj(fsrc, fdst, length=16*1024): function _samefile (line 70) | def _samefile(src, dst): function copyfile (line 82) | def copyfile(src, dst): function copymode (line 102) | def copymode(src, dst): function copystat (line 109) | def copystat(src, dst): function copy (line 127) | def copy(src, dst): function copy2 (line 138) | def copy2(src, dst): function ignore_patterns (line 149) | def ignore_patterns(*patterns): function copytree (line 161) | def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function rmtree (line 243) | def rmtree(path, ignore_errors=False, onerror=None): function _basename (line 292) | def _basename(path): function move (line 297) | def move(src, dst): function _destinsrc (line 337) | def _destinsrc(src, dst): function _get_gid (line 346) | def _get_gid(name): function _get_uid (line 358) | def _get_uid(name): function _make_tarball (line 370) | def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_r... function _call_external_zip (line 432) | def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=Fa... function _make_zipfile (line 449) | def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function get_archive_formats (line 506) | def get_archive_formats(): function register_archive_format (line 516) | def register_archive_format(name, function, extra_args=None, description... function unregister_archive_format (line 537) | def unregister_archive_format(name): function make_archive (line 540) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... function get_unpack_formats (line 595) | def get_unpack_formats(): function _check_unpack_options (line 606) | def _check_unpack_options(extensions, function, extra_args): function register_unpack_format (line 624) | def register_unpack_format(name, extensions, function, extra_args=None, function unregister_unpack_format (line 646) | def unregister_unpack_format(name): function _ensure_directory (line 650) | def _ensure_directory(path): function _unpack_zipfile (line 656) | def _unpack_zipfile(filename, extract_dir): function _unpack_tarfile (line 693) | def _unpack_tarfile(filename, extract_dir): function _find_unpack_format (line 716) | def _find_unpack_format(filename): function unpack_archive (line 723) | def unpack_archive(filename, extract_dir=None, format=None): FILE: tests/pythons/win64-py32/Lib/site.py function makepath (line 73) | def makepath(*paths): function abs_paths (line 82) | def abs_paths(): function removeduppaths (line 97) | def removeduppaths(): function _init_pathinfo (line 116) | def _init_pathinfo(): function addpackage (line 129) | def addpackage(sitedir, name, known_paths): function addsitedir (line 170) | def addsitedir(sitedir, known_paths=None): function check_enableusersite (line 193) | def check_enableusersite(): function getuserbase (line 217) | def getuserbase(): function getusersitepackages (line 231) | def getusersitepackages(): function addusersitepackages (line 255) | def addusersitepackages(known_paths): function getsitepackages (line 269) | def getsitepackages(): function addsitepackages (line 306) | def addsitepackages(known_paths): function setBEGINLIBPATH (line 314) | def setBEGINLIBPATH(): function setquit (line 331) | def setquit(): class _Printer (line 367) | class _Printer(object): method __init__ (line 373) | def __init__(self, name, data, files=(), dirs=()): method __setup (line 380) | def __setup(self): method __repr__ (line 401) | def __repr__(self): method __call__ (line 408) | def __call__(self): function setcopyright (line 428) | def setcopyright(): class _Helper (line 446) | class _Helper(object): method __repr__ (line 452) | def __repr__(self): method __call__ (line 455) | def __call__(self, *args, **kwds): function sethelper (line 459) | def sethelper(): function aliasmbcs (line 462) | def aliasmbcs(): function execsitecustomize (line 478) | def execsitecustomize(): function execusercustomize (line 494) | def execusercustomize(): function main (line 510) | def main(): function _script (line 531) | def _script(): FILE: tests/pythons/win64-py32/Lib/smtpd.py class Devnull (line 88) | class Devnull: method write (line 89) | def write(self, msg): pass method flush (line 90) | def flush(self): pass function usage (line 100) | def usage(code, msg=''): class SMTPChannel (line 108) | class SMTPChannel(asynchat.async_chat): method __init__ (line 115) | def __init__(self, server, conn, addr): method __server (line 143) | def __server(self): method __server (line 148) | def __server(self, value): method __line (line 154) | def __line(self): method __line (line 159) | def __line(self, value): method __state (line 165) | def __state(self): method __state (line 170) | def __state(self, value): method __greeting (line 176) | def __greeting(self): method __greeting (line 181) | def __greeting(self, value): method __mailfrom (line 187) | def __mailfrom(self): method __mailfrom (line 192) | def __mailfrom(self, value): method __rcpttos (line 198) | def __rcpttos(self): method __rcpttos (line 203) | def __rcpttos(self, value): method __data (line 209) | def __data(self): method __data (line 214) | def __data(self, value): method __fqdn (line 220) | def __fqdn(self): method __fqdn (line 225) | def __fqdn(self, value): method __peer (line 231) | def __peer(self): method __peer (line 236) | def __peer(self, value): method __conn (line 242) | def __conn(self): method __conn (line 247) | def __conn(self, value): method __addr (line 253) | def __addr(self): method __addr (line 258) | def __addr(self, value): method push (line 264) | def push(self, msg): method collect_incoming_data (line 268) | def collect_incoming_data(self, data): method found_terminator (line 281) | def found_terminator(self): method smtp_HELO (line 341) | def smtp_HELO(self, arg): method smtp_NOOP (line 351) | def smtp_NOOP(self, arg): method smtp_QUIT (line 357) | def smtp_QUIT(self, arg): method __getaddr (line 363) | def __getaddr(self, keyword, arg): method smtp_MAIL (line 376) | def smtp_MAIL(self, arg): method smtp_RCPT (line 389) | def smtp_RCPT(self, arg): method smtp_RSET (line 402) | def smtp_RSET(self, arg): method smtp_DATA (line 413) | def smtp_DATA(self, arg): class SMTPServer (line 426) | class SMTPServer(asyncore.dispatcher): method __init__ (line 430) | def __init__(self, localaddr, remoteaddr): method handle_accepted (line 448) | def handle_accepted(self, conn, addr): method process_message (line 453) | def process_message(self, peer, mailfrom, rcpttos, data): class DebuggingServer (line 479) | class DebuggingServer(SMTPServer): method process_message (line 481) | def process_message(self, peer, mailfrom, rcpttos, data): class PureProxy (line 495) | class PureProxy(SMTPServer): method process_message (line 496) | def process_message(self, peer, mailfrom, rcpttos, data): method _deliver (line 510) | def _deliver(self, mailfrom, rcpttos, data): class MailmanProxy (line 536) | class MailmanProxy(PureProxy): method process_message (line 537) | def process_message(self, peer, mailfrom, rcpttos, data): class Options (line 615) | class Options: function parseargs (line 621) | def parseargs(): FILE: tests/pythons/win64-py32/Lib/smtplib.py class SMTPException (line 69) | class SMTPException(Exception): class SMTPServerDisconnected (line 72) | class SMTPServerDisconnected(SMTPException): class SMTPResponseException (line 80) | class SMTPResponseException(SMTPException): method __init__ (line 89) | def __init__(self, code, msg): class SMTPSenderRefused (line 94) | class SMTPSenderRefused(SMTPResponseException): method __init__ (line 101) | def __init__(self, code, msg, sender): class SMTPRecipientsRefused (line 107) | class SMTPRecipientsRefused(SMTPException): method __init__ (line 115) | def __init__(self, recipients): class SMTPDataError (line 120) | class SMTPDataError(SMTPResponseException): class SMTPConnectError (line 123) | class SMTPConnectError(SMTPResponseException): class SMTPHeloError (line 126) | class SMTPHeloError(SMTPResponseException): class SMTPAuthenticationError (line 129) | class SMTPAuthenticationError(SMTPResponseException): function quoteaddr (line 136) | def quoteaddr(addr): function _addr_only (line 155) | def _addr_only(addrstring): function quotedata (line 163) | def quotedata(data): function _quote_periods (line 172) | def _quote_periods(bindata): function _fix_eols (line 175) | def _fix_eols(data): class SSLFakeFile (line 183) | class SSLFakeFile: method __init__ (line 188) | def __init__(self, sslobj): method readline (line 191) | def readline(self): method close (line 201) | def close(self): class SMTP (line 207) | class SMTP: method __init__ (line 244) | def __init__(self, host='', port=0, local_hostname=None, method set_debuglevel (line 280) | def set_debuglevel(self, debuglevel): method _get_socket (line 289) | def _get_socket(self, host, port, timeout): method connect (line 296) | def connect(self, host='localhost', port=0): method send (line 325) | def send(self, s): method putcmd (line 340) | def putcmd(self, cmd, args=""): method getreply (line 348) | def getreply(self): method docmd (line 394) | def docmd(self, cmd, args=""): method helo (line 400) | def helo(self, name=''): method ehlo (line 410) | def ehlo(self, name=''): method has_extn (line 461) | def has_extn(self, opt): method help (line 465) | def help(self, args=''): method rset (line 471) | def rset(self): method noop (line 475) | def noop(self): method mail (line 479) | def mail(self, sender, options=[]): method rcpt (line 487) | def rcpt(self, recip, options=[]): method data (line 495) | def data(self, msg): method verify (line 524) | def verify(self, address): method expn (line 531) | def expn(self, address): method ehlo_or_helo_if_needed (line 538) | def ehlo_or_helo_if_needed(self): method login (line 555) | def login(self, user, password): method starttls (line 635) | def starttls(self, keyfile=None, certfile=None): method sendmail (line 671) | def sendmail(self, from_addr, to_addrs, msg, mail_options=[], method send_message (line 774) | def send_message(self, msg, from_addr=None, to_addrs=None, method close (line 826) | def close(self): method quit (line 835) | def quit(self): class SMTP_SSL (line 843) | class SMTP_SSL(SMTP): method __init__ (line 854) | def __init__(self, host='', port=0, local_hostname=None, method _get_socket (line 861) | def _get_socket(self, host, port, timeout): class LMTP (line 876) | class LMTP(SMTP): method __init__ (line 891) | def __init__(self, host='', port=LMTP_PORT, local_hostname=None): method connect (line 895) | def connect(self, host='localhost', port=0): function prompt (line 922) | def prompt(prompt): FILE: tests/pythons/win64-py32/Lib/sndhdr.py function what (line 35) | def what(filename): function whathdr (line 41) | def whathdr(filename): function test_aifc (line 58) | def test_aifc(h, f): function test_au (line 79) | def test_au(h, f): function test_hcom (line 112) | def test_hcom(h, f): function test_voc (line 125) | def test_voc(h, f): function test_wav (line 139) | def test_wav(h, f): function test_8svx (line 152) | def test_8svx(h, f): function test_sndt (line 161) | def test_sndt(h, f): function test_sndr (line 170) | def test_sndr(h, f): function get_long_be (line 183) | def get_long_be(b): function get_long_le (line 186) | def get_long_le(b): function get_short_be (line 189) | def get_short_be(b): function get_short_le (line 192) | def get_short_le(b): function test (line 200) | def test(): function testall (line 215) | def testall(list, recursive, toplevel): FILE: tests/pythons/win64-py32/Lib/socket.py class socket (line 87) | class socket(_socket.socket): method __init__ (line 93) | def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=N... method __enter__ (line 98) | def __enter__(self): method __exit__ (line 101) | def __exit__(self, *args): method __repr__ (line 105) | def __repr__(self): method dup (line 115) | def dup(self): method accept (line 125) | def accept(self): method makefile (line 141) | def makefile(self, mode="r", buffering=None, *, method _decref_socketios (line 184) | def _decref_socketios(self): method _real_close (line 190) | def _real_close(self, _ss=_socket.socket): method close (line 194) | def close(self): method detach (line 200) | def detach(self): function fromfd (line 211) | def fromfd(fd, family, type, proto=0): function socketpair (line 223) | def socketpair(family=None, type=SOCK_STREAM, proto=0): class SocketIO (line 244) | class SocketIO(io.RawIOBase): method __init__ (line 261) | def __init__(self, sock, mode): method readinto (line 273) | def readinto(self, b): method write (line 299) | def write(self, b): method readable (line 315) | def readable(self): method writable (line 322) | def writable(self): method seekable (line 329) | def seekable(self): method fileno (line 336) | def fileno(self): method name (line 343) | def name(self): method mode (line 350) | def mode(self): method close (line 353) | def close(self): function getfqdn (line 364) | def getfqdn(name=''): function create_connection (line 392) | def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, FILE: tests/pythons/win64-py32/Lib/socketserver.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 206) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 213) | def server_activate(self): method serve_forever (line 221) | def serve_forever(self, poll_interval=0.5): method shutdown (line 243) | def shutdown(self): method handle_request (line 264) | def handle_request(self): method _handle_request_noblock (line 282) | def _handle_request_noblock(self): method handle_timeout (line 300) | def handle_timeout(self): method verify_request (line 307) | def verify_request(self, request, client_address): method process_request (line 315) | def process_request(self, request, client_address): method server_close (line 324) | def server_close(self): method finish_request (line 332) | def finish_request(self, request, client_address): method shutdown_request (line 336) | def shutdown_request(self, request): method close_request (line 340) | def close_request(self, request): method handle_error (line 344) | def handle_error(self, request, client_address): class TCPServer (line 358) | class TCPServer(BaseServer): method __init__ (line 413) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 422) | def server_bind(self): method server_activate (line 433) | def server_activate(self): method server_close (line 441) | def server_close(self): method fileno (line 449) | def fileno(self): method get_request (line 457) | def get_request(self): method shutdown_request (line 465) | def shutdown_request(self, request): method close_request (line 475) | def close_request(self, request): class UDPServer (line 480) | class UDPServer(TCPServer): method get_request (line 490) | def get_request(self): method server_activate (line 494) | def server_activate(self): method shutdown_request (line 498) | def shutdown_request(self, request): method close_request (line 502) | def close_request(self, request): class ForkingMixIn (line 506) | class ForkingMixIn: method collect_children (line 514) | def collect_children(self): method handle_timeout (line 546) | def handle_timeout(self): method process_request (line 553) | def process_request(self, request, client_address): class ThreadingMixIn (line 578) | class ThreadingMixIn: method process_request_thread (line 585) | def process_request_thread(self, request, client_address): method process_request (line 598) | def process_request(self, request, client_address): class ForkingUDPServer (line 606) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 607) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 609) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 610) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 614) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 617) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 620) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 622) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 624) | class BaseRequestHandler: method __init__ (line 642) | def __init__(self, request, client_address, server): method setup (line 652) | def setup(self): method handle (line 655) | def handle(self): method finish (line 658) | def finish(self): class StreamRequestHandler (line 670) | class StreamRequestHandler(BaseRequestHandler): method setup (line 691) | def setup(self): method finish (line 701) | def finish(self): class DatagramRequestHandler (line 713) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 720) | def setup(self): method finish (line 726) | def finish(self): FILE: tests/pythons/win64-py32/Lib/sqlite3/dbapi2.py function DateFromTicks (line 40) | def DateFromTicks(ticks): function TimeFromTicks (line 43) | def TimeFromTicks(ticks): function TimestampFromTicks (line 46) | def TimestampFromTicks(ticks): function register_adapters_and_converters (line 54) | def register_adapters_and_converters(): FILE: tests/pythons/win64-py32/Lib/sqlite3/dump.py function _iterdump (line 10) | def _iterdump(connection): FILE: tests/pythons/win64-py32/Lib/sre_compile.py function _identityfunction (line 25) | def _identityfunction(x): function _compile (line 33) | def _compile(code, pattern, flags): function _compile_charset (line 179) | def _compile_charset(charset, flags, code, fixup=None): function _optimize_charset (line 208) | def _optimize_charset(charset, fixup): function _mk_bitmap (line 259) | def _mk_bitmap(bits): function _optimize_unicode (line 302) | def _optimize_unicode(charset, fixup): function _simple (line 356) | def _simple(av): function _compile_info (line 363) | def _compile_info(code, pattern, flags): function isstring (line 469) | def isstring(obj): function _code (line 472) | def _code(p, flags): function compile (line 487) | def compile(p, flags=0): FILE: tests/pythons/win64-py32/Lib/sre_constants.py class error (line 23) | class error(Exception): function makedict (line 145) | def makedict(list): function dump (line 219) | def dump(f, d, prefix): FILE: tests/pythons/win64-py32/Lib/sre_parse.py class Pattern (line 67) | class Pattern: method __init__ (line 69) | def __init__(self): method opengroup (line 74) | def opengroup(self, name=None): method closegroup (line 85) | def closegroup(self, gid): method checkgroup (line 87) | def checkgroup(self, gid): class SubPattern (line 90) | class SubPattern: method __init__ (line 92) | def __init__(self, pattern, data=None): method dump (line 98) | def dump(self, level=0): method __repr__ (line 126) | def __repr__(self): method __len__ (line 128) | def __len__(self): method __delitem__ (line 130) | def __delitem__(self, index): method __getitem__ (line 132) | def __getitem__(self, index): method __setitem__ (line 136) | def __setitem__(self, index, code): method insert (line 138) | def insert(self, index, code): method append (line 140) | def append(self, code): method getwidth (line 142) | def getwidth(self): class Tokenizer (line 179) | class Tokenizer: method __init__ (line 180) | def __init__(self, string): method __next (line 184) | def __next(self): method match (line 203) | def match(self, char, skip=1): method get (line 209) | def get(self): method tell (line 213) | def tell(self): method seek (line 215) | def seek(self, index): function isident (line 218) | def isident(char): function isdigit (line 221) | def isdigit(char): function isname (line 224) | def isname(name): function _class_escape (line 233) | def _class_escape(source, escape): function _escape (line 265) | def _escape(source, escape, state): function _parse_sub (line 309) | def _parse_sub(source, state, nested=1): function _parse_sub_cond (line 368) | def _parse_sub_cond(source, state, condgroup): function _parse (line 387) | def _parse(source, state): function fix_flags (line 681) | def fix_flags(src, flags): function parse (line 693) | def parse(str, flags=0, pattern=None): function parse_template (line 722) | def parse_template(source, pattern): function expand_template (line 815) | def expand_template(template, match): FILE: tests/pythons/win64-py32/Lib/ssl.py class CertificateError (line 107) | class CertificateError(ValueError): function _dnsname_to_pat (line 111) | def _dnsname_to_pat(dn): function match_hostname (line 125) | def match_hostname(cert, hostname): class SSLContext (line 166) | class SSLContext(_SSLContext): method __new__ (line 172) | def __new__(cls, protocol, *args, **kwargs): method __init__ (line 178) | def __init__(self, protocol): method wrap_socket (line 181) | def wrap_socket(self, sock, server_side=False, class SSLSocket (line 192) | class SSLSocket(socket): method __init__ (line 197) | def __init__(self, sock=None, keyfile=None, certfile=None, method dup (line 278) | def dup(self): method _checkClosed (line 282) | def _checkClosed(self, msg=None): method read (line 286) | def read(self, len=0, buffer=None): method write (line 306) | def write(self, data): method getpeercert (line 313) | def getpeercert(self, binary_form=False): method cipher (line 322) | def cipher(self): method send (line 329) | def send(self, data, flags=0): method sendto (line 351) | def sendto(self, data, flags_or_addr, addr=None): method sendall (line 361) | def sendall(self, data, flags=0): method recv (line 377) | def recv(self, buflen=1024, flags=0): method recv_into (line 388) | def recv_into(self, buffer, nbytes=None, flags=0): method recvfrom (line 403) | def recvfrom(self, buflen=1024, flags=0): method recvfrom_into (line 411) | def recvfrom_into(self, buffer, nbytes=None, flags=0): method pending (line 419) | def pending(self): method shutdown (line 426) | def shutdown(self, how): method unwrap (line 431) | def unwrap(self): method _real_close (line 439) | def _real_close(self): method do_handshake (line 444) | def do_handshake(self, block=False): method _real_connect (line 455) | def _real_connect(self, addr, connect_ex): method connect (line 478) | def connect(self, addr): method connect_ex (line 483) | def connect_ex(self, addr): method accept (line 488) | def accept(self): method __del__ (line 500) | def __del__(self): function wrap_socket (line 505) | def wrap_socket(sock, keyfile=None, certfile=None, function cert_time_to_seconds (line 520) | def cert_time_to_seconds(cert_time): function DER_cert_to_PEM_cert (line 531) | def DER_cert_to_PEM_cert(der_cert_bytes): function PEM_cert_to_DER_cert (line 540) | def PEM_cert_to_DER_cert(pem_cert_string): function get_server_certificate (line 553) | def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=No... function get_protocol_name (line 571) | def get_protocol_name(protocol_code): FILE: tests/pythons/win64-py32/Lib/stat.py function S_IMODE (line 21) | def S_IMODE(mode): function S_IFMT (line 24) | def S_IFMT(mode): function S_ISDIR (line 40) | def S_ISDIR(mode): function S_ISCHR (line 43) | def S_ISCHR(mode): function S_ISBLK (line 46) | def S_ISBLK(mode): function S_ISREG (line 49) | def S_ISREG(mode): function S_ISFIFO (line 52) | def S_ISFIFO(mode): function S_ISLNK (line 55) | def S_ISLNK(mode): function S_ISSOCK (line 58) | def S_ISSOCK(mode): FILE: tests/pythons/win64-py32/Lib/string.py function capwords (line 33) | def capwords(s, sep=None): class _multimap (line 50) | class _multimap: method __init__ (line 56) | def __init__(self, primary, secondary): method __getitem__ (line 60) | def __getitem__(self, key): class _TemplateMetaclass (line 67) | class _TemplateMetaclass(type): method __init__ (line 77) | def __init__(cls, name, bases, dct): class Template (line 89) | class Template(metaclass=_TemplateMetaclass): method __init__ (line 96) | def __init__(self, template): method _invalid (line 101) | def _invalid(self, mo): method substitute (line 113) | def substitute(self, *args, **kws): method safe_substitute (line 139) | def safe_substitute(self, *args, **kws): class Formatter (line 178) | class Formatter: method format (line 179) | def format(self, format_string, *args, **kwargs): method vformat (line 182) | def vformat(self, format_string, args, kwargs): method _vformat (line 188) | def _vformat(self, format_string, args, kwargs, used_args, recursion_d... method get_value (line 222) | def get_value(self, key, args, kwargs): method check_unused_args (line 229) | def check_unused_args(self, used_args, args, kwargs): method format_field (line 233) | def format_field(self, value, format_spec): method convert_field (line 237) | def convert_field(self, value, conversion): method parse (line 257) | def parse(self, format_string): method get_field (line 266) | def get_field(self, field_name, args, kwargs): FILE: tests/pythons/win64-py32/Lib/stringprep.py function in_table_a1 (line 12) | def in_table_a1(code): function in_table_b1 (line 20) | def in_table_b1(code): function map_table_b3 (line 189) | def map_table_b3(code): function map_table_b2 (line 195) | def map_table_b2(a): function in_table_c11 (line 206) | def in_table_c11(code): function in_table_c12 (line 210) | def in_table_c12(code): function in_table_c11_c12 (line 213) | def in_table_c11_c12(code): function in_table_c21 (line 217) | def in_table_c21(code): function in_table_c22 (line 221) | def in_table_c22(code): function in_table_c21_c22 (line 227) | def in_table_c21_c22(code): function in_table_c3 (line 232) | def in_table_c3(code): function in_table_c4 (line 236) | def in_table_c4(code): function in_table_c5 (line 243) | def in_table_c5(code): function in_table_c6 (line 248) | def in_table_c6(code): function in_table_c7 (line 253) | def in_table_c7(code): function in_table_c8 (line 258) | def in_table_c8(code): function in_table_c9 (line 263) | def in_table_c9(code): function in_table_d1 (line 267) | def in_table_d1(code): function in_table_d2 (line 271) | def in_table_d2(code): FILE: tests/pythons/win64-py32/Lib/subprocess.py class CalledProcessError (line 350) | class CalledProcessError(Exception): method __init__ (line 356) | def __init__(self, returncode, cmd, output=None): method __str__ (line 360) | def __str__(self): class STARTUPINFO (line 368) | class STARTUPINFO: class pywintypes (line 374) | class pywintypes: function _set_cloexec (line 397) | def _set_cloexec(fd, cloexec): function _create_pipe (line 407) | def _create_pipe(): function _cleanup (line 437) | def _cleanup(): function _eintr_retry_call (line 452) | def _eintr_retry_call(func, *args): function call (line 462) | def call(*popenargs, **kwargs): function check_call (line 473) | def check_call(*popenargs, **kwargs): function check_output (line 492) | def check_output(*popenargs, **kwargs): function list2cmdline (line 525) | def list2cmdline(seq): function getstatusoutput (line 599) | def getstatusoutput(cmd): function getoutput (line 624) | def getoutput(cmd): class Popen (line 640) | class Popen(object): method __init__ (line 641) | def __init__(self, args, bufsize=-1, executable=None, method _translate_newlines (line 770) | def _translate_newlines(self, data, encoding): method __enter__ (line 774) | def __enter__(self): method __exit__ (line 777) | def __exit__(self, type, value, traceback): method __del__ (line 787) | def __del__(self, _maxsize=sys.maxsize, _active=_active): method communicate (line 801) | def communicate(self, input=None): method poll (line 835) | def poll(self): method _get_handles (line 843) | def _get_handles(self, stdin, stdout, stderr): method _make_inheritable (line 900) | def _make_inheritable(self, handle): method _find_w9xpopen (line 907) | def _find_w9xpopen(self): method _execute_child (line 924) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _internal_poll (line 1004) | def _internal_poll(self, _deadstate=None, method wait (line 1021) | def wait(self): method _readerthread (line 1031) | def _readerthread(self, fh, buffer): method _communicate (line 1036) | def _communicate(self, input): method send_signal (line 1076) | def send_signal(self, sig): method terminate (line 1088) | def terminate(self): method _get_handles (line 1109) | def _get_handles(self, stdin, stdout, stderr): method _close_fds (line 1154) | def _close_fds(self, fds_to_keep): method _execute_child (line 1164) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _handle_exitstatus (line 1398) | def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, method _internal_poll (line 1412) | def _internal_poll(self, _deadstate=None, _waitpid=os.waitpid, method wait (line 1439) | def wait(self): method _communicate (line 1460) | def _communicate(self, input): method _communicate_with_poll (line 1493) | def _communicate_with_poll(self, input): method _communicate_with_select (line 1559) | def _communicate_with_select(self, input): method send_signal (line 1621) | def send_signal(self, sig): method terminate (line 1626) | def terminate(self): method kill (line 1631) | def kill(self): function _demo_posix (line 1637) | def _demo_posix(): function _demo_windows (line 1678) | def _demo_windows(): FILE: tests/pythons/win64-py32/Lib/sunau.py class Error (line 131) | class Error(Exception): function _read_u32 (line 134) | def _read_u32(file): function _write_u32 (line 143) | def _write_u32(file, x): class Au_read (line 151) | class Au_read: method __init__ (line 153) | def __init__(self, f): method __del__ (line 162) | def __del__(self): method initfp (line 166) | def initfp(self, file): method getfp (line 209) | def getfp(self): method getnchannels (line 212) | def getnchannels(self): method getsampwidth (line 215) | def getsampwidth(self): method getframerate (line 218) | def getframerate(self): method getnframes (line 221) | def getnframes(self): method getcomptype (line 228) | def getcomptype(self): method getcompname (line 236) | def getcompname(self): method getparams (line 244) | def getparams(self): method getmarkers (line 249) | def getmarkers(self): method getmark (line 252) | def getmark(self, id): method readframes (line 255) | def readframes(self, nframes): method rewind (line 267) | def rewind(self): method tell (line 271) | def tell(self): method setpos (line 274) | def setpos(self, pos): method close (line 280) | def close(self): class Au_write (line 285) | class Au_write: method __init__ (line 287) | def __init__(self, f): method __del__ (line 296) | def __del__(self): method initfp (line 301) | def initfp(self, file): method setnchannels (line 314) | def setnchannels(self, nchannels): method getnchannels (line 321) | def getnchannels(self): method setsampwidth (line 326) | def setsampwidth(self, sampwidth): method getsampwidth (line 333) | def getsampwidth(self): method setframerate (line 338) | def setframerate(self, framerate): method getframerate (line 343) | def getframerate(self): method setnframes (line 348) | def setnframes(self, nframes): method getnframes (line 355) | def getnframes(self): method setcomptype (line 358) | def setcomptype(self, type, name): method getcomptype (line 364) | def getcomptype(self): method getcompname (line 367) | def getcompname(self): method setparams (line 375) | def setparams(self, params): method getparams (line 383) | def getparams(self): method tell (line 388) | def tell(self): method writeframesraw (line 391) | def writeframesraw(self, data): method writeframes (line 401) | def writeframes(self, data): method close (line 407) | def close(self): method _ensure_header_written (line 421) | def _ensure_header_written(self): method _write_header (line 431) | def _write_header(self): method _patchheader (line 466) | def _patchheader(self): function open (line 472) | def open(f, mode=None): FILE: tests/pythons/win64-py32/Lib/symbol.py function main (line 102) | def main(): FILE: tests/pythons/win64-py32/Lib/symtable.py function symtable (line 12) | def symtable(code, filename, compile_type): class SymbolTableFactory (line 19) | class SymbolTableFactory: method __init__ (line 20) | def __init__(self): method new (line 23) | def new(self, table, filename): method __call__ (line 30) | def __call__(self, table, filename): class SymbolTable (line 40) | class SymbolTable(object): method __init__ (line 42) | def __init__(self, raw_table, filename): method __repr__ (line 47) | def __repr__(self): method get_type (line 60) | def get_type(self): method get_id (line 70) | def get_id(self): method get_name (line 73) | def get_name(self): method get_lineno (line 76) | def get_lineno(self): method is_optimized (line 79) | def is_optimized(self): method is_nested (line 83) | def is_nested(self): method has_children (line 86) | def has_children(self): method has_exec (line 89) | def has_exec(self): method has_import_star (line 93) | def has_import_star(self): method get_identifiers (line 97) | def get_identifiers(self): method lookup (line 100) | def lookup(self, name): method get_symbols (line 108) | def get_symbols(self): method __check_children (line 111) | def __check_children(self, name): method get_children (line 116) | def get_children(self): class Function (line 121) | class Function(SymbolTable): method __idents_matching (line 129) | def __idents_matching(self, test_func): method get_parameters (line 133) | def get_parameters(self): method get_locals (line 138) | def get_locals(self): method get_globals (line 145) | def get_globals(self): method get_frees (line 152) | def get_frees(self): class Class (line 159) | class Class(SymbolTable): method get_methods (line 163) | def get_methods(self): class Symbol (line 172) | class Symbol(object): method __init__ (line 174) | def __init__(self, name, flags, namespaces=None): method __repr__ (line 180) | def __repr__(self): method get_name (line 183) | def get_name(self): method is_referenced (line 186) | def is_referenced(self): method is_parameter (line 189) | def is_parameter(self): method is_global (line 192) | def is_global(self): method is_declared_global (line 195) | def is_declared_global(self): method is_local (line 198) | def is_local(self): method is_free (line 201) | def is_free(self): method is_imported (line 204) | def is_imported(self): method is_assigned (line 207) | def is_assigned(self): method is_namespace (line 210) | def is_namespace(self): method get_namespaces (line 223) | def get_namespaces(self): method get_namespace (line 227) | def get_namespace(self): FILE: tests/pythons/win64-py32/Lib/sysconfig.py function _safe_realpath (line 113) | def _safe_realpath(path): function is_python_build (line 135) | def is_python_build(): function _subst_vars (line 148) | def _subst_vars(s, local_vars): function _extend_dict (line 157) | def _extend_dict(target_dict, other_dict): function _expand_vars (line 164) | def _expand_vars(scheme, vars): function _get_default_scheme (line 176) | def _get_default_scheme(): function _getuserbase (line 182) | def _getuserbase(): function _parse_makefile (line 201) | def _parse_makefile(filename, vars=None): function get_makefile_filename (line 320) | def get_makefile_filename(): function _init_posix (line 329) | def _init_posix(vars): function _init_non_posix (line 356) | def _init_non_posix(vars): function parse_config_h (line 373) | def parse_config_h(fp, vars=None): function get_config_h_filename (line 402) | def get_config_h_filename(): function get_scheme_names (line 413) | def get_scheme_names(): function get_path_names (line 419) | def get_path_names(): function get_paths (line 423) | def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function get_path (line 434) | def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function get_config_vars (line 441) | def get_config_vars(*args): function get_config_var (line 519) | def get_config_var(name): function get_platform (line 527) | def get_platform(): function get_python_version (line 615) | def get_python_version(): function _print_dict (line 618) | def _print_dict(title, data): function _main (line 624) | def _main(): FILE: tests/pythons/win64-py32/Lib/tabnanny.py function errprint (line 35) | def errprint(*args): function main (line 42) | def main(): class NannyNag (line 60) | class NannyNag(Exception): method __init__ (line 65) | def __init__(self, lineno, msg, line): method get_lineno (line 67) | def get_lineno(self): method get_msg (line 69) | def get_msg(self): method get_line (line 71) | def get_line(self): function check (line 74) | def check(file): class Whitespace (line 135) | class Whitespace: method __init__ (line 158) | def __init__(self, ws): method longest_run_of_spaces (line 183) | def longest_run_of_spaces(self): method indent_level (line 187) | def indent_level(self, tabsize): method equal (line 210) | def equal(self, other): method not_equal_witness (line 217) | def not_equal_witness(self, other): method less (line 241) | def less(self, other): method not_less_witness (line 258) | def not_less_witness(self, other): function format_witnesses (line 269) | def format_witnesses(w): function process_tokens (line 276) | def process_tokens(tokens): FILE: tests/pythons/win64-py32/Lib/tarfile.py function stn (line 180) | def stn(s, length, encoding, errors): function nts (line 186) | def nts(s, encoding, errors): function nti (line 194) | def nti(s): function itn (line 213) | def itn(n, digits=8, format=DEFAULT_FORMAT): function calc_chksums (line 241) | def calc_chksums(buf): function copyfileobj (line 254) | def copyfileobj(src, dst, length=None): function filemode (line 306) | def filemode(mode): class TarError (line 321) | class TarError(Exception): class ExtractError (line 324) | class ExtractError(TarError): class ReadError (line 327) | class ReadError(TarError): class CompressionError (line 330) | class CompressionError(TarError): class StreamError (line 333) | class StreamError(TarError): class HeaderError (line 336) | class HeaderError(TarError): class EmptyHeaderError (line 339) | class EmptyHeaderError(HeaderError): class TruncatedHeaderError (line 342) | class TruncatedHeaderError(HeaderError): class EOFHeaderError (line 345) | class EOFHeaderError(HeaderError): class InvalidHeaderError (line 348) | class InvalidHeaderError(HeaderError): class SubsequentHeaderError (line 351) | class SubsequentHeaderError(HeaderError): class _LowLevelFile (line 358) | class _LowLevelFile: method __init__ (line 364) | def __init__(self, name, mode): method close (line 373) | def close(self): method read (line 376) | def read(self, size): method write (line 379) | def write(self, s): class _Stream (line 382) | class _Stream: method __init__ (line 393) | def __init__(self, name, mode, comptype, fileobj, bufsize): method __del__ (line 445) | def __del__(self): method _init_write_gz (line 449) | def _init_write_gz(self): method write (line 463) | def write(self, s): method __write (line 473) | def __write(self, s): method close (line 482) | def close(self): method _init_read_gz (line 510) | def _init_read_gz(self): method tell (line 541) | def tell(self): method seek (line 546) | def seek(self, pos=0): method read (line 559) | def read(self, size=None): method _read (line 577) | def _read(self, size): method __read (line 598) | def __read(self, size): class _StreamProxy (line 614) | class _StreamProxy(object): method __init__ (line 619) | def __init__(self, fileobj): method read (line 623) | def read(self, size): method getcomptype (line 627) | def getcomptype(self): method close (line 634) | def close(self): class _BZ2Proxy (line 638) | class _BZ2Proxy(object): method __init__ (line 648) | def __init__(self, fileobj, mode): method init (line 654) | def init(self): method read (line 664) | def read(self, size): method seek (line 679) | def seek(self, pos): method tell (line 684) | def tell(self): method write (line 687) | def write(self, data): method close (line 692) | def close(self): class _FileInFile (line 701) | class _FileInFile(object): method __init__ (line 707) | def __init__(self, fileobj, offset, size, blockinfo=None): method seekable (line 730) | def seekable(self): method tell (line 736) | def tell(self): method seek (line 741) | def seek(self, position): method read (line 746) | def read(self, size=None): class ExFileObject (line 776) | class ExFileObject(object): method __init__ (line 782) | def __init__(self, tarfile, tarinfo): method readable (line 795) | def readable(self): method writable (line 798) | def writable(self): method seekable (line 801) | def seekable(self): method read (line 804) | def read(self, size=None): method readline (line 831) | def readline(self, size=-1): method readlines (line 860) | def readlines(self): method tell (line 870) | def tell(self): method seek (line 878) | def seek(self, pos, whence=os.SEEK_SET): method close (line 899) | def close(self): method __iter__ (line 904) | def __iter__(self): class TarInfo (line 917) | class TarInfo(object): method __init__ (line 931) | def __init__(self, name=""): method _getpath (line 957) | def _getpath(self): method _setpath (line 959) | def _setpath(self, name): method _getlinkpath (line 963) | def _getlinkpath(self): method _setlinkpath (line 965) | def _setlinkpath(self, linkname): method __repr__ (line 969) | def __repr__(self): method get_info (line 972) | def get_info(self): method tobuf (line 996) | def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surr... method create_ustar_header (line 1010) | def create_ustar_header(self, info, encoding, errors): method create_gnu_header (line 1023) | def create_gnu_header(self, info, encoding, errors): method create_pax_header (line 1037) | def create_pax_header(self, info, encoding): method create_pax_global_header (line 1087) | def create_pax_global_header(cls, pax_headers): method _posix_split_name (line 1092) | def _posix_split_name(self, name): method _create_header (line 1108) | def _create_header(info, format, encoding, errors): method _create_payload (line 1136) | def _create_payload(payload): method _create_gnu_long_header (line 1146) | def _create_gnu_long_header(cls, name, type, encoding, errors): method _create_pax_generic_header (line 1163) | def _create_pax_generic_header(cls, pax_headers, type, encoding): method frombuf (line 1214) | def frombuf(cls, buf, encoding, errors): method fromtarfile (line 1277) | def fromtarfile(cls, tarfile): method _proc_member (line 1297) | def _proc_member(self, tarfile): method _proc_builtin (line 1310) | def _proc_builtin(self, tarfile): method _proc_gnulong (line 1327) | def _proc_gnulong(self, tarfile): method _proc_sparse (line 1349) | def _proc_sparse(self, tarfile): method _proc_pax (line 1377) | def _proc_pax(self, tarfile): method _proc_gnusparse_00 (line 1479) | def _proc_gnusparse_00(self, next, pax_headers, buf): method _proc_gnusparse_01 (line 1490) | def _proc_gnusparse_01(self, next, pax_headers): method _proc_gnusparse_10 (line 1496) | def _proc_gnusparse_10(self, next, pax_headers, tarfile): method _apply_pax_info (line 1512) | def _apply_pax_info(self, pax_headers, encoding, errors): method _decode_pax_field (line 1535) | def _decode_pax_field(self, value, encoding, fallback_encoding, fallba... method _block (line 1543) | def _block(self, count): method isreg (line 1552) | def isreg(self): method isfile (line 1554) | def isfile(self): method isdir (line 1556) | def isdir(self): method issym (line 1558) | def issym(self): method islnk (line 1560) | def islnk(self): method ischr (line 1562) | def ischr(self): method isblk (line 1564) | def isblk(self): method isfifo (line 1566) | def isfifo(self): method issparse (line 1568) | def issparse(self): method isdev (line 1570) | def isdev(self): class TarFile (line 1574) | class TarFile(object): method __init__ (line 1600) | def __init__(self, name=None, mode="r", fileobj=None, format=None, method open (line 1708) | def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, *... method taropen (line 1784) | def taropen(cls, name, mode="r", fileobj=None, **kwargs): method gzopen (line 1792) | def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): method bz2open (line 1823) | def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwar... method close (line 1858) | def close(self): method getmember (line 1878) | def getmember(self, name): method getmembers (line 1889) | def getmembers(self): method getnames (line 1899) | def getnames(self): method gettarinfo (line 1905) | def gettarinfo(self, name=None, arcname=None, fileobj=None): method list (line 2003) | def list(self, verbose=True): method add (line 2032) | def add(self, name, arcname=None, recursive=True, exclude=None, *, fil... method addfile (line 2093) | def addfile(self, tarinfo, fileobj=None): method extractall (line 2119) | def extractall(self, path=".", members=None): method extract (line 2157) | def extract(self, member, path="", set_attrs=True): method extractfile (line 2192) | def extractfile(self, member): method _extract_member (line 2230) | def _extract_member(self, tarinfo, targetpath, set_attrs=True): method makedir (line 2278) | def makedir(self, tarinfo, targetpath): method makefile (line 2289) | def makefile(self, tarinfo, targetpath): method makeunknown (line 2304) | def makeunknown(self, tarinfo, targetpath): method makefifo (line 2312) | def makefifo(self, tarinfo, targetpath): method makedev (line 2320) | def makedev(self, tarinfo, targetpath): method makelink (line 2335) | def makelink(self, tarinfo, targetpath): method chown (line 2358) | def chown(self, tarinfo, targetpath): method chmod (line 2380) | def chmod(self, tarinfo, targetpath): method utime (line 2389) | def utime(self, tarinfo, targetpath): method next (line 2400) | def next(self): method _getmember (line 2449) | def _getmember(self, name, tarinfo=None, normalize=False): method _load (line 2472) | def _load(self): method _check (line 2482) | def _check(self, mode=None): method _find_link_target (line 2491) | def _find_link_target(self, tarinfo): method __iter__ (line 2510) | def __iter__(self): method _dbg (line 2518) | def _dbg(self, level, msg): method __enter__ (line 2524) | def __enter__(self): method __exit__ (line 2528) | def __exit__(self, type, value, traceback): class TarIter (line 2539) | class TarIter: method __init__ (line 2546) | def __init__(self, tarfile): method __iter__ (line 2551) | def __iter__(self): method __next__ (line 2555) | def __next__(self): function is_tarfile (line 2578) | def is_tarfile(name): FILE: tests/pythons/win64-py32/Lib/telnetlib.py class Telnet (line 133) | class Telnet: method __init__ (line 188) | def __init__(self, host=None, port=0, method open (line 213) | def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): method __del__ (line 229) | def __del__(self): method msg (line 233) | def msg(self, msg, *args): method set_debuglevel (line 247) | def set_debuglevel(self, debuglevel): method close (line 255) | def close(self): method get_socket (line 264) | def get_socket(self): method fileno (line 268) | def fileno(self): method write (line 272) | def write(self, buffer): method read_until (line 284) | def read_until(self, match, timeout=None): method _read_until_with_poll (line 297) | def _read_until_with_poll(self, match, timeout): method _read_until_with_select (line 342) | def _read_until_with_select(self, match, timeout=None): method read_all (line 378) | def read_all(self): method read_some (line 388) | def read_some(self): method read_very_eager (line 403) | def read_very_eager(self): method read_eager (line 417) | def read_eager(self): method read_lazy (line 431) | def read_lazy(self): method read_very_lazy (line 442) | def read_very_lazy(self): method read_sb_data (line 455) | def read_sb_data(self): method set_option_negotiation_callback (line 467) | def set_option_negotiation_callback(self, callback): method process_rawq (line 471) | def process_rawq(self): method rawq_getchar (line 543) | def rawq_getchar(self): method fill_rawq (line 561) | def fill_rawq(self): method sock_avail (line 578) | def sock_avail(self): method interact (line 582) | def interact(self): method mt_interact (line 604) | def mt_interact(self): method listener (line 614) | def listener(self): method expect (line 627) | def expect(self, list, timeout=None): method _expect_with_poll (line 654) | def _expect_with_poll(self, expect_list, timeout=None): method _expect_with_select (line 717) | def _expect_with_select(self, list, timeout=None): function test (line 758) | def test(): FILE: tests/pythons/win64-py32/Lib/tempfile.py function _set_cloexec (line 42) | def _set_cloexec(fd): function _set_cloexec (line 45) | def _set_cloexec(fd): function _stat (line 90) | def _stat(fn): function _exists (line 97) | def _exists(fn): class _RandomNameSequence (line 105) | class _RandomNameSequence: method rng (line 116) | def rng(self): method __iter__ (line 123) | def __iter__(self): method __next__ (line 126) | def __next__(self): function _candidate_tempdir_list (line 132) | def _candidate_tempdir_list(): function _get_default_tempdir (line 157) | def _get_default_tempdir(): function _get_candidate_names (line 196) | def _get_candidate_names(): function _mkstemp_inner (line 210) | def _mkstemp_inner(dir, pre, suf, flags): function gettempprefix (line 232) | def gettempprefix(): function gettempdir (line 238) | def gettempdir(): function mkstemp (line 250) | def mkstemp(suffix="", prefix=template, dir=None, text=False): function mkdtemp (line 287) | def mkdtemp(suffix="", prefix=template, dir=None): function mktemp (line 318) | def mktemp(suffix="", prefix=template, dir=None): class _TemporaryFileWrapper (line 348) | class _TemporaryFileWrapper: method __init__ (line 356) | def __init__(self, file, name, delete=True): method __getattr__ (line 362) | def __getattr__(self, name): method __enter__ (line 374) | def __enter__(self): method __iter__ (line 379) | def __iter__(self): method close (line 393) | def close(self): method __del__ (line 400) | def __del__(self): method __exit__ (line 405) | def __exit__(self, exc, value, tb): method __exit__ (line 410) | def __exit__(self, exc, value, tb): function NamedTemporaryFile (line 414) | def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, function TemporaryFile (line 454) | def TemporaryFile(mode='w+b', buffering=-1, encoding=None, class SpooledTemporaryFile (line 484) | class SpooledTemporaryFile: method __init__ (line 491) | def __init__(self, max_size=0, mode='w+b', buffering=-1, method _check (line 508) | def _check(self, file): method rollover (line 514) | def rollover(self): method __enter__ (line 531) | def __enter__(self): method __exit__ (line 536) | def __exit__(self, exc, value, tb): method __iter__ (line 540) | def __iter__(self): method close (line 543) | def close(self): method closed (line 547) | def closed(self): method encoding (line 551) | def encoding(self): method fileno (line 559) | def fileno(self): method flush (line 563) | def flush(self): method isatty (line 566) | def isatty(self): method mode (line 570) | def mode(self): method name (line 577) | def name(self): method newlines (line 584) | def newlines(self): method read (line 592) | def read(self, *args): method readline (line 595) | def readline(self, *args): method readlines (line 598) | def readlines(self, *args): method seek (line 601) | def seek(self, *args): method softspace (line 605) | def softspace(self): method tell (line 608) | def tell(self): method truncate (line 611) | def truncate(self): method write (line 614) | def write(self, s): method writelines (line 620) | def writelines(self, iterable): class TemporaryDirectory (line 627) | class TemporaryDirectory(object): method __init__ (line 639) | def __init__(self, suffix="", prefix=template, dir=None): method __repr__ (line 644) | def __repr__(self): method __enter__ (line 647) | def __enter__(self): method cleanup (line 650) | def cleanup(self, _warn=False): method __exit__ (line 668) | def __exit__(self, exc, value, tb): method __del__ (line 671) | def __del__(self): method _rmtree (line 688) | def _rmtree(self, path): FILE: tests/pythons/win64-py32/Lib/test/crashers/borrowed_ref_1.py class A (line 6) | class A(object): class B (line 9) | class B(object): method __del__ (line 10) | def __del__(self): class D (line 14) | class D(dict): class __missing__ (line 15) | class __missing__: method __init__ (line 16) | def __init__(self, *args): FILE: tests/pythons/win64-py32/Lib/test/crashers/borrowed_ref_2.py class A (line 8) | class A(object): class B (line 11) | class B(object): method __del__ (line 12) | def __del__(self): class D (line 16) | class D(object): method __set__ (line 17) | def __set__(self, obj, value): class C (line 20) | class C(object): method g (line 23) | def g(): FILE: tests/pythons/win64-py32/Lib/test/crashers/gc_inspection.py function g (line 23) | def g(): FILE: tests/pythons/win64-py32/Lib/test/crashers/loosing_mro_ref.py class MyKey (line 9) | class MyKey(object): method __hash__ (line 10) | def __hash__(self): method __eq__ (line 13) | def __eq__(self, other): class Base (line 24) | class Base(object): class Base2 (line 27) | class Base2(object): FILE: tests/pythons/win64-py32/Lib/test/crashers/mutation_inside_cyclegc.py class A (line 15) | class A(object): function callback (line 18) | def callback(x): FILE: tests/pythons/win64-py32/Lib/test/crashers/nasty_eq_vs_dict.py class Yuck (line 9) | class Yuck: method __init__ (line 10) | def __init__(self): method make_dangerous (line 13) | def make_dangerous(self): method __hash__ (line 16) | def __hash__(self): method __eq__ (line 20) | def __eq__(self, other): method __fill_dict (line 35) | def __fill_dict(self, n): FILE: tests/pythons/win64-py32/Lib/test/crashers/trace_at_recursion_limit.py function x (line 10) | def x(): function g (line 13) | def g(*args): function f (line 21) | def f(): FILE: tests/pythons/win64-py32/Lib/test/crashers/underlying_dict.py class A (line 4) | class A(object): method f (line 5) | def f(self): FILE: tests/pythons/win64-py32/Lib/test/json_tests/__init__.py class PyTest (line 14) | class PyTest(unittest.TestCase): class CTest (line 20) | class CTest(unittest.TestCase): class TestPyTest (line 27) | class TestPyTest(PyTest): method test_pyjson (line 28) | def test_pyjson(self): class TestCTest (line 36) | class TestCTest(CTest): method test_cjson (line 37) | def test_cjson(self): function test_suite (line 47) | def test_suite(): function additional_tests (line 58) | def additional_tests(): function main (line 66) | def main(): FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_decode.py class TestDecode (line 7) | class TestDecode: method test_decimal (line 8) | def test_decimal(self): method test_float (line 13) | def test_float(self): method test_empty_objects (line 18) | def test_empty_objects(self): method test_object_pairs_hook (line 23) | def test_object_pairs_hook(self): method test_decoder_optimizations (line 45) | def test_decoder_optimizations(self): method check_keys_reuse (line 52) | def check_keys_reuse(self, source, loads): method test_keys_reuse (line 58) | def test_keys_reuse(self): method test_extra_data (line 63) | def test_extra_data(self): method test_invalid_escape (line 68) | def test_invalid_escape(self): class TestPyDecode (line 73) | class TestPyDecode(TestDecode, PyTest): pass class TestCDecode (line 74) | class TestCDecode(TestDecode, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_default.py class TestDefault (line 4) | class TestDefault: method test_default (line 5) | def test_default(self): class TestPyDefault (line 11) | class TestPyDefault(TestDefault, PyTest): pass class TestCDefault (line 12) | class TestCDefault(TestDefault, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_dump.py class TestDump (line 5) | class TestDump: method test_dump (line 6) | def test_dump(self): method test_dumps (line 11) | def test_dumps(self): method test_encode_truefalse (line 14) | def test_encode_truefalse(self): method test_encode_mutated (line 23) | def test_encode_mutated(self): class TestPyDump (line 31) | class TestPyDump(TestDump, PyTest): pass class TestCDump (line 32) | class TestCDump(TestDump, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_encode_basestring_ascii.py class TestEncodeBasestringAscii (line 22) | class TestEncodeBasestringAscii: method test_encode_basestring_ascii (line 23) | def test_encode_basestring_ascii(self): method test_ordered_dict (line 31) | def test_ordered_dict(self): method test_sorted_dict (line 37) | def test_sorted_dict(self): class TestPyEncodeBasestringAscii (line 43) | class TestPyEncodeBasestringAscii(TestEncodeBasestringAscii, PyTest): pass class TestCEncodeBasestringAscii (line 44) | class TestCEncodeBasestringAscii(TestEncodeBasestringAscii, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_fail.py class TestFail (line 80) | class TestFail: method test_failures (line 81) | def test_failures(self): method test_non_string_keys_dict (line 94) | def test_non_string_keys_dict(self): class TestPyFail (line 104) | class TestPyFail(TestFail, PyTest): pass class TestCFail (line 105) | class TestCFail(TestFail, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_float.py class TestFloat (line 5) | class TestFloat: method test_floats (line 6) | def test_floats(self): method test_ints (line 11) | def test_ints(self): method test_out_of_range (line 16) | def test_out_of_range(self): method test_allow_nan (line 20) | def test_allow_nan(self): class TestPyFloat (line 32) | class TestPyFloat(TestFloat, PyTest): pass class TestCFloat (line 33) | class TestCFloat(TestFloat, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_indent.py class TestIndent (line 6) | class TestIndent: method test_indent (line 7) | def test_indent(self): method test_indent0 (line 46) | def test_indent0(self): class TestPyIndent (line 62) | class TestPyIndent(TestIndent, PyTest): pass class TestCIndent (line 63) | class TestCIndent(TestIndent, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_pass1.py class TestPass1 (line 66) | class TestPass1: method test_parse (line 67) | def test_parse(self): class TestPyPass1 (line 74) | class TestPyPass1(TestPass1, PyTest): pass class TestCPass1 (line 75) | class TestCPass1(TestPass1, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_pass2.py class TestPass2 (line 9) | class TestPass2: method test_parse (line 10) | def test_parse(self): class TestPyPass2 (line 17) | class TestPyPass2(TestPass2, PyTest): pass class TestCPass2 (line 18) | class TestCPass2(TestPass2, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_pass3.py class TestPass3 (line 15) | class TestPass3: method test_parse (line 16) | def test_parse(self): class TestPyPass3 (line 23) | class TestPyPass3(TestPass3, PyTest): pass class TestCPass3 (line 24) | class TestCPass3(TestPass3, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_recursion.py class JSONTestObject (line 4) | class JSONTestObject: class TestRecursion (line 8) | class TestRecursion: method test_listrecursion (line 9) | def test_listrecursion(self): method test_dictrecursion (line 32) | def test_dictrecursion(self): method test_defaultrecursion (line 46) | def test_defaultrecursion(self): method test_highly_nested_objects_decoding (line 68) | def test_highly_nested_objects_decoding(self): method test_highly_nested_objects_encoding (line 78) | def test_highly_nested_objects_encoding(self): method test_endless_recursion (line 88) | def test_endless_recursion(self): class TestPyRecursion (line 99) | class TestPyRecursion(TestRecursion, PyTest): pass class TestCRecursion (line 100) | class TestCRecursion(TestRecursion, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_scanstring.py class TestScanstring (line 5) | class TestScanstring: method test_scanstring (line 6) | def test_scanstring(self): method test_overflow (line 97) | def test_overflow(self): class TestPyScanstring (line 102) | class TestPyScanstring(TestScanstring, PyTest): pass class TestCScanstring (line 103) | class TestCScanstring(TestScanstring, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_separators.py class TestSeparators (line 5) | class TestSeparators: method test_separators (line 6) | def test_separators(self): class TestPySeparators (line 43) | class TestPySeparators(TestSeparators, PyTest): pass class TestCSeparators (line 44) | class TestCSeparators(TestSeparators, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_speedups.py class TestSpeedups (line 4) | class TestSpeedups(CTest): method test_scanstring (line 5) | def test_scanstring(self): method test_encode_basestring_ascii (line 9) | def test_encode_basestring_ascii(self): class TestDecode (line 16) | class TestDecode(CTest): method test_make_scanner (line 17) | def test_make_scanner(self): method test_make_encoder (line 20) | def test_make_encoder(self): FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_tool.py class TestTool (line 9) | class TestTool(unittest.TestCase): method test_stdin_stdout (line 40) | def test_stdin_stdout(self): method _create_infile (line 48) | def _create_infile(self): method test_infile_stdout (line 55) | def test_infile_stdout(self): method test_infile_outfile (line 61) | def test_infile_outfile(self): FILE: tests/pythons/win64-py32/Lib/test/json_tests/test_unicode.py class TestUnicode (line 5) | class TestUnicode: method test_encoding3 (line 9) | def test_encoding3(self): method test_encoding4 (line 14) | def test_encoding4(self): method test_encoding5 (line 19) | def test_encoding5(self): method test_encoding6 (line 24) | def test_encoding6(self): method test_big_unicode_encode (line 29) | def test_big_unicode_encode(self): method test_big_unicode_decode (line 34) | def test_big_unicode_decode(self): method test_unicode_decode (line 39) | def test_unicode_decode(self): method test_unicode_preservation (line 45) | def test_unicode_preservation(self): method test_bytes_encode (line 50) | def test_bytes_encode(self): method test_bytes_decode (line 54) | def test_bytes_decode(self): method test_object_pairs_hook_with_unicode (line 59) | def test_object_pairs_hook_with_unicode(self): class TestPyUnicode (line 74) | class TestPyUnicode(TestUnicode, PyTest): pass class TestCUnicode (line 75) | class TestCUnicode(TestUnicode, CTest): pass FILE: tests/pythons/win64-py32/Lib/test/leakers/test_ctypes.py function leak_inner (line 8) | def leak_inner(): function leak (line 14) | def leak(): FILE: tests/pythons/win64-py32/Lib/test/leakers/test_gestalt.py function leak (line 6) | def leak(): FILE: tests/pythons/win64-py32/Lib/test/leakers/test_selftype.py function leak (line 6) | def leak(): FILE: tests/pythons/win64-py32/Lib/test/tracedmodules/testmod.py function func (line 1) | def func(x): function func2 (line 5) | def func2(): FILE: tests/pythons/win64-py32/Lib/textwrap.py class TextWrapper (line 22) | class TextWrapper: method __init__ (line 94) | def __init__(self, method _munge_whitespace (line 118) | def _munge_whitespace(self, text): method _split (line 132) | def _split(self, text): method _fix_sentence_endings (line 154) | def _fix_sentence_endings(self, chunks): method _handle_long_word (line 172) | def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): method _wrap_chunks (line 205) | def _wrap_chunks(self, chunks): method wrap (line 278) | def wrap(self, text): method fill (line 293) | def fill(self, text): function wrap (line 305) | def wrap(text, width=70, **kwargs): function fill (line 318) | def fill(text, width=70, **kwargs): function dedent (line 336) | def dedent(text): FILE: tests/pythons/win64-py32/Lib/threading.py class _Verbose (line 43) | class _Verbose(object): method __init__ (line 45) | def __init__(self, verbose=None): method _note (line 50) | def _note(self, format, *args): method __init__ (line 66) | def __init__(self, verbose=None): method _note (line 68) | def _note(self, *args): class _Verbose (line 65) | class _Verbose(object): method __init__ (line 45) | def __init__(self, verbose=None): method _note (line 50) | def _note(self, format, *args): method __init__ (line 66) | def __init__(self, verbose=None): method _note (line 68) | def _note(self, *args): function setprofile (line 76) | def setprofile(func): function settrace (line 80) | def settrace(func): function RLock (line 88) | def RLock(verbose=None, *args, **kwargs): class _RLock (line 95) | class _RLock(_Verbose): method __init__ (line 97) | def __init__(self, verbose=None): method __repr__ (line 103) | def __repr__(self): method acquire (line 112) | def acquire(self, blocking=True, timeout=-1): method release (line 132) | def release(self): method __exit__ (line 145) | def __exit__(self, t, v, tb): method _acquire_restore (line 150) | def _acquire_restore(self, state): method _release_save (line 156) | def _release_save(self): method _is_owned (line 166) | def _is_owned(self): function Condition (line 172) | def Condition(*args, **kwargs): class _Condition (line 175) | class _Condition(_Verbose): method __init__ (line 177) | def __init__(self, lock=None, verbose=None): method __enter__ (line 202) | def __enter__(self): method __exit__ (line 205) | def __exit__(self, *args): method __repr__ (line 208) | def __repr__(self): method _release_save (line 211) | def _release_save(self): method _acquire_restore (line 214) | def _acquire_restore(self, x): method _is_owned (line 217) | def _is_owned(self): method wait (line 226) | def wait(self, timeout=None): method wait_for (line 258) | def wait_for(self, predicate, timeout=None): method notify (line 284) | def notify(self, n=1): method notify_all (line 302) | def notify_all(self): function Semaphore (line 308) | def Semaphore(*args, **kwargs): class _Semaphore (line 311) | class _Semaphore(_Verbose): method __init__ (line 315) | def __init__(self, value=1, verbose=None): method acquire (line 322) | def acquire(self, blocking=True, timeout=None): method release (line 353) | def release(self): method __exit__ (line 362) | def __exit__(self, t, v, tb): function BoundedSemaphore (line 366) | def BoundedSemaphore(*args, **kwargs): class _BoundedSemaphore (line 369) | class _BoundedSemaphore(_Semaphore): method __init__ (line 371) | def __init__(self, value=1, verbose=None): method release (line 375) | def release(self): function Event (line 381) | def Event(*args, **kwargs): class _Event (line 384) | class _Event(_Verbose): method __init__ (line 388) | def __init__(self, verbose=None): method _reset_internal_locks (line 393) | def _reset_internal_locks(self): method is_set (line 397) | def is_set(self): method set (line 402) | def set(self): method clear (line 410) | def clear(self): method wait (line 417) | def wait(self, timeout=None): class Barrier (line 439) | class Barrier(_Verbose): method __init__ (line 445) | def __init__(self, parties, action=None, timeout=None, verbose=None): method wait (line 462) | def wait(self, timeout=None): method _enter (line 491) | def _enter(self): method _release (line 502) | def _release(self): method _wait (line 516) | def _wait(self, timeout): method _exit (line 527) | def _exit(self): method reset (line 534) | def reset(self): method abort (line 553) | def abort(self): method _break (line 563) | def _break(self): method parties (line 570) | def parties(self): method n_waiting (line 577) | def n_waiting(self): method broken (line 588) | def broken(self): class BrokenBarrierError (line 595) | class BrokenBarrierError(RuntimeError): pass function _newname (line 600) | def _newname(template="Thread-%d"): class Thread (line 615) | class Thread(_Verbose): method __init__ (line 627) | def __init__(self, group=None, target=None, name=None, method _reset_internal_locks (line 648) | def _reset_internal_locks(self): method _set_daemon (line 655) | def _set_daemon(self): method __repr__ (line 659) | def __repr__(self): method start (line 672) | def start(self): method run (line 690) | def run(self): method _bootstrap (line 699) | def _bootstrap(self): method _set_ident (line 719) | def _set_ident(self): method _bootstrap_inner (line 722) | def _bootstrap_inner(self): method _stop (line 797) | def _stop(self): method _delete (line 803) | def _delete(self): method join (line 838) | def join(self, timeout=None): method name (line 873) | def name(self): method name (line 878) | def name(self, name): method ident (line 883) | def ident(self): method is_alive (line 887) | def is_alive(self): method daemon (line 894) | def daemon(self): method daemon (line 899) | def daemon(self, daemonic): method isDaemon (line 906) | def isDaemon(self): method setDaemon (line 909) | def setDaemon(self, daemonic): method getName (line 912) | def getName(self): method setName (line 915) | def setName(self, name): function Timer (line 920) | def Timer(*args, **kwargs): class _Timer (line 923) | class _Timer(Thread): method __init__ (line 931) | def __init__(self, interval, function, args=[], kwargs={}): method cancel (line 939) | def cancel(self): method run (line 943) | def run(self): class _MainThread (line 952) | class _MainThread(Thread): method __init__ (line 954) | def __init__(self): method _set_daemon (line 961) | def _set_daemon(self): method _exitfunc (line 964) | def _exitfunc(self): function _pickSomeNonDaemonThread (line 977) | def _pickSomeNonDaemonThread(): class _DummyThread (line 992) | class _DummyThread(Thread): method __init__ (line 994) | def __init__(self): method _set_daemon (line 1007) | def _set_daemon(self): method _stop (line 1010) | def _stop(self): method join (line 1013) | def join(self, timeout=None): function current_thread (line 1019) | def current_thread(): function active_count (line 1028) | def active_count(): function _enumerate (line 1034) | def _enumerate(): function enumerate (line 1038) | def enumerate(): function _after_fork (line 1059) | def _after_fork(): FILE: tests/pythons/win64-py32/Lib/timeit.py function reindent (line 90) | def reindent(src, indent): function _template_func (line 94) | def _template_func(setup, func): class Timer (line 105) | class Timer: method __init__ (line 121) | def __init__(self, stmt="pass", setup="pass", timer=default_timer): method print_exc (line 151) | def print_exc(self, file=None): method timeit (line 178) | def timeit(self, number=default_number): method repeat (line 201) | def repeat(self, repeat=default_repeat, number=default_number): function timeit (line 227) | def timeit(stmt="pass", setup="pass", timer=default_timer, function repeat (line 232) | def repeat(stmt="pass", setup="pass", timer=default_timer, function main (line 237) | def main(args=None, *, _wrap_timer=None): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_tkinter/test_font.py class FontTest (line 9) | class FontTest(unittest.TestCase): method setUp (line 11) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_font_eq (line 17) | def test_font_eq(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_tkinter/test_loadtk.py class TkLoadTest (line 9) | class TkLoadTest(unittest.TestCase): method testLoadTk (line 12) | def testLoadTk(self): method testLoadTkFailure (line 19) | def testLoadTkFailure(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_tkinter/test_misc.py class MiscTest (line 8) | class MiscTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method test_tk_setPalette (line 13) | def test_tk_setPalette(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_tkinter/test_text.py class TextTest (line 8) | class TextTest(unittest.TestCase): method setUp (line 10) | def setUp(self): method tearDown (line 14) | def tearDown(self): method test_search (line 18) | def test_search(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_ttk/test_extensions.py class LabeledScaleTest (line 11) | class LabeledScaleTest(unittest.TestCase): method setUp (line 13) | def setUp(self): method tearDown (line 16) | def tearDown(self): method test_widget_destroy (line 20) | def test_widget_destroy(self): method test_initialization (line 51) | def test_initialization(self): method test_horizontal_range (line 106) | def test_horizontal_range(self): method test_variable_change (line 136) | def test_variable_change(self): method test_resize (line 163) | def test_resize(self): class OptionMenuTest (line 183) | class OptionMenuTest(unittest.TestCase): method setUp (line 185) | def setUp(self): method tearDown (line 189) | def tearDown(self): method test_widget_destroy (line 194) | def test_widget_destroy(self): method test_initialization (line 205) | def test_initialization(self): method test_menu (line 218) | def test_menu(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_ttk/test_functions.py class MockTclObj (line 5) | class MockTclObj(object): method __init__ (line 8) | def __init__(self, val): method __str__ (line 11) | def __str__(self): class MockStateSpec (line 15) | class MockStateSpec(object): method __init__ (line 18) | def __init__(self, *args): method __str__ (line 21) | def __str__(self): class InternalFunctionsTest (line 25) | class InternalFunctionsTest(unittest.TestCase): method test_format_optdict (line 27) | def test_format_optdict(self): method test_format_mapdict (line 115) | def test_format_mapdict(self): method test_format_elemcreate (line 156) | def test_format_elemcreate(self): method test_format_layoutlist (line 215) | def test_format_layoutlist(self): method test_script_from_settings (line 272) | def test_script_from_settings(self): method test_dict_from_tcltuple (line 315) | def test_dict_from_tcltuple(self): method test_list_from_statespec (line 337) | def test_list_from_statespec(self): method test_list_from_layouttuple (line 354) | def test_list_from_layouttuple(self): method test_val_or_dict (line 400) | def test_val_or_dict(self): method test_convert_stringval (line 413) | def test_convert_stringval(self): class TclObjsToPyTest (line 422) | class TclObjsToPyTest(unittest.TestCase): method test_unicode (line 424) | def test_unicode(self): method test_multivalues (line 431) | def test_multivalues(self): method test_nosplit (line 445) | def test_nosplit(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_ttk/test_style.py class StyleTest (line 10) | class StyleTest(unittest.TestCase): method setUp (line 12) | def setUp(self): method test_configure (line 16) | def test_configure(self): method test_map (line 24) | def test_map(self): method test_lookup (line 32) | def test_lookup(self): method test_layout (line 44) | def test_layout(self): method test_theme_use (line 67) | def test_theme_use(self): FILE: tests/pythons/win64-py32/Lib/tkinter/test/test_ttk/test_widgets.py class WidgetTest (line 13) | class WidgetTest(unittest.TestCase): method setUp (line 16) | def setUp(self): method tearDown (line 22) | def tearDown(self): method test_identify (line 27) | def test_identify(self): method test_widget_state (line 40) | def test_widget_state(self): class ButtonTest (line 76) | class ButtonTest(unittest.TestCase): method test_invoke (line 78) | def test_invoke(self): class CheckbuttonTest (line 85) | class CheckbuttonTest(unittest.TestCase): method test_invoke (line 87) | def test_invoke(self): class ComboboxTest (line 114) | class ComboboxTest(unittest.TestCase): method setUp (line 116) | def setUp(self): method tearDown (line 120) | def tearDown(self): method _show_drop_down_listbox (line 124) | def _show_drop_down_listbox(self): method test_virtual_event (line 131) | def test_virtual_event(self): method test_postcommand (line 149) | def test_postcommand(self): method test_values (line 165) | def test_values(self): class EntryTest (line 212) | class EntryTest(unittest.TestCase): method setUp (line 214) | def setUp(self): method tearDown (line 218) | def tearDown(self): method test_bbox (line 223) | def test_bbox(self): method test_identify (line 232) | def test_identify(self): method test_validation_options (line 245) | def test_validation_options(self): method test_validation (line 273) | def test_validation(self): method test_revalidation (line 291) | def test_revalidation(self): class PanedwindowTest (line 316) | class PanedwindowTest(unittest.TestCase): method setUp (line 318) | def setUp(self): method tearDown (line 322) | def tearDown(self): method test_add (line 327) | def test_add(self): method test_forget (line 355) | def test_forget(self): method test_insert (line 364) | def test_insert(self): method test_pane (line 399) | def test_pane(self): method test_sashpos (line 414) | def test_sashpos(self): class RadiobuttonTest (line 435) | class RadiobuttonTest(unittest.TestCase): method test_invoke (line 437) | def test_invoke(self): class ScaleTest (line 466) | class ScaleTest(unittest.TestCase): method setUp (line 468) | def setUp(self): method tearDown (line 474) | def tearDown(self): method test_custom_event (line 479) | def test_custom_event(self): method test_get (line 498) | def test_get(self): method test_set (line 511) | def test_set(self): class NotebookTest (line 542) | class NotebookTest(unittest.TestCase): method setUp (line 544) | def setUp(self): method tearDown (line 552) | def tearDown(self): method test_tab_identifiers (line 559) | def test_tab_identifiers(self): method test_add_and_hidden (line 590) | def test_add_and_hidden(self): method test_forget (line 619) | def test_forget(self): method test_index (line 635) | def test_index(self): method test_insert (line 645) | def test_insert(self): method test_select (line 678) | def test_select(self): method test_tab (line 698) | def test_tab(self): method test_tabs (line 712) | def test_tabs(self): method test_traversal (line 721) | def test_traversal(self): class TreeviewTest (line 749) | class TreeviewTest(unittest.TestCase): method setUp (line 751) | def setUp(self): method tearDown (line 755) | def tearDown(self): method test_bbox (line 760) | def test_bbox(self): method test_children (line 790) | def test_children(self): method test_column (line 818) | def test_column(self): method test_delete (line 841) | def test_delete(self): method test_detach_reattach (line 865) | def test_detach_reattach(self): method test_exists (line 907) | def test_exists(self): method test_focus (line 918) | def test_focus(self): method test_heading (line 933) | def test_heading(self): method test_heading_callback (line 951) | def test_heading_callback(self): method test_index (line 985) | def test_index(self): method test_insert_item (line 1016) | def test_insert_item(self): method test_set (line 1077) | def test_set(self): method test_tag_bind (line 1105) | def test_tag_bind(self): method test_tag_configure (line 1139) | def test_tag_configure(self): FILE: tests/pythons/win64-py32/Lib/token.py function ISTERMINAL (line 76) | def ISTERMINAL(x): function ISNONTERMINAL (line 79) | def ISNONTERMINAL(x): function ISEOF (line 82) | def ISEOF(x): function _main (line 86) | def _main(): FILE: tests/pythons/win64-py32/Lib/tokenize.py class TokenInfo (line 49) | class TokenInfo(collections.namedtuple('TokenInfo', 'type string start e... method __repr__ (line 50) | def __repr__(self): function group (line 55) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 56) | def any(*choices): return group(*choices) + '*' function maybe (line 57) | def maybe(*choices): return group(*choices) + '?' function _compile (line 114) | def _compile(expr): class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass class Untokenizer (line 155) | class Untokenizer: method __init__ (line 157) | def __init__(self): method add_whitespace (line 163) | def add_whitespace(self, start): method untokenize (line 170) | def untokenize(self, iterable): method compat (line 187) | def compat(self, token, iterable): function untokenize (line 229) | def untokenize(iterable): function _get_normal_name (line 256) | def _get_normal_name(orig_enc): function detect_encoding (line 267) | def detect_encoding(readline): function open (line 342) | def open(filename): function tokenize (line 354) | def tokenize(readline): function _tokenize (line 382) | def _tokenize(readline, encoding): function generate_tokens (line 535) | def generate_tokens(readline): FILE: tests/pythons/win64-py32/Lib/trace.py function _unsettrace (line 70) | def _unsettrace(): function _settrace (line 73) | def _settrace(func): function _unsettrace (line 77) | def _unsettrace(): function _usage (line 81) | def _usage(outfile): class _Ignore (line 131) | class _Ignore: method __init__ (line 132) | def __init__(self, modules=None, dirs=None): method names (line 138) | def names(self, filename, modulename): function _modname (line 181) | def _modname(path): function _fullmodname (line 188) | def _fullmodname(path): class CoverageResults (line 216) | class CoverageResults: method __init__ (line 217) | def __init__(self, counts=None, calledfuncs=None, infile=None, method is_ignored_filename (line 243) | def is_ignored_filename(self, filename): method update (line 250) | def update(self, other): method write_results (line 268) | def write_results(self, show_missing=True, summary=False, coverdir=None): method write_results_file (line 353) | def write_results_file(self, path, lines, lnotab, lines_hit, encoding=... function _find_lines_from_code (line 388) | def _find_lines_from_code(code, strs): function _find_lines (line 398) | def _find_lines(code, strs): function _find_strings (line 410) | def _find_strings(filename, encoding=None): function _find_executable_linenos (line 433) | def _find_executable_linenos(filename): class Trace (line 447) | class Trace: method __init__ (line 448) | def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, method run (line 498) | def run(self, cmd): method runctx (line 503) | def runctx(self, cmd, globals=None, locals=None): method runfunc (line 514) | def runfunc(self, func, *args, **kw): method file_module_function_of (line 525) | def file_module_function_of(self, frame): method globaltrace_trackcallers (line 566) | def globaltrace_trackcallers(self, frame, why, arg): method globaltrace_countfuncs (line 577) | def globaltrace_countfuncs(self, frame, why, arg): method globaltrace_lt (line 586) | def globaltrace_lt(self, frame, why, arg): method localtrace_trace_and_count (line 609) | def localtrace_trace_and_count(self, frame, why, arg): method localtrace_trace (line 624) | def localtrace_trace(self, frame, why, arg): method localtrace_count (line 637) | def localtrace_count(self, frame, why, arg): method results (line 645) | def results(self): function _err_exit (line 651) | def _err_exit(msg): function main (line 655) | def main(argv=None): function usage (line 815) | def usage(outfile): class Ignore (line 820) | class Ignore(_Ignore): method __init__ (line 821) | def __init__(self, modules=None, dirs=None): function modname (line 826) | def modname(path): function fullmodname (line 831) | def fullmodname(path): function find_lines_from_code (line 836) | def find_lines_from_code(code, strs): function find_lines (line 841) | def find_lines(code, strs): function find_strings (line 846) | def find_strings(filename, encoding=None): function find_executable_linenos (line 851) | def find_executable_linenos(filename): FILE: tests/pythons/win64-py32/Lib/traceback.py function _print (line 11) | def _print(file, str='', terminator='\n'): function print_list (line 15) | def print_list(extracted_list, file=None): function format_list (line 26) | def format_list(extracted_list): function print_tb (line 45) | def print_tb(tb, limit=None, file=None): function format_tb (line 73) | def format_tb(tb, limit=None): function extract_tb (line 77) | def extract_tb(tb, limit=None): function _iter_chain (line 117) | def _iter_chain(exc, custom_tb=None, seen=None): function print_exception (line 138) | def print_exception(etype, value, tb, limit=None, file=None, chain=True): function format_exception (line 166) | def format_exception(etype, value, tb, limit=None, chain=True): function format_exception_only (line 190) | def format_exception_only(etype, value): function _format_final_exc_line (line 238) | def _format_final_exc_line(etype, value): function _some_str (line 246) | def _some_str(value): function print_exc (line 253) | def print_exc(limit=None, file=None, chain=True): function format_exc (line 264) | def format_exc(limit=None, chain=True): function print_last (line 274) | def print_last(limit=None, file=None, chain=True): function print_stack (line 285) | def print_stack(f=None, limit=None, file=None): function format_stack (line 299) | def format_stack(f=None, limit=None): function extract_stack (line 308) | def extract_stack(f=None, limit=None): FILE: tests/pythons/win64-py32/Lib/tty.py function setraw (line 18) | def setraw(fd, when=TCSAFLUSH): function setcbreak (line 30) | def setcbreak(fd, when=TCSAFLUSH): FILE: tests/pythons/win64-py32/Lib/turtle.py function config_dict (line 171) | def config_dict(filename): function readconfig (line 200) | def readconfig(cfgdict): class Vec2D (line 236) | class Vec2D(tuple): method __new__ (line 250) | def __new__(cls, x, y): method __add__ (line 252) | def __add__(self, other): method __mul__ (line 254) | def __mul__(self, other): method __rmul__ (line 258) | def __rmul__(self, other): method __sub__ (line 261) | def __sub__(self, other): method __neg__ (line 263) | def __neg__(self): method __abs__ (line 265) | def __abs__(self): method rotate (line 267) | def rotate(self, angle): method __getnewargs__ (line 274) | def __getnewargs__(self): method __repr__ (line 276) | def __repr__(self): function __methodDict (line 288) | def __methodDict(cls, _dict): function __methods (line 298) | def __methods(cls): function __forwardmethods (line 308) | def __forwardmethods(fromClass, toClass, toPart, exclude = ()): class ScrolledCanvas (line 329) | class ScrolledCanvas(TK.Frame): method __init__ (line 335) | def __init__(self, master, width=500, height=350, method reset (line 360) | def reset(self, canvwidth=None, canvheight=None, bg = None): method adjustScrolls (line 378) | def adjustScrolls(self): method onResize (line 394) | def onResize(self, event): method bbox (line 398) | def bbox(self, *args): method cget (line 403) | def cget(self, *args, **kwargs): method config (line 408) | def config(self, *args, **kwargs): method bind (line 413) | def bind(self, *args, **kwargs): method unbind (line 418) | def unbind(self, *args, **kwargs): method focus_force (line 423) | def focus_force(self): class _Root (line 431) | class _Root(TK.Tk): method __init__ (line 433) | def __init__(self): method setupcanvas (line 436) | def setupcanvas(self, width, height, cwidth, cheight): method _getcanvas (line 440) | def _getcanvas(self): method set_geometry (line 443) | def set_geometry(self, width, height, startx, starty): method ondestroy (line 446) | def ondestroy(self, destroy): method win_width (line 449) | def win_width(self): method win_height (line 452) | def win_height(self): class TurtleScreenBase (line 458) | class TurtleScreenBase(object): method _blankimage (line 467) | def _blankimage(): method _image (line 475) | def _image(filename): method __init__ (line 481) | def __init__(self, cv): method _createpoly (line 494) | def _createpoly(self): method _drawpoly (line 499) | def _drawpoly(self, polyitem, coordlist, fill=None, method _createline (line 524) | def _createline(self): method _drawline (line 530) | def _drawline(self, lineitem, coordlist=None, method _delete (line 553) | def _delete(self, item): method _update (line 559) | def _update(self): method _delay (line 564) | def _delay(self, delay): method _iscolorstring (line 568) | def _iscolorstring(self, color): method _bgcolor (line 578) | def _bgcolor(self, color=None): method _write (line 587) | def _write(self, pos, txt, align, font, pencolor): method _onclick (line 605) | def _onclick(self, item, fun, num=1, add=None): method _onrelease (line 620) | def _onrelease(self, item, fun, num=1, add=None): method _ondrag (line 639) | def _ondrag(self, item, fun, num=1, add=None): method _onscreenclick (line 660) | def _onscreenclick(self, fun, num=1, add=None): method _onkeyrelease (line 678) | def _onkeyrelease(self, fun, key): method _onkeypress (line 689) | def _onkeypress(self, fun, key=None): method _listen (line 707) | def _listen(self): method _ontimer (line 712) | def _ontimer(self, fun, t): method _createimage (line 720) | def _createimage(self, image): method _drawimage (line 725) | def _drawimage(self, item, pos, image): method _setbgpic (line 733) | def _setbgpic(self, item, image): method _type (line 741) | def _type(self, item): method _pointlist (line 747) | def _pointlist(self, item): method _setscrollregion (line 759) | def _setscrollregion(self, srx1, sry1, srx2, sry2): method _rescale (line 762) | def _rescale(self, xscalefactor, yscalefactor): method _resize (line 774) | def _resize(self, canvwidth=None, canvheight=None, bg=None): method _window_size (line 789) | def _window_size(self): method mainloop (line 800) | def mainloop(self): method textinput (line 815) | def textinput(self, title, prompt): method numinput (line 830) | def numinput(self, title, prompt, default=None, minval=None, maxval=No... class Terminator (line 857) | class Terminator (Exception): class TurtleGraphicsError (line 866) | class TurtleGraphicsError(Exception): class Shape (line 871) | class Shape(object): method __init__ (line 878) | def __init__(self, type_, data=None): method addcomponent (line 894) | def addcomponent(self, poly, fill, outline=None): class Tbuffer (line 918) | class Tbuffer(object): method __init__ (line 920) | def __init__(self, bufsize=10): method reset (line 925) | def reset(self, bufsize=None): method push (line 933) | def push(self, item): method pop (line 940) | def pop(self): method nr_of_items (line 949) | def nr_of_items(self): method __repr__ (line 951) | def __repr__(self): class TurtleScreen (line 956) | class TurtleScreen(TurtleScreenBase): method __init__ (line 965) | def __init__(self, cv, mode=_CFG["mode"], method clear (line 997) | def clear(self): method mode (line 1027) | def mode(self, mode=None): method setworldcoordinates (line 1061) | def setworldcoordinates(self, llx, lly, urx, ury): method register_shape (line 1100) | def register_shape(self, name, shape=None): method _colorstr (line 1135) | def _colorstr(self, color): method _color (line 1162) | def _color(self, cstr): method colormode (line 1173) | def colormode(self, cmode=None): method reset (line 1194) | def reset(self): method turtles (line 1206) | def turtles(self): method bgcolor (line 1215) | def bgcolor(self, *args): method tracer (line 1238) | def tracer(self, n=None, delay=None): method delay (line 1266) | def delay(self, delay=None): method _incrementudc (line 1281) | def _incrementudc(self): method update (line 1290) | def update(self): method window_width (line 1301) | def window_width(self): method window_height (line 1310) | def window_height(self): method getcanvas (line 1319) | def getcanvas(self): method getshapes (line 1331) | def getshapes(self): method onclick (line 1342) | def onclick(self, fun, btn=1, add=None): method onkey (line 1359) | def onkey(self, fun, key): method onkeypress (line 1389) | def onkeypress(self, fun, key=None): method listen (line 1421) | def listen(self, xdummy=None, ydummy=None): method ontimer (line 1433) | def ontimer(self, fun, t=0): method bgpic (line 1454) | def bgpic(self, picname=None): method screensize (line 1478) | def screensize(self, canvwidth=None, canvheight=None, bg=None): class TNavigator (line 1503) | class TNavigator(object): method __init__ (line 1515) | def __init__(self, mode=DEFAULT_MODE): method reset (line 1525) | def reset(self): method _setmode (line 1533) | def _setmode(self, mode=None): method _setDegreesPerAU (line 1548) | def _setDegreesPerAU(self, fullcircle): method degrees (line 1557) | def degrees(self, fullcircle=360.0): method radians (line 1581) | def radians(self): method _go (line 1595) | def _go(self, distance): method _rotate (line 1600) | def _rotate(self, angle): method _goto (line 1605) | def _goto(self, end): method forward (line 1609) | def forward(self, distance): method back (line 1632) | def back(self, distance): method right (line 1652) | def right(self, angle): method left (line 1673) | def left(self, angle): method pos (line 1694) | def pos(self): method xcor (line 1707) | def xcor(self): method ycor (line 1721) | def ycor(self): method goto (line 1736) | def goto(self, x, y=None): method home (line 1771) | def home(self): method setx (line 1785) | def setx(self, x): method sety (line 1803) | def sety(self, y): method distance (line 1821) | def distance(self, x, y=None): method towards (line 1853) | def towards(self, x, y=None): method heading (line 1888) | def heading(self): method setheading (line 1903) | def setheading(self, to_angle): method circle (line 1931) | def circle(self, radius, extent = None, steps = None): method speed (line 1996) | def speed(self, s=0): method _tracer (line 1998) | def _tracer(self, a=None, b=None): method _delay (line 2000) | def _delay(self, n=None): class TPen (line 2014) | class TPen(object): method __init__ (line 2018) | def __init__(self, resizemode=_CFG["resizemode"]): method _reset (line 2023) | def _reset(self, pencolor=_CFG["pencolor"], method resizemode (line 2037) | def resizemode(self, rmode=None): method pensize (line 2065) | def pensize(self, width=None): method penup (line 2088) | def penup(self): method pendown (line 2102) | def pendown(self): method isdown (line 2116) | def isdown(self): method speed (line 2131) | def speed(self, speed=None): method color (line 2169) | def color(self, *args): method pencolor (line 2215) | def pencolor(self, *args): method fillcolor (line 2252) | def fillcolor(self, *args): method showturtle (line 2288) | def showturtle(self): method hideturtle (line 2301) | def hideturtle(self): method isvisible (line 2317) | def isvisible(self): method pen (line 2329) | def pen(self, pen=None, **pendict): method _newLine (line 2456) | def _newLine(self, usePos = True): method _update (line 2458) | def _update(self, count=True, forced=False): method _color (line 2460) | def _color(self, args): method _colorstr (line 2462) | def _colorstr(self, args): class _TurtleImage (line 2474) | class _TurtleImage(object): method __init__ (line 2478) | def __init__(self, screen, shapeIndex): method _setshape (line 2483) | def _setshape(self, shapeIndex): class RawTurtle (line 2505) | class RawTurtle(TPen, TNavigator): method __init__ (line 2512) | def __init__(self, canvas=None, method reset (line 2552) | def reset(self): method setundobuffer (line 2577) | def setundobuffer(self, size): method undobufferentries (line 2596) | def undobufferentries(self): method _clear (line 2609) | def _clear(self): method clear (line 2623) | def clear(self): method _update_data (line 2638) | def _update_data(self): method _update (line 2646) | def _update(self): method _tracer (line 2664) | def _tracer(self, flag=None, delay=None): method _color (line 2685) | def _color(self, args): method _colorstr (line 2688) | def _colorstr(self, args): method _cc (line 2691) | def _cc(self, args): method clone (line 2706) | def clone(self): method shape (line 2746) | def shape(self, name=None): method shapesize (line 2773) | def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): method shearfactor (line 2813) | def shearfactor(self, shear=None): method settiltangle (line 2836) | def settiltangle(self, angle): method tiltangle (line 2860) | def tiltangle(self, angle=None): method tilt (line 2886) | def tilt(self, angle): method shapetransform (line 2905) | def shapetransform(self, t11=None, t12=None, t21=None, t22=None): method _polytrafo (line 2945) | def _polytrafo(self, poly): method get_shapepoly (line 2957) | def get_shapepoly(self): method _getshapepoly (line 2974) | def _getshapepoly(self, polygon, compound=False): method _drawturtle (line 2987) | def _drawturtle(self): method stamp (line 3027) | def stamp(self): method _clearstamp (line 3072) | def _clearstamp(self, stampid): method clearstamp (line 3094) | def clearstamp(self, stampid): method clearstamps (line 3109) | def clearstamps(self, n=None): method _goto (line 3137) | def _goto(self, end): method _undogoto (line 3190) | def _undogoto(self, entry): method _rotate (line 3255) | def _rotate(self, angle): method _newLine (line 3273) | def _newLine(self, usePos=True): method filling (line 3289) | def filling(self): method begin_fill (line 3303) | def begin_fill(self): method end_fill (line 3324) | def end_fill(self): method dot (line 3344) | def dot(self, size=None, *color): method _write (line 3392) | def _write(self, txt, align, font): method write (line 3402) | def write(self, arg, move=False, align="left", font=("Arial", 8, "norm... method begin_poly (line 3431) | def begin_poly(self): method end_poly (line 3445) | def end_poly(self): method get_poly (line 3458) | def get_poly(self): method getscreen (line 3471) | def getscreen(self): method getturtle (line 3487) | def getturtle(self): method _delay (line 3511) | def _delay(self, delay=None): method onclick (line 3516) | def onclick(self, fun, btn=1, add=None): method onrelease (line 3537) | def onrelease(self, fun, btn=1, add=None): method ondrag (line 3562) | def ondrag(self, fun, btn=1, add=None): method _undo (line 3583) | def _undo(self, action, data): method undo (line 3615) | def undo(self): function Screen (line 3650) | def Screen(): class _Screen (line 3658) | class _Screen(TurtleScreen): method __init__ (line 3664) | def __init__(self): method setup (line 3686) | def setup(self, width=_CFG["width"], height=_CFG["height"], method title (line 3726) | def title(self, titlestring): method _destroy (line 3743) | def _destroy(self): method bye (line 3753) | def bye(self): method exitonclick (line 3761) | def exitonclick(self): class Turtle (line 3792) | class Turtle(RawTurtle): method __init__ (line 3801) | def __init__(self, function _getpen (line 3814) | def _getpen(): function _getscreen (line 3820) | def _getscreen(): function write_docstringdict (line 3826) | def write_docstringdict(filename="turtle_docstringdict"): function read_docstrings (line 3860) | def read_docstrings(lang): function getmethparlist (line 3889) | def getmethparlist(ob): function _turtle_docrevise (line 3920) | def _turtle_docrevise(docstr): function _screen_docrevise (line 3932) | def _screen_docrevise(docstr): function switchpen (line 3973) | def switchpen(): function demo1 (line 3979) | def demo1(): function demo2 (line 4032) | def demo2(): FILE: tests/pythons/win64-py32/Lib/turtledemo/__main__.py function getExampleEntries (line 26) | def getExampleEntries(): function showDemoHelp (line 30) | def showDemoHelp(): function showAboutDemo (line 34) | def showAboutDemo(): function showAboutTurtle (line 38) | def showAboutTurtle(): class DemoWindow (line 42) | class DemoWindow(object): method __init__ (line 44) | def __init__(self, filename=None): #, root=None): method _destroy (line 120) | def _destroy(self): method configGUI (line 124) | def configGUI(self, menu, start, stop, clear, txt="", color="blue"): method makeLoadDemoMenu (line 149) | def makeLoadDemoMenu(self): method makeHelpMenu (line 165) | def makeHelpMenu(self): method refreshCanvas (line 180) | def refreshCanvas(self): method loadfile (line 186) | def loadfile(self, filename): method startDemo (line 201) | def startDemo(self): method clearCanvas (line 228) | def clearCanvas(self): method stopIt (line 234) | def stopIt(self): FILE: tests/pythons/win64-py32/Lib/turtledemo/bytedesign.py class Designer (line 31) | class Designer(Turtle): method design (line 33) | def design(self, homePos, scale): method wheel (line 51) | def wheel(self, initpos, scale): method tripiece (line 69) | def tripiece(self, initpos, scale): method pentpiece (line 86) | def pentpiece(self, initpos, scale): method pentl (line 110) | def pentl(self, side, ang, scale): method pentr (line 116) | def pentr(self, side, ang, scale): method tripolyr (line 122) | def tripolyr(self, side, scale): method tripolyl (line 132) | def tripolyl(self, side, scale): method centerpiece (line 142) | def centerpiece(self, s, a, scale): function main (line 148) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/chaos.py function f (line 11) | def f(x): function g (line 14) | def g(x): function h (line 17) | def h(x): function jumpto (line 20) | def jumpto(x, y): function line (line 23) | def line(x1, y1, x2, y2): function coosys (line 28) | def coosys(): function plot (line 32) | def plot(fun, start, colour): function main (line 43) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/clock.py function jump (line 18) | def jump(distanz, winkel=0): function hand (line 25) | def hand(laenge, spitze): function make_hand_shape (line 36) | def make_hand_shape(name, laenge, spitze): function clockface (line 46) | def clockface(radius): function setup (line 59) | def setup(): function wochentag (line 87) | def wochentag(t): function datum (line 92) | def datum(z): function tick (line 100) | def tick(): function main (line 122) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/colormixer.py class ColorTurtle (line 7) | class ColorTurtle(Turtle): method __init__ (line 9) | def __init__(self, x, y): method shift (line 30) | def shift(self, x, y): function setbgcolor (line 36) | def setbgcolor(): function main (line 39) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/forest.py function symRandom (line 18) | def symRandom(n): function randomize (line 21) | def randomize( branchlist, angledist, sizedist ): function randomfd (line 26) | def randomfd( t, distance, parts, angledist ): function tree (line 31) | def tree(tlist, size, level, widthfactor, branchlists, angledist=10, siz... function start (line 55) | def start(t,x,y): function doit1 (line 65) | def doit1(level, pen): function doit2 (line 71) | def doit2(level, pen): function doit3 (line 77) | def doit3(level, pen): function main (line 84) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/fractalcurves.py class CurvesTurtle (line 17) | class CurvesTurtle(Pen): method hilbert (line 22) | def hilbert(self, size, level, parity): method fractalgon (line 47) | def fractalgon(self, n, rad, lev, dir): method fractal (line 66) | def fractal(self, dist, depth, dir): function main (line 78) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/lindenmayer.py function replace (line 30) | def replace( seq, replacementRules, n ): function draw (line 38) | def draw( commands, rules ): function main (line 49) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/minimal_hanoi.py class Disc (line 22) | class Disc(Turtle): method __init__ (line 23) | def __init__(self, n): class Tower (line 30) | class Tower(list): method __init__ (line 32) | def __init__(self, x): method push (line 35) | def push(self, d): method pop (line 39) | def pop(self): function hanoi (line 44) | def hanoi(n, from_, with_, to_): function play (line 50) | def play(): function main (line 57) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/nim.py function randomrow (line 30) | def randomrow(): function computerzug (line 33) | def computerzug(state): function randommove (line 43) | def randommove(state): class NimModel (line 53) | class NimModel(object): method __init__ (line 54) | def __init__(self, game): method setup (line 57) | def setup(self): method move (line 66) | def move(self, row, col): method game_over (line 80) | def game_over(self): method notify_move (line 83) | def notify_move(self, row, col): class Stick (line 89) | class Stick(turtle.Turtle): method __init__ (line 90) | def __init__(self, row, col, game): method coords (line 104) | def coords(self, row, col): method makemove (line 110) | def makemove(self, x, y): class NimView (line 116) | class NimView(object): method __init__ (line 117) | def __init__(self, game): method display (line 134) | def display(self, msg1, msg2=None): method setup (line 147) | def setup(self): method notify_move (line 158) | def notify_move(self, row, col, maxspalte, player): method notify_over (line 173) | def notify_over(self): method clear (line 180) | def clear(self): class NimController (line 184) | class NimController(object): method __init__ (line 186) | def __init__(self, game): method notify_move (line 197) | def notify_move(self, row, col): class Nim (line 204) | class Nim(object): method __init__ (line 208) | def __init__(self, screen): function main (line 220) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/paint.py function switchupdown (line 20) | def switchupdown(x=0, y=0): function changecolor (line 28) | def changecolor(x=0, y=0): function main (line 33) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/peace.py function main (line 18) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/penrose.py function kite (line 25) | def kite(l): function dart (line 37) | def dart(l): function inflatekite (line 49) | def inflatekite(l, n): function inflatedart (line 71) | def inflatedart(l, n): function draw (line 90) | def draw(l, n, th=2): function sun (line 106) | def sun(l, n): function star (line 111) | def star(l,n): function makeshapes (line 116) | def makeshapes(): function start (line 128) | def start(): function test (line 135) | def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): function demo (line 154) | def demo(fun=sun): function main (line 164) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/planet_and_moon.py class GravSys (line 25) | class GravSys(object): method __init__ (line 26) | def __init__(self): method init (line 30) | def init(self): method start (line 33) | def start(self): class Star (line 39) | class Star(Turtle): method __init__ (line 40) | def __init__(self, m, x, v, gravSys, shape): method init (line 50) | def init(self): method acc (line 54) | def acc(self): method step (line 61) | def step(self): function main (line 71) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/round_dance.py function stop (line 27) | def stop(): function main (line 31) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/tree.py function tree (line 21) | def tree(plist, l, a, f): function maketree (line 39) | def maketree(): function main (line 54) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/wikipedia.py function mn_eck (line 19) | def mn_eck(p, ne,sz): function main (line 36) | def main(): FILE: tests/pythons/win64-py32/Lib/turtledemo/yinyang.py function yin (line 16) | def yin(radius, color1, color2): function main (line 40) | def main(): FILE: tests/pythons/win64-py32/Lib/types.py function _f (line 11) | def _f(): pass function _g (line 16) | def _g(): class _C (line 20) | class _C: method _m (line 21) | def _m(self): pass FILE: tests/pythons/win64-py32/Lib/unittest/case.py class SkipTest (line 22) | class SkipTest(Exception): class _ExpectedFailure (line 30) | class _ExpectedFailure(Exception): method __init__ (line 37) | def __init__(self, exc_info): class _UnexpectedSuccess (line 41) | class _UnexpectedSuccess(Exception): class _Outcome (line 47) | class _Outcome(object): method __init__ (line 48) | def __init__(self): function _id (line 57) | def _id(obj): function skip (line 60) | def skip(reason): function skipIf (line 76) | def skipIf(condition, reason): function skipUnless (line 84) | def skipUnless(condition, reason): function expectedFailure (line 93) | def expectedFailure(func): class _AssertRaisesBaseContext (line 104) | class _AssertRaisesBaseContext(object): method __init__ (line 106) | def __init__(self, expected, test_case, callable_obj=None, class _AssertRaisesContext (line 122) | class _AssertRaisesContext(_AssertRaisesBaseContext): method __enter__ (line 125) | def __enter__(self): method __exit__ (line 128) | def __exit__(self, exc_type, exc_value, tb): class _AssertWarnsContext (line 155) | class _AssertWarnsContext(_AssertRaisesBaseContext): method __enter__ (line 158) | def __enter__(self): method __exit__ (line 169) | def __exit__(self, exc_type, exc_value, tb): class TestCase (line 205) | class TestCase(object): method __init__ (line 253) | def __init__(self, methodName='runTest'): method addTypeEqualityFunc (line 284) | def addTypeEqualityFunc(self, typeobj, function): method addCleanup (line 299) | def addCleanup(self, function, *args, **kwargs): method setUp (line 307) | def setUp(self): method tearDown (line 311) | def tearDown(self): method setUpClass (line 316) | def setUpClass(cls): method tearDownClass (line 320) | def tearDownClass(cls): method countTestCases (line 323) | def countTestCases(self): method defaultTestResult (line 326) | def defaultTestResult(self): method shortDescription (line 329) | def shortDescription(self): method id (line 340) | def id(self): method __eq__ (line 343) | def __eq__(self, other): method __hash__ (line 349) | def __hash__(self): method __str__ (line 352) | def __str__(self): method __repr__ (line 355) | def __repr__(self): method _addSkip (line 359) | def _addSkip(self, result, reason): method _executeTestPart (line 368) | def _executeTestPart(self, function, outcome, isTest=False): method run (line 398) | def run(self, result=None): method doCleanups (line 463) | def doCleanups(self): method __call__ (line 476) | def __call__(self, *args, **kwds): method debug (line 479) | def debug(self): method skipTest (line 488) | def skipTest(self, reason): method fail (line 492) | def fail(self, msg=None): method assertFalse (line 496) | def assertFalse(self, expr, msg=None): method assertTrue (line 502) | def assertTrue(self, expr, msg=None): method _formatMessage (line 508) | def _formatMessage(self, msg, standardMsg): method assertRaises (line 530) | def assertRaises(self, excClass, callableObj=None, *args, **kwargs): method assertWarns (line 559) | def assertWarns(self, expected_warning, callable_obj=None, *args, **kw... method _getAssertEqualityFunc (line 590) | def _getAssertEqualityFunc(self, first, second): method _baseAssertEqual (line 616) | def _baseAssertEqual(self, first, second, msg=None): method assertEqual (line 623) | def assertEqual(self, first, second, msg=None): method assertNotEqual (line 630) | def assertNotEqual(self, first, second, msg=None): method assertAlmostEqual (line 639) | def assertAlmostEqual(self, first, second, places=None, msg=None, method assertNotAlmostEqual (line 678) | def assertNotAlmostEqual(self, first, second, places=None, msg=None, method assertSequenceEqual (line 711) | def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): method _truncateMessage (line 815) | def _truncateMessage(self, message, diff): method assertListEqual (line 821) | def assertListEqual(self, list1, list2, msg=None): method assertTupleEqual (line 833) | def assertTupleEqual(self, tuple1, tuple2, msg=None): method assertSetEqual (line 844) | def assertSetEqual(self, set1, set2, msg=None): method assertIn (line 887) | def assertIn(self, member, container, msg=None): method assertNotIn (line 894) | def assertNotIn(self, member, container, msg=None): method assertIs (line 901) | def assertIs(self, expr1, expr2, msg=None): method assertIsNot (line 908) | def assertIsNot(self, expr1, expr2, msg=None): method assertDictEqual (line 914) | def assertDictEqual(self, d1, d2, msg=None): method assertDictContainsSubset (line 926) | def assertDictContainsSubset(self, subset, dictionary, msg=None): method assertSameElements (line 954) | def assertSameElements(self, expected_seq, actual_seq, msg=None): method assertCountEqual (line 997) | def assertCountEqual(self, first, second, msg=None): method assertMultiLineEqual (line 1030) | def assertMultiLineEqual(self, first, second, msg=None): method assertLess (line 1051) | def assertLess(self, a, b, msg=None): method assertLessEqual (line 1057) | def assertLessEqual(self, a, b, msg=None): method assertGreater (line 1063) | def assertGreater(self, a, b, msg=None): method assertGreaterEqual (line 1069) | def assertGreaterEqual(self, a, b, msg=None): method assertIsNone (line 1075) | def assertIsNone(self, obj, msg=None): method assertIsNotNone (line 1081) | def assertIsNotNone(self, obj, msg=None): method assertIsInstance (line 1087) | def assertIsInstance(self, obj, cls, msg=None): method assertNotIsInstance (line 1094) | def assertNotIsInstance(self, obj, cls, msg=None): method assertRaisesRegex (line 1100) | def assertRaisesRegex(self, expected_exception, expected_regex, method assertWarnsRegex (line 1119) | def assertWarnsRegex(self, expected_warning, expected_regex, method assertRegex (line 1141) | def assertRegex(self, text, expected_regex, msg=None): method assertNotRegex (line 1151) | def assertNotRegex(self, text, unexpected_regex, msg=None): method _deprecate (line 1165) | def _deprecate(original_func): class FunctionTestCase (line 1186) | class FunctionTestCase(TestCase): method __init__ (line 1195) | def __init__(self, testFunc, setUp=None, tearDown=None, description=No... method setUp (line 1202) | def setUp(self): method tearDown (line 1206) | def tearDown(self): method runTest (line 1210) | def runTest(self): method id (line 1213) | def id(self): method __eq__ (line 1216) | def __eq__(self, other): method __ne__ (line 1225) | def __ne__(self, other): method __hash__ (line 1228) | def __hash__(self): method __str__ (line 1232) | def __str__(self): method __repr__ (line 1236) | def __repr__(self): method shortDescription (line 1240) | def shortDescription(self): FILE: tests/pythons/win64-py32/Lib/unittest/loader.py function _make_failed_import_test (line 22) | def _make_failed_import_test(name, suiteClass): function _make_failed_load_tests (line 27) | def _make_failed_load_tests(name, exception, suiteClass): function _make_failed_test (line 30) | def _make_failed_test(classname, methodname, exception, suiteClass): function _jython_aware_splitext (line 37) | def _jython_aware_splitext(path): class TestLoader (line 43) | class TestLoader(object): method loadTestsFromTestCase (line 53) | def loadTestsFromTestCase(self, testCaseClass): method loadTestsFromModule (line 64) | def loadTestsFromModule(self, module, use_load_tests=True): method loadTestsFromName (line 82) | def loadTestsFromName(self, name, module=None): method loadTestsFromNames (line 133) | def loadTestsFromNames(self, names, module=None): method getTestCaseNames (line 140) | def getTestCaseNames(self, testCaseClass): method discover (line 152) | def discover(self, start_dir, pattern='test*.py', top_level_dir=None): method _get_directory_containing_module (line 216) | def _get_directory_containing_module(self, module_name): method _get_name_from_path (line 228) | def _get_name_from_path(self, path): method _get_module_from_name (line 238) | def _get_module_from_name(self, name): method _match_path (line 242) | def _match_path(self, path, full_path, pattern): method _find_tests (line 246) | def _find_tests(self, start_dir, pattern): function _makeLoader (line 306) | def _makeLoader(prefix, sortUsing, suiteClass=None): function getTestCaseNames (line 314) | def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp): function makeSuite (line 317) | def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp, function findTestCases (line 322) | def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, FILE: tests/pythons/win64-py32/Lib/unittest/main.py function _convert_name (line 61) | def _convert_name(name): function _convert_names (line 77) | def _convert_names(names): class TestProgram (line 80) | class TestProgram(object): method __init__ (line 89) | def __init__(self, module='__main__', defaultTest=None, argv=None, method usageExit (line 126) | def usageExit(self, msg=None): method parseArgs (line 140) | def parseArgs(self, argv): method createTests (line 193) | def createTests(self): method _do_discovery (line 200) | def _do_discovery(self, argv, Loader=None): method runTests (line 256) | def runTests(self): FILE: tests/pythons/win64-py32/Lib/unittest/result.py function failfast (line 13) | def failfast(method): class TestResult (line 25) | class TestResult(object): method __init__ (line 39) | def __init__(self, stream=None, descriptions=None, verbosity=None): method printErrors (line 55) | def printErrors(self): method startTest (line 58) | def startTest(self, test): method _setupStdout (line 64) | def _setupStdout(self): method startTestRun (line 72) | def startTestRun(self): method stopTest (line 78) | def stopTest(self, test): method _restoreStdout (line 83) | def _restoreStdout(self): method stopTestRun (line 104) | def stopTestRun(self): method addError (line 111) | def addError(self, test, err): method addFailure (line 119) | def addFailure(self, test, err): method addSuccess (line 125) | def addSuccess(self, test): method addSkip (line 129) | def addSkip(self, test, reason): method addExpectedFailure (line 133) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 139) | def addUnexpectedSuccess(self, test): method wasSuccessful (line 143) | def wasSuccessful(self): method stop (line 147) | def stop(self): method _exc_info_to_string (line 151) | def _exc_info_to_string(self, err, test): method _is_relevant_tb_level (line 179) | def _is_relevant_tb_level(self, tb): method _count_relevant_tb_levels (line 182) | def _count_relevant_tb_levels(self, tb): method __repr__ (line 189) | def __repr__(self): FILE: tests/pythons/win64-py32/Lib/unittest/runner.py class _WritelnDecorator (line 13) | class _WritelnDecorator(object): method __init__ (line 15) | def __init__(self,stream): method __getattr__ (line 18) | def __getattr__(self, attr): method writeln (line 23) | def writeln(self, arg=None): class TextTestResult (line 29) | class TextTestResult(result.TestResult): method __init__ (line 37) | def __init__(self, stream, descriptions, verbosity): method getDescription (line 44) | def getDescription(self, test): method startTest (line 51) | def startTest(self, test): method addSuccess (line 58) | def addSuccess(self, test): method addError (line 66) | def addError(self, test, err): method addFailure (line 74) | def addFailure(self, test, err): method addSkip (line 82) | def addSkip(self, test, reason): method addExpectedFailure (line 90) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 98) | def addUnexpectedSuccess(self, test): method printErrors (line 106) | def printErrors(self): method printErrorList (line 112) | def printErrorList(self, flavour, errors): class TextTestRunner (line 120) | class TextTestRunner(object): method __init__ (line 128) | def __init__(self, stream=None, descriptions=True, verbosity=1, method _makeResult (line 141) | def _makeResult(self): method run (line 144) | def run(self, test): FILE: tests/pythons/win64-py32/Lib/unittest/signals.py class _InterruptHandler (line 9) | class _InterruptHandler(object): method __init__ (line 10) | def __init__(self, default_handler): method __call__ (line 28) | def __call__(self, signum, frame): function registerResult (line 42) | def registerResult(result): function removeResult (line 45) | def removeResult(result): function installHandler (line 49) | def installHandler(): function removeHandler (line 57) | def removeHandler(method=None): FILE: tests/pythons/win64-py32/Lib/unittest/suite.py function _call_if_exists (line 11) | def _call_if_exists(parent, attr): class BaseTestSuite (line 16) | class BaseTestSuite(object): method __init__ (line 19) | def __init__(self, tests=()): method __repr__ (line 23) | def __repr__(self): method __eq__ (line 26) | def __eq__(self, other): method __ne__ (line 31) | def __ne__(self, other): method __iter__ (line 34) | def __iter__(self): method countTestCases (line 37) | def countTestCases(self): method addTest (line 43) | def addTest(self, test): method addTests (line 53) | def addTests(self, tests): method run (line 59) | def run(self, result): method __call__ (line 66) | def __call__(self, *args, **kwds): method debug (line 69) | def debug(self): class TestSuite (line 75) | class TestSuite(BaseTestSuite): method run (line 85) | def run(self, result, debug=False): method debug (line 115) | def debug(self): method _handleClassSetUp (line 122) | def _handleClassSetUp(self, test, result): method _get_previous_module (line 154) | def _get_previous_module(self, result): method _handleModuleFixture (line 162) | def _handleModuleFixture(self, test, result): method _addClassOrModuleLevelException (line 190) | def _addClassOrModuleLevelException(self, result, exception, errorName): method _handleModuleTearDown (line 198) | def _handleModuleTearDown(self, result): method _tearDownPreviousClass (line 223) | def _tearDownPreviousClass(self, test, result): class _ErrorHolder (line 250) | class _ErrorHolder(object): method __init__ (line 262) | def __init__(self, description): method id (line 265) | def id(self): method shortDescription (line 268) | def shortDescription(self): method __repr__ (line 271) | def __repr__(self): method __str__ (line 274) | def __str__(self): method run (line 277) | def run(self, result): method __call__ (line 282) | def __call__(self, result): method countTestCases (line 285) | def countTestCases(self): function _isnotsuite (line 288) | def _isnotsuite(test): class _DebugResult (line 297) | class _DebugResult(object): FILE: tests/pythons/win64-py32/Lib/unittest/util.py function safe_repr (line 8) | def safe_repr(obj, short=False): function strclass (line 17) | def strclass(cls): function sorted_list_difference (line 20) | def sorted_list_difference(expected, actual): function unorderable_list_difference (line 61) | def unorderable_list_difference(expected, actual): function three_way_cmp (line 78) | def three_way_cmp(x, y): function _count_diff_all_purpose (line 84) | def _count_diff_all_purpose(actual, expected): function _ordered_count (line 119) | def _ordered_count(iterable): function _count_diff_hashable (line 126) | def _count_diff_hashable(actual, expected): FILE: tests/pythons/win64-py32/Lib/urllib/error.py class URLError (line 20) | class URLError(IOError): method __init__ (line 26) | def __init__(self, reason, filename=None): method __str__ (line 32) | def __str__(self): class HTTPError (line 35) | class HTTPError(URLError, urllib.response.addinfourl): method __init__ (line 39) | def __init__(self, url, code, msg, hdrs, fp): method __str__ (line 52) | def __str__(self): method reason (line 58) | def reason(self): method info (line 61) | def info(self): class ContentTooShortError (line 66) | class ContentTooShortError(URLError): method __init__ (line 67) | def __init__(self, message, content): FILE: tests/pythons/win64-py32/Lib/urllib/parse.py function clear_cache (line 72) | def clear_cache(): function _noop (line 87) | def _noop(obj): function _encode_result (line 90) | def _encode_result(obj, encoding=_implicit_encoding, function _decode_args (line 94) | def _decode_args(args, encoding=_implicit_encoding, function _coerce_args (line 98) | def _coerce_args(*args): class _ResultMixinStr (line 115) | class _ResultMixinStr(object): method encode (line 119) | def encode(self, encoding='ascii', errors='strict'): class _ResultMixinBytes (line 123) | class _ResultMixinBytes(object): method decode (line 127) | def decode(self, encoding='ascii', errors='strict'): class _NetlocResultMixinBase (line 131) | class _NetlocResultMixinBase(object): method username (line 136) | def username(self): method password (line 140) | def password(self): method hostname (line 144) | def hostname(self): method port (line 153) | def port(self): class _NetlocResultMixinStr (line 163) | class _NetlocResultMixinStr(_NetlocResultMixinBase, _ResultMixinStr): method _userinfo (line 167) | def _userinfo(self): method _hostinfo (line 179) | def _hostinfo(self): class _NetlocResultMixinBytes (line 193) | class _NetlocResultMixinBytes(_NetlocResultMixinBase, _ResultMixinBytes): method _userinfo (line 197) | def _userinfo(self): method _hostinfo (line 209) | def _hostinfo(self): class DefragResult (line 235) | class DefragResult(_DefragResultBase, _ResultMixinStr): method geturl (line 237) | def geturl(self): class SplitResult (line 243) | class SplitResult(_SplitResultBase, _NetlocResultMixinStr): method geturl (line 245) | def geturl(self): class ParseResult (line 248) | class ParseResult(_ParseResultBase, _NetlocResultMixinStr): method geturl (line 250) | def geturl(self): class DefragResultBytes (line 254) | class DefragResultBytes(_DefragResultBase, _ResultMixinBytes): method geturl (line 256) | def geturl(self): class SplitResultBytes (line 262) | class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes): method geturl (line 264) | def geturl(self): class ParseResultBytes (line 267) | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): method geturl (line 269) | def geturl(self): function _fix_result_transcoding (line 273) | def _fix_result_transcoding(): function urlparse (line 286) | def urlparse(url, scheme='', allow_fragments=True): function _splitparams (line 302) | def _splitparams(url): function _splitnetloc (line 311) | def _splitnetloc(url, start=0): function urlsplit (line 319) | def urlsplit(url, scheme='', allow_fragments=True): function urlunparse (line 375) | def urlunparse(components): function urlunsplit (line 386) | def urlunsplit(components): function urljoin (line 405) | def urljoin(base, url, allow_fragments=True): function urldefrag (line 458) | def urldefrag(url): function unquote_to_bytes (line 478) | def unquote_to_bytes(string): function unquote (line 504) | def unquote(string, encoding='utf-8', errors='replace'): function parse_qs (line 529) | def parse_qs(qs, keep_blank_values=False, strict_parsing=False, function parse_qsl (line 561) | def parse_qsl(qs, keep_blank_values=False, strict_parsing=False, function unquote_plus (line 609) | def unquote_plus(string, encoding='utf-8', errors='replace'): class Quoter (line 625) | class Quoter(collections.defaultdict): method __init__ (line 633) | def __init__(self, safe): method __repr__ (line 637) | def __repr__(self): method __missing__ (line 641) | def __missing__(self, b): function quote (line 647) | def quote(string, safe='/', encoding=None, errors=None): function quote_plus (line 691) | def quote_plus(string, safe='', encoding=None, errors=None): function quote_from_bytes (line 708) | def quote_from_bytes(bs, safe='/'): function urlencode (line 730) | def urlencode(query, doseq=False, safe='', encoding=None, errors=None): function to_bytes (line 823) | def to_bytes(url): function unwrap (line 836) | def unwrap(url): function splittype (line 845) | def splittype(url): function splithost (line 859) | def splithost(url): function splituser (line 876) | def splituser(host): function splitpasswd (line 888) | def splitpasswd(user): function splitport (line 901) | def splitport(host): function splitnport (line 913) | def splitnport(host, defport=-1): function splitquery (line 935) | def splitquery(url): function splittag (line 947) | def splittag(url): function splitattr (line 958) | def splitattr(url): function splitvalue (line 965) | def splitvalue(attr): FILE: tests/pythons/win64-py32/Lib/urllib/request.py function urlopen (line 119) | def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, function install_opener (line 141) | def install_opener(opener): function urlretrieve (line 147) | def urlretrieve(url, filename=None, reporthook=None, data=None): function urlcleanup (line 153) | def urlcleanup(): function request_host (line 162) | def request_host(request): class Request (line 178) | class Request: method __init__ (line 180) | def __init__(self, url, data=None, headers={}, method _parse (line 197) | def _parse(self): method get_method (line 205) | def get_method(self): method add_data (line 213) | def add_data(self, data): method has_data (line 216) | def has_data(self): method get_data (line 219) | def get_data(self): method get_full_url (line 222) | def get_full_url(self): method get_type (line 228) | def get_type(self): method get_host (line 231) | def get_host(self): method get_selector (line 234) | def get_selector(self): method is_unverifiable (line 237) | def is_unverifiable(self): method get_origin_req_host (line 240) | def get_origin_req_host(self): method set_proxy (line 245) | def set_proxy(self, host, type): method has_proxy (line 253) | def has_proxy(self): method add_header (line 256) | def add_header(self, key, val): method add_unredirected_header (line 260) | def add_unredirected_header(self, key, val): method has_header (line 264) | def has_header(self, header_name): method get_header (line 268) | def get_header(self, header_name, default=None): method header_items (line 273) | def header_items(self): class OpenerDirector (line 278) | class OpenerDirector: method __init__ (line 279) | def __init__(self): method add_handler (line 290) | def add_handler(self, handler): method close (line 337) | def close(self): method _call_chain (line 341) | def _call_chain(self, chain, kind, meth_name, *args): method open (line 352) | def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIME... method _open (line 380) | def _open(self, req, data=None): method error (line 395) | def error(self, proto, *args): function build_opener (line 420) | def build_opener(*handlers): class BaseHandler (line 458) | class BaseHandler: method add_parent (line 461) | def add_parent(self, parent): method close (line 464) | def close(self): method __lt__ (line 468) | def __lt__(self, other): class HTTPErrorProcessor (line 477) | class HTTPErrorProcessor(BaseHandler): method http_response (line 481) | def http_response(self, request, response): class HTTPDefaultErrorHandler (line 494) | class HTTPDefaultErrorHandler(BaseHandler): method http_error_default (line 495) | def http_error_default(self, req, fp, code, msg, hdrs): class HTTPRedirectHandler (line 498) | class HTTPRedirectHandler(BaseHandler): method redirect_request (line 506) | def redirect_request(self, req, fp, code, msg, headers, newurl): method http_error_302 (line 540) | def http_error_302(self, req, fp, code, msg, headers): function _parse_proxy (line 602) | def _parse_proxy(proxy): class ProxyHandler (line 674) | class ProxyHandler(BaseHandler): method __init__ (line 678) | def __init__(self, proxies=None): method proxy_open (line 688) | def proxy_open(self, req, proxy, type): class HTTPPasswordMgr (line 716) | class HTTPPasswordMgr: method __init__ (line 718) | def __init__(self): method add_password (line 721) | def add_password(self, realm, uri, user, passwd): method find_user_password (line 732) | def find_user_password(self, realm, authuri): method reduce_uri (line 742) | def reduce_uri(self, uri, default_port=True): method is_suburi (line 765) | def is_suburi(self, base, test): class HTTPPasswordMgrWithDefaultRealm (line 780) | class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): method find_user_password (line 782) | def find_user_password(self, realm, authuri): class AbstractBasicAuthHandler (line 790) | class AbstractBasicAuthHandler: method __init__ (line 804) | def __init__(self, password_mgr=None): method reset_retry_count (line 811) | def reset_retry_count(self): method http_error_auth_reqed (line 814) | def http_error_auth_reqed(self, authreq, host, req, headers): method retry_http_basic_auth (line 840) | def retry_http_basic_auth(self, host, req, realm): class HTTPBasicAuthHandler (line 853) | class HTTPBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_401 (line 857) | def http_error_401(self, req, fp, code, msg, headers): class ProxyBasicAuthHandler (line 865) | class ProxyBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_407 (line 869) | def http_error_407(self, req, fp, code, msg, headers): function randombytes (line 881) | def randombytes(n): class AbstractDigestAuthHandler (line 885) | class AbstractDigestAuthHandler: method __init__ (line 896) | def __init__(self, passwd=None): method reset_retry_count (line 905) | def reset_retry_count(self): method http_error_auth_reqed (line 908) | def http_error_auth_reqed(self, auth_header, host, req, headers): method retry_http_digest_auth (line 925) | def retry_http_digest_auth(self, req, auth): method get_cnonce (line 937) | def get_cnonce(self, nonce): method get_authorization (line 948) | def get_authorization(self, req, chal): method get_algorithm_impls (line 1008) | def get_algorithm_impls(self, algorithm): method get_entity_digest (line 1018) | def get_entity_digest(self, data, chal): class HTTPDigestAuthHandler (line 1023) | class HTTPDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_401 (line 1033) | def http_error_401(self, req, fp, code, msg, headers): class ProxyDigestAuthHandler (line 1041) | class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_407 (line 1046) | def http_error_407(self, req, fp, code, msg, headers): class AbstractHTTPHandler (line 1053) | class AbstractHTTPHandler(BaseHandler): method __init__ (line 1055) | def __init__(self, debuglevel=0): method set_http_debuglevel (line 1058) | def set_http_debuglevel(self, level): method do_request_ (line 1061) | def do_request_(self, request): method do_open (line 1101) | def do_open(self, http_class, req, **http_conn_args): class HTTPHandler (line 1157) | class HTTPHandler(AbstractHTTPHandler): method http_open (line 1159) | def http_open(self, req): class HTTPSHandler (line 1167) | class HTTPSHandler(AbstractHTTPHandler): method __init__ (line 1169) | def __init__(self, debuglevel=0, context=None, check_hostname=None): method https_open (line 1174) | def https_open(self, req): class HTTPCookieProcessor (line 1180) | class HTTPCookieProcessor(BaseHandler): method __init__ (line 1181) | def __init__(self, cookiejar=None): method http_request (line 1187) | def http_request(self, request): method http_response (line 1191) | def http_response(self, request, response): class UnknownHandler (line 1198) | class UnknownHandler(BaseHandler): method unknown_open (line 1199) | def unknown_open(self, req): function parse_keqv_list (line 1203) | def parse_keqv_list(l): function parse_http_list (line 1213) | def parse_http_list(s): class FileHandler (line 1256) | class FileHandler(BaseHandler): method file_open (line 1258) | def file_open(self, req): method get_names (line 1269) | def get_names(self): method open_local_file (line 1280) | def open_local_file(self, req): function _safe_gethostbyname (line 1308) | def _safe_gethostbyname(host): class FTPHandler (line 1314) | class FTPHandler(BaseHandler): method ftp_open (line 1315) | def ftp_open(self, req): method connect_ftp (line 1368) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): class CacheFTPHandler (line 1372) | class CacheFTPHandler(FTPHandler): method __init__ (line 1375) | def __init__(self): method setTimeout (line 1382) | def setTimeout(self, t): method setMaxConns (line 1385) | def setMaxConns(self, m): method connect_ftp (line 1388) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): method check_cache (line 1399) | def check_cache(self): method clear_cache (line 1419) | def clear_cache(self): function url2pathname (line 1434) | def url2pathname(pathname): function pathname2url (line 1439) | def pathname2url(pathname): class URLopener (line 1452) | class URLopener: method __init__ (line 1465) | def __init__(self, proxies=None, **x509): method __del__ (line 1488) | def __del__(self): method close (line 1491) | def close(self): method cleanup (line 1494) | def cleanup(self): method addheader (line 1508) | def addheader(self, *args): method open (line 1514) | def open(self, fullurl, data=None): method open_unknown (line 1548) | def open_unknown(self, fullurl, data=None): method open_unknown_proxy (line 1553) | def open_unknown_proxy(self, proxy, fullurl, data=None): method retrieve (line 1559) | def retrieve(self, url, filename=None, reporthook=None, data=None): method _open_generic_http (line 1625) | def _open_generic_http(self, connection_factory, url, data): method open_http (line 1717) | def open_http(self, url, data=None): method http_error (line 1721) | def http_error(self, url, fp, errcode, errmsg, headers, data=None): method http_error_default (line 1737) | def http_error_default(self, url, fp, errcode, errmsg, headers): method _https_connection (line 1743) | def _https_connection(self, host): method open_https (line 1748) | def open_https(self, url, data=None): method open_file (line 1752) | def open_file(self, url): method open_local_file (line 1761) | def open_local_file(self, url): method open_ftp (line 1793) | def open_ftp(self, url): method open_data (line 1851) | def open_data(self, url, data=None): class FancyURLopener (line 1893) | class FancyURLopener(URLopener): method __init__ (line 1896) | def __init__(self, *args, **kwargs): method http_error_default (line 1902) | def http_error_default(self, url, fp, errcode, errmsg, headers): method http_error_302 (line 1906) | def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): method redirect_internal (line 1922) | def redirect_internal(self, url, fp, errcode, errmsg, headers, data): method http_error_301 (line 1950) | def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): method http_error_303 (line 1954) | def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): method http_error_307 (line 1958) | def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): method http_error_401 (line 1965) | def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, method http_error_407 (line 1991) | def http_error_407(self, url, fp, errcode, errmsg, headers, data=None, method retry_proxy_http_basic_auth (line 2017) | def retry_proxy_http_basic_auth(self, url, realm, data=None): method retry_proxy_https_basic_auth (line 2035) | def retry_proxy_https_basic_auth(self, url, realm, data=None): method retry_http_basic_auth (line 2053) | def retry_http_basic_auth(self, url, realm, data=None): method retry_https_basic_auth (line 2067) | def retry_https_basic_auth(self, url, realm, data=None): method get_user_passwd (line 2081) | def get_user_passwd(self, host, realm, clear_cache=0): method prompt_user_passwd (line 2092) | def prompt_user_passwd(self, host, realm): function localhost (line 2108) | def localhost(): function thishost (line 2116) | def thishost(): function ftperrors (line 2124) | def ftperrors(): function noheaders (line 2133) | def noheaders(): class ftpwrapper (line 2143) | class ftpwrapper: method __init__ (line 2146) | def __init__(self, user, passwd, host, port, dirs, timeout=None, method init (line 2158) | def init(self): method retrfile (line 2167) | def retrfile(self, file, type): method endtransfer (line 2212) | def endtransfer(self): method close (line 2215) | def close(self): method file_close (line 2220) | def file_close(self): method real_close (line 2226) | def real_close(self): function getproxies_environment (line 2234) | def getproxies_environment(): function proxy_bypass_environment (line 2250) | def proxy_bypass_environment(host): function _proxy_bypass_macosx_sysconf (line 2273) | def _proxy_bypass_macosx_sysconf(host, proxy_settings): function proxy_bypass_macosx_sysconf (line 2338) | def proxy_bypass_macosx_sysconf(host): function getproxies_macosx_sysconf (line 2342) | def getproxies_macosx_sysconf(): function proxy_bypass (line 2352) | def proxy_bypass(host): function getproxies (line 2358) | def getproxies(): function getproxies_registry (line 2363) | def getproxies_registry(): function getproxies (line 2409) | def getproxies(): function proxy_bypass_registry (line 2418) | def proxy_bypass_registry(host): function proxy_bypass (line 2469) | def proxy_bypass(host): FILE: tests/pythons/win64-py32/Lib/urllib/response.py class addbase (line 9) | class addbase(object): method __init__ (line 14) | def __init__(self, fp): method __iter__ (line 27) | def __iter__(self): method __repr__ (line 35) | def __repr__(self): method close (line 39) | def close(self): method __enter__ (line 47) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): class addclosehook (line 55) | class addclosehook(addbase): method __init__ (line 58) | def __init__(self, fp, closehook, *hookargs): method close (line 63) | def close(self): class addinfo (line 70) | class addinfo(addbase): method __init__ (line 73) | def __init__(self, fp, headers): method info (line 77) | def info(self): class addinfourl (line 80) | class addinfourl(addbase): method __init__ (line 83) | def __init__(self, fp, headers, url, code=None): method info (line 89) | def info(self): method getcode (line 92) | def getcode(self): method geturl (line 95) | def geturl(self): FILE: tests/pythons/win64-py32/Lib/urllib/robotparser.py class RobotFileParser (line 17) | class RobotFileParser: method __init__ (line 23) | def __init__(self, url=''): method mtime (line 31) | def mtime(self): method modified (line 40) | def modified(self): method set_url (line 48) | def set_url(self, url): method read (line 53) | def read(self): method _add_entry (line 66) | def _add_entry(self, entry): method parse (line 75) | def parse(self, lines): method can_fetch (line 126) | def can_fetch(self, useragent, url): method __str__ (line 149) | def __str__(self): class RuleLine (line 153) | class RuleLine: method __init__ (line 156) | def __init__(self, path, allowance): method applies_to (line 163) | def applies_to(self, filename): method __str__ (line 166) | def __str__(self): class Entry (line 170) | class Entry: method __init__ (line 172) | def __init__(self): method __str__ (line 176) | def __str__(self): method applies_to (line 184) | def applies_to(self, useragent): method allowance (line 197) | def allowance(self, filename): FILE: tests/pythons/win64-py32/Lib/uu.py class Error (line 39) | class Error(Exception): function encode (line 42) | def encode(in_file, out_file, name=None, mode=None): function decode (line 90) | def decode(in_file, out_file=None, mode=None, quiet=False): function test (line 160) | def test(): FILE: tests/pythons/win64-py32/Lib/uuid.py class UUID (line 56) | class UUID(object): method __init__ (line 104) | def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, method __eq__ (line 185) | def __eq__(self, other): method __ne__ (line 190) | def __ne__(self, other): method __lt__ (line 198) | def __lt__(self, other): method __gt__ (line 203) | def __gt__(self, other): method __le__ (line 208) | def __le__(self, other): method __ge__ (line 213) | def __ge__(self, other): method __hash__ (line 218) | def __hash__(self): method __int__ (line 221) | def __int__(self): method __repr__ (line 224) | def __repr__(self): method __setattr__ (line 227) | def __setattr__(self, name, value): method __str__ (line 230) | def __str__(self): method bytes (line 236) | def bytes(self): method bytes_le (line 243) | def bytes_le(self): method fields (line 251) | def fields(self): method time_low (line 256) | def time_low(self): method time_mid (line 260) | def time_mid(self): method time_hi_version (line 264) | def time_hi_version(self): method clock_seq_hi_variant (line 268) | def clock_seq_hi_variant(self): method clock_seq_low (line 272) | def clock_seq_low(self): method time (line 276) | def time(self): method clock_seq (line 281) | def clock_seq(self): method node (line 286) | def node(self): method hex (line 290) | def hex(self): method urn (line 294) | def urn(self): method variant (line 298) | def variant(self): method version (line 309) | def version(self): function _find_mac (line 314) | def _find_mac(command, args, hw_identifiers, get_index): function _ifconfig_getnode (line 336) | def _ifconfig_getnode(): function _ipconfig_getnode (line 360) | def _ipconfig_getnode(): function _netbios_getnode (line 384) | def _netbios_getnode(): function _unixdll_getnode (line 463) | def _unixdll_getnode(): function _windll_getnode (line 469) | def _windll_getnode(): function _random_getnode (line 475) | def _random_getnode(): function getnode (line 482) | def getnode(): function uuid1 (line 511) | def uuid1(node=None, clock_seq=None): function uuid3 (line 546) | def uuid3(namespace, name): function uuid4 (line 552) | def uuid4(): function uuid5 (line 570) | def uuid5(namespace, name): FILE: tests/pythons/win64-py32/Lib/warnings.py function showwarning (line 13) | def showwarning(message, category, filename, lineno, file=None, line=None): function formatwarning (line 22) | def formatwarning(message, category, filename, lineno, line=None): function filterwarnings (line 31) | def filterwarnings(action, message="", category=Warning, module="", line... function simplefilter (line 59) | def simplefilter(action, category=Warning, lineno=0, append=False): function resetwarnings (line 79) | def resetwarnings(): class _OptionError (line 83) | class _OptionError(Exception): function _processoptions (line 88) | def _processoptions(args): function _setoption (line 96) | def _setoption(arg): function _getaction (line 123) | def _getaction(action): function _getcategory (line 133) | def _getcategory(category): function warn (line 160) | def warn(message, category=None, stacklevel=1): function warn_explicit (line 200) | def warn_explicit(message, category, filename, lineno, class WarningMessage (line 269) | class WarningMessage(object): method __init__ (line 276) | def __init__(self, message, category, filename, lineno, file=None, method __str__ (line 283) | def __str__(self): class catch_warnings (line 289) | class catch_warnings(object): method __init__ (line 306) | def __init__(self, *, record=False, module=None): method __repr__ (line 318) | def __repr__(self): method __enter__ (line 327) | def __enter__(self): method __exit__ (line 343) | def __exit__(self, *exc_info): FILE: tests/pythons/win64-py32/Lib/wave.py class Error (line 78) | class Error(Exception): class Wave_read (line 94) | class Wave_read: method initfp (line 125) | def initfp(self, file): method __init__ (line 156) | def __init__(self, f): method __del__ (line 169) | def __del__(self): method getfp (line 174) | def getfp(self): method rewind (line 177) | def rewind(self): method close (line 181) | def close(self): method tell (line 187) | def tell(self): method getnchannels (line 190) | def getnchannels(self): method getnframes (line 193) | def getnframes(self): method getsampwidth (line 196) | def getsampwidth(self): method getframerate (line 199) | def getframerate(self): method getcomptype (line 202) | def getcomptype(self): method getcompname (line 205) | def getcompname(self): method getparams (line 208) | def getparams(self): method getmarkers (line 213) | def getmarkers(self): method getmark (line 216) | def getmark(self, id): method setpos (line 219) | def setpos(self, pos): method readframes (line 225) | def readframes(self, nframes): method _read_fmt_chunk (line 263) | def _read_fmt_chunk(self, chunk): class Wave_write (line 274) | class Wave_write: method __init__ (line 300) | def __init__(self, f): method initfp (line 312) | def initfp(self, file): method __del__ (line 324) | def __del__(self): method setnchannels (line 330) | def setnchannels(self, nchannels): method getnchannels (line 337) | def getnchannels(self): method setsampwidth (line 342) | def setsampwidth(self, sampwidth): method getsampwidth (line 349) | def getsampwidth(self): method setframerate (line 354) | def setframerate(self, framerate): method getframerate (line 361) | def getframerate(self): method setnframes (line 366) | def setnframes(self, nframes): method getnframes (line 371) | def getnframes(self): method setcomptype (line 374) | def setcomptype(self, comptype, compname): method getcomptype (line 382) | def getcomptype(self): method getcompname (line 385) | def getcompname(self): method setparams (line 388) | def setparams(self, params): method getparams (line 398) | def getparams(self): method setmark (line 404) | def setmark(self, id, pos, name): method getmark (line 407) | def getmark(self, id): method getmarkers (line 410) | def getmarkers(self): method tell (line 413) | def tell(self): method writeframesraw (line 416) | def writeframesraw(self, data): method writeframes (line 432) | def writeframes(self, data): method close (line 437) | def close(self): method _ensure_header_written (line 452) | def _ensure_header_written(self, datasize): method _write_header (line 462) | def _write_header(self, initlength): method _patchheader (line 479) | def _patchheader(self): function open (line 491) | def open(f, mode=None): FILE: tests/pythons/win64-py32/Lib/weakref.py class WeakValueDictionary (line 33) | class WeakValueDictionary(collections.MutableMapping): method __init__ (line 45) | def __init__(self, *args, **kw): method _commit_removals (line 60) | def _commit_removals(self): method __getitem__ (line 68) | def __getitem__(self, key): method __delitem__ (line 75) | def __delitem__(self, key): method __len__ (line 80) | def __len__(self): method __contains__ (line 83) | def __contains__(self, key): method __repr__ (line 90) | def __repr__(self): method __setitem__ (line 93) | def __setitem__(self, key, value): method copy (line 98) | def copy(self): method __deepcopy__ (line 108) | def __deepcopy__(self, memo): method get (line 117) | def get(self, key, default=None): method items (line 130) | def items(self): method keys (line 137) | def keys(self): method itervaluerefs (line 145) | def itervaluerefs(self): method values (line 159) | def values(self): method popitem (line 166) | def popitem(self): method pop (line 175) | def pop(self, key, *args): method setdefault (line 189) | def setdefault(self, key, default=None): method update (line 200) | def update(self, dict=None, **kwargs): method valuerefs (line 212) | def valuerefs(self): class KeyedRef (line 225) | class KeyedRef(ref): method __new__ (line 237) | def __new__(type, ob, callback, key): method __init__ (line 242) | def __init__(self, ob, callback, key): class WeakKeyDictionary (line 246) | class WeakKeyDictionary(collections.MutableMapping): method __init__ (line 257) | def __init__(self, dict=None): method _commit_removals (line 273) | def _commit_removals(self): method __delitem__ (line 286) | def __delitem__(self, key): method __getitem__ (line 289) | def __getitem__(self, key): method __len__ (line 292) | def __len__(self): method __repr__ (line 295) | def __repr__(self): method __setitem__ (line 298) | def __setitem__(self, key, value): method copy (line 301) | def copy(self): method __deepcopy__ (line 311) | def __deepcopy__(self, memo): method get (line 320) | def get(self, key, default=None): method __contains__ (line 323) | def __contains__(self, key): method items (line 330) | def items(self): method keys (line 337) | def keys(self): method values (line 346) | def values(self): method keyrefs (line 352) | def keyrefs(self): method popitem (line 364) | def popitem(self): method pop (line 371) | def pop(self, key, *args): method setdefault (line 374) | def setdefault(self, key, default=None): method update (line 377) | def update(self, dict=None, **kwargs): FILE: tests/pythons/win64-py32/Lib/webbrowser.py class Error (line 15) | class Error(Exception): function register (line 21) | def register(name, klass, instance=None, update_tryorder=1): function get (line 29) | def get(using=None): function open (line 59) | def open(url, new=0, autoraise=True): function open_new (line 66) | def open_new(url): function open_new_tab (line 69) | def open_new_tab(url): function _synthesize (line 73) | def _synthesize(browser, update_tryorder=1): function _isexecutable (line 106) | def _isexecutable(cmd): function _isexecutable (line 115) | def _isexecutable(cmd): function _iscommand (line 122) | def _iscommand(cmd): class BaseBrowser (line 139) | class BaseBrowser(object): method __init__ (line 144) | def __init__(self, name=""): method open (line 148) | def open(self, url, new=0, autoraise=True): method open_new (line 151) | def open_new(self, url): method open_new_tab (line 154) | def open_new_tab(self, url): class GenericBrowser (line 158) | class GenericBrowser(BaseBrowser): method __init__ (line 162) | def __init__(self, name): method open (line 172) | def open(self, url, new=0, autoraise=True): class BackgroundBrowser (line 185) | class BackgroundBrowser(GenericBrowser): method open (line 189) | def open(self, url, new=0, autoraise=True): class UnixBrowser (line 205) | class UnixBrowser(BaseBrowser): method _invoke (line 222) | def _invoke(self, args, remote, autoraise): method open (line 260) | def open(self, url, new=0, autoraise=True): class Mozilla (line 286) | class Mozilla(UnixBrowser): class Galeon (line 299) | class Galeon(UnixBrowser): class Opera (line 309) | class Opera(UnixBrowser): class Elinks (line 320) | class Elinks(UnixBrowser): class Konqueror (line 334) | class Konqueror(BaseBrowser): method open (line 341) | def open(self, url, new=0, autoraise=True): class Grail (line 391) | class Grail(BaseBrowser): method _find_grail_rc (line 395) | def _find_grail_rc(self): method _remote (line 421) | def _remote(self, action): method open (line 429) | def open(self, url, new=0, autoraise=True): function register_X_browsers (line 444) | def register_X_browsers(): class WindowsDefault (line 511) | class WindowsDefault(BaseBrowser): method open (line 512) | def open(self, url, new=0, autoraise=True): class MacOSX (line 542) | class MacOSX(BaseBrowser): method __init__ (line 552) | def __init__(self, name): method open (line 555) | def open(self, url, new=0, autoraise=True): class MacOSXOSAScript (line 588) | class MacOSXOSAScript(BaseBrowser): method __init__ (line 589) | def __init__(self, name): method open (line 592) | def open(self, url, new=0, autoraise=True): function main (line 650) | def main(): FILE: tests/pythons/win64-py32/Lib/wsgiref/handlers.py function format_date_time (line 19) | def format_date_time(timestamp): function _needs_transcode (line 30) | def _needs_transcode(k): function read_environ (line 34) | def read_environ(): class BaseHandler (line 94) | class BaseHandler: method run (line 128) | def run(self, application): method setup_environ (line 148) | def setup_environ(self): method finish_response (line 169) | def finish_response(self): method get_scheme (line 186) | def get_scheme(self): method set_content_length (line 191) | def set_content_length(self): method cleanup_headers (line 204) | def cleanup_headers(self): method start_response (line 212) | def start_response(self, status, headers,exc_info=None): method _convert_string_type (line 240) | def _convert_string_type(self, value, title): method send_preamble (line 248) | def send_preamble(self): method write (line 262) | def write(self, data): method sendfile (line 283) | def sendfile(self): method finish_content (line 304) | def finish_content(self): method close (line 314) | def close(self): method send_headers (line 327) | def send_headers(self): method result_is_file (line 336) | def result_is_file(self): method client_is_modern (line 342) | def client_is_modern(self): method log_exception (line 347) | def log_exception(self,exc_info): method handle_error (line 363) | def handle_error(self): method error_output (line 371) | def error_output(self, environ, start_response): method _write (line 390) | def _write(self,data): method _flush (line 399) | def _flush(self): method get_stdin (line 407) | def get_stdin(self): method get_stderr (line 411) | def get_stderr(self): method add_cgi_vars (line 415) | def add_cgi_vars(self): class SimpleHandler (line 420) | class SimpleHandler(BaseHandler): method __init__ (line 433) | def __init__(self,stdin,stdout,stderr,environ, method get_stdin (line 443) | def get_stdin(self): method get_stderr (line 446) | def get_stderr(self): method add_cgi_vars (line 449) | def add_cgi_vars(self): method _write (line 452) | def _write(self,data): method _flush (line 455) | def _flush(self): class BaseCGIHandler (line 460) | class BaseCGIHandler(SimpleHandler): class CGIHandler (line 484) | class CGIHandler(BaseCGIHandler): method __init__ (line 507) | def __init__(self): class IISCGIHandler (line 514) | class IISCGIHandler(BaseCGIHandler): method __init__ (line 538) | def __init__(self): FILE: tests/pythons/win64-py32/Lib/wsgiref/headers.py function _formatparam (line 13) | def _formatparam(param, value=None, quote=1): class Headers (line 28) | class Headers: method __init__ (line 32) | def __init__(self,headers): method _convert_string_type (line 41) | def _convert_string_type(self, value): method __len__ (line 48) | def __len__(self): method __setitem__ (line 52) | def __setitem__(self, name, val): method __delitem__ (line 58) | def __delitem__(self,name): method __getitem__ (line 66) | def __getitem__(self,name): method __contains__ (line 77) | def __contains__(self, name): method get_all (line 82) | def get_all(self, name): method get (line 94) | def get(self,name,default=None): method keys (line 103) | def keys(self): method values (line 113) | def values(self): method items (line 123) | def items(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 136) | def __str__(self): method __bytes__ (line 141) | def __bytes__(self): method setdefault (line 144) | def setdefault(self,name,value): method add_header (line 157) | def add_header(self, _name, _value, **_params): FILE: tests/pythons/win64-py32/Lib/wsgiref/simple_server.py class ServerHandler (line 27) | class ServerHandler(SimpleHandler): method close (line 31) | def close(self): class WSGIServer (line 41) | class WSGIServer(HTTPServer): method server_bind (line 47) | def server_bind(self): method setup_environ (line 52) | def setup_environ(self): method get_app (line 62) | def get_app(self): method set_app (line 65) | def set_app(self,application): class WSGIRequestHandler (line 70) | class WSGIRequestHandler(BaseHTTPRequestHandler): method get_environ (line 74) | def get_environ(self): method get_stderr (line 111) | def get_stderr(self): method handle (line 114) | def handle(self): function demo_app (line 129) | def demo_app(environ,start_response): function make_server (line 141) | def make_server( FILE: tests/pythons/win64-py32/Lib/wsgiref/util.py class FileWrapper (line 11) | class FileWrapper: method __init__ (line 14) | def __init__(self, filelike, blksize=8192): method __getitem__ (line 20) | def __getitem__(self,key): method __iter__ (line 26) | def __iter__(self): method __next__ (line 29) | def __next__(self): function guess_scheme (line 35) | def guess_scheme(environ): function application_uri (line 43) | def application_uri(environ): function request_uri (line 63) | def request_uri(environ, include_query=True): function shift_path_info (line 76) | def shift_path_info(environ): function setup_testing_defaults (line 117) | def setup_testing_defaults(environ): function is_hop_by_hop (line 163) | def is_hop_by_hop(header_name): FILE: tests/pythons/win64-py32/Lib/wsgiref/validate.py class WSGIWarning (line 121) | class WSGIWarning(Warning): function assert_ (line 126) | def assert_(cond, *args): function check_string_type (line 130) | def check_string_type(value, title): function validator (line 136) | def validator(application): class InputWrapper (line 191) | class InputWrapper: method __init__ (line 193) | def __init__(self, wsgi_input): method read (line 196) | def read(self, *args): method readline (line 202) | def readline(self, *args): method readlines (line 208) | def readlines(self, *args): method __iter__ (line 216) | def __iter__(self): method close (line 223) | def close(self): class ErrorWrapper (line 226) | class ErrorWrapper: method __init__ (line 228) | def __init__(self, wsgi_errors): method write (line 231) | def write(self, s): method flush (line 235) | def flush(self): method writelines (line 238) | def writelines(self, seq): method close (line 242) | def close(self): class WriteWrapper (line 245) | class WriteWrapper: method __init__ (line 247) | def __init__(self, wsgi_writer): method __call__ (line 250) | def __call__(self, s): class PartialIteratorWrapper (line 254) | class PartialIteratorWrapper: method __init__ (line 256) | def __init__(self, wsgi_iterator): method __iter__ (line 259) | def __iter__(self): class IteratorWrapper (line 263) | class IteratorWrapper: method __init__ (line 265) | def __init__(self, wsgi_iterator, check_start_response): method __iter__ (line 271) | def __iter__(self): method __next__ (line 274) | def __next__(self): method close (line 286) | def close(self): method __del__ (line 291) | def __del__(self): function check_environ (line 298) | def check_environ(environ): function check_input (line 363) | def check_input(wsgi_input): function check_errors (line 369) | def check_errors(wsgi_errors): function check_status (line 375) | def check_status(status): function check_headers (line 389) | def check_headers(headers): function check_content_type (line 416) | def check_content_type(status, headers): function check_exc_info (line 432) | def check_exc_info(exc_info): function check_iterator (line 437) | def check_iterator(iterator): FILE: tests/pythons/win64-py32/Lib/xdrlib.py class Error (line 13) | class Error(Exception): method __init__ (line 23) | def __init__(self, msg): method __repr__ (line 25) | def __repr__(self): method __str__ (line 27) | def __str__(self): class ConversionError (line 31) | class ConversionError(Error): class Packer (line 36) | class Packer: method __init__ (line 39) | def __init__(self): method reset (line 42) | def reset(self): method get_buffer (line 45) | def get_buffer(self): method pack_uint (line 50) | def pack_uint(self, x): method pack_int (line 53) | def pack_int(self, x): method pack_bool (line 58) | def pack_bool(self, x): method pack_uhyper (line 62) | def pack_uhyper(self, x): method pack_float (line 68) | def pack_float(self, x): method pack_double (line 73) | def pack_double(self, x): method pack_fstring (line 78) | def pack_fstring(self, n, s): method pack_string (line 88) | def pack_string(self, s): method pack_list (line 96) | def pack_list(self, list, pack_item): method pack_farray (line 102) | def pack_farray(self, n, list, pack_item): method pack_array (line 108) | def pack_array(self, list, pack_item): class Unpacker (line 115) | class Unpacker: method __init__ (line 118) | def __init__(self, data): method reset (line 121) | def reset(self, data): method get_position (line 125) | def get_position(self): method set_position (line 128) | def set_position(self, position): method get_buffer (line 131) | def get_buffer(self): method done (line 134) | def done(self): method unpack_uint (line 138) | def unpack_uint(self): method unpack_int (line 150) | def unpack_int(self): method unpack_bool (line 160) | def unpack_bool(self): method unpack_uhyper (line 163) | def unpack_uhyper(self): method unpack_hyper (line 168) | def unpack_hyper(self): method unpack_float (line 174) | def unpack_float(self): method unpack_double (line 182) | def unpack_double(self): method unpack_fstring (line 190) | def unpack_fstring(self, n): method unpack_string (line 202) | def unpack_string(self): method unpack_list (line 209) | def unpack_list(self, unpack_item): method unpack_farray (line 220) | def unpack_farray(self, n, unpack_item): method unpack_array (line 226) | def unpack_array(self, unpack_item): FILE: tests/pythons/win64-py32/Lib/xml/dom/NodeFilter.py class NodeFilter (line 4) | class NodeFilter: method acceptNode (line 26) | def acceptNode(self, node): FILE: tests/pythons/win64-py32/Lib/xml/dom/__init__.py class Node (line 18) | class Node: class DOMException (line 61) | class DOMException(Exception): method __init__ (line 65) | def __init__(self, *args, **kw): method _get_code (line 71) | def _get_code(self): class IndexSizeErr (line 75) | class IndexSizeErr(DOMException): class DomstringSizeErr (line 78) | class DomstringSizeErr(DOMException): class HierarchyRequestErr (line 81) | class HierarchyRequestErr(DOMException): class WrongDocumentErr (line 84) | class WrongDocumentErr(DOMException): class InvalidCharacterErr (line 87) | class InvalidCharacterErr(DOMException): class NoDataAllowedErr (line 90) | class NoDataAllowedErr(DOMException): class NoModificationAllowedErr (line 93) | class NoModificationAllowedErr(DOMException): class NotFoundErr (line 96) | class NotFoundErr(DOMException): class NotSupportedErr (line 99) | class NotSupportedErr(DOMException): class InuseAttributeErr (line 102) | class InuseAttributeErr(DOMException): class InvalidStateErr (line 105) | class InvalidStateErr(DOMException): class SyntaxErr (line 108) | class SyntaxErr(DOMException): class InvalidModificationErr (line 111) | class InvalidModificationErr(DOMException): class NamespaceErr (line 114) | class NamespaceErr(DOMException): class InvalidAccessErr (line 117) | class InvalidAccessErr(DOMException): class ValidationErr (line 120) | class ValidationErr(DOMException): class UserDataHandler (line 123) | class UserDataHandler: FILE: tests/pythons/win64-py32/Lib/xml/dom/domreg.py function registerDOMImplementation (line 21) | def registerDOMImplementation(name, factory): function _good_enough (line 32) | def _good_enough(dom, features): function getDOMImplementation (line 39) | def getDOMImplementation(name=None, features=()): function _parse_feature_string (line 82) | def _parse_feature_string(s): FILE: tests/pythons/win64-py32/Lib/xml/dom/expatbuilder.py class ElementInfo (line 62) | class ElementInfo(object): method __init__ (line 65) | def __init__(self, tagName, model=None): method __getstate__ (line 70) | def __getstate__(self): method __setstate__ (line 73) | def __setstate__(self, state): method getAttributeType (line 76) | def getAttributeType(self, aname): method getAttributeTypeNS (line 86) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 89) | def isElementContent(self): method isEmpty (line 97) | def isEmpty(self): method isId (line 103) | def isId(self, aname): method isIdNS (line 109) | def isIdNS(self, euri, ename, auri, aname): function _intern (line 113) | def _intern(builder, s): function _parse_ns_name (line 116) | def _parse_ns_name(builder, name): class ExpatBuilder (line 133) | class ExpatBuilder: method __init__ (line 137) | def __init__(self, options=None): method createParser (line 151) | def createParser(self): method getParser (line 155) | def getParser(self): method reset (line 166) | def reset(self): method install (line 174) | def install(self, parser): method parseFile (line 197) | def parseFile(self, file): method parseString (line 219) | def parseString(self, string): method _setup_subset (line 232) | def _setup_subset(self, buffer): method start_doctype_decl_handler (line 240) | def start_doctype_decl_handler(self, doctypeName, systemId, publicId, method end_doctype_decl_handler (line 261) | def end_doctype_decl_handler(self): method pi_handler (line 268) | def pi_handler(self, target, data): method character_data_handler_cdata (line 274) | def character_data_handler_cdata(self, data): method character_data_handler (line 296) | def character_data_handler(self, data): method entity_decl_handler (line 309) | def entity_decl_handler(self, entityName, is_parameter_entity, value, method notation_decl_handler (line 327) | def notation_decl_handler(self, notationName, base, systemId, publicId): method comment_handler (line 333) | def comment_handler(self, data): method start_cdata_section_handler (line 339) | def start_cdata_section_handler(self): method end_cdata_section_handler (line 343) | def end_cdata_section_handler(self): method external_entity_ref_handler (line 347) | def external_entity_ref_handler(self, context, base, systemId, publicId): method first_element_handler (line 350) | def first_element_handler(self, name, attributes): method start_element_handler (line 356) | def start_element_handler(self, name, attributes): method _finish_start_element (line 376) | def _finish_start_element(self, node): method end_element_handler (line 399) | def end_element_handler(self, name): method _finish_end_element (line 404) | def _finish_end_element(self, curNode): method _handle_white_text_nodes (line 415) | def _handle_white_text_nodes(self, node, info): method element_decl_handler (line 432) | def element_decl_handler(self, name, model): method attlist_decl_handler (line 440) | def attlist_decl_handler(self, elem, name, type, default, required): method xml_decl_handler (line 448) | def xml_decl_handler(self, version, encoding, standalone): class FilterVisibilityController (line 463) | class FilterVisibilityController(object): method __init__ (line 469) | def __init__(self, filter): method startContainer (line 472) | def startContainer(self, node): method acceptNode (line 485) | def acceptNode(self, node): class FilterCrutch (line 521) | class FilterCrutch(object): method __init__ (line 524) | def __init__(self, builder): class Rejecter (line 533) | class Rejecter(FilterCrutch): method __init__ (line 536) | def __init__(self, builder): method start_element_handler (line 548) | def start_element_handler(self, *args): method end_element_handler (line 551) | def end_element_handler(self, *args): class Skipper (line 561) | class Skipper(FilterCrutch): method start_element_handler (line 564) | def start_element_handler(self, *args): method end_element_handler (line 570) | def end_element_handler(self, *args): class FragmentBuilder (line 601) | class FragmentBuilder(ExpatBuilder): method __init__ (line 610) | def __init__(self, context, options=None): method reset (line 619) | def reset(self): method parseFile (line 623) | def parseFile(self, file): method parseString (line 628) | def parseString(self, string): method _getDeclarations (line 656) | def _getDeclarations(self): method _getNSattrs (line 692) | def _getNSattrs(self): method external_entity_ref_handler (line 695) | def external_entity_ref_handler(self, context, base, systemId, publicId): class Namespaces (line 718) | class Namespaces: method _initNamespaces (line 721) | def _initNamespaces(self): method createParser (line 726) | def createParser(self): method install (line 732) | def install(self, parser): method start_namespace_decl_handler (line 739) | def start_namespace_decl_handler(self, prefix, uri): method start_element_handler (line 743) | def start_element_handler(self, name, attributes): method end_element_handler (line 801) | def end_element_handler(self, name): class ExpatBuilderNS (line 818) | class ExpatBuilderNS(Namespaces, ExpatBuilder): method reset (line 821) | def reset(self): class FragmentBuilderNS (line 826) | class FragmentBuilderNS(Namespaces, FragmentBuilder): method reset (line 829) | def reset(self): method _getNSattrs (line 833) | def _getNSattrs(self): class ParseEscape (line 863) | class ParseEscape(Exception): class InternalSubsetExtractor (line 867) | class InternalSubsetExtractor(ExpatBuilder): method getSubset (line 872) | def getSubset(self): method parseFile (line 876) | def parseFile(self, file): method parseString (line 882) | def parseString(self, string): method install (line 888) | def install(self, parser): method start_doctype_decl_handler (line 892) | def start_doctype_decl_handler(self, name, publicId, systemId, method end_doctype_decl_handler (line 902) | def end_doctype_decl_handler(self): method start_element_handler (line 907) | def start_element_handler(self, name, attrs): function parse (line 911) | def parse(file, namespaces=True): function parseString (line 932) | def parseString(string, namespaces=True): function parseFragment (line 943) | def parseFragment(file, context, namespaces=True): function parseFragmentString (line 966) | def parseFragmentString(string, context, namespaces=True): function makeBuilder (line 978) | def makeBuilder(options): FILE: tests/pythons/win64-py32/Lib/xml/dom/minicompat.py class NodeList (line 46) | class NodeList(list): method item (line 49) | def item(self, index): method _get_length (line 53) | def _get_length(self): method _set_length (line 56) | def _set_length(self, value): method __getstate__ (line 63) | def __getstate__(self): method __setstate__ (line 66) | def __setstate__(self, state): class EmptyNodeList (line 70) | class EmptyNodeList(tuple): method __add__ (line 73) | def __add__(self, other): method __radd__ (line 78) | def __radd__(self, other): method item (line 83) | def item(self, index): method _get_length (line 86) | def _get_length(self): method _set_length (line 89) | def _set_length(self, value): function defproperty (line 97) | def defproperty(klass, name, doc): FILE: tests/pythons/win64-py32/Lib/xml/dom/minidom.py class Node (line 35) | class Node(xml.dom.Node): method __bool__ (line 44) | def __bool__(self): method toxml (line 47) | def toxml(self, encoding=None): method toprettyxml (line 50) | def toprettyxml(self, indent="\t", newl="\n", encoding=None): method hasChildNodes (line 65) | def hasChildNodes(self): method _get_childNodes (line 71) | def _get_childNodes(self): method _get_firstChild (line 74) | def _get_firstChild(self): method _get_lastChild (line 78) | def _get_lastChild(self): method insertBefore (line 82) | def insertBefore(self, newChild, refChild): method appendChild (line 114) | def appendChild(self, node): method replaceChild (line 131) | def replaceChild(self, newChild, oldChild): method removeChild (line 163) | def removeChild(self, oldChild): method normalize (line 179) | def normalize(self): method cloneNode (line 206) | def cloneNode(self, deep): method isSupported (line 209) | def isSupported(self, feature, version): method _get_localName (line 212) | def _get_localName(self): method isSameNode (line 218) | def isSameNode(self, other): method getInterface (line 221) | def getInterface(self, feature): method getUserData (line 231) | def getUserData(self, key): method setUserData (line 237) | def setUserData(self, key, data, handler): method _call_user_data_handler (line 255) | def _call_user_data_handler(self, operation, src, dst): method unlink (line 263) | def unlink(self): method __enter__ (line 274) | def __enter__(self): method __exit__ (line 277) | def __exit__(self, et, ev, tb): function _append_child (line 285) | def _append_child(self, node): function _in_document (line 295) | def _in_document(node): function _write_data (line 303) | def _write_data(writer, data): function _get_elements_by_tagName_helper (line 310) | def _get_elements_by_tagName_helper(parent, name, rc): function _get_elements_by_tagName_ns_helper (line 318) | def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc): class DocumentFragment (line 327) | class DocumentFragment(Node): method __init__ (line 341) | def __init__(self): class Attr (line 345) | class Attr(Node): method __init__ (line 354) | def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, method _get_localName (line 368) | def _get_localName(self): method _get_name (line 373) | def _get_name(self): method _get_specified (line 376) | def _get_specified(self): method __setattr__ (line 379) | def __setattr__(self, name, value): method _set_prefix (line 394) | def _set_prefix(self, prefix): method _set_value (line 410) | def _set_value(self, value): method unlink (line 417) | def unlink(self): method _get_isId (line 434) | def _get_isId(self): method _get_schemaType (line 450) | def _get_schemaType(self): class NamedNodeMap (line 469) | class NamedNodeMap(object): method __init__ (line 480) | def __init__(self, attrs, attrsNS, ownerElement): method _get_length (line 485) | def _get_length(self): method item (line 488) | def item(self, index): method items (line 494) | def items(self): method itemsNS (line 500) | def itemsNS(self): method __contains__ (line 506) | def __contains__(self, key): method keys (line 512) | def keys(self): method keysNS (line 515) | def keysNS(self): method values (line 518) | def values(self): method get (line 521) | def get(self, name, value=None): method _cmp (line 526) | def _cmp(self, other): method __eq__ (line 532) | def __eq__(self, other): method __ge__ (line 535) | def __ge__(self, other): method __gt__ (line 538) | def __gt__(self, other): method __le__ (line 541) | def __le__(self, other): method __lt__ (line 544) | def __lt__(self, other): method __ne__ (line 547) | def __ne__(self, other): method __getitem__ (line 550) | def __getitem__(self, attname_or_tuple): method __setitem__ (line 557) | def __setitem__(self, attname, value): method getNamedItem (line 572) | def getNamedItem(self, name): method getNamedItemNS (line 578) | def getNamedItemNS(self, namespaceURI, localName): method removeNamedItem (line 584) | def removeNamedItem(self, name): method removeNamedItemNS (line 596) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 608) | def setNamedItem(self, node): method setNamedItemNS (line 621) | def setNamedItemNS(self, node): method __delitem__ (line 624) | def __delitem__(self, attname_or_tuple): method __getstate__ (line 629) | def __getstate__(self): method __setstate__ (line 632) | def __setstate__(self, state): class TypeInfo (line 641) | class TypeInfo(object): method __init__ (line 644) | def __init__(self, namespace, name): method __repr__ (line 648) | def __repr__(self): method _get_name (line 654) | def _get_name(self): method _get_namespace (line 657) | def _get_namespace(self): class Element (line 662) | class Element(Node): method __init__ (line 676) | def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, method _get_localName (line 691) | def _get_localName(self): method _get_tagName (line 696) | def _get_tagName(self): method unlink (line 699) | def unlink(self): method getAttribute (line 706) | def getAttribute(self, attname): method getAttributeNS (line 712) | def getAttributeNS(self, namespaceURI, localName): method setAttribute (line 718) | def setAttribute(self, attname, value): method setAttributeNS (line 733) | def setAttributeNS(self, namespaceURI, qualifiedName, value): method getAttributeNode (line 755) | def getAttributeNode(self, attrname): method getAttributeNodeNS (line 758) | def getAttributeNodeNS(self, namespaceURI, localName): method setAttributeNode (line 761) | def setAttributeNode(self, attr): method removeAttribute (line 781) | def removeAttribute(self, name): method removeAttributeNS (line 788) | def removeAttributeNS(self, namespaceURI, localName): method removeAttributeNode (line 795) | def removeAttributeNode(self, node): method hasAttribute (line 810) | def hasAttribute(self, name): method hasAttributeNS (line 813) | def hasAttributeNS(self, namespaceURI, localName): method getElementsByTagName (line 816) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 819) | def getElementsByTagNameNS(self, namespaceURI, localName): method __repr__ (line 823) | def __repr__(self): method writexml (line 826) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_attributes (line 853) | def _get_attributes(self): method hasAttributes (line 856) | def hasAttributes(self): method setIdAttribute (line 864) | def setIdAttribute(self, name): method setIdAttributeNS (line 868) | def setIdAttributeNS(self, namespaceURI, localName): method setIdAttributeNode (line 872) | def setIdAttributeNode(self, idAttr): function _set_attribute_node (line 889) | def _set_attribute_node(element, attr): class Childless (line 900) | class Childless: method _get_firstChild (line 910) | def _get_firstChild(self): method _get_lastChild (line 913) | def _get_lastChild(self): method appendChild (line 916) | def appendChild(self, node): method hasChildNodes (line 920) | def hasChildNodes(self): method insertBefore (line 923) | def insertBefore(self, newChild, refChild): method removeChild (line 927) | def removeChild(self, oldChild): method normalize (line 931) | def normalize(self): method replaceChild (line 935) | def replaceChild(self, newChild, oldChild): class ProcessingInstruction (line 940) | class ProcessingInstruction(Childless, Node): method __init__ (line 943) | def __init__(self, target, data): method _get_data (line 947) | def _get_data(self): method _set_data (line 949) | def _set_data(self, value): method _get_target (line 953) | def _get_target(self): method _set_target (line 955) | def _set_target(self, value): method __setattr__ (line 959) | def __setattr__(self, name, value): method writexml (line 967) | def writexml(self, writer, indent="", addindent="", newl=""): class CharacterData (line 971) | class CharacterData(Childless, Node): method _get_length (line 972) | def _get_length(self): method _get_data (line 976) | def _get_data(self): method _set_data (line 978) | def _set_data(self, data): method __setattr__ (line 985) | def __setattr__(self, name, value): method __repr__ (line 991) | def __repr__(self): method substringData (line 1000) | def substringData(self, offset, count): method appendData (line 1009) | def appendData(self, arg): method insertData (line 1012) | def insertData(self, offset, arg): method deleteData (line 1021) | def deleteData(self, offset, count): method replaceData (line 1031) | def replaceData(self, offset, count, arg): class Text (line 1045) | class Text(CharacterData): method splitText (line 1055) | def splitText(self, offset): method writexml (line 1070) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_wholeText (line 1075) | def _get_wholeText(self): method replaceWholeText (line 1093) | def replaceWholeText(self, content): method _get_isWhitespaceInElementContent (line 1123) | def _get_isWhitespaceInElementContent(self): function _get_containing_element (line 1142) | def _get_containing_element(node): function _get_containing_entref (line 1150) | def _get_containing_entref(node): class Comment (line 1159) | class Comment(CharacterData): method __init__ (line 1163) | def __init__(self, data): method writexml (line 1166) | def writexml(self, writer, indent="", addindent="", newl=""): class CDATASection (line 1172) | class CDATASection(Text): method writexml (line 1181) | def writexml(self, writer, indent="", addindent="", newl=""): class ReadOnlySequentialNamedNodeMap (line 1187) | class ReadOnlySequentialNamedNodeMap(object): method __init__ (line 1190) | def __init__(self, seq=()): method __len__ (line 1194) | def __len__(self): method _get_length (line 1197) | def _get_length(self): method getNamedItem (line 1200) | def getNamedItem(self, name): method getNamedItemNS (line 1205) | def getNamedItemNS(self, namespaceURI, localName): method __getitem__ (line 1210) | def __getitem__(self, name_or_tuple): method item (line 1219) | def item(self, index): method removeNamedItem (line 1227) | def removeNamedItem(self, name): method removeNamedItemNS (line 1231) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 1235) | def setNamedItem(self, node): method setNamedItemNS (line 1239) | def setNamedItemNS(self, node): method __getstate__ (line 1243) | def __getstate__(self): method __setstate__ (line 1246) | def __setstate__(self, state): class Identified (line 1253) | class Identified: method _identified_mixin_init (line 1259) | def _identified_mixin_init(self, publicId, systemId): method _get_publicId (line 1263) | def _get_publicId(self): method _get_systemId (line 1266) | def _get_systemId(self): class DocumentType (line 1269) | class DocumentType(Identified, Childless, Node): method __init__ (line 1277) | def __init__(self, qualifiedName): method _get_internalSubset (line 1285) | def _get_internalSubset(self): method cloneNode (line 1288) | def cloneNode(self, deep): method writexml (line 1315) | def writexml(self, writer, indent="", addindent="", newl=""): class Entity (line 1329) | class Entity(Identified, Node): method __init__ (line 1338) | def __init__(self, name, publicId, systemId, notation): method _get_actualEncoding (line 1344) | def _get_actualEncoding(self): method _get_encoding (line 1347) | def _get_encoding(self): method _get_version (line 1350) | def _get_version(self): method appendChild (line 1353) | def appendChild(self, newChild): method insertBefore (line 1357) | def insertBefore(self, newChild, refChild): method removeChild (line 1361) | def removeChild(self, oldChild): method replaceChild (line 1365) | def replaceChild(self, newChild, oldChild): class Notation (line 1369) | class Notation(Identified, Childless, Node): method __init__ (line 1373) | def __init__(self, name, publicId, systemId): class DOMImplementation (line 1378) | class DOMImplementation(DOMImplementationLS): method hasFeature (line 1389) | def hasFeature(self, feature, version): method createDocument (line 1394) | def createDocument(self, namespaceURI, qualifiedName, doctype): method createDocumentType (line 1439) | def createDocumentType(self, qualifiedName, publicId, systemId): method getInterface (line 1447) | def getInterface(self, feature): method _create_document (line 1454) | def _create_document(self): class ElementInfo (line 1457) | class ElementInfo(object): method __init__ (line 1468) | def __init__(self, name): method getAttributeType (line 1471) | def getAttributeType(self, aname): method getAttributeTypeNS (line 1474) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 1477) | def isElementContent(self): method isEmpty (line 1480) | def isEmpty(self): method isId (line 1485) | def isId(self, aname): method isIdNS (line 1489) | def isIdNS(self, namespaceURI, localName): method __getstate__ (line 1493) | def __getstate__(self): method __setstate__ (line 1496) | def __setstate__(self, state): function _clear_id_cache (line 1499) | def _clear_id_cache(node): class Document (line 1507) | class Document(Node, DocumentLS): method __init__ (line 1533) | def __init__(self): method _get_elem_info (line 1541) | def _get_elem_info(self, element): method _get_actualEncoding (line 1548) | def _get_actualEncoding(self): method _get_doctype (line 1551) | def _get_doctype(self): method _get_documentURI (line 1554) | def _get_documentURI(self): method _get_encoding (line 1557) | def _get_encoding(self): method _get_errorHandler (line 1560) | def _get_errorHandler(self): method _get_standalone (line 1563) | def _get_standalone(self): method _get_strictErrorChecking (line 1566) | def _get_strictErrorChecking(self): method _get_version (line 1569) | def _get_version(self): method appendChild (line 1572) | def appendChild(self, node): method removeChild (line 1588) | def removeChild(self, oldChild): method _get_documentElement (line 1600) | def _get_documentElement(self): method unlink (line 1605) | def unlink(self): method cloneNode (line 1611) | def cloneNode(self, deep): method createDocumentFragment (line 1632) | def createDocumentFragment(self): method createElement (line 1637) | def createElement(self, tagName): method createTextNode (line 1642) | def createTextNode(self, data): method createCDATASection (line 1650) | def createCDATASection(self, data): method createComment (line 1658) | def createComment(self, data): method createProcessingInstruction (line 1663) | def createProcessingInstruction(self, target, data): method createAttribute (line 1668) | def createAttribute(self, qName): method createElementNS (line 1674) | def createElementNS(self, namespaceURI, qualifiedName): method createAttributeNS (line 1680) | def createAttributeNS(self, namespaceURI, qualifiedName): method _create_entity (line 1690) | def _create_entity(self, name, publicId, systemId, notationName): method _create_notation (line 1695) | def _create_notation(self, name, publicId, systemId): method getElementById (line 1700) | def getElementById(self, id): method getElementsByTagName (line 1758) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 1761) | def getElementsByTagNameNS(self, namespaceURI, localName): method isSupported (line 1765) | def isSupported(self, feature, version): method importNode (line 1768) | def importNode(self, node, deep): method writexml (line 1775) | def writexml(self, writer, indent="", addindent="", newl="", method renameNode (line 1786) | def renameNode(self, n, namespaceURI, name): function _clone_node (line 1845) | def _clone_node(node, deep, newOwnerDocument): function _nssplit (line 1927) | def _nssplit(qualifiedName): function _do_pulldom_parse (line 1935) | def _do_pulldom_parse(func, args, kwargs): function parse (line 1942) | def parse(file, parser=None, bufsize=None): function parseString (line 1952) | def parseString(string, parser=None): function getDOMImplementation (line 1962) | def getDOMImplementation(features=None): FILE: tests/pythons/win64-py32/Lib/xml/dom/pulldom.py class PullDOM (line 14) | class PullDOM(xml.sax.ContentHandler): method __init__ (line 18) | def __init__(self, documentFactory=None): method pop (line 34) | def pop(self): method setDocumentLocator (line 39) | def setDocumentLocator(self, locator): method startPrefixMapping (line 42) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 49) | def endPrefixMapping(self, prefix): method startElementNS (line 52) | def startElementNS(self, name, tagName , attrs): method endElementNS (line 109) | def endElementNS(self, name, tagName): method startElement (line 113) | def startElement(self, name, attrs): method endElement (line 128) | def endElement(self, name): method comment (line 132) | def comment(self, s): method processingInstruction (line 141) | def processingInstruction(self, target, data): method ignorableWhitespace (line 150) | def ignorableWhitespace(self, chars): method characters (line 155) | def characters(self, chars): method startDocument (line 160) | def startDocument(self): method buildDocument (line 165) | def buildDocument(self, uri, tagname): method endDocument (line 189) | def endDocument(self): method clear (line 193) | def clear(self): class ErrorHandler (line 197) | class ErrorHandler: method warning (line 198) | def warning(self, exception): method error (line 200) | def error(self, exception): method fatalError (line 202) | def fatalError(self, exception): class DOMEventStream (line 205) | class DOMEventStream: method __init__ (line 206) | def __init__(self, stream, parser, bufsize): method reset (line 214) | def reset(self): method __getitem__ (line 220) | def __getitem__(self, pos): method __next__ (line 226) | def __next__(self): method __iter__ (line 232) | def __iter__(self): method expandNode (line 235) | def expandNode(self, node): method getEvent (line 250) | def getEvent(self): method _slurp (line 265) | def _slurp(self): method _emit (line 275) | def _emit(self): method clear (line 283) | def clear(self): class SAX2DOM (line 290) | class SAX2DOM(PullDOM): method startElementNS (line 292) | def startElementNS(self, name, tagName , attrs): method startElement (line 298) | def startElement(self, name, attrs): method processingInstruction (line 304) | def processingInstruction(self, target, data): method ignorableWhitespace (line 310) | def ignorableWhitespace(self, chars): method characters (line 316) | def characters(self, chars): function parse (line 325) | def parse(stream_or_string, parser=None, bufsize=None): function parseString (line 336) | def parseString(string, parser=None): FILE: tests/pythons/win64-py32/Lib/xml/dom/xmlbuilder.py class Options (line 12) | class Options: class DOMBuilder (line 44) | class DOMBuilder: method __init__ (line 57) | def __init__(self): method _get_entityResolver (line 60) | def _get_entityResolver(self): method _set_entityResolver (line 62) | def _set_entityResolver(self, entityResolver): method _get_errorHandler (line 65) | def _get_errorHandler(self): method _set_errorHandler (line 67) | def _set_errorHandler(self, errorHandler): method _get_filter (line 70) | def _get_filter(self): method _set_filter (line 72) | def _set_filter(self, filter): method setFeature (line 75) | def setFeature(self, name, state): method supportsFeature (line 89) | def supportsFeature(self, name): method canSetFeature (line 92) | def canSetFeature(self, name, state): method getFeature (line 162) | def getFeature(self, name): method parseURI (line 180) | def parseURI(self, uri): method parse (line 187) | def parse(self, input): method parseWithContext (line 197) | def parseWithContext(self, input, cnode, action): method _parse_bytestream (line 202) | def _parse_bytestream(self, stream, options): function _name_xform (line 208) | def _name_xform(name): class DOMEntityResolver (line 212) | class DOMEntityResolver(object): method resolveEntity (line 215) | def resolveEntity(self, publicId, systemId): method _get_opener (line 237) | def _get_opener(self): method _create_opener (line 244) | def _create_opener(self): method _guess_media_encoding (line 248) | def _guess_media_encoding(self, source): class DOMInputSource (line 256) | class DOMInputSource(object): method __init__ (line 260) | def __init__(self): method _get_byteStream (line 269) | def _get_byteStream(self): method _set_byteStream (line 271) | def _set_byteStream(self, byteStream): method _get_characterStream (line 274) | def _get_characterStream(self): method _set_characterStream (line 276) | def _set_characterStream(self, characterStream): method _get_stringData (line 279) | def _get_stringData(self): method _set_stringData (line 281) | def _set_stringData(self, data): method _get_encoding (line 284) | def _get_encoding(self): method _set_encoding (line 286) | def _set_encoding(self, encoding): method _get_publicId (line 289) | def _get_publicId(self): method _set_publicId (line 291) | def _set_publicId(self, publicId): method _get_systemId (line 294) | def _get_systemId(self): method _set_systemId (line 296) | def _set_systemId(self, systemId): method _get_baseURI (line 299) | def _get_baseURI(self): method _set_baseURI (line 301) | def _set_baseURI(self, uri): class DOMBuilderFilter (line 305) | class DOMBuilderFilter: method _get_whatToShow (line 322) | def _get_whatToShow(self): method acceptNode (line 325) | def acceptNode(self, element): method startContainer (line 328) | def startContainer(self, element): class DocumentLS (line 334) | class DocumentLS: method _get_async (line 339) | def _get_async(self): method _set_async (line 341) | def _set_async(self, async): method abort (line 346) | def abort(self): method load (line 352) | def load(self, uri): method loadXML (line 355) | def loadXML(self, source): method saveXML (line 358) | def saveXML(self, snode): class DOMImplementationLS (line 366) | class DOMImplementationLS: method createDOMBuilder (line 370) | def createDOMBuilder(self, mode, schemaType): method createDOMWriter (line 381) | def createDOMWriter(self): method createDOMInputSource (line 385) | def createDOMInputSource(self): FILE: tests/pythons/win64-py32/Lib/xml/etree/ElementInclude.py class FatalIncludeError (line 62) | class FatalIncludeError(SyntaxError): function default_loader (line 77) | def default_loader(href, parse, encoding=None): function include (line 100) | def include(elem, loader=None): FILE: tests/pythons/win64-py32/Lib/xml/etree/ElementPath.py function xpath_tokenizer (line 73) | def xpath_tokenizer(pattern, namespaces=None): function get_parent_map (line 87) | def get_parent_map(context): function prepare_child (line 96) | def prepare_child(next, token): function prepare_star (line 105) | def prepare_star(next, token): function prepare_self (line 112) | def prepare_self(next, token): function prepare_descendant (line 118) | def prepare_descendant(next, token): function prepare_parent (line 133) | def prepare_parent(next, token): function prepare_predicate (line 146) | def prepare_predicate(next, token): class _SelectorContext (line 237) | class _SelectorContext: method __init__ (line 239) | def __init__(self, root): function iterfind (line 247) | def iterfind(elem, path, namespaces=None): function find (line 283) | def find(elem, path, namespaces=None): function findall (line 292) | def findall(elem, path, namespaces=None): function findtext (line 298) | def findtext(elem, path, default=None, namespaces=None): FILE: tests/pythons/win64-py32/Lib/xml/etree/ElementTree.py class _SimpleElementPath (line 104) | class _SimpleElementPath: method find (line 106) | def find(self, element, tag, namespaces=None): method findtext (line 111) | def findtext(self, element, tag, default=None, namespaces=None): method iterfind (line 116) | def iterfind(self, element, tag, namespaces=None): method findall (line 123) | def findall(self, element, tag, namespaces=None): class ParseError (line 138) | class ParseError(SyntaxError): function iselement (line 150) | def iselement(element): class Element (line 171) | class Element: method __init__ (line 207) | def __init__(self, tag, attrib={}, **extra): method __repr__ (line 214) | def __repr__(self): method makeelement (line 224) | def makeelement(self, tag, attrib): method copy (line 233) | def copy(self): method __len__ (line 247) | def __len__(self): method __bool__ (line 250) | def __bool__(self): method __getitem__ (line 265) | def __getitem__(self, index): method __setitem__ (line 275) | def __setitem__(self, index, element): method __delitem__ (line 289) | def __delitem__(self, index): method append (line 300) | def append(self, element): method extend (line 310) | def extend(self, elements): method insert (line 320) | def insert(self, index, element): method remove (line 335) | def remove(self, element): method getchildren (line 346) | def getchildren(self): method find (line 362) | def find(self, path, namespaces=None): method findtext (line 377) | def findtext(self, path, default=None, namespaces=None): method findall (line 389) | def findall(self, path, namespaces=None): method iterfind (line 401) | def iterfind(self, path, namespaces=None): method clear (line 409) | def clear(self): method get (line 424) | def get(self, key, default=None): method set (line 434) | def set(self, key, value): method keys (line 445) | def keys(self): method items (line 455) | def items(self): method iter (line 471) | def iter(self, tag=None): method getiterator (line 481) | def getiterator(self, tag=None): method itertext (line 498) | def itertext(self): function SubElement (line 527) | def SubElement(parent, tag, attrib={}, **extra): function Comment (line 546) | def Comment(text=None): function ProcessingInstruction (line 561) | def ProcessingInstruction(target, text=None): class QName (line 580) | class QName: method __init__ (line 581) | def __init__(self, text_or_uri, tag=None): method __str__ (line 585) | def __str__(self): method __repr__ (line 587) | def __repr__(self): method __hash__ (line 589) | def __hash__(self): method __le__ (line 591) | def __le__(self, other): method __lt__ (line 595) | def __lt__(self, other): method __ge__ (line 599) | def __ge__(self, other): method __gt__ (line 603) | def __gt__(self, other): method __eq__ (line 607) | def __eq__(self, other): method __ne__ (line 611) | def __ne__(self, other): class ElementTree (line 627) | class ElementTree: method __init__ (line 629) | def __init__(self, element=None, file=None): method getroot (line 641) | def getroot(self): method _setroot (line 651) | def _setroot(self, element): method parse (line 666) | def parse(self, source, parser=None): method iter (line 693) | def iter(self, tag=None): method getiterator (line 698) | def getiterator(self, tag=None): method find (line 715) | def find(self, path, namespaces=None): method findtext (line 739) | def findtext(self, path, default=None, namespaces=None): method findall (line 760) | def findall(self, path, namespaces=None): method iterfind (line 782) | def iterfind(self, path, namespaces=None): method write (line 809) | def write(self, file_or_filename, method write_c14n (line 864) | def write_c14n(self, file): function _namespaces (line 871) | def _namespaces(elem, default_namespace=None): function _serialize_xml (line 936) | def _serialize_xml(write, elem, qnames, namespaces): function _serialize_html (line 991) | def _serialize_html(write, elem, qnames, namespaces): function _serialize_text (line 1041) | def _serialize_text(write, elem): function register_namespace (line 1066) | def register_namespace(prefix, uri): function _raise_serialization_error (line 1087) | def _raise_serialization_error(text): function _escape_cdata (line 1092) | def _escape_cdata(text): function _escape_attrib (line 1108) | def _escape_attrib(text): function _escape_attrib_html (line 1125) | def _escape_attrib_html(text): function tostring (line 1153) | def tostring(element, encoding=None, method=None): function tostringlist (line 1180) | def tostringlist(element, encoding=None, method=None): function dump (line 1199) | def dump(elem): function parse (line 1219) | def parse(source, parser=None): function iterparse (line 1235) | def iterparse(source, events=None, parser=None): class _IterParseIterator (line 1244) | class _IterParseIterator: method __init__ (line 1246) | def __init__(self, source, events, parser, close_source=False): method __next__ (line 1289) | def __next__(self): method __iter__ (line 1319) | def __iter__(self): function XML (line 1332) | def XML(text, parser=None): function XMLID (line 1348) | def XMLID(text, parser=None): function fromstringlist (line 1380) | def fromstringlist(sequence, parser=None): class TreeBuilder (line 1400) | class TreeBuilder: method __init__ (line 1402) | def __init__(self, element_factory=None): method close (line 1418) | def close(self): method _flush (line 1423) | def _flush(self): method data (line 1441) | def data(self, data): method start (line 1452) | def start(self, tag, attrs): method end (line 1468) | def end(self, tag): class XMLParser (line 1490) | class XMLParser: method __init__ (line 1492) | def __init__(self, html=0, target=None, encoding=None): method _raiseerror (line 1537) | def _raiseerror(self, value): method _fixname (line 1543) | def _fixname(self, key): method _start (line 1554) | def _start(self, tag, attrib_in): method _start_list (line 1562) | def _start_list(self, tag, attrib_in): method _data (line 1571) | def _data(self, text): method _end (line 1574) | def _end(self, tag): method _comment (line 1577) | def _comment(self, data): method _pi (line 1585) | def _pi(self, target, data): method _default (line 1593) | def _default(self, text): method doctype (line 1648) | def doctype(self, name, pubid, system): method feed (line 1664) | def feed(self, data): method close (line 1676) | def close(self): FILE: tests/pythons/win64-py32/Lib/xml/sax/__init__.py function parse (line 29) | def parse(source, handler, errorHandler=ErrorHandler()): function parseString (line 35) | def parseString(string, handler, errorHandler=ErrorHandler()): function make_parser (line 68) | def make_parser(parser_list = []): function _create_parser (line 95) | def _create_parser(parser_name): function _create_parser (line 101) | def _create_parser(parser_name): FILE: tests/pythons/win64-py32/Lib/xml/sax/_exceptions.py class SAXException (line 9) | class SAXException(Exception): method __init__ (line 19) | def __init__(self, msg, exception=None): method getMessage (line 26) | def getMessage(self): method getException (line 30) | def getException(self): method __str__ (line 34) | def __str__(self): method __getitem__ (line 38) | def __getitem__(self, ix): class SAXParseException (line 46) | class SAXParseException(SAXException): method __init__ (line 59) | def __init__(self, msg, exception, locator): method getColumnNumber (line 72) | def getColumnNumber(self): method getLineNumber (line 77) | def getLineNumber(self): method getPublicId (line 81) | def getPublicId(self): method getSystemId (line 85) | def getSystemId(self): method __str__ (line 89) | def __str__(self): class SAXNotRecognizedException (line 105) | class SAXNotRecognizedException(SAXException): class SAXNotSupportedException (line 115) | class SAXNotSupportedException(SAXException): class SAXReaderNotAvailable (line 125) | class SAXReaderNotAvailable(SAXNotSupportedException): FILE: tests/pythons/win64-py32/Lib/xml/sax/expatreader.py function _mkproxy (line 39) | def _mkproxy(o): class ExpatLocator (line 48) | class ExpatLocator(xmlreader.Locator): method __init__ (line 54) | def __init__(self, parser): method getColumnNumber (line 57) | def getColumnNumber(self): method getLineNumber (line 63) | def getLineNumber(self): method getPublicId (line 69) | def getPublicId(self): method getSystemId (line 75) | def getSystemId(self): class ExpatParser (line 84) | class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): method __init__ (line 87) | def __init__(self, namespaceHandling=0, bufsize=2**16-20): method parse (line 100) | def parse(self, source): method prepareParser (line 109) | def prepareParser(self, source): method setContentHandler (line 115) | def setContentHandler(self, handler): method getFeature (line 120) | def getFeature(self, name): method setFeature (line 132) | def setFeature(self, name, state): method getProperty (line 162) | def getProperty(self, name): method setProperty (line 180) | def setProperty(self, name, value): method feed (line 196) | def feed(self, data, isFinal = 0): method close (line 213) | def close(self): method _reset_cont_handler (line 226) | def _reset_cont_handler(self): method _reset_lex_handler_prop (line 231) | def _reset_lex_handler_prop(self): method reset (line 247) | def reset(self): method getColumnNumber (line 286) | def getColumnNumber(self): method getLineNumber (line 291) | def getLineNumber(self): method getPublicId (line 296) | def getPublicId(self): method getSystemId (line 299) | def getSystemId(self): method start_element (line 303) | def start_element(self, name, attrs): method end_element (line 306) | def end_element(self, name): method start_element_ns (line 309) | def start_element_ns(self, name, attrs): method end_element_ns (line 343) | def end_element_ns(self, name): method processing_instruction (line 355) | def processing_instruction(self, target, data): method character_data (line 359) | def character_data(self, data): method start_namespace_decl (line 362) | def start_namespace_decl(self, prefix, uri): method end_namespace_decl (line 365) | def end_namespace_decl(self, prefix): method start_doctype_decl (line 368) | def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): method unparsed_entity_decl (line 371) | def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): method notation_decl (line 374) | def notation_decl(self, name, base, sysid, pubid): method external_entity_ref (line 377) | def external_entity_ref(self, context, base, sysid, pubid): method skipped_entity_handler (line 399) | def skipped_entity_handler(self, name, is_pe): function create_parser (line 407) | def create_parser(*args, **kwargs): FILE: tests/pythons/win64-py32/Lib/xml/sax/handler.py class ErrorHandler (line 22) | class ErrorHandler: method error (line 32) | def error(self, exception): method fatalError (line 36) | def fatalError(self, exception): method warning (line 40) | def warning(self, exception): class ContentHandler (line 47) | class ContentHandler: method __init__ (line 54) | def __init__(self): method setDocumentLocator (line 57) | def setDocumentLocator(self, locator): method startDocument (line 80) | def startDocument(self): method endDocument (line 87) | def endDocument(self): method startPrefixMapping (line 96) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 119) | def endPrefixMapping(self, prefix): method startElement (line 126) | def startElement(self, name, attrs): method endElement (line 134) | def endElement(self, name): method startElementNS (line 140) | def startElementNS(self, name, qname, attrs): method endElementNS (line 152) | def endElementNS(self, name, qname): method characters (line 158) | def characters(self, content): method ignorableWhitespace (line 168) | def ignorableWhitespace(self, whitespace): method processingInstruction (line 182) | def processingInstruction(self, target, data): method skippedEntity (line 193) | def skippedEntity(self, name): class DTDHandler (line 208) | class DTDHandler: method notationDecl (line 214) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 217) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): class EntityResolver (line 223) | class EntityResolver: method resolveEntity (line 230) | def resolveEntity(self, publicId, systemId): FILE: tests/pythons/win64-py32/Lib/xml/sax/saxutils.py function __dict_replace (line 12) | def __dict_replace(s, d): function escape (line 18) | def escape(data, entities={}): function unescape (line 34) | def unescape(data, entities={}): function quoteattr (line 48) | def quoteattr(data, entities={}): function _gettextwriter (line 72) | def _gettextwriter(out, encoding): class XMLGenerator (line 113) | class XMLGenerator(handler.ContentHandler): method __init__ (line 115) | def __init__(self, out=None, encoding="iso-8859-1", short_empty_elemen... method _qname (line 127) | def _qname(self, name): method _finish_pending_start_element (line 144) | def _finish_pending_start_element(self,endElement=False): method startDocument (line 151) | def startDocument(self): method endDocument (line 155) | def endDocument(self): method startPrefixMapping (line 158) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 163) | def endPrefixMapping(self, prefix): method startElement (line 167) | def startElement(self, name, attrs): method endElement (line 177) | def endElement(self, name): method startElementNS (line 184) | def startElementNS(self, name, qname, attrs): method endElementNS (line 202) | def endElementNS(self, name, qname): method characters (line 209) | def characters(self, content): method ignorableWhitespace (line 214) | def ignorableWhitespace(self, content): method processingInstruction (line 219) | def processingInstruction(self, target, data): class XMLFilterBase (line 224) | class XMLFilterBase(xmlreader.XMLReader): method __init__ (line 232) | def __init__(self, parent = None): method error (line 238) | def error(self, exception): method fatalError (line 241) | def fatalError(self, exception): method warning (line 244) | def warning(self, exception): method setDocumentLocator (line 249) | def setDocumentLocator(self, locator): method startDocument (line 252) | def startDocument(self): method endDocument (line 255) | def endDocument(self): method startPrefixMapping (line 258) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 261) | def endPrefixMapping(self, prefix): method startElement (line 264) | def startElement(self, name, attrs): method endElement (line 267) | def endElement(self, name): method startElementNS (line 270) | def startElementNS(self, name, qname, attrs): method endElementNS (line 273) | def endElementNS(self, name, qname): method characters (line 276) | def characters(self, content): method ignorableWhitespace (line 279) | def ignorableWhitespace(self, chars): method processingInstruction (line 282) | def processingInstruction(self, target, data): method skippedEntity (line 285) | def skippedEntity(self, name): method notationDecl (line 290) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 293) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): method resolveEntity (line 298) | def resolveEntity(self, publicId, systemId): method parse (line 303) | def parse(self, source): method setLocale (line 310) | def setLocale(self, locale): method getFeature (line 313) | def getFeature(self, name): method setFeature (line 316) | def setFeature(self, name, state): method getProperty (line 319) | def getProperty(self, name): method setProperty (line 322) | def setProperty(self, name, value): method getParent (line 327) | def getParent(self): method setParent (line 330) | def setParent(self, parent): function prepare_input_source (line 335) | def prepare_input_source(source, base=""): FILE: tests/pythons/win64-py32/Lib/xml/sax/xmlreader.py class XMLReader (line 11) | class XMLReader: method __init__ (line 24) | def __init__(self): method parse (line 30) | def parse(self, source): method getContentHandler (line 34) | def getContentHandler(self): method setContentHandler (line 38) | def setContentHandler(self, handler): method getDTDHandler (line 42) | def getDTDHandler(self): method setDTDHandler (line 46) | def setDTDHandler(self, handler): method getEntityResolver (line 50) | def getEntityResolver(self): method setEntityResolver (line 54) | def setEntityResolver(self, resolver): method getErrorHandler (line 58) | def getErrorHandler(self): method setErrorHandler (line 62) | def setErrorHandler(self, handler): method setLocale (line 66) | def setLocale(self, locale): method getFeature (line 75) | def getFeature(self, name): method setFeature (line 79) | def setFeature(self, name, state): method getProperty (line 83) | def getProperty(self, name): method setProperty (line 87) | def setProperty(self, name, value): class IncrementalParser (line 91) | class IncrementalParser(XMLReader): method __init__ (line 111) | def __init__(self, bufsize=2**16): method parse (line 115) | def parse(self, source): method feed (line 127) | def feed(self, data): method prepareParser (line 136) | def prepareParser(self, source): method close (line 141) | def close(self): method reset (line 154) | def reset(self): class Locator (line 163) | class Locator: method getColumnNumber (line 169) | def getColumnNumber(self): method getLineNumber (line 173) | def getLineNumber(self): method getPublicId (line 177) | def getPublicId(self): method getSystemId (line 181) | def getSystemId(self): class InputSource (line 187) | class InputSource: method __init__ (line 203) | def __init__(self, system_id = None): method setPublicId (line 210) | def setPublicId(self, public_id): method getPublicId (line 214) | def getPublicId(self): method setSystemId (line 218) | def setSystemId(self, system_id): method getSystemId (line 222) | def getSystemId(self): method setEncoding (line 226) | def setEncoding(self, encoding): method getEncoding (line 236) | def getEncoding(self): method setByteStream (line 240) | def setByteStream(self, bytefile): method getByteStream (line 253) | def getByteStream(self): method setCharacterStream (line 260) | def setCharacterStream(self, charfile): method getCharacterStream (line 270) | def getCharacterStream(self): class AttributesImpl (line 276) | class AttributesImpl: method __init__ (line 278) | def __init__(self, attrs): method getLength (line 284) | def getLength(self): method getType (line 287) | def getType(self, name): method getValue (line 290) | def getValue(self, name): method getValueByQName (line 293) | def getValueByQName(self, name): method getNameByQName (line 296) | def getNameByQName(self, name): method getQNameByName (line 301) | def getQNameByName(self, name): method getNames (line 306) | def getNames(self): method getQNames (line 309) | def getQNames(self): method __len__ (line 312) | def __len__(self): method __getitem__ (line 315) | def __getitem__(self, name): method keys (line 318) | def keys(self): method __contains__ (line 321) | def __contains__(self, name): method get (line 324) | def get(self, name, alternative=None): method copy (line 327) | def copy(self): method items (line 330) | def items(self): method values (line 333) | def values(self): class AttributesNSImpl (line 338) | class AttributesNSImpl(AttributesImpl): method __init__ (line 340) | def __init__(self, attrs, qnames): method getValueByQName (line 348) | def getValueByQName(self, name): method getNameByQName (line 355) | def getNameByQName(self, name): method getQNameByName (line 362) | def getQNameByName(self, name): method getQNames (line 365) | def getQNames(self): method copy (line 368) | def copy(self): function _test (line 372) | def _test(): FILE: tests/pythons/win64-py32/Lib/xmlrpc/client.py function escape (line 150) | def escape(s): class Error (line 187) | class Error(Exception): method __str__ (line 189) | def __str__(self): class ProtocolError (line 202) | class ProtocolError(Error): method __init__ (line 204) | def __init__(self, url, errcode, errmsg, headers): method __repr__ (line 210) | def __repr__(self): class ResponseError (line 221) | class ResponseError(Error): class Fault (line 234) | class Fault(Error): method __init__ (line 236) | def __init__(self, faultCode, faultString, **extra): method __repr__ (line 240) | def __repr__(self): function _strftime (line 264) | def _strftime(value): class DateTime (line 278) | class DateTime: method __init__ (line 284) | def __init__(self, value=0): method make_comparable (line 290) | def make_comparable(self, other): method __lt__ (line 311) | def __lt__(self, other): method __le__ (line 315) | def __le__(self, other): method __gt__ (line 319) | def __gt__(self, other): method __ge__ (line 323) | def __ge__(self, other): method __eq__ (line 327) | def __eq__(self, other): method __ne__ (line 331) | def __ne__(self, other): method timetuple (line 335) | def timetuple(self): method __str__ (line 343) | def __str__(self): method __repr__ (line 346) | def __repr__(self): method decode (line 349) | def decode(self, data): method encode (line 352) | def encode(self, out): function _datetime (line 357) | def _datetime(data): function _datetime_type (line 363) | def _datetime_type(data): class Binary (line 373) | class Binary: method __init__ (line 376) | def __init__(self, data=None): method __str__ (line 391) | def __str__(self): method __eq__ (line 394) | def __eq__(self, other): method __ne__ (line 399) | def __ne__(self, other): method decode (line 404) | def decode(self, data): method encode (line 407) | def encode(self, out): function _binary (line 414) | def _binary(data): class ExpatParser (line 425) | class ExpatParser: method __init__ (line 427) | def __init__(self, target): method feed (line 436) | def feed(self, data): method close (line 439) | def close(self): class Marshaller (line 453) | class Marshaller: method __init__ (line 466) | def __init__(self, encoding=None, allow_none=False): method dumps (line 474) | def dumps(self, values): method __dump (line 501) | def __dump(self, value, write): method dump_nil (line 519) | def dump_nil (self, value, write): method dump_int (line 525) | def dump_int(self, value, write): method dump_bool (line 534) | def dump_bool(self, value, write): method dump_long (line 540) | def dump_long(self, value, write): method dump_double (line 548) | def dump_double(self, value, write): method dump_unicode (line 554) | def dump_unicode(self, value, write, escape=escape): method dump_array (line 560) | def dump_array(self, value, write): method dump_struct (line 574) | def dump_struct(self, value, write, escape=escape): method dump_datetime (line 593) | def dump_datetime(self, value, write): method dump_instance (line 599) | def dump_instance(self, value, write): class Unmarshaller (line 619) | class Unmarshaller: method __init__ (line 631) | def __init__(self, use_datetime=False): method close (line 643) | def close(self): method getmethodname (line 651) | def getmethodname(self): method xml (line 657) | def xml(self, encoding, standalone): method start (line 661) | def start(self, tag, attrs): method data (line 668) | def data(self, text): method end (line 671) | def end(self, tag): method end_dispatch (line 683) | def end_dispatch(self, tag, data): method end_nil (line 697) | def end_nil (self, data): method end_boolean (line 702) | def end_boolean(self, data): method end_int (line 712) | def end_int(self, data): method end_double (line 719) | def end_double(self, data): method end_string (line 724) | def end_string(self, data): method end_array (line 732) | def end_array(self, data): method end_struct (line 739) | def end_struct(self, data): method end_base64 (line 750) | def end_base64(self, data): method end_dateTime (line 757) | def end_dateTime(self, data): method end_value (line 765) | def end_value(self, data): method end_params (line 772) | def end_params(self, data): method end_fault (line 776) | def end_fault(self, data): method end_methodName (line 780) | def end_methodName(self, data): class _MultiCallMethod (line 790) | class _MultiCallMethod: method __init__ (line 793) | def __init__(self, call_list, name): method __getattr__ (line 796) | def __getattr__(self, name): method __call__ (line 798) | def __call__(self, *args): class MultiCallIterator (line 801) | class MultiCallIterator: method __init__ (line 805) | def __init__(self, results): method __getitem__ (line 808) | def __getitem__(self, i): class MultiCall (line 817) | class MultiCall: method __init__ (line 834) | def __init__(self, server): method __repr__ (line 838) | def __repr__(self): method __getattr__ (line 843) | def __getattr__(self, name): method __call__ (line 846) | def __call__(self): function getparser (line 864) | def getparser(use_datetime=False): function dumps (line 900) | def dumps(params, methodname=None, methodresponse=None, encoding=None, function loads (line 977) | def loads(data, use_datetime=False): function gzip_encode (line 999) | def gzip_encode(data): function gzip_decode (line 1023) | def gzip_decode(data): class GzipDecodedResponse (line 1047) | class GzipDecodedResponse(gzip.GzipFile if gzip else object): method __init__ (line 1051) | def __init__(self, response): method close (line 1059) | def close(self): class _Method (line 1067) | class _Method: method __init__ (line 1070) | def __init__(self, send, name): method __getattr__ (line 1073) | def __getattr__(self, name): method __call__ (line 1075) | def __call__(self, *args): class Transport (line 1084) | class Transport: method __init__ (line 1098) | def __init__(self, use_datetime=False): method request (line 1113) | def request(self, host, handler, request_body, verbose=False): method single_request (line 1125) | def single_request(self, host, handler, request_body, verbose=False): method getparser (line 1158) | def getparser(self): method get_host_info (line 1172) | def get_host_info(self, host): method make_connection (line 1199) | def make_connection(self, host): method close (line 1213) | def close(self): method send_request (line 1227) | def send_request(self, host, handler, request_body, debug): method send_headers (line 1250) | def send_headers(self, connection, headers): method send_content (line 1261) | def send_content(self, connection, request_body): method parse_response (line 1278) | def parse_response(self, response): class SafeTransport (line 1308) | class SafeTransport(Transport): method make_connection (line 1313) | def make_connection(self, host): class ServerProxy (line 1344) | class ServerProxy: method __init__ (line 1366) | def __init__(self, uri, transport=None, encoding=None, verbose=False, method __close (line 1390) | def __close(self): method __request (line 1393) | def __request(self, methodname, params): method __repr__ (line 1411) | def __repr__(self): method __getattr__ (line 1419) | def __getattr__(self, name): method __call__ (line 1426) | def __call__(self, attr): FILE: tests/pythons/win64-py32/Lib/xmlrpc/server.py function resolve_dotted_attribute (line 122) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 146) | def list_public_methods(obj): class SimpleXMLRPCDispatcher (line 154) | class SimpleXMLRPCDispatcher: method __init__ (line 163) | def __init__(self, allow_none=False, encoding=None): method register_instance (line 169) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 205) | def register_function(self, function, name=None): method register_introspection_functions (line 216) | def register_introspection_functions(self): method register_multicall_functions (line 227) | def register_multicall_functions(self): method _marshaled_dispatch (line 235) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 272) | def system_listMethods(self): method system_methodSignature (line 290) | def system_methodSignature(self, method_name): method system_methodHelp (line 303) | def system_methodHelp(self, method_name): method system_multicall (line 334) | def system_multicall(self, call_list): method _dispatch (line 366) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 412) | class SimpleXMLRPCRequestHandler(BaseHTTPRequestHandler): method accept_encodings (line 437) | def accept_encodings(self): method is_rpc_path_valid (line 448) | def is_rpc_path_valid(self): method do_POST (line 455) | def do_POST(self): method decode_request_content (line 526) | def decode_request_content(self, data): method report_404 (line 543) | def report_404 (self): method log_request (line 552) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 558) | class SimpleXMLRPCServer(socketserver.TCPServer, method __init__ (line 577) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 592) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 600) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 609) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 613) | def get_dispatcher(self, path): method _marshaled_dispatch (line 616) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 631) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 634) | def __init__(self, allow_none=False, encoding=None): method handle_xmlrpc (line 637) | def handle_xmlrpc(self, request_text): method handle_get (line 649) | def handle_get(self): method handle_request (line 674) | def handle_request(self, request_text=None): class ServerHTMLDoc (line 700) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 703) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 744) | def docroutine(self, object, name, mod=None, method docserver (line 786) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 811) | class XMLRPCDocGenerator: method __init__ (line 818) | def __init__(self): method set_server_title (line 826) | def set_server_title(self, server_title): method set_server_name (line 831) | def set_server_name(self, server_name): method set_server_documentation (line 836) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 841) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 892) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 902) | def do_GET(self): class DocXMLRPCServer (line 920) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 928) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 935) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 940) | def handle_get(self): method __init__ (line 956) | def __init__(self): FILE: tests/pythons/win64-py32/Lib/zipfile.py class BadZipFile (line 28) | class BadZipFile(Exception): class LargeZipFile (line 32) | class LargeZipFile(Exception): function _check_zipfile (line 143) | def _check_zipfile(fp): function is_zipfile (line 151) | def is_zipfile(filename): function _EndRecData64 (line 167) | def _EndRecData64(fpin, offset, endrec): function _EndRecData (line 210) | def _EndRecData(fpin): class ZipInfo (line 271) | class ZipInfo (object): method __init__ (line 296) | def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): method FileHeader (line 338) | def FileHeader(self, zip64=None): method _encodeFilenameFlags (line 377) | def _encodeFilenameFlags(self): method _decodeExtra (line 383) | def _decodeExtra(self): class _ZipDecrypter (line 420) | class _ZipDecrypter: method _GenerateCRCTable (line 433) | def _GenerateCRCTable(): method _crc32 (line 453) | def _crc32(self, ch, crc): method __init__ (line 457) | def __init__(self, pwd): method _UpdateKeys (line 464) | def _UpdateKeys(self, c): method __call__ (line 470) | def __call__(self, c): class ZipExtFile (line 500) | class ZipExtFile(io.BufferedIOBase): method __init__ (line 514) | def __init__(self, fileobj, mode, zipinfo, decrypter=None, method readline (line 554) | def readline(self, limit=-1): method peek (line 604) | def peek(self, n=1): method readable (line 613) | def readable(self): method read (line 616) | def read(self, n=-1): method _update_crc (line 634) | def _update_crc(self, newdata, eof): method read1 (line 644) | def read1(self, n): method close (line 696) | def close(self): class ZipFile (line 704) | class ZipFile: method __init__ (line 721) | def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=... method __enter__ (line 793) | def __enter__(self): method __exit__ (line 796) | def __exit__(self, type, value, traceback): method _RealGetContents (line 799) | def _RealGetContents(self): method namelist (line 874) | def namelist(self): method infolist (line 881) | def infolist(self): method printdir (line 886) | def printdir(self, file=None): method testzip (line 895) | def testzip(self): method getinfo (line 908) | def getinfo(self, name): method setpassword (line 917) | def setpassword(self, pwd): method comment (line 927) | def comment(self): method comment (line 932) | def comment(self, comment): method read (line 944) | def read(self, name, pwd=None): method open (line 949) | def open(self, name, mode="r", pwd=None): method extract (line 1033) | def extract(self, member, path=None, pwd=None): method extractall (line 1047) | def extractall(self, path=None, members=None, pwd=None): method _extract_member (line 1059) | def _extract_member(self, member, targetpath, pwd): method _writecheck (line 1102) | def _writecheck(self, zinfo): method write (line 1125) | def write(self, filename, arcname=None, compress_type=None): method writestr (line 1214) | def writestr(self, zinfo_or_arcname, data, compress_type=None): method __del__ (line 1264) | def __del__(self): method close (line 1268) | def close(self): class PyZipFile (line 1373) | class PyZipFile(ZipFile): method __init__ (line 1376) | def __init__(self, file, mode="r", compression=ZIP_STORED, method writepy (line 1382) | def writepy(self, pathname, basename=""): method _get_codename (line 1447) | def _get_codename(self, pathname, basename): function main (line 1517) | def main(args = None): FILE: tests/pythons/win64-py32/include/Python-ast.h type _mod (line 5) | struct _mod type _stmt (line 7) | struct _stmt type _expr (line 9) | struct _expr type expr_context_ty (line 11) | typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, type _slice (line 14) | struct _slice type boolop_ty (line 16) | typedef enum _boolop { And=1, Or=2 } boolop_ty; type operator_ty (line 18) | typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShi... type unaryop_ty (line 22) | typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; type cmpop_ty (line 24) | typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsN... type _comprehension (line 27) | struct _comprehension type _excepthandler (line 29) | struct _excepthandler type _arguments (line 31) | struct _arguments type _arg (line 33) | struct _arg type _keyword (line 35) | struct _keyword type _alias (line 37) | struct _alias type _mod_kind (line 40) | enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, type _mod (line 42) | struct _mod { type _stmt_kind (line 64) | enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, type _stmt (line 71) | struct _stmt { type _expr_kind (line 184) | enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kin... type _expr (line 191) | struct _expr { type _slice_kind (line 318) | enum _slice_kind {Slice_kind=1, ExtSlice_kind=2, Index_kind=3} type _slice (line 319) | struct _slice { type _comprehension (line 339) | struct _comprehension { type _excepthandler_kind (line 345) | enum _excepthandler_kind {ExceptHandler_kind=1} type _excepthandler (line 346) | struct _excepthandler { type _arguments (line 360) | struct _arguments { type _arg (line 371) | struct _arg { type _keyword (line 376) | struct _keyword { type _alias (line 381) | struct _alias { FILE: tests/pythons/win64-py32/include/accu.h type _PyAccu (line 21) | typedef struct { FILE: tests/pythons/win64-py32/include/asdl.h type PyObject (line 4) | typedef PyObject * identifier; type PyObject (line 5) | typedef PyObject * string; type PyObject (line 6) | typedef PyObject * object; type asdl_seq (line 16) | typedef struct { type asdl_int_seq (line 21) | typedef struct { FILE: tests/pythons/win64-py32/include/bitset.h type BYTE (line 12) | typedef BYTE *bitset; FILE: tests/pythons/win64-py32/include/boolobject.h type _longobject (line 18) | struct _longobject FILE: tests/pythons/win64-py32/include/bytearrayobject.h type PyByteArrayObject (line 23) | typedef struct { FILE: tests/pythons/win64-py32/include/bytesobject.h type PyBytesObject (line 31) | typedef struct { FILE: tests/pythons/win64-py32/include/cellobject.h type PyCellObject (line 9) | typedef struct { FILE: tests/pythons/win64-py32/include/ceval.h type _frame (line 28) | struct _frame type _frame (line 33) | struct _frame type _frame (line 112) | struct _frame type _frame (line 113) | struct _frame FILE: tests/pythons/win64-py32/include/classobject.h type PyMethodObject (line 12) | typedef struct { type PyInstanceMethodObject (line 37) | typedef struct { FILE: tests/pythons/win64-py32/include/code.h type PyCodeObject (line 11) | typedef struct { type PyAddrPair (line 89) | typedef struct _addr_pair { FILE: tests/pythons/win64-py32/include/compile.h type _node (line 12) | struct _node type _node (line 13) | struct _node type PyFutureFeatures (line 17) | typedef struct { type _mod (line 31) | struct _mod type _mod (line 34) | struct _mod type _mod (line 39) | struct _mod FILE: tests/pythons/win64-py32/include/complexobject.h type Py_complex (line 10) | typedef struct { type PyComplexObject (line 41) | typedef struct { FILE: tests/pythons/win64-py32/include/datetime.h type PyDateTime_Delta (line 34) | typedef struct type PyDateTime_TZInfo (line 43) | typedef struct type _PyDateTime_BaseTZInfo (line 61) | typedef struct type _PyDateTime_BaseTime (line 76) | typedef struct type PyDateTime_Time (line 81) | typedef struct type PyDateTime_Date (line 93) | typedef struct type _PyDateTime_BaseDateTime (line 103) | typedef struct type PyDateTime_DateTime (line 108) | typedef struct type PyDateTime_CAPI (line 140) | typedef struct { FILE: tests/pythons/win64-py32/include/descrobject.h type PyObject (line 8) | typedef PyObject *(*getter)(PyObject *, void *); type PyGetSetDef (line 11) | typedef struct PyGetSetDef { type PyObject (line 20) | typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args, type PyObject (line 23) | typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args, type wrapperbase (line 26) | struct wrapperbase { type PyDescrObject (line 41) | typedef struct { type PyMethodDescrObject (line 52) | typedef struct { type PyMemberDescrObject (line 57) | typedef struct { type PyGetSetDescrObject (line 62) | typedef struct { type PyWrapperDescrObject (line 67) | typedef struct { type PyMemberDef (line 84) | struct PyMemberDef type PyMemberDef (line 86) | struct PyMemberDef type PyGetSetDef (line 88) | struct PyGetSetDef type wrapperbase (line 91) | struct wrapperbase FILE: tests/pythons/win64-py32/include/dictobject.h type PyDictEntry (line 51) | typedef struct { type PyDictObject (line 67) | typedef struct _dictobject PyDictObject; type _dictobject (line 68) | struct _dictobject { FILE: tests/pythons/win64-py32/include/dynamic_annotations.h function T (line 473) | T _Py_ANNOTATE_UNPROTECTED_READ(const volatile T &x) { FILE: tests/pythons/win64-py32/include/fileutils.h type stat (line 19) | struct stat type stat (line 25) | struct stat FILE: tests/pythons/win64-py32/include/floatobject.h type PyFloatObject (line 15) | typedef struct { FILE: tests/pythons/win64-py32/include/frameobject.h type PyTryBlock (line 11) | typedef struct { type PyFrameObject (line 17) | typedef struct _frame { FILE: tests/pythons/win64-py32/include/funcobject.h type PyFunctionObject (line 21) | typedef struct { FILE: tests/pythons/win64-py32/include/genobject.h type _frame (line 11) | struct _frame type PyGenObject (line 13) | typedef struct { type _frame (line 35) | struct _frame FILE: tests/pythons/win64-py32/include/grammar.h type label (line 14) | typedef struct { type labellist (line 23) | typedef struct { type arc (line 30) | typedef struct { type state (line 37) | typedef struct { type dfa (line 50) | typedef struct { type grammar (line 61) | typedef struct { FILE: tests/pythons/win64-py32/include/import.h type _inittab (line 77) | struct _inittab { type _inittab (line 81) | struct _inittab type _inittab (line 82) | struct _inittab type _frozen (line 93) | struct _frozen { type _frozen (line 102) | struct _frozen FILE: tests/pythons/win64-py32/include/listobject.h type PyListObject (line 23) | typedef struct { FILE: tests/pythons/win64-py32/include/longintrepr.h type PY_UINT32_T (line 49) | typedef PY_UINT32_T digit; type PY_INT32_T (line 50) | typedef PY_INT32_T sdigit; type PY_UINT64_T (line 51) | typedef PY_UINT64_T twodigits; type PY_INT64_T (line 52) | typedef PY_INT64_T stwodigits; type digit (line 57) | typedef unsigned short digit; type sdigit (line 58) | typedef short sdigit; type twodigits (line 59) | typedef unsigned long twodigits; type stwodigits (line 60) | typedef long stwodigits; type _longobject (line 89) | struct _longobject { FILE: tests/pythons/win64-py32/include/longobject.h type PyLongObject (line 10) | typedef struct _longobject PyLongObject; FILE: tests/pythons/win64-py32/include/memoryobject.h type PyMemoryViewObject (line 69) | typedef struct { FILE: tests/pythons/win64-py32/include/methodobject.h type PyObject (line 18) | typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); type PyObject (line 19) | typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, type PyObject (line 21) | typedef PyObject *(*PyNoArgsFunction)(PyObject *); type PyMethodDef (line 39) | struct PyMethodDef { type PyMethodDef (line 46) | typedef struct PyMethodDef PyMethodDef; type PyCFunctionObject (line 74) | typedef struct { FILE: tests/pythons/win64-py32/include/modsupport.h type PyModuleDef (line 110) | struct PyModuleDef FILE: tests/pythons/win64-py32/include/moduleobject.h type PyModuleDef (line 25) | struct PyModuleDef type PyModuleDef_Base (line 28) | typedef struct PyModuleDef_Base { type PyModuleDef (line 42) | typedef struct PyModuleDef{ FILE: tests/pythons/win64-py32/include/node.h type node (line 10) | typedef struct _node { FILE: tests/pythons/win64-py32/include/object.h type PyObject (line 105) | typedef struct _object { type PyVarObject (line 111) | typedef struct { type PyObject (line 135) | typedef PyObject * (*unaryfunc)(PyObject *); type PyObject (line 136) | typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); type PyObject (line 137) | typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); type Py_ssize_t (line 139) | typedef Py_ssize_t (*lenfunc)(PyObject *); type PyObject (line 140) | typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); type PyObject (line 141) | typedef PyObject *(*ssizessizeargfunc)(PyObject *, Py_ssize_t, Py_ssize_t); type Py_buffer (line 148) | typedef struct bufferinfo { type PyNumberMethods (line 205) | typedef struct { type PySequenceMethods (line 249) | typedef struct { type PyMappingMethods (line 263) | typedef struct { type PyBufferProcs (line 270) | typedef struct { type PyObject (line 285) | typedef PyObject *(*getattrfunc)(PyObject *, char *); type PyObject (line 286) | typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); type PyObject (line 289) | typedef PyObject *(*reprfunc)(PyObject *); type Py_hash_t (line 290) | typedef Py_hash_t (*hashfunc)(PyObject *); type PyObject (line 291) | typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); type PyObject (line 292) | typedef PyObject *(*getiterfunc) (PyObject *); type PyObject (line 293) | typedef PyObject *(*iternextfunc) (PyObject *); type PyObject (line 294) | typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); type PyObject (line 297) | typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); type PyObject (line 298) | typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); type PyTypeObject (line 301) | typedef struct _typeobject PyTypeObject; type PyTypeObject (line 303) | typedef struct _typeobject { type PyType_Slot (line 392) | typedef struct{ type PyType_Spec (line 397) | typedef struct{ type PyHeapTypeObject (line 409) | typedef struct _heaptypeobject { type _Py_HashSecret_t (line 520) | typedef struct { FILE: tests/pythons/win64-py32/include/objimpl.h type PyGC_Head (line 247) | typedef union _gc_head { FILE: tests/pythons/win64-py32/include/opcode.h type cmp_op (line 151) | enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py... FILE: tests/pythons/win64-py32/include/parsetok.h type perrdetail (line 10) | typedef struct { FILE: tests/pythons/win64-py32/include/pgen.h type _node (line 12) | struct _node type _node (line 13) | struct _node FILE: tests/pythons/win64-py32/include/py_curses.h type PyCursesWindowObject (line 76) | typedef struct { FILE: tests/pythons/win64-py32/include/pyarena.h type PyArena (line 12) | typedef struct _arena PyArena; FILE: tests/pythons/win64-py32/include/pyatomic.h type _Py_memory_order (line 23) | typedef enum _Py_memory_order { type _Py_atomic_address (line 31) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 35) | typedef struct _Py_atomic_int { function _Py_atomic_signal_fence (line 43) | static __inline__ void function _Py_atomic_thread_fence (line 50) | static __inline__ void function _Py_ANNOTATE_MEMORY_ORDER (line 58) | static __inline__ void FILE: tests/pythons/win64-py32/include/pyconfig.h type __int64 (line 195) | typedef __int64 ssize_t; type _W64 (line 197) | typedef _W64 int ssize_t; type pid_t (line 209) | typedef int pid_t; type pid_t (line 236) | typedef int pid_t; type pid_t (line 283) | typedef int pid_t; FILE: tests/pythons/win64-py32/include/pyerrors.h type PyBaseExceptionObject (line 15) | typedef struct { type PySyntaxErrorObject (line 19) | typedef struct { type PyUnicodeErrorObject (line 29) | typedef struct { type PySystemExitObject (line 38) | typedef struct { type PyEnvironmentErrorObject (line 43) | typedef struct { type PyWindowsErrorObject (line 51) | typedef struct { FILE: tests/pythons/win64-py32/include/pyexpat.h type PyExpat_CAPI (line 9) | struct PyExpat_CAPI FILE: tests/pythons/win64-py32/include/pyport.h type Py_uintptr_t (line 170) | typedef uintptr_t Py_uintptr_t; type Py_intptr_t (line 171) | typedef intptr_t Py_intptr_t; type Py_uintptr_t (line 174) | typedef unsigned int Py_uintptr_t; type Py_intptr_t (line 175) | typedef int Py_intptr_t; type Py_uintptr_t (line 178) | typedef unsigned long Py_uintptr_t; type Py_intptr_t (line 179) | typedef long Py_intptr_t; type Py_uintptr_t (line 182) | typedef unsigned PY_LONG_LONG Py_uintptr_t; type PY_LONG_LONG (line 183) | typedef PY_LONG_LONG Py_intptr_t; type Py_ssize_t (line 194) | typedef ssize_t Py_ssize_t; type Py_intptr_t (line 196) | typedef Py_intptr_t Py_ssize_t; type Py_ssize_t (line 202) | typedef Py_ssize_t Py_hash_t; type Py_uhash_t (line 204) | typedef size_t Py_uhash_t; type termios (line 674) | struct termios type winsize (line 674) | struct winsize type termios (line 675) | struct termios type winsize (line 675) | struct winsize FILE: tests/pythons/win64-py32/include/pystate.h type _ts (line 13) | struct _ts type _is (line 14) | struct _is type PyInterpreterState (line 17) | typedef struct _is PyInterpreterState; type PyInterpreterState (line 19) | typedef struct _is { type _frame (line 49) | struct _frame type _frame (line 53) | struct _frame type PyThreadState (line 66) | typedef struct _ts PyThreadState; type PyThreadState (line 68) | typedef struct _ts { type PyModuleDef (line 128) | struct PyModuleDef type PyModuleDef (line 129) | struct PyModuleDef type PyGILState_STATE (line 162) | typedef type _frame (line 222) | struct _frame FILE: tests/pythons/win64-py32/include/pythonrun.h type PyCompilerFlags (line 20) | typedef struct { type _mod (line 60) | struct _mod type _mod (line 66) | struct _mod type _node (line 84) | struct _node type _node (line 86) | struct _node type symtable (line 115) | struct symtable FILE: tests/pythons/win64-py32/include/pythread.h type PyLockStatus (line 14) | typedef enum PyLockStatus { FILE: tests/pythons/win64-py32/include/pytime.h type _PyTime_timeval (line 16) | typedef struct timeval _PyTime_timeval; type _PyTime_timeval (line 18) | typedef struct { FILE: tests/pythons/win64-py32/include/setobject.h type setentry (line 24) | typedef struct { type PySetObject (line 35) | typedef struct _setobject PySetObject; type _setobject (line 36) | struct _setobject { FILE: tests/pythons/win64-py32/include/sliceobject.h type PySliceObject (line 22) | typedef struct { FILE: tests/pythons/win64-py32/include/structmember.h type PyMemberDef (line 28) | typedef struct PyMemberDef { type PyMemberDef (line 80) | struct PyMemberDef type PyMemberDef (line 81) | struct PyMemberDef FILE: tests/pythons/win64-py32/include/structseq.h type PyStructSequence_Field (line 10) | typedef struct PyStructSequence_Field { type PyStructSequence_Desc (line 15) | typedef struct PyStructSequence_Desc { type PyTupleObject (line 33) | typedef PyTupleObject PyStructSequence; FILE: tests/pythons/win64-py32/include/symtable.h type _Py_block_ty (line 13) | typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } type _symtable_entry (line 16) | struct _symtable_entry type symtable (line 18) | struct symtable { type PySTEntryObject (line 32) | typedef struct _symtable_entry { type symtable (line 64) | struct symtable type symtable (line 68) | struct symtable type symtable (line 70) | struct symtable FILE: tests/pythons/win64-py32/include/traceback.h type _frame (line 8) | struct _frame type PyTracebackObject (line 12) | typedef struct _traceback { type _frame (line 21) | struct _frame FILE: tests/pythons/win64-py32/include/tupleobject.h type PyTupleObject (line 25) | typedef struct { FILE: tests/pythons/win64-py32/include/ucnhash.h type _PyUnicode_Name_CAPI (line 13) | typedef struct { FILE: tests/pythons/win64-py32/include/unicodeobject.h type Py_UCS4 (line 125) | typedef unsigned int Py_UCS4; type Py_UCS4 (line 127) | typedef unsigned long Py_UCS4; type PY_UNICODE_TYPE (line 135) | typedef PY_UNICODE_TYPE Py_UNICODE; type PyUnicodeObject (line 377) | typedef struct { FILE: tests/pythons/win64-py32/include/weakrefobject.h type PyWeakReference (line 10) | typedef struct _PyWeakReference PyWeakReference; type _PyWeakReference (line 16) | struct _PyWeakReference { FILE: tests/pythons/win64-py33/Lib/__future__.py class _Feature (line 76) | class _Feature: method __init__ (line 77) | def __init__(self, optionalRelease, mandatoryRelease, compiler_flag): method getOptionalRelease (line 82) | def getOptionalRelease(self): method getMandatoryRelease (line 90) | def getMandatoryRelease(self): method __repr__ (line 99) | def __repr__(self): FILE: tests/pythons/win64-py33/Lib/_dummy_thread.py function start_new_thread (line 29) | def start_new_thread(function, args, kwargs={}): function exit (line 61) | def exit(): function get_ident (line 65) | def get_ident(): function allocate_lock (line 74) | def allocate_lock(): function stack_size (line 78) | def stack_size(size=None): class LockType (line 84) | class LockType(object): method __init__ (line 95) | def __init__(self): method acquire (line 98) | def acquire(self, waitflag=None, timeout=-1): method __exit__ (line 124) | def __exit__(self, typ, val, tb): method release (line 127) | def release(self): method locked (line 136) | def locked(self): function interrupt_main (line 144) | def interrupt_main(): FILE: tests/pythons/win64-py33/Lib/_markupbase.py class ParserBase (line 23) | class ParserBase: method __init__ (line 27) | def __init__(self): method error (line 32) | def error(self, message): method reset (line 36) | def reset(self): method getpos (line 40) | def getpos(self): method updatepos (line 48) | def updatepos(self, i, j): method parse_declaration (line 64) | def parse_declaration(self, i): method parse_marked_section (line 146) | def parse_marked_section(self, i, report=1): method parse_comment (line 168) | def parse_comment(self, i, report=1): method _parse_doctype_subset (line 182) | def _parse_doctype_subset(self, i, declstartpos): method _parse_doctype_element (line 249) | def _parse_doctype_element(self, i, declstartpos): method _parse_doctype_attlist (line 260) | def _parse_doctype_attlist(self, i, declstartpos): method _parse_doctype_notation (line 317) | def _parse_doctype_notation(self, i, declstartpos): method _parse_doctype_entity (line 340) | def _parse_doctype_entity(self, i, declstartpos): method _scan_name (line 376) | def _scan_name(self, i, declstartpos): method unknown_decl (line 394) | def unknown_decl(self, data): FILE: tests/pythons/win64-py33/Lib/_osx_support.py function _find_executable (line 29) | def _find_executable(executable, path=None): function _read_output (line 55) | def _read_output(commandstring): function _find_build_tool (line 74) | def _find_build_tool(toolname): function _get_system_version (line 83) | def _get_system_version(): function _remove_original_values (line 113) | def _remove_original_values(_config_vars): function _save_modified_value (line 120) | def _save_modified_value(_config_vars, cv, newvalue): function _supports_universal_builds (line 128) | def _supports_universal_builds(): function _find_appropriate_compiler (line 144) | def _find_appropriate_compiler(_config_vars): function _remove_universal_flags (line 206) | def _remove_universal_flags(_config_vars): function _remove_unsupported_archs (line 220) | def _remove_unsupported_archs(_config_vars): function _override_all_archs (line 260) | def _override_all_archs(_config_vars): function _check_for_unavailable_sdk (line 277) | def _check_for_unavailable_sdk(_config_vars): function compiler_fixup (line 304) | def compiler_fixup(compiler_so, cc_args): function customize_config_vars (line 368) | def customize_config_vars(_config_vars): function customize_compiler (line 409) | def customize_compiler(_config_vars): function get_platform_osx (line 429) | def get_platform_osx(_config_vars, osname, release, machine): FILE: tests/pythons/win64-py33/Lib/_pyio.py function open (line 34) | def open(file, mode="r", buffering=-1, encoding=None, errors=None, class DocDescriptor (line 229) | class DocDescriptor: method __get__ (line 232) | def __get__(self, obj, typ): class OpenWrapper (line 238) | class OpenWrapper: method __new__ (line 248) | def __new__(cls, *args, **kwargs): class UnsupportedOperation (line 257) | class UnsupportedOperation(ValueError, IOError): class IOBase (line 261) | class IOBase(metaclass=abc.ABCMeta): method _unsupported (line 296) | def _unsupported(self, name): method seek (line 303) | def seek(self, pos, whence=0): method tell (line 319) | def tell(self): method truncate (line 323) | def truncate(self, pos=None): method flush (line 333) | def flush(self): method close (line 343) | def close(self): method __del__ (line 354) | def __del__(self): method seekable (line 368) | def seekable(self): method _checkSeekable (line 376) | def _checkSeekable(self, msg=None): method readable (line 383) | def readable(self): method _checkReadable (line 390) | def _checkReadable(self, msg=None): method writable (line 397) | def writable(self): method _checkWritable (line 404) | def _checkWritable(self, msg=None): method closed (line 412) | def closed(self): method _checkClosed (line 419) | def _checkClosed(self, msg=None): method __enter__ (line 428) | def __enter__(self): # That's a forward reference method __exit__ (line 433) | def __exit__(self, *args): method fileno (line 441) | def fileno(self): method isatty (line 448) | def isatty(self): method readline (line 458) | def readline(self, limit=-1): method __iter__ (line 495) | def __iter__(self): method __next__ (line 499) | def __next__(self): method readlines (line 505) | def readlines(self, hint=None): method writelines (line 523) | def writelines(self, lines): class RawIOBase (line 531) | class RawIOBase(IOBase): method read (line 545) | def read(self, n=-1): method readall (line 562) | def readall(self): method readinto (line 576) | def readinto(self, b): method write (line 584) | def write(self, b): class BufferedIOBase (line 596) | class BufferedIOBase(IOBase): method read (line 613) | def read(self, n=None): method read1 (line 633) | def read1(self, n=None): method readinto (line 639) | def readinto(self, b): method write (line 662) | def write(self, b): method detach (line 673) | def detach(self): class _BufferedIOMixin (line 685) | class _BufferedIOMixin(BufferedIOBase): method __init__ (line 694) | def __init__(self, raw): method seek (line 699) | def seek(self, pos, whence=0): method tell (line 705) | def tell(self): method truncate (line 711) | def truncate(self, pos=None): method flush (line 725) | def flush(self): method close (line 730) | def close(self): method detach (line 738) | def detach(self): method seekable (line 748) | def seekable(self): method readable (line 751) | def readable(self): method writable (line 754) | def writable(self): method raw (line 758) | def raw(self): method closed (line 762) | def closed(self): method name (line 766) | def name(self): method mode (line 770) | def mode(self): method __getstate__ (line 773) | def __getstate__(self): method __repr__ (line 777) | def __repr__(self): method fileno (line 788) | def fileno(self): method isatty (line 791) | def isatty(self): class BytesIO (line 795) | class BytesIO(BufferedIOBase): method __init__ (line 799) | def __init__(self, initial_bytes=None): method __getstate__ (line 806) | def __getstate__(self): method getvalue (line 811) | def getvalue(self): method getbuffer (line 818) | def getbuffer(self): method read (line 823) | def read(self, n=None): method read1 (line 837) | def read1(self, n): method write (line 842) | def write(self, b): method seek (line 860) | def seek(self, pos, whence=0): method tell (line 879) | def tell(self): method truncate (line 884) | def truncate(self, pos=None): method readable (line 899) | def readable(self): method writable (line 904) | def writable(self): method seekable (line 909) | def seekable(self): class BufferedReader (line 915) | class BufferedReader(_BufferedIOMixin): method __init__ (line 926) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method _reset_read_buf (line 939) | def _reset_read_buf(self): method read (line 943) | def read(self, n=None): method _read_unlocked (line 956) | def _read_unlocked(self, n=None): method peek (line 1014) | def peek(self, n=0): method _peek_unlocked (line 1024) | def _peek_unlocked(self, n=0): method read1 (line 1040) | def read1(self, n): method tell (line 1053) | def tell(self): method seek (line 1056) | def seek(self, pos, whence=0): class BufferedWriter (line 1066) | class BufferedWriter(_BufferedIOMixin): method __init__ (line 1075) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method write (line 1086) | def write(self, b): method truncate (line 1114) | def truncate(self, pos=None): method flush (line 1121) | def flush(self): method _flush_unlocked (line 1125) | def _flush_unlocked(self): method tell (line 1144) | def tell(self): method seek (line 1147) | def seek(self, pos, whence=0): class BufferedRWPair (line 1155) | class BufferedRWPair(BufferedIOBase): method __init__ (line 1171) | def __init__(self, reader, writer, buffer_size=DEFAULT_BUFFER_SIZE): method read (line 1185) | def read(self, n=None): method readinto (line 1190) | def readinto(self, b): method write (line 1193) | def write(self, b): method peek (line 1196) | def peek(self, n=0): method read1 (line 1199) | def read1(self, n): method readable (line 1202) | def readable(self): method writable (line 1205) | def writable(self): method flush (line 1208) | def flush(self): method close (line 1211) | def close(self): method isatty (line 1215) | def isatty(self): method closed (line 1219) | def closed(self): class BufferedRandom (line 1223) | class BufferedRandom(BufferedWriter, BufferedReader): method __init__ (line 1232) | def __init__(self, raw, buffer_size=DEFAULT_BUFFER_SIZE): method seek (line 1237) | def seek(self, pos, whence=0): method tell (line 1254) | def tell(self): method truncate (line 1260) | def truncate(self, pos=None): method read (line 1266) | def read(self, n=None): method readinto (line 1272) | def readinto(self, b): method peek (line 1276) | def peek(self, n=0): method read1 (line 1280) | def read1(self, n): method write (line 1284) | def write(self, b): class TextIOBase (line 1293) | class TextIOBase(IOBase): method read (line 1302) | def read(self, n=-1): method write (line 1312) | def write(self, s): method truncate (line 1316) | def truncate(self, pos=None): method readline (line 1320) | def readline(self): method detach (line 1327) | def detach(self): method encoding (line 1337) | def encoding(self): method newlines (line 1342) | def newlines(self): method errors (line 1352) | def errors(self): class IncrementalNewlineDecoder (line 1361) | class IncrementalNewlineDecoder(codecs.IncrementalDecoder): method __init__ (line 1368) | def __init__(self, decoder, translate, errors='strict'): method decode (line 1375) | def decode(self, input, final=False): method getstate (line 1406) | def getstate(self): method setstate (line 1417) | def setstate(self, state): method reset (line 1423) | def reset(self): method newlines (line 1434) | def newlines(self): class TextIOWrapper (line 1446) | class TextIOWrapper(TextIOBase): method __init__ (line 1475) | def __init__(self, buffer, encoding=None, errors=None, newline=None, method __repr__ (line 1545) | def __repr__(self): method encoding (line 1562) | def encoding(self): method errors (line 1566) | def errors(self): method line_buffering (line 1570) | def line_buffering(self): method buffer (line 1574) | def buffer(self): method seekable (line 1577) | def seekable(self): method readable (line 1582) | def readable(self): method writable (line 1585) | def writable(self): method flush (line 1588) | def flush(self): method close (line 1592) | def close(self): method closed (line 1600) | def closed(self): method name (line 1604) | def name(self): method fileno (line 1607) | def fileno(self): method isatty (line 1610) | def isatty(self): method write (line 1613) | def write(self, s): method _get_encoder (line 1635) | def _get_encoder(self): method _get_decoder (line 1640) | def _get_decoder(self): method _set_decoded_chars (line 1651) | def _set_decoded_chars(self, chars): method _get_decoded_chars (line 1656) | def _get_decoded_chars(self, n=None): method _rewind_decoded_chars (line 1666) | def _rewind_decoded_chars(self, n): method _read_chunk (line 1672) | def _read_chunk(self): method _pack_cookie (line 1714) | def _pack_cookie(self, position, dec_flags=0, method _unpack_cookie (line 1724) | def _unpack_cookie(self, bigint): method tell (line 1731) | def tell(self): method truncate (line 1830) | def truncate(self, pos=None): method detach (line 1836) | def detach(self): method seek (line 1844) | def seek(self, cookie, whence=0): method read (line 1915) | def read(self, n=None): method __next__ (line 1940) | def __next__(self): method readline (line 1949) | def readline(self, limit=None): method newlines (line 2038) | def newlines(self): class StringIO (line 2042) | class StringIO(TextIOWrapper): method __init__ (line 2049) | def __init__(self, initial_value="", newline="\n"): method getvalue (line 2066) | def getvalue(self): method __repr__ (line 2076) | def __repr__(self): method errors (line 2082) | def errors(self): method encoding (line 2086) | def encoding(self): method detach (line 2089) | def detach(self): FILE: tests/pythons/win64-py33/Lib/_strptime.py function _getlang (line 29) | def _getlang(): class LocaleTime (line 33) | class LocaleTime(object): method __init__ (line 52) | def __init__(self): method __pad (line 81) | def __pad(self, seq, front): method __calc_weekday (line 90) | def __calc_weekday(self): method __calc_month (line 98) | def __calc_month(self): method __calc_am_pm (line 105) | def __calc_am_pm(self): method __calc_date_time (line 117) | def __calc_date_time(self): method __calc_timezone (line 162) | def __calc_timezone(self): class TimeRE (line 178) | class TimeRE(dict): method __init__ (line 181) | def __init__(self, locale_time=None): method __seqToRE (line 224) | def __seqToRE(self, to_convert, directive): method pattern (line 243) | def pattern(self, format): method compile (line 266) | def compile(self, format): function _calc_julian_from_U_or_W (line 277) | def _calc_julian_from_U_or_W(year, week_of_year, day_of_week, week_start... function _strptime (line 298) | def _strptime(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_time (line 491) | def _strptime_time(data_string, format="%a %b %d %H:%M:%S %Y"): function _strptime_datetime (line 497) | def _strptime_datetime(cls, data_string, format="%a %b %d %H:%M:%S %Y"): FILE: tests/pythons/win64-py33/Lib/_threading_local.py class _localimpl (line 150) | class _localimpl: method __init__ (line 154) | def __init__(self): method get_dict (line 162) | def get_dict(self): method create_dict (line 168) | def create_dict(self): function _patch (line 195) | def _patch(self): class local (line 208) | class local: method __new__ (line 211) | def __new__(cls, *args, **kw): method __getattribute__ (line 225) | def __getattribute__(self, name): method __setattr__ (line 229) | def __setattr__(self, name, value): method __delattr__ (line 237) | def __delattr__(self, name): FILE: tests/pythons/win64-py33/Lib/_weakrefset.py class _IterationGuard (line 10) | class _IterationGuard: method __init__ (line 16) | def __init__(self, weakcontainer): method __enter__ (line 20) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, e, t, b): class WeakSet (line 35) | class WeakSet: method __init__ (line 36) | def __init__(self, data=None): method _commit_removals (line 52) | def _commit_removals(self): method __iter__ (line 58) | def __iter__(self): method __len__ (line 67) | def __len__(self): method __contains__ (line 70) | def __contains__(self, item): method __reduce__ (line 77) | def __reduce__(self): method add (line 81) | def add(self, item): method clear (line 86) | def clear(self): method copy (line 91) | def copy(self): method pop (line 94) | def pop(self): method remove (line 106) | def remove(self, item): method discard (line 111) | def discard(self, item): method update (line 116) | def update(self, other): method __ior__ (line 122) | def __ior__(self, other): method difference (line 126) | def difference(self, other): method difference_update (line 132) | def difference_update(self, other): method __isub__ (line 134) | def __isub__(self, other): method intersection (line 143) | def intersection(self, other): method intersection_update (line 147) | def intersection_update(self, other): method __iand__ (line 149) | def __iand__(self, other): method issubset (line 155) | def issubset(self, other): method __lt__ (line 159) | def __lt__(self, other): method issuperset (line 162) | def issuperset(self, other): method __gt__ (line 166) | def __gt__(self, other): method __eq__ (line 169) | def __eq__(self, other): method symmetric_difference (line 174) | def symmetric_difference(self, other): method symmetric_difference_update (line 180) | def symmetric_difference_update(self, other): method __ixor__ (line 182) | def __ixor__(self, other): method union (line 191) | def union(self, other): method isdisjoint (line 195) | def isdisjoint(self, other): FILE: tests/pythons/win64-py33/Lib/abc.py function abstractmethod (line 8) | def abstractmethod(funcobj): class abstractclassmethod (line 28) | class abstractclassmethod(classmethod): method __init__ (line 47) | def __init__(self, callable): class abstractstaticmethod (line 52) | class abstractstaticmethod(staticmethod): method __init__ (line 71) | def __init__(self, callable): class abstractproperty (line 76) | class abstractproperty(property): class ABCMeta (line 108) | class ABCMeta(type): method __new__ (line 129) | def __new__(mcls, name, bases, namespace): method register (line 148) | def register(cls, subclass): method _dump_registry (line 166) | def _dump_registry(cls, file=None): method __instancecheck__ (line 175) | def __instancecheck__(cls, instance): method __subclasscheck__ (line 191) | def __subclasscheck__(cls, subclass): FILE: tests/pythons/win64-py33/Lib/aifc.py class Error (line 143) | class Error(Exception): function _read_long (line 148) | def _read_long(file): function _read_ulong (line 154) | def _read_ulong(file): function _read_short (line 160) | def _read_short(file): function _read_ushort (line 166) | def _read_ushort(file): function _read_string (line 172) | def _read_string(file): function _read_float (line 184) | def _read_float(f): # 10 bytes function _write_short (line 201) | def _write_short(f, x): function _write_ushort (line 204) | def _write_ushort(f, x): function _write_long (line 207) | def _write_long(f, x): function _write_ulong (line 210) | def _write_ulong(f, x): function _write_string (line 213) | def _write_string(f, s): function _write_float (line 221) | def _write_float(f, x): class Aifc_read (line 256) | class Aifc_read: method initfp (line 292) | def initfp(self, file): method __init__ (line 331) | def __init__(self, f): method getfp (line 340) | def getfp(self): method rewind (line 343) | def rewind(self): method close (line 347) | def close(self): method tell (line 350) | def tell(self): method getnchannels (line 353) | def getnchannels(self): method getnframes (line 356) | def getnframes(self): method getsampwidth (line 359) | def getsampwidth(self): method getframerate (line 362) | def getframerate(self): method getcomptype (line 365) | def getcomptype(self): method getcompname (line 368) | def getcompname(self): method getparams (line 374) | def getparams(self): method getmarkers (line 379) | def getmarkers(self): method getmark (line 384) | def getmark(self, id): method setpos (line 390) | def setpos(self, pos): method readframes (line 396) | def readframes(self, nframes): method _alaw2lin (line 417) | def _alaw2lin(self, data): method _ulaw2lin (line 421) | def _ulaw2lin(self, data): method _adpcm2lin (line 425) | def _adpcm2lin(self, data): method _read_comm_chunk (line 433) | def _read_comm_chunk(self, chunk): method _readmark (line 471) | def _readmark(self, chunk): class Aifc_write (line 491) | class Aifc_write: method __init__ (line 521) | def __init__(self, f): method initfp (line 534) | def initfp(self, file): method __del__ (line 551) | def __del__(self): method aiff (line 557) | def aiff(self): method aifc (line 562) | def aifc(self): method setnchannels (line 567) | def setnchannels(self, nchannels): method getnchannels (line 574) | def getnchannels(self): method setsampwidth (line 579) | def setsampwidth(self, sampwidth): method getsampwidth (line 586) | def getsampwidth(self): method setframerate (line 591) | def setframerate(self, framerate): method getframerate (line 598) | def getframerate(self): method setnframes (line 603) | def setnframes(self, nframes): method getnframes (line 608) | def getnframes(self): method setcomptype (line 611) | def setcomptype(self, comptype, compname): method getcomptype (line 620) | def getcomptype(self): method getcompname (line 623) | def getcompname(self): method setparams (line 631) | def setparams(self, params): method getparams (line 644) | def getparams(self): method setmark (line 650) | def setmark(self, id, pos, name): method getmark (line 663) | def getmark(self, id): method getmarkers (line 669) | def getmarkers(self): method tell (line 674) | def tell(self): method writeframesraw (line 677) | def writeframesraw(self, data): method writeframes (line 686) | def writeframes(self, data): method close (line 692) | def close(self): method _lin2alaw (line 717) | def _lin2alaw(self, data): method _lin2ulaw (line 721) | def _lin2ulaw(self, data): method _lin2adpcm (line 725) | def _lin2adpcm(self, data): method _ensure_header_written (line 732) | def _ensure_header_written(self, datasize): method _init_compression (line 748) | def _init_compression(self): method _write_header (line 756) | def _write_header(self, initlength): method _write_form_length (line 807) | def _write_form_length(self, datalength): method _patchheader (line 820) | def _patchheader(self): method _writemarkers (line 842) | def _writemarkers(self): function open (line 861) | def open(f, mode=None): FILE: tests/pythons/win64-py33/Lib/antigravity.py function geohash (line 7) | def geohash(latitude, longitude, datedow): FILE: tests/pythons/win64-py33/Lib/argparse.py class _AttributeHolder (line 109) | class _AttributeHolder(object): method __repr__ (line 118) | def __repr__(self): method _get_kwargs (line 127) | def _get_kwargs(self): method _get_args (line 130) | def _get_args(self): function _ensure_value (line 134) | def _ensure_value(namespace, name, value): class HelpFormatter (line 144) | class HelpFormatter(object): method __init__ (line 151) | def __init__(self, method _indent (line 185) | def _indent(self): method _dedent (line 189) | def _dedent(self): class _Section (line 194) | class _Section(object): method __init__ (line 196) | def __init__(self, formatter, parent, heading=None): method format_help (line 202) | def format_help(self): method _add_item (line 227) | def _add_item(self, func, args): method start_section (line 233) | def start_section(self, heading): method end_section (line 239) | def end_section(self): method add_text (line 243) | def add_text(self, text): method add_usage (line 247) | def add_usage(self, usage, actions, groups, prefix=None): method add_argument (line 252) | def add_argument(self, action): method add_arguments (line 270) | def add_arguments(self, actions): method format_help (line 277) | def format_help(self): method _join_parts (line 284) | def _join_parts(self, part_strings): method _format_usage (line 289) | def _format_usage(self, usage, actions, groups, prefix): method _format_actions_usage (line 381) | def _format_actions_usage(self, actions, groups): method _format_text (line 478) | def _format_text(self, text): method _format_action (line 485) | def _format_action(self, action): method _format_action_invocation (line 532) | def _format_action_invocation(self, action): method _metavar_formatter (line 556) | def _metavar_formatter(self, action, default_metavar): method _format_args (line 572) | def _format_args(self, action, default_metavar): method _expand_help (line 591) | def _expand_help(self, action): method _iter_indented_subactions (line 604) | def _iter_indented_subactions(self, action): method _split_lines (line 615) | def _split_lines(self, text, width): method _fill_text (line 619) | def _fill_text(self, text, width, indent): method _get_help_string (line 624) | def _get_help_string(self, action): method _get_default_metavar_for_optional (line 627) | def _get_default_metavar_for_optional(self, action): method _get_default_metavar_for_positional (line 630) | def _get_default_metavar_for_positional(self, action): class RawDescriptionHelpFormatter (line 634) | class RawDescriptionHelpFormatter(HelpFormatter): method _fill_text (line 641) | def _fill_text(self, text, width, indent): class RawTextHelpFormatter (line 645) | class RawTextHelpFormatter(RawDescriptionHelpFormatter): method _split_lines (line 652) | def _split_lines(self, text, width): class ArgumentDefaultsHelpFormatter (line 656) | class ArgumentDefaultsHelpFormatter(HelpFormatter): method _get_help_string (line 663) | def _get_help_string(self, action): class MetavarTypeHelpFormatter (line 673) | class MetavarTypeHelpFormatter(HelpFormatter): method _get_default_metavar_for_optional (line 681) | def _get_default_metavar_for_optional(self, action): method _get_default_metavar_for_positional (line 684) | def _get_default_metavar_for_positional(self, action): function _get_action_name (line 693) | def _get_action_name(argument): class ArgumentError (line 706) | class ArgumentError(Exception): method __init__ (line 713) | def __init__(self, argument, message): method __str__ (line 717) | def __str__(self): class ArgumentTypeError (line 726) | class ArgumentTypeError(Exception): class Action (line 735) | class Action(_AttributeHolder): method __init__ (line 786) | def __init__(self, method _get_kwargs (line 808) | def _get_kwargs(self): method __call__ (line 822) | def __call__(self, parser, namespace, values, option_string=None): class _StoreAction (line 826) | class _StoreAction(Action): method __init__ (line 828) | def __init__(self, method __call__ (line 857) | def __call__(self, parser, namespace, values, option_string=None): class _StoreConstAction (line 861) | class _StoreConstAction(Action): method __init__ (line 863) | def __init__(self, method __call__ (line 880) | def __call__(self, parser, namespace, values, option_string=None): class _StoreTrueAction (line 884) | class _StoreTrueAction(_StoreConstAction): method __init__ (line 886) | def __init__(self, class _StoreFalseAction (line 901) | class _StoreFalseAction(_StoreConstAction): method __init__ (line 903) | def __init__(self, class _AppendAction (line 918) | class _AppendAction(Action): method __init__ (line 920) | def __init__(self, method __call__ (line 949) | def __call__(self, parser, namespace, values, option_string=None): class _AppendConstAction (line 955) | class _AppendConstAction(Action): method __init__ (line 957) | def __init__(self, method __call__ (line 975) | def __call__(self, parser, namespace, values, option_string=None): class _CountAction (line 981) | class _CountAction(Action): method __init__ (line 983) | def __init__(self, method __call__ (line 997) | def __call__(self, parser, namespace, values, option_string=None): class _HelpAction (line 1002) | class _HelpAction(Action): method __init__ (line 1004) | def __init__(self, method __call__ (line 1016) | def __call__(self, parser, namespace, values, option_string=None): class _VersionAction (line 1021) | class _VersionAction(Action): method __init__ (line 1023) | def __init__(self, method __call__ (line 1037) | def __call__(self, parser, namespace, values, option_string=None): class _SubParsersAction (line 1046) | class _SubParsersAction(Action): class _ChoicesPseudoAction (line 1048) | class _ChoicesPseudoAction(Action): method __init__ (line 1050) | def __init__(self, name, aliases, help): method __init__ (line 1058) | def __init__(self, method add_parser (line 1079) | def add_parser(self, name, **kwargs): method _get_subactions (line 1102) | def _get_subactions(self): method __call__ (line 1105) | def __call__(self, parser, namespace, values, option_string=None): class FileType (line 1135) | class FileType(object): method __init__ (line 1148) | def __init__(self, mode='r', bufsize=-1): method __call__ (line 1152) | def __call__(self, string): method __repr__ (line 1170) | def __repr__(self): class Namespace (line 1179) | class Namespace(_AttributeHolder): method __init__ (line 1186) | def __init__(self, **kwargs): method __eq__ (line 1190) | def __eq__(self, other): method __ne__ (line 1193) | def __ne__(self, other): method __contains__ (line 1196) | def __contains__(self, key): class _ActionsContainer (line 1200) | class _ActionsContainer(object): method __init__ (line 1202) | def __init__(self, method register (line 1254) | def register(self, registry_name, value, object): method _registry_get (line 1258) | def _registry_get(self, registry_name, value, default=None): method set_defaults (line 1264) | def set_defaults(self, **kwargs): method get_default (line 1273) | def get_default(self, dest): method add_argument (line 1283) | def add_argument(self, *args, **kwargs): method add_argument_group (line 1330) | def add_argument_group(self, *args, **kwargs): method add_mutually_exclusive_group (line 1335) | def add_mutually_exclusive_group(self, **kwargs): method _add_action (line 1340) | def _add_action(self, action): method _remove_action (line 1361) | def _remove_action(self, action): method _add_container_actions (line 1364) | def _add_container_actions(self, container): method _get_positional_kwargs (line 1404) | def _get_positional_kwargs(self, dest, **kwargs): method _get_optional_kwargs (line 1420) | def _get_optional_kwargs(self, *args, **kwargs): method _pop_action_class (line 1456) | def _pop_action_class(self, kwargs, default=None): method _get_handler (line 1460) | def _get_handler(self): method _check_conflict (line 1469) | def _check_conflict(self, action): method _handle_conflict_error (line 1483) | def _handle_conflict_error(self, action, conflicting_actions): method _handle_conflict_resolve (line 1492) | def _handle_conflict_resolve(self, action, conflicting_actions): class _ArgumentGroup (line 1507) | class _ArgumentGroup(_ActionsContainer): method __init__ (line 1509) | def __init__(self, container, title=None, description=None, **kwargs): method _add_action (line 1531) | def _add_action(self, action): method _remove_action (line 1536) | def _remove_action(self, action): class _MutuallyExclusiveGroup (line 1541) | class _MutuallyExclusiveGroup(_ArgumentGroup): method __init__ (line 1543) | def __init__(self, container, required=False): method _add_action (line 1548) | def _add_action(self, action): method _remove_action (line 1556) | def _remove_action(self, action): class ArgumentParser (line 1561) | class ArgumentParser(_AttributeHolder, _ActionsContainer): method __init__ (line 1579) | def __init__(self, method _get_kwargs (line 1641) | def _get_kwargs(self): method add_subparsers (line 1655) | def add_subparsers(self, **kwargs): method _add_action (line 1686) | def _add_action(self, action): method _get_optional_actions (line 1693) | def _get_optional_actions(self): method _get_positional_actions (line 1698) | def _get_positional_actions(self): method parse_args (line 1706) | def parse_args(self, args=None, namespace=None): method parse_known_args (line 1713) | def parse_known_args(self, args=None, namespace=None): method _parse_known_args (line 1748) | def _parse_known_args(self, arg_strings, namespace): method _read_args_from_files (line 1994) | def _read_args_from_files(self, arg_strings): method convert_arg_line_to_args (line 2023) | def convert_arg_line_to_args(self, arg_line): method _match_argument (line 2026) | def _match_argument(self, action, arg_strings_pattern): method _match_arguments_partial (line 2047) | def _match_arguments_partial(self, actions, arg_strings_pattern): method _parse_optional (line 2063) | def _parse_optional(self, arg_string): method _get_option_tuples (line 2121) | def _get_option_tuples(self, option_string): method _get_nargs_pattern (line 2165) | def _get_nargs_pattern(self, action): method _get_values (line 2209) | def _get_values(self, action, arg_strings): method _get_value (line 2261) | def _get_value(self, action, arg_string): method _check_value (line 2287) | def _check_value(self, action, value): method format_usage (line 2298) | def format_usage(self): method format_help (line 2304) | def format_help(self): method _get_formatter (line 2327) | def _get_formatter(self): method print_usage (line 2333) | def print_usage(self, file=None): method print_help (line 2338) | def print_help(self, file=None): method _print_message (line 2343) | def _print_message(self, message, file=None): method exit (line 2352) | def exit(self, status=0, message=None): method error (line 2357) | def error(self, message): FILE: tests/pythons/win64-py33/Lib/ast.py function parse (line 30) | def parse(source, filename='', mode='exec'): function literal_eval (line 38) | def literal_eval(node_or_string): function dump (line 89) | def dump(node, annotate_fields=True, include_attributes=False): function copy_location (line 119) | def copy_location(new_node, old_node): function fix_missing_locations (line 131) | def fix_missing_locations(node): function increment_lineno (line 156) | def increment_lineno(node, n=1): function iter_fields (line 167) | def iter_fields(node): function iter_child_nodes (line 179) | def iter_child_nodes(node): function get_docstring (line 193) | def get_docstring(node, clean=True): function walk (line 209) | def walk(node): class NodeVisitor (line 223) | class NodeVisitor(object): method visit (line 243) | def visit(self, node): method generic_visit (line 249) | def generic_visit(self, node): class NodeTransformer (line 260) | class NodeTransformer(NodeVisitor): method generic_visit (line 296) | def generic_visit(self, node): FILE: tests/pythons/win64-py33/Lib/asynchat.py class async_chat (line 53) | class async_chat (asyncore.dispatcher): method __init__ (line 68) | def __init__ (self, sock=None, map=None): method collect_incoming_data (line 82) | def collect_incoming_data(self, data): method _collect_incoming_data (line 85) | def _collect_incoming_data(self, data): method _get_data (line 88) | def _get_data(self): method found_terminator (line 93) | def found_terminator(self): method set_terminator (line 96) | def set_terminator (self, term): method get_terminator (line 102) | def get_terminator (self): method handle_read (line 110) | def handle_read (self): method handle_write (line 178) | def handle_write (self): method handle_close (line 181) | def handle_close (self): method push (line 184) | def push (self, data): method push_with_producer (line 193) | def push_with_producer (self, producer): method readable (line 197) | def readable (self): method writable (line 205) | def writable (self): method close_when_done (line 209) | def close_when_done (self): method initiate_send (line 213) | def initiate_send(self): method discard_buffers (line 255) | def discard_buffers (self): class simple_producer (line 261) | class simple_producer: method __init__ (line 263) | def __init__ (self, data, buffer_size=512): method more (line 267) | def more (self): class fifo (line 277) | class fifo: method __init__ (line 278) | def __init__ (self, list=None): method __len__ (line 284) | def __len__ (self): method is_empty (line 287) | def is_empty (self): method first (line 290) | def first (self): method push (line 293) | def push (self, data): method pop (line 296) | def pop (self): function find_prefix_at_end (line 317) | def find_prefix_at_end (haystack, needle): FILE: tests/pythons/win64-py33/Lib/asyncore.py function _strerror (line 68) | def _strerror(err): class ExitNow (line 76) | class ExitNow(Exception): function read (line 81) | def read(obj): function write (line 89) | def write(obj): function _exception (line 97) | def _exception(obj): function readwrite (line 105) | def readwrite(obj, flags): function poll (line 125) | def poll(timeout=0.0, map=None): function poll2 (line 167) | def poll2(timeout=0.0, map=None): function loop (line 197) | def loop(timeout=30.0, use_poll=False, map=None, count=None): class dispatcher (line 215) | class dispatcher: method __init__ (line 225) | def __init__(self, sock=None, map=None): method __repr__ (line 257) | def __repr__(self): method add_channel (line 272) | def add_channel(self, map=None): method del_channel (line 278) | def del_channel(self, map=None): method create_socket (line 287) | def create_socket(self, family=socket.AF_INET, type=socket.SOCK_STREAM): method set_socket (line 293) | def set_socket(self, sock, map=None): method set_reuse_addr (line 299) | def set_reuse_addr(self): method readable (line 316) | def readable(self): method writable (line 319) | def writable(self): method listen (line 326) | def listen(self, num): method bind (line 332) | def bind(self, addr): method connect (line 336) | def connect(self, address): method accept (line 350) | def accept(self): method send (line 364) | def send(self, data): method recv (line 377) | def recv(self, buffer_size): method close (line 395) | def close(self): method __getattr__ (line 408) | def __getattr__(self, attr): method log (line 424) | def log(self, message): method log_info (line 427) | def log_info(self, message, type='info'): method handle_read_event (line 431) | def handle_read_event(self): method handle_connect_event (line 443) | def handle_connect_event(self): method handle_write_event (line 451) | def handle_write_event(self): method handle_expt_event (line 462) | def handle_expt_event(self): method handle_error (line 477) | def handle_error(self): method handle_expt (line 497) | def handle_expt(self): method handle_read (line 500) | def handle_read(self): method handle_write (line 503) | def handle_write(self): method handle_connect (line 506) | def handle_connect(self): method handle_accept (line 509) | def handle_accept(self): method handle_accepted (line 514) | def handle_accepted(self, sock, addr): method handle_close (line 518) | def handle_close(self): class dispatcher_with_send (line 527) | class dispatcher_with_send(dispatcher): method __init__ (line 529) | def __init__(self, sock=None, map=None): method initiate_send (line 533) | def initiate_send(self): method handle_write (line 538) | def handle_write(self): method writable (line 541) | def writable(self): method send (line 544) | def send(self, data): function compact_traceback (line 554) | def compact_traceback(): function close_all (line 574) | def close_all(map=None, ignore_all=False): class file_wrapper (line 608) | class file_wrapper: method __init__ (line 613) | def __init__(self, fd): method recv (line 616) | def recv(self, *args): method send (line 619) | def send(self, *args): method getsockopt (line 622) | def getsockopt(self, level, optname, buflen=None): method close (line 633) | def close(self): method fileno (line 636) | def fileno(self): class file_dispatcher (line 639) | class file_dispatcher(dispatcher): method __init__ (line 641) | def __init__(self, fd, map=None): method set_file (line 654) | def set_file(self, fd): FILE: tests/pythons/win64-py33/Lib/base64.py function _bytes_from_decode_data (line 32) | def _bytes_from_decode_data(s): function b64encode (line 47) | def b64encode(s, altchars=None): function b64decode (line 70) | def b64decode(s, altchars=None, validate=False): function standard_b64encode (line 94) | def standard_b64encode(s): function standard_b64decode (line 101) | def standard_b64decode(s): function urlsafe_b64encode (line 115) | def urlsafe_b64encode(s): function urlsafe_b64decode (line 124) | def urlsafe_b64decode(s): function b32encode (line 157) | def b32encode(s): function b32decode (line 200) | def b32decode(s, casefold=False, map01=None): function b16encode (line 277) | def b16encode(s): function b16decode (line 287) | def b16decode(s, casefold=False): function encode (line 314) | def encode(input, output): function decode (line 329) | def decode(input, output): function encodebytes (line 339) | def encodebytes(s): function encodestring (line 350) | def encodestring(s): function decodebytes (line 358) | def decodebytes(s): function decodestring (line 364) | def decodestring(s): function main (line 373) | def main(): function test (line 399) | def test(): FILE: tests/pythons/win64-py33/Lib/bdb.py class BdbQuit (line 9) | class BdbQuit(Exception): class Bdb (line 13) | class Bdb: method __init__ (line 21) | def __init__(self, skip=None): method canonic (line 27) | def canonic(self, filename): method reset (line 37) | def reset(self): method trace_dispatch (line 43) | def trace_dispatch(self, frame, event, arg): method dispatch_line (line 63) | def dispatch_line(self, frame): method dispatch_call (line 69) | def dispatch_call(self, frame, arg): method dispatch_return (line 82) | def dispatch_return(self, frame, arg): method dispatch_exception (line 92) | def dispatch_exception(self, frame, arg): method is_skipped_module (line 102) | def is_skipped_module(self, module_name): method stop_here (line 108) | def stop_here(self, frame): method break_here (line 124) | def break_here(self, frame): method do_clear (line 146) | def do_clear(self, arg): method break_anywhere (line 149) | def break_anywhere(self, frame): method user_call (line 155) | def user_call(self, frame, argument_list): method user_line (line 160) | def user_line(self, frame): method user_return (line 164) | def user_return(self, frame, return_value): method user_exception (line 168) | def user_exception(self, frame, exc_info): method _set_stopinfo (line 173) | def _set_stopinfo(self, stopframe, returnframe, stoplineno=0): method set_until (line 184) | def set_until(self, frame, lineno=None): method set_step (line 192) | def set_step(self): method set_next (line 204) | def set_next(self, frame): method set_return (line 208) | def set_return(self, frame): method set_trace (line 212) | def set_trace(self, frame=None): method set_continue (line 227) | def set_continue(self): method set_quit (line 238) | def set_quit(self): method set_break (line 251) | def set_break(self, filename, lineno, temporary=False, cond=None, method _prune_breaks (line 263) | def _prune_breaks(self, filename, lineno): method clear_break (line 269) | def clear_break(self, filename, lineno): method clear_bpbynumber (line 281) | def clear_bpbynumber(self, arg): method clear_all_file_breaks (line 289) | def clear_all_file_breaks(self, filename): method clear_all_breaks (line 299) | def clear_all_breaks(self): method get_bpbynumber (line 307) | def get_bpbynumber(self, arg): method get_break (line 322) | def get_break(self, filename, lineno): method get_breaks (line 327) | def get_breaks(self, filename, lineno): method get_file_breaks (line 333) | def get_file_breaks(self, filename): method get_all_breaks (line 340) | def get_all_breaks(self): method get_stack (line 346) | def get_stack(self, f, t): method format_stack_entry (line 364) | def format_stack_entry(self, frame_lineno, lprefix=': '): method run (line 394) | def run(self, cmd, globals=None, locals=None): method runeval (line 412) | def runeval(self, expr, globals=None, locals=None): method runctx (line 428) | def runctx(self, cmd, globals, locals): method runcall (line 434) | def runcall(self, func, *args, **kwds): function set_trace (line 448) | def set_trace(): class Breakpoint (line 452) | class Breakpoint: method __init__ (line 475) | def __init__(self, file, line, temporary=False, cond=None, funcname=No... method deleteMe (line 495) | def deleteMe(self): method enable (line 503) | def enable(self): method disable (line 506) | def disable(self): method bpprint (line 509) | def bpprint(self, out=None): method bpformat (line 514) | def bpformat(self): method __str__ (line 537) | def __str__(self): function checkfuncname (line 542) | def checkfuncname(b, frame): function effective (line 570) | def effective(file, line, frame): class Tdb (line 618) | class Tdb(Bdb): method user_call (line 619) | def user_call(self, frame, args): method user_line (line 623) | def user_line(self, frame): method user_return (line 630) | def user_return(self, frame, retval): method user_exception (line 632) | def user_exception(self, frame, exc_stuff): function foo (line 636) | def foo(n): function bar (line 641) | def bar(a): function test (line 645) | def test(): FILE: tests/pythons/win64-py33/Lib/binhex.py class Error (line 31) | class Error(Exception): class FInfo (line 46) | class FInfo: method __init__ (line 47) | def __init__(self): function getfileinfo (line 52) | def getfileinfo(name): class openrsrc (line 65) | class openrsrc: method __init__ (line 66) | def __init__(self, *args): method read (line 69) | def read(self, *args): method write (line 72) | def write(self, *args): method close (line 75) | def close(self): class _Hqxcoderengine (line 78) | class _Hqxcoderengine: method __init__ (line 81) | def __init__(self, ofp): method write (line 87) | def write(self, data): method _flush (line 98) | def _flush(self, force): method close (line 109) | def close(self): class _Rlecoderengine (line 116) | class _Rlecoderengine: method __init__ (line 119) | def __init__(self, ofp): method write (line 123) | def write(self, data): method close (line 131) | def close(self): class BinHex (line 138) | class BinHex: method __init__ (line 139) | def __init__(self, name_finfo_dlen_rlen, ofp): method _writeinfo (line 162) | def _writeinfo(self, name, finfo): method _write (line 181) | def _write(self, data): method _writecrc (line 185) | def _writecrc(self): method write (line 195) | def write(self, data): method close_data (line 201) | def close_data(self): method write_rsrc (line 207) | def write_rsrc(self, data): method close (line 215) | def close(self): function binhex (line 227) | def binhex(inp, out): class _Hqxdecoderengine (line 249) | class _Hqxdecoderengine: method __init__ (line 252) | def __init__(self, ifp): method read (line 256) | def read(self, totalwtd): method close (line 288) | def close(self): class _Rledecoderengine (line 291) | class _Rledecoderengine: method __init__ (line 294) | def __init__(self, ifp): method read (line 300) | def read(self, wtd): method _fill (line 307) | def _fill(self, wtd): method close (line 342) | def close(self): class HexBin (line 345) | class HexBin: method __init__ (line 346) | def __init__(self, ifp): method _read (line 368) | def _read(self, len): method _checkcrc (line 373) | def _checkcrc(self): method _readheader (line 383) | def _readheader(self): method read (line 403) | def read(self, *n): method close_data (line 417) | def close_data(self): method read_rsrc (line 425) | def read_rsrc(self, *n): method close (line 438) | def close(self): function hexbin (line 445) | def hexbin(inp, out): FILE: tests/pythons/win64-py33/Lib/bisect.py function insort_right (line 3) | def insort_right(a, x, lo=0, hi=None): function bisect_right (line 24) | def bisect_right(a, x, lo=0, hi=None): function insort_left (line 47) | def insort_left(a, x, lo=0, hi=None): function bisect_left (line 67) | def bisect_left(a, x, lo=0, hi=None): FILE: tests/pythons/win64-py33/Lib/bz2.py class BZ2File (line 32) | class BZ2File(io.BufferedIOBase): method __init__ (line 43) | def __init__(self, filename, mode="r", buffering=None, compresslevel=9): method close (line 105) | def close(self): method closed (line 132) | def closed(self): method fileno (line 136) | def fileno(self): method seekable (line 141) | def seekable(self): method readable (line 145) | def readable(self): method writable (line 150) | def writable(self): method _check_not_closed (line 157) | def _check_not_closed(self): method _check_can_read (line 161) | def _check_can_read(self): method _check_can_write (line 166) | def _check_can_write(self): method _check_can_seek (line 171) | def _check_can_seek(self): method _fill_buffer (line 181) | def _fill_buffer(self): method _read_all (line 216) | def _read_all(self, return_data=True): method _read_block (line 232) | def _read_block(self, n, return_data=True): method peek (line 260) | def peek(self, n=0): method read (line 272) | def read(self, size=-1): method read1 (line 287) | def read1(self, size=-1): method readinto (line 314) | def readinto(self, b): method readline (line 322) | def readline(self, size=-1): method readlines (line 345) | def readlines(self, size=-1): method write (line 359) | def write(self, data): method writelines (line 373) | def writelines(self, seq): method _rewind (line 385) | def _rewind(self): method seek (line 393) | def seek(self, offset, whence=0): method tell (line 435) | def tell(self): function open (line 442) | def open(filename, mode="rb", compresslevel=9, function compress (line 482) | def compress(data, compresslevel=9): function decompress (line 493) | def decompress(data): FILE: tests/pythons/win64-py33/Lib/cProfile.py function run (line 14) | def run(statement, filename=None, sort=-1): function runctx (line 39) | def runctx(statement, globals, locals, filename=None, sort=-1): class Profile (line 61) | class Profile(_lsprof.Profiler): method print_stats (line 74) | def print_stats(self, sort=-1): method dump_stats (line 78) | def dump_stats(self, file): method create_stats (line 85) | def create_stats(self): method snapshot_stats (line 89) | def snapshot_stats(self): method run (line 127) | def run(self, cmd): method runctx (line 132) | def runctx(self, cmd, globals, locals): method runcall (line 141) | def runcall(self, func, *args, **kw): function label (line 150) | def label(code): function main (line 158) | def main(): FILE: tests/pythons/win64-py33/Lib/calendar.py class IllegalMonthError (line 21) | class IllegalMonthError(ValueError): method __init__ (line 22) | def __init__(self, month): method __str__ (line 24) | def __str__(self): class IllegalWeekdayError (line 28) | class IllegalWeekdayError(ValueError): method __init__ (line 29) | def __init__(self, weekday): method __str__ (line 31) | def __str__(self): class _localized_month (line 47) | class _localized_month: method __init__ (line 52) | def __init__(self, format): method __getitem__ (line 55) | def __getitem__(self, i): method __len__ (line 62) | def __len__(self): class _localized_day (line 66) | class _localized_day: method __init__ (line 71) | def __init__(self, format): method __getitem__ (line 74) | def __getitem__(self, i): method __len__ (line 81) | def __len__(self): function isleap (line 97) | def isleap(year): function leapdays (line 102) | def leapdays(y1, y2): function weekday (line 110) | def weekday(year, month, day): function monthrange (line 116) | def monthrange(year, month): class Calendar (line 126) | class Calendar(object): method __init__ (line 132) | def __init__(self, firstweekday=0): method getfirstweekday (line 135) | def getfirstweekday(self): method setfirstweekday (line 138) | def setfirstweekday(self, firstweekday): method iterweekdays (line 143) | def iterweekdays(self): method itermonthdates (line 151) | def itermonthdates(self, year, month): method itermonthdays2 (line 172) | def itermonthdays2(self, year, month): method itermonthdays (line 183) | def itermonthdays(self, year, month): method monthdatescalendar (line 194) | def monthdatescalendar(self, year, month): method monthdays2calendar (line 202) | def monthdays2calendar(self, year, month): method monthdayscalendar (line 212) | def monthdayscalendar(self, year, month): method yeardatescalendar (line 220) | def yeardatescalendar(self, year, width=3): method yeardays2calendar (line 233) | def yeardays2calendar(self, year, width=3): method yeardayscalendar (line 246) | def yeardayscalendar(self, year, width=3): class TextCalendar (line 259) | class TextCalendar(Calendar): method prweek (line 265) | def prweek(self, theweek, width): method formatday (line 271) | def formatday(self, day, weekday, width): method formatweek (line 281) | def formatweek(self, theweek, width): method formatweekday (line 287) | def formatweekday(self, day, width): method formatweekheader (line 297) | def formatweekheader(self, width): method formatmonthname (line 303) | def formatmonthname(self, theyear, themonth, width, withyear=True): method prmonth (line 312) | def prmonth(self, theyear, themonth, w=0, l=0): method formatmonth (line 318) | def formatmonth(self, theyear, themonth, w=0, l=0): method formatyear (line 334) | def formatyear(self, theyear, w=2, l=1, c=6, m=3): method pryear (line 371) | def pryear(self, theyear, w=0, l=0, c=6, m=3): class HTMLCalendar (line 376) | class HTMLCalendar(Calendar): method formatday (line 384) | def formatday(self, day, weekday): method formatweek (line 393) | def formatweek(self, theweek): method formatweekday (line 400) | def formatweekday(self, day): method formatweekheader (line 406) | def formatweekheader(self): method formatmonthname (line 413) | def formatmonthname(self, theyear, themonth, withyear=True): method formatmonth (line 423) | def formatmonth(self, theyear, themonth, withyear=True): method formatyear (line 442) | def formatyear(self, theyear, width=3): method formatyearpage (line 464) | def formatyearpage(self, theyear, width=3, css='calendar.css', encodin... class different_locale (line 488) | class different_locale: method __init__ (line 489) | def __init__(self, locale): method __enter__ (line 492) | def __enter__(self): method __exit__ (line 496) | def __exit__(self, *args): class LocaleTextCalendar (line 500) | class LocaleTextCalendar(TextCalendar): method __init__ (line 508) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 514) | def formatweekday(self, day, width): method formatmonthname (line 523) | def formatmonthname(self, theyear, themonth, width, withyear=True): class LocaleHTMLCalendar (line 531) | class LocaleHTMLCalendar(HTMLCalendar): method __init__ (line 538) | def __init__(self, firstweekday=0, locale=None): method formatweekday (line 544) | def formatweekday(self, day): method formatmonthname (line 549) | def formatmonthname(self, theyear, themonth, withyear=True): function setfirstweekday (line 562) | def setfirstweekday(firstweekday): function format (line 582) | def format(cols, colwidth=_colwidth, spacing=_spacing): function formatstring (line 587) | def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function timegm (line 597) | def timegm(tuple): function main (line 607) | def main(args): FILE: tests/pythons/win64-py33/Lib/cgi.py function initlog (line 58) | def initlog(*allargs): function dolog (line 93) | def dolog(fmt, *args): function nolog (line 97) | def nolog(*allargs): function closelog (line 101) | def closelog(): function parse (line 120) | def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsi... function parse_qs (line 189) | def parse_qs(qs, keep_blank_values=0, strict_parsing=0): function parse_qsl (line 195) | def parse_qsl(qs, keep_blank_values=0, strict_parsing=0): function parse_multipart (line 201) | def parse_multipart(fp, pdict): function _parseparam (line 301) | def _parseparam(s): function parse_header (line 313) | def parse_header(line): class MiniFieldStorage (line 337) | class MiniFieldStorage: method __init__ (line 351) | def __init__(self, name, value): method __repr__ (line 357) | def __repr__(self): class FieldStorage (line 362) | class FieldStorage: method __init__ (line 405) | def __init__(self, fp=None, headers=None, outerboundary=b'', method __repr__ (line 563) | def __repr__(self): method __iter__ (line 568) | def __iter__(self): method __getattr__ (line 571) | def __getattr__(self, name): method __getitem__ (line 584) | def __getitem__(self, key): method getvalue (line 598) | def getvalue(self, key, default=None): method getfirst (line 609) | def getfirst(self, key, default=None): method getlist (line 620) | def getlist(self, key): method keys (line 631) | def keys(self): method __contains__ (line 637) | def __contains__(self, key): method __len__ (line 643) | def __len__(self): method __bool__ (line 647) | def __bool__(self): method read_urlencoded (line 652) | def read_urlencoded(self): method read_multi (line 671) | def read_multi(self, environ, keep_blank_values, strict_parsing): method read_single (line 716) | def read_single(self): method read_binary (line 727) | def read_binary(self): method read_lines (line 744) | def read_lines(self): method __write (line 755) | def __write(self, line): method read_lines_to_eof (line 770) | def read_lines_to_eof(self): method read_lines_to_outerboundary (line 780) | def read_lines_to_outerboundary(self): method skip_lines (line 829) | def skip_lines(self): method make_file (line 851) | def make_file(self): function test (line 885) | def test(environ=os.environ): function print_exception (line 924) | def print_exception(type=None, value=None, tb=None, limit=None): function print_environ (line 938) | def print_environ(environ=os.environ): function print_form (line 949) | def print_form(form): function print_directory (line 965) | def print_directory(): function print_arguments (line 977) | def print_arguments(): function print_environ_usage (line 984) | def print_environ_usage(): function escape (line 1031) | def escape(s, quote=None): function valid_boundary (line 1043) | def valid_boundary(s, _vb_pattern=None): FILE: tests/pythons/win64-py33/Lib/cgitb.py function reset (line 35) | def reset(): function small (line 46) | def small(text): function strong (line 52) | def strong(text): function grey (line 58) | def grey(text): function lookup (line 64) | def lookup(name, frame, locals): function scanvars (line 80) | def scanvars(reader, frame, locals): function html (line 101) | def html(einfo, context=5): function text (line 191) | def text(einfo, context=5): class Hook (line 256) | class Hook: method __init__ (line 259) | def __init__(self, display=1, logdir=None, context=5, file=None, method __call__ (line 267) | def __call__(self, etype, evalue, etb): method handle (line 270) | def handle(self, info=None): function enable (line 313) | def enable(display=1, logdir=None, context=5, format="html"): FILE: tests/pythons/win64-py33/Lib/chunk.py class Chunk (line 51) | class Chunk: method __init__ (line 52) | def __init__(self, file, align=True, bigendian=True, inclheader=False): method getname (line 78) | def getname(self): method getsize (line 82) | def getsize(self): method close (line 86) | def close(self): method isatty (line 91) | def isatty(self): method seek (line 96) | def seek(self, pos, whence=0): method tell (line 115) | def tell(self): method read (line 120) | def read(self, size=-1): method skip (line 143) | def skip(self): FILE: tests/pythons/win64-py33/Lib/cmd.py class Cmd (line 52) | class Cmd: method __init__ (line 76) | def __init__(self, completekey='tab', stdin=None, stdout=None): method cmdloop (line 98) | def cmdloop(self, intro=None): method precmd (line 150) | def precmd(self, line): method postcmd (line 157) | def postcmd(self, stop, line): method preloop (line 161) | def preloop(self): method postloop (line 165) | def postloop(self): method parseline (line 172) | def parseline(self, line): method onecmd (line 192) | def onecmd(self, line): method emptyline (line 219) | def emptyline(self): method default (line 229) | def default(self, line): method completedefault (line 238) | def completedefault(self, *ignored): method completenames (line 247) | def completenames(self, text, *ignored): method complete (line 251) | def complete(self, text, state): method get_names (line 281) | def get_names(self): method complete_help (line 286) | def complete_help(self, *args): method do_help (line 292) | def do_help(self, arg): method print_topics (line 338) | def print_topics(self, header, cmds, cmdlen, maxcol): method columnize (line 346) | def columnize(self, list, displaywidth=80): FILE: tests/pythons/win64-py33/Lib/code.py class InteractiveInterpreter (line 15) | class InteractiveInterpreter: method __init__ (line 24) | def __init__(self, locals=None): method runsource (line 38) | def runsource(self, source, filename="", symbol="single"): method runcode (line 77) | def runcode(self, code): method showsyntaxerror (line 96) | def showsyntaxerror(self, filename=None): method showtraceback (line 131) | def showtraceback(self): method write (line 159) | def write(self, data): class InteractiveConsole (line 169) | class InteractiveConsole(InteractiveInterpreter): method __init__ (line 177) | def __init__(self, locals=None, filename=""): method resetbuffer (line 191) | def resetbuffer(self): method interact (line 195) | def interact(self, banner=None): method push (line 240) | def push(self, line): method raw_input (line 261) | def raw_input(self, prompt=""): function interact (line 276) | def interact(banner=None, readfunc=None, local=None): FILE: tests/pythons/win64-py33/Lib/codecs.py class CodecInfo (line 75) | class CodecInfo(tuple): method __new__ (line 86) | def __new__(cls, encode, decode, streamreader=None, streamwriter=None, method __repr__ (line 101) | def __repr__(self): class Codec (line 106) | class Codec: method encode (line 129) | def encode(self, input, errors='strict'): method decode (line 148) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 171) | class IncrementalEncoder(object): method __init__ (line 177) | def __init__(self, errors='strict'): method encode (line 188) | def encode(self, input, final=False): method reset (line 194) | def reset(self): method getstate (line 199) | def getstate(self): method setstate (line 205) | def setstate(self, state): class BufferedIncrementalEncoder (line 211) | class BufferedIncrementalEncoder(IncrementalEncoder): method __init__ (line 217) | def __init__(self, errors='strict'): method _buffer_encode (line 222) | def _buffer_encode(self, input, errors, final): method encode (line 227) | def encode(self, input, final=False): method reset (line 235) | def reset(self): method getstate (line 239) | def getstate(self): method setstate (line 242) | def setstate(self, state): class IncrementalDecoder (line 245) | class IncrementalDecoder(object): method __init__ (line 251) | def __init__(self, errors='strict'): method decode (line 261) | def decode(self, input, final=False): method reset (line 267) | def reset(self): method getstate (line 272) | def getstate(self): method setstate (line 286) | def setstate(self, state): class BufferedIncrementalDecoder (line 294) | class BufferedIncrementalDecoder(IncrementalDecoder): method __init__ (line 300) | def __init__(self, errors='strict'): method _buffer_decode (line 305) | def _buffer_decode(self, input, errors, final): method decode (line 310) | def decode(self, input, final=False): method reset (line 318) | def reset(self): method getstate (line 322) | def getstate(self): method setstate (line 326) | def setstate(self, state): class StreamWriter (line 337) | class StreamWriter(Codec): method __init__ (line 339) | def __init__(self, stream, errors='strict'): method write (line 364) | def write(self, object): method writelines (line 371) | def writelines(self, list): method reset (line 378) | def reset(self): method seek (line 390) | def seek(self, offset, whence=0): method __getattr__ (line 395) | def __getattr__(self, name, method __enter__ (line 402) | def __enter__(self): method __exit__ (line 405) | def __exit__(self, type, value, tb): class StreamReader (line 410) | class StreamReader(Codec): method __init__ (line 414) | def __init__(self, stream, errors='strict'): method decode (line 439) | def decode(self, input, errors='strict'): method read (line 442) | def read(self, size=-1, chars=-1, firstline=False): method readline (line 521) | def readline(self, size=None, keepends=True): method readlines (line 596) | def readlines(self, sizehint=None, keepends=True): method reset (line 611) | def reset(self): method seek (line 624) | def seek(self, offset, whence=0): method __next__ (line 632) | def __next__(self): method __iter__ (line 640) | def __iter__(self): method __getattr__ (line 643) | def __getattr__(self, name, method __enter__ (line 650) | def __enter__(self): method __exit__ (line 653) | def __exit__(self, type, value, tb): class StreamReaderWriter (line 658) | class StreamReaderWriter: method __init__ (line 671) | def __init__(self, stream, Reader, Writer, errors='strict'): method read (line 689) | def read(self, size=-1): method readline (line 693) | def readline(self, size=None): method readlines (line 697) | def readlines(self, sizehint=None): method __next__ (line 701) | def __next__(self): method __iter__ (line 706) | def __iter__(self): method write (line 709) | def write(self, data): method writelines (line 713) | def writelines(self, list): method reset (line 717) | def reset(self): method seek (line 722) | def seek(self, offset, whence=0): method __getattr__ (line 728) | def __getattr__(self, name, method __enter__ (line 737) | def __enter__(self): method __exit__ (line 740) | def __exit__(self, type, value, tb): class StreamRecoder (line 745) | class StreamRecoder: method __init__ (line 766) | def __init__(self, stream, encode, decode, Reader, Writer, method read (line 799) | def read(self, size=-1): method readline (line 805) | def readline(self, size=None): method readlines (line 814) | def readlines(self, sizehint=None): method __next__ (line 820) | def __next__(self): method __iter__ (line 827) | def __iter__(self): method write (line 830) | def write(self, data): method writelines (line 835) | def writelines(self, list): method reset (line 841) | def reset(self): method __getattr__ (line 846) | def __getattr__(self, name, method __enter__ (line 853) | def __enter__(self): method __exit__ (line 856) | def __exit__(self, type, value, tb): function open (line 861) | def open(filename, mode='rb', encoding=None, errors='strict', buffering=1): function EncodedFile (line 905) | def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): function getencoder (line 943) | def getencoder(encoding): function getdecoder (line 953) | def getdecoder(encoding): function getincrementalencoder (line 963) | def getincrementalencoder(encoding): function getincrementaldecoder (line 977) | def getincrementaldecoder(encoding): function getreader (line 991) | def getreader(encoding): function getwriter (line 1001) | def getwriter(encoding): function iterencode (line 1011) | def iterencode(iterator, encoding, errors='strict', **kwargs): function iterdecode (line 1029) | def iterdecode(iterator, encoding, errors='strict', **kwargs): function make_identity_dict (line 1049) | def make_identity_dict(rng): function make_encoding_map (line 1059) | def make_encoding_map(decoding_map): FILE: tests/pythons/win64-py33/Lib/codeop.py function _maybe_compile (line 68) | def _maybe_compile(compiler, source, filename, symbol): function _compile (line 101) | def _compile(source, filename, symbol): function compile_command (line 104) | def compile_command(source, filename="", symbol="single"): class Compile (line 124) | class Compile: method __init__ (line 129) | def __init__(self): method __call__ (line 132) | def __call__(self, source, filename, symbol): class CommandCompiler (line 139) | class CommandCompiler: method __init__ (line 146) | def __init__(self,): method __call__ (line 149) | def __call__(self, source, filename="", symbol="single"): FILE: tests/pythons/win64-py33/Lib/collections/__init__.py class _Link (line 23) | class _Link(object): class OrderedDict (line 26) | class OrderedDict(dict): method __init__ (line 41) | def __init__(self, *args, **kwds): method __setitem__ (line 58) | def __setitem__(self, key, value, method __delitem__ (line 72) | def __delitem__(self, key, dict_delitem=dict.__delitem__): method __iter__ (line 83) | def __iter__(self): method __reversed__ (line 92) | def __reversed__(self): method clear (line 101) | def clear(self): method popitem (line 108) | def popitem(self, last=True): method move_to_end (line 131) | def move_to_end(self, key, last=True): method __sizeof__ (line 155) | def __sizeof__(self): method pop (line 172) | def pop(self, key, default=__marker): method setdefault (line 186) | def setdefault(self, key, default=None): method __repr__ (line 194) | def __repr__(self): method __reduce__ (line 200) | def __reduce__(self): method copy (line 210) | def copy(self): method fromkeys (line 215) | def fromkeys(cls, iterable, value=None): method __eq__ (line 225) | def __eq__(self, other): function namedtuple (line 302) | def namedtuple(typename, field_names, verbose=False, rename=False): function _count_elements (line 393) | def _count_elements(mapping, iterable): class Counter (line 404) | class Counter(dict): method __init__ (line 455) | def __init__(self, iterable=None, **kwds): method __missing__ (line 469) | def __missing__(self, key): method most_common (line 474) | def most_common(self, n=None): method elements (line 487) | def elements(self): method fromkeys (line 512) | def fromkeys(cls, iterable, v=None): method update (line 518) | def update(self, iterable=None, **kwds): method subtract (line 551) | def subtract(self, iterable=None, **kwds): method copy (line 578) | def copy(self): method __reduce__ (line 582) | def __reduce__(self): method __delitem__ (line 585) | def __delitem__(self, elem): method __repr__ (line 590) | def __repr__(self): method __add__ (line 609) | def __add__(self, other): method __sub__ (line 628) | def __sub__(self, other): method __or__ (line 647) | def __or__(self, other): method __and__ (line 667) | def __and__(self, other): method __pos__ (line 684) | def __pos__(self): method __neg__ (line 688) | def __neg__(self): method _keep_positive (line 695) | def _keep_positive(self): method __iadd__ (line 702) | def __iadd__(self, other): method __isub__ (line 715) | def __isub__(self, other): method __ior__ (line 728) | def __ior__(self, other): method __iand__ (line 743) | def __iand__(self, other): class ChainMap (line 763) | class ChainMap(MutableMapping): method __init__ (line 776) | def __init__(self, *maps): method __missing__ (line 783) | def __missing__(self, key): method __getitem__ (line 786) | def __getitem__(self, key): method get (line 794) | def get(self, key, default=None): method __len__ (line 797) | def __len__(self): method __iter__ (line 800) | def __iter__(self): method __contains__ (line 803) | def __contains__(self, key): method __bool__ (line 806) | def __bool__(self): method __repr__ (line 810) | def __repr__(self): method fromkeys (line 815) | def fromkeys(cls, iterable, *args): method copy (line 819) | def copy(self): method new_child (line 825) | def new_child(self): # like Django's Context.pu... method parents (line 830) | def parents(self): # like Django's Context.pop() method __setitem__ (line 834) | def __setitem__(self, key, value): method __delitem__ (line 837) | def __delitem__(self, key): method popitem (line 843) | def popitem(self): method pop (line 850) | def pop(self, key, *args): method clear (line 857) | def clear(self): class UserDict (line 866) | class UserDict(MutableMapping): method __init__ (line 869) | def __init__(self, dict=None, **kwargs): method __len__ (line 875) | def __len__(self): return len(self.data) method __getitem__ (line 876) | def __getitem__(self, key): method __setitem__ (line 882) | def __setitem__(self, key, item): self.data[key] = item method __delitem__ (line 883) | def __delitem__(self, key): del self.data[key] method __iter__ (line 884) | def __iter__(self): method __contains__ (line 888) | def __contains__(self, key): method __repr__ (line 892) | def __repr__(self): return repr(self.data) method copy (line 893) | def copy(self): method fromkeys (line 906) | def fromkeys(cls, iterable, value=None): class UserList (line 918) | class UserList(MutableSequence): method __init__ (line 920) | def __init__(self, initlist=None): method __repr__ (line 930) | def __repr__(self): return repr(self.data) method __lt__ (line 931) | def __lt__(self, other): return self.data < self.__cast(other) method __le__ (line 932) | def __le__(self, other): return self.data <= self.__cast(other) method __eq__ (line 933) | def __eq__(self, other): return self.data == self.__cast(other) method __ne__ (line 934) | def __ne__(self, other): return self.data != self.__cast(other) method __gt__ (line 935) | def __gt__(self, other): return self.data > self.__cast(other) method __ge__ (line 936) | def __ge__(self, other): return self.data >= self.__cast(other) method __cast (line 937) | def __cast(self, other): method __contains__ (line 939) | def __contains__(self, item): return item in self.data method __len__ (line 940) | def __len__(self): return len(self.data) method __getitem__ (line 941) | def __getitem__(self, i): return self.data[i] method __setitem__ (line 942) | def __setitem__(self, i, item): self.data[i] = item method __delitem__ (line 943) | def __delitem__(self, i): del self.data[i] method __add__ (line 944) | def __add__(self, other): method __radd__ (line 950) | def __radd__(self, other): method __iadd__ (line 956) | def __iadd__(self, other): method __mul__ (line 964) | def __mul__(self, n): method __imul__ (line 967) | def __imul__(self, n): method append (line 970) | def append(self, item): self.data.append(item) method insert (line 971) | def insert(self, i, item): self.data.insert(i, item) method pop (line 972) | def pop(self, i=-1): return self.data.pop(i) method remove (line 973) | def remove(self, item): self.data.remove(item) method clear (line 974) | def clear(self): self.data.clear() method copy (line 975) | def copy(self): return self.__class__(self) method count (line 976) | def count(self, item): return self.data.count(item) method index (line 977) | def index(self, item, *args): return self.data.index(item, *args) method reverse (line 978) | def reverse(self): self.data.reverse() method sort (line 979) | def sort(self, *args, **kwds): self.data.sort(*args, **kwds) method extend (line 980) | def extend(self, other): class UserString (line 992) | class UserString(Sequence): method __init__ (line 993) | def __init__(self, seq): method __str__ (line 1000) | def __str__(self): return str(self.data) method __repr__ (line 1001) | def __repr__(self): return repr(self.data) method __int__ (line 1002) | def __int__(self): return int(self.data) method __float__ (line 1003) | def __float__(self): return float(self.data) method __complex__ (line 1004) | def __complex__(self): return complex(self.data) method __hash__ (line 1005) | def __hash__(self): return hash(self.data) method __eq__ (line 1007) | def __eq__(self, string): method __ne__ (line 1011) | def __ne__(self, string): method __lt__ (line 1015) | def __lt__(self, string): method __le__ (line 1019) | def __le__(self, string): method __gt__ (line 1023) | def __gt__(self, string): method __ge__ (line 1027) | def __ge__(self, string): method __contains__ (line 1032) | def __contains__(self, char): method __len__ (line 1037) | def __len__(self): return len(self.data) method __getitem__ (line 1038) | def __getitem__(self, index): return self.__class__(self.data[index]) method __add__ (line 1039) | def __add__(self, other): method __radd__ (line 1045) | def __radd__(self, other): method __mul__ (line 1049) | def __mul__(self, n): method __mod__ (line 1052) | def __mod__(self, args): method capitalize (line 1056) | def capitalize(self): return self.__class__(self.data.capitalize()) method center (line 1057) | def center(self, width, *args): method count (line 1059) | def count(self, sub, start=0, end=_sys.maxsize): method encode (line 1063) | def encode(self, encoding=None, errors=None): # XXX improve this? method endswith (line 1069) | def endswith(self, suffix, start=0, end=_sys.maxsize): method expandtabs (line 1071) | def expandtabs(self, tabsize=8): method find (line 1073) | def find(self, sub, start=0, end=_sys.maxsize): method format (line 1077) | def format(self, *args, **kwds): method index (line 1079) | def index(self, sub, start=0, end=_sys.maxsize): method isalpha (line 1081) | def isalpha(self): return self.data.isalpha() method isalnum (line 1082) | def isalnum(self): return self.data.isalnum() method isdecimal (line 1083) | def isdecimal(self): return self.data.isdecimal() method isdigit (line 1084) | def isdigit(self): return self.data.isdigit() method isidentifier (line 1085) | def isidentifier(self): return self.data.isidentifier() method islower (line 1086) | def islower(self): return self.data.islower() method isnumeric (line 1087) | def isnumeric(self): return self.data.isnumeric() method isspace (line 1088) | def isspace(self): return self.data.isspace() method istitle (line 1089) | def istitle(self): return self.data.istitle() method isupper (line 1090) | def isupper(self): return self.data.isupper() method join (line 1091) | def join(self, seq): return self.data.join(seq) method ljust (line 1092) | def ljust(self, width, *args): method lower (line 1094) | def lower(self): return self.__class__(self.data.lower()) method lstrip (line 1095) | def lstrip(self, chars=None): return self.__class__(self.data.lstrip(c... method partition (line 1096) | def partition(self, sep): method replace (line 1098) | def replace(self, old, new, maxsplit=-1): method rfind (line 1104) | def rfind(self, sub, start=0, end=_sys.maxsize): method rindex (line 1108) | def rindex(self, sub, start=0, end=_sys.maxsize): method rjust (line 1110) | def rjust(self, width, *args): method rpartition (line 1112) | def rpartition(self, sep): method rstrip (line 1114) | def rstrip(self, chars=None): method split (line 1116) | def split(self, sep=None, maxsplit=-1): method rsplit (line 1118) | def rsplit(self, sep=None, maxsplit=-1): method splitlines (line 1120) | def splitlines(self, keepends=False): return self.data.splitlines(keep... method startswith (line 1121) | def startswith(self, prefix, start=0, end=_sys.maxsize): method strip (line 1123) | def strip(self, chars=None): return self.__class__(self.data.strip(cha... method swapcase (line 1124) | def swapcase(self): return self.__class__(self.data.swapcase()) method title (line 1125) | def title(self): return self.__class__(self.data.title()) method translate (line 1126) | def translate(self, *args): method upper (line 1128) | def upper(self): return self.__class__(self.data.upper()) method zfill (line 1129) | def zfill(self, width): return self.__class__(self.data.zfill(width)) FILE: tests/pythons/win64-py33/Lib/collections/__main__.py class Point (line 13) | class Point(namedtuple('Point', 'x y')): method hypot (line 16) | def hypot(self): method __str__ (line 18) | def __str__(self): method _replace (line 28) | def _replace(self, _map=map, **kwds): class Point (line 24) | class Point(namedtuple('Point', 'x y')): method hypot (line 16) | def hypot(self): method __str__ (line 18) | def __str__(self): method _replace (line 28) | def _replace(self, _map=map, **kwds): FILE: tests/pythons/win64-py33/Lib/collections/abc.py class Hashable (line 51) | class Hashable(metaclass=ABCMeta): method __hash__ (line 56) | def __hash__(self): method __subclasshook__ (line 60) | def __subclasshook__(cls, C): class Iterable (line 70) | class Iterable(metaclass=ABCMeta): method __iter__ (line 75) | def __iter__(self): method __subclasshook__ (line 80) | def __subclasshook__(cls, C): class Iterator (line 87) | class Iterator(Iterable): method __next__ (line 92) | def __next__(self): method __iter__ (line 96) | def __iter__(self): method __subclasshook__ (line 100) | def __subclasshook__(cls, C): class Sized (line 121) | class Sized(metaclass=ABCMeta): method __len__ (line 126) | def __len__(self): method __subclasshook__ (line 130) | def __subclasshook__(cls, C): class Container (line 137) | class Container(metaclass=ABCMeta): method __contains__ (line 142) | def __contains__(self, x): method __subclasshook__ (line 146) | def __subclasshook__(cls, C): class Callable (line 153) | class Callable(metaclass=ABCMeta): method __call__ (line 158) | def __call__(self, *args, **kwds): method __subclasshook__ (line 162) | def __subclasshook__(cls, C): class Set (line 172) | class Set(Sized, Iterable, Container): method __le__ (line 186) | def __le__(self, other): method __lt__ (line 196) | def __lt__(self, other): method __gt__ (line 201) | def __gt__(self, other): method __ge__ (line 206) | def __ge__(self, other): method __eq__ (line 211) | def __eq__(self, other): method __ne__ (line 216) | def __ne__(self, other): method _from_iterable (line 220) | def _from_iterable(cls, it): method __and__ (line 228) | def __and__(self, other): method isdisjoint (line 233) | def isdisjoint(self, other): method __or__ (line 240) | def __or__(self, other): method __sub__ (line 246) | def __sub__(self, other): method __xor__ (line 254) | def __xor__(self, other): method _hash (line 261) | def _hash(self): class MutableSet (line 296) | class MutableSet(Set): method add (line 311) | def add(self, value): method discard (line 316) | def discard(self, value): method remove (line 320) | def remove(self, value): method pop (line 326) | def pop(self): method clear (line 336) | def clear(self): method __ior__ (line 344) | def __ior__(self, it): method __iand__ (line 349) | def __iand__(self, it): method __ixor__ (line 354) | def __ixor__(self, it): method __isub__ (line 367) | def __isub__(self, it): class Mapping (line 381) | class Mapping(Sized, Iterable, Container): method __getitem__ (line 394) | def __getitem__(self, key): method get (line 397) | def get(self, key, default=None): method __contains__ (line 404) | def __contains__(self, key): method keys (line 412) | def keys(self): method items (line 416) | def items(self): method values (line 420) | def values(self): method __eq__ (line 424) | def __eq__(self, other): method __ne__ (line 429) | def __ne__(self, other): class MappingView (line 435) | class MappingView(Sized): method __init__ (line 437) | def __init__(self, mapping): method __len__ (line 440) | def __len__(self): method __repr__ (line 443) | def __repr__(self): class KeysView (line 447) | class KeysView(MappingView, Set): method _from_iterable (line 450) | def _from_iterable(self, it): method __contains__ (line 453) | def __contains__(self, key): method __iter__ (line 456) | def __iter__(self): class ItemsView (line 463) | class ItemsView(MappingView, Set): method _from_iterable (line 466) | def _from_iterable(self, it): method __contains__ (line 469) | def __contains__(self, item): method __iter__ (line 478) | def __iter__(self): class ValuesView (line 485) | class ValuesView(MappingView): method __contains__ (line 487) | def __contains__(self, value): method __iter__ (line 493) | def __iter__(self): class MutableMapping (line 500) | class MutableMapping(Mapping): method __setitem__ (line 514) | def __setitem__(self, key, value): method __delitem__ (line 518) | def __delitem__(self, key): method pop (line 523) | def pop(self, key, default=__marker): method popitem (line 537) | def popitem(self): method clear (line 549) | def clear(self): method update (line 557) | def update(*args, **kwds): method setdefault (line 583) | def setdefault(self, key, default=None): class Sequence (line 597) | class Sequence(Sized, Iterable, Container): method __getitem__ (line 608) | def __getitem__(self, index): method __iter__ (line 611) | def __iter__(self): method __contains__ (line 621) | def __contains__(self, value): method __reversed__ (line 627) | def __reversed__(self): method index (line 631) | def index(self, value): method count (line 640) | def count(self, value): class ByteString (line 649) | class ByteString(Sequence): class MutableSequence (line 662) | class MutableSequence(Sequence): method __setitem__ (line 674) | def __setitem__(self, index, value): method __delitem__ (line 678) | def __delitem__(self, index): method insert (line 682) | def insert(self, index, value): method append (line 686) | def append(self, value): method clear (line 690) | def clear(self): method reverse (line 698) | def reverse(self): method extend (line 704) | def extend(self, values): method pop (line 709) | def pop(self, index=-1): method remove (line 717) | def remove(self, value): method __iadd__ (line 723) | def __iadd__(self, values): FILE: tests/pythons/win64-py33/Lib/colorsys.py function rgb_to_yiq (line 37) | def rgb_to_yiq(r, g, b): function yiq_to_rgb (line 43) | def yiq_to_rgb(y, i, q): function rgb_to_hls (line 67) | def rgb_to_hls(r, g, b): function hls_to_rgb (line 90) | def hls_to_rgb(h, l, s): function _v (line 100) | def _v(m1, m2, hue): function rgb_to_hsv (line 116) | def rgb_to_hsv(r, g, b): function hsv_to_rgb (line 135) | def hsv_to_rgb(h, s, v): FILE: tests/pythons/win64-py33/Lib/compileall.py function compile_dir (line 22) | def compile_dir(dir, maxlevels=10, ddir=None, force=False, rx=None, function compile_file (line 65) | def compile_file(fullname, ddir=None, force=False, rx=None, quiet=False, function compile_path (line 139) | def compile_path(skip_curdir=1, maxlevels=0, force=False, quiet=False, function main (line 163) | def main(): FILE: tests/pythons/win64-py33/Lib/concurrent/futures/_base.py class Error (line 44) | class Error(Exception): class CancelledError (line 48) | class CancelledError(Error): class TimeoutError (line 52) | class TimeoutError(Error): class _Waiter (line 56) | class _Waiter(object): method __init__ (line 58) | def __init__(self): method add_result (line 62) | def add_result(self, future): method add_exception (line 65) | def add_exception(self, future): method add_cancelled (line 68) | def add_cancelled(self, future): class _AsCompletedWaiter (line 71) | class _AsCompletedWaiter(_Waiter): method __init__ (line 74) | def __init__(self): method add_result (line 78) | def add_result(self, future): method add_exception (line 83) | def add_exception(self, future): method add_cancelled (line 88) | def add_cancelled(self, future): class _FirstCompletedWaiter (line 93) | class _FirstCompletedWaiter(_Waiter): method add_result (line 96) | def add_result(self, future): method add_exception (line 100) | def add_exception(self, future): method add_cancelled (line 104) | def add_cancelled(self, future): class _AllCompletedWaiter (line 108) | class _AllCompletedWaiter(_Waiter): method __init__ (line 111) | def __init__(self, num_pending_calls, stop_on_exception): method _decrement_pending_calls (line 117) | def _decrement_pending_calls(self): method add_result (line 123) | def add_result(self, future): method add_exception (line 127) | def add_exception(self, future): method add_cancelled (line 134) | def add_cancelled(self, future): class _AcquireFutures (line 138) | class _AcquireFutures(object): method __init__ (line 141) | def __init__(self, futures): method __enter__ (line 144) | def __enter__(self): method __exit__ (line 148) | def __exit__(self, *args): function _create_and_install_waiters (line 152) | def _create_and_install_waiters(fs, return_when): function as_completed (line 173) | def as_completed(fs, timeout=None): function wait (line 233) | def wait(fs, timeout=None, return_when=ALL_COMPLETED): class Future (line 281) | class Future(object): method __init__ (line 284) | def __init__(self): method _invoke_callbacks (line 293) | def _invoke_callbacks(self): method __repr__ (line 300) | def __repr__(self): method cancel (line 317) | def cancel(self): method cancelled (line 336) | def cancelled(self): method running (line 341) | def running(self): method done (line 346) | def done(self): method __get_result (line 351) | def __get_result(self): method add_done_callback (line 357) | def add_done_callback(self, fn): method result (line 374) | def result(self, timeout=None): method exception (line 405) | def exception(self, timeout=None): method set_running_or_notify_cancel (line 439) | def set_running_or_notify_cancel(self): method set_result (line 479) | def set_result(self, result): method set_exception (line 492) | def set_exception(self, exception): class Executor (line 505) | class Executor(object): method submit (line 508) | def submit(self, fn, *args, **kwargs): method map (line 519) | def map(self, fn, *iterables, timeout=None): method shutdown (line 556) | def shutdown(self, wait=True): method __enter__ (line 569) | def __enter__(self): method __exit__ (line 572) | def __exit__(self, exc_type, exc_val, exc_tb): FILE: tests/pythons/win64-py33/Lib/concurrent/futures/process.py function _python_exit (line 75) | def _python_exit(): class _WorkItem (line 90) | class _WorkItem(object): method __init__ (line 91) | def __init__(self, future, fn, args, kwargs): class _ResultItem (line 97) | class _ResultItem(object): method __init__ (line 98) | def __init__(self, work_id, exception=None, result=None): class _CallItem (line 103) | class _CallItem(object): method __init__ (line 104) | def __init__(self, work_id, fn, args, kwargs): function _process_worker (line 110) | def _process_worker(call_queue, result_queue): function _add_call_item_to_queue (line 138) | def _add_call_item_to_queue(pending_work_items, function _queue_management_worker (line 175) | def _queue_management_worker(executor_reference, function _check_system_limits (line 288) | def _check_system_limits(): class BrokenProcessPool (line 311) | class BrokenProcessPool(RuntimeError): class ProcessPoolExecutor (line 318) | class ProcessPoolExecutor(_base.Executor): method __init__ (line 319) | def __init__(self, max_workers=None): method _start_queue_management_thread (line 356) | def _start_queue_management_thread(self): method _adjust_process_count (line 376) | def _adjust_process_count(self): method submit (line 385) | def submit(self, fn, *args, **kwargs): method shutdown (line 406) | def shutdown(self, wait=True): FILE: tests/pythons/win64-py33/Lib/concurrent/futures/thread.py function _python_exit (line 31) | def _python_exit(): class _WorkItem (line 42) | class _WorkItem(object): method __init__ (line 43) | def __init__(self, future, fn, args, kwargs): method run (line 49) | def run(self): function _worker (line 60) | def _worker(executor_reference, work_queue): class ThreadPoolExecutor (line 80) | class ThreadPoolExecutor(_base.Executor): method __init__ (line 81) | def __init__(self, max_workers): method submit (line 94) | def submit(self, fn, *args, **kwargs): method _adjust_thread_count (line 107) | def _adjust_thread_count(self): method shutdown (line 123) | def shutdown(self, wait=True): FILE: tests/pythons/win64-py33/Lib/configparser.py class Error (line 144) | class Error(Exception): method __init__ (line 147) | def __init__(self, msg=''): method __repr__ (line 151) | def __repr__(self): class NoSectionError (line 157) | class NoSectionError(Error): method __init__ (line 160) | def __init__(self, section): class DuplicateSectionError (line 166) | class DuplicateSectionError(Error): method __init__ (line 174) | def __init__(self, section, source=None, lineno=None): class DuplicateOptionError (line 192) | class DuplicateOptionError(Error): method __init__ (line 199) | def __init__(self, section, option, source=None, lineno=None): class NoOptionError (line 219) | class NoOptionError(Error): method __init__ (line 222) | def __init__(self, option, section): class InterpolationError (line 230) | class InterpolationError(Error): method __init__ (line 233) | def __init__(self, option, section, msg): class InterpolationMissingOptionError (line 240) | class InterpolationMissingOptionError(InterpolationError): method __init__ (line 243) | def __init__(self, option, section, rawval, reference): class InterpolationSyntaxError (line 255) | class InterpolationSyntaxError(InterpolationError): class InterpolationDepthError (line 263) | class InterpolationDepthError(InterpolationError): method __init__ (line 266) | def __init__(self, option, section, rawval): class ParsingError (line 276) | class ParsingError(Error): method __init__ (line 279) | def __init__(self, source=None, filename=None): method filename (line 295) | def filename(self): method filename (line 305) | def filename(self, value): method append (line 314) | def append(self, lineno, line): class MissingSectionHeaderError (line 319) | class MissingSectionHeaderError(ParsingError): method __init__ (line 322) | def __init__(self, filename, lineno, line): class Interpolation (line 339) | class Interpolation: method before_get (line 342) | def before_get(self, parser, section, option, value, defaults): method before_set (line 345) | def before_set(self, parser, section, option, value): method before_read (line 348) | def before_read(self, parser, section, option, value): method before_write (line 351) | def before_write(self, parser, section, option, value): class BasicInterpolation (line 355) | class BasicInterpolation(Interpolation): method before_get (line 372) | def before_get(self, parser, section, option, value, defaults): method before_set (line 377) | def before_set(self, parser, section, option, value): method _interpolate_some (line 385) | def _interpolate_some(self, parser, option, accum, rest, section, map, class ExtendedInterpolation (line 426) | class ExtendedInterpolation(Interpolation): method before_get (line 432) | def before_get(self, parser, section, option, value, defaults): method before_set (line 437) | def before_set(self, parser, section, option, value): method _interpolate_some (line 445) | def _interpolate_some(self, parser, option, accum, rest, section, map, class LegacyInterpolation (line 499) | class LegacyInterpolation(Interpolation): method before_get (line 505) | def before_get(self, parser, section, option, value, vars): method before_set (line 525) | def before_set(self, parser, section, option, value): method _interpolation_replace (line 529) | def _interpolation_replace(match, parser): class RawConfigParser (line 537) | class RawConfigParser(MutableMapping): method __init__ (line 578) | def __init__(self, defaults=None, dict_type=_default_dict, method defaults (line 616) | def defaults(self): method sections (line 619) | def sections(self): method add_section (line 624) | def add_section(self, section): method has_section (line 638) | def has_section(self, section): method options (line 645) | def options(self, section): method read (line 654) | def read(self, filenames, encoding=None): method read_file (line 678) | def read_file(self, f, source=None): method read_string (line 693) | def read_string(self, string, source=''): method read_dict (line 698) | def read_dict(self, dictionary, source=''): method readfp (line 729) | def readfp(self, fp, filename=None): method get (line 738) | def get(self, section, option, *, raw=False, vars=None, fallback=_UNSET): method _get (line 775) | def _get(self, section, conv, option, **kwargs): method getint (line 778) | def getint(self, section, option, *, raw=False, vars=None, method getfloat (line 788) | def getfloat(self, section, option, *, raw=False, vars=None, method getboolean (line 798) | def getboolean(self, section, option, *, raw=False, vars=None, method items (line 809) | def items(self, section=_UNSET, raw=False, vars=None): method popitem (line 838) | def popitem(self): method optionxform (line 851) | def optionxform(self, optionstr): method has_option (line 854) | def has_option(self, section, option): method set (line 868) | def set(self, section, option, value=None): method write (line 882) | def write(self, fp, space_around_delimiters=True): method _write_section (line 899) | def _write_section(self, fp, section_name, section_items, delimiter): method remove_option (line 912) | def remove_option(self, section, option): method remove_section (line 927) | def remove_section(self, section): method __getitem__ (line 935) | def __getitem__(self, key): method __setitem__ (line 940) | def __setitem__(self, key, value): method __delitem__ (line 952) | def __delitem__(self, key): method __contains__ (line 959) | def __contains__(self, key): method __len__ (line 962) | def __len__(self): method __iter__ (line 965) | def __iter__(self): method _read (line 969) | def _read(self, fp, fpname): method _join_multiline_values (line 1091) | def _join_multiline_values(self): method _handle_error (line 1103) | def _handle_error(self, exc, fpname, lineno, line): method _unify_values (line 1109) | def _unify_values(self, section, vars): method _convert_to_boolean (line 1129) | def _convert_to_boolean(self, value): method _validate_value_types (line 1136) | def _validate_value_types(self, *, section="", option="", value=""): class ConfigParser (line 1158) | class ConfigParser(RawConfigParser): method set (line 1163) | def set(self, section, option, value=None): method add_section (line 1169) | def add_section(self, section): class SafeConfigParser (line 1177) | class SafeConfigParser(ConfigParser): method __init__ (line 1180) | def __init__(self, *args, **kwargs): class SectionProxy (line 1190) | class SectionProxy(MutableMapping): method __init__ (line 1193) | def __init__(self, parser, name): method __repr__ (line 1198) | def __repr__(self): method __getitem__ (line 1201) | def __getitem__(self, key): method __setitem__ (line 1206) | def __setitem__(self, key, value): method __delitem__ (line 1210) | def __delitem__(self, key): method __contains__ (line 1215) | def __contains__(self, key): method __len__ (line 1218) | def __len__(self): method __iter__ (line 1221) | def __iter__(self): method _options (line 1224) | def _options(self): method get (line 1230) | def get(self, option, fallback=None, *, raw=False, vars=None): method getint (line 1234) | def getint(self, option, fallback=None, *, raw=False, vars=None): method getfloat (line 1238) | def getfloat(self, option, fallback=None, *, raw=False, vars=None): method getboolean (line 1242) | def getboolean(self, option, fallback=None, *, raw=False, vars=None): method parser (line 1247) | def parser(self): method name (line 1252) | def name(self): FILE: tests/pythons/win64-py33/Lib/contextlib.py class ContextDecorator (line 10) | class ContextDecorator(object): method _recreate_cm (line 13) | def _recreate_cm(self): method __call__ (line 25) | def __call__(self, func): class _GeneratorContextManager (line 33) | class _GeneratorContextManager(ContextDecorator): method __init__ (line 36) | def __init__(self, func, *args, **kwds): method _recreate_cm (line 40) | def _recreate_cm(self): method __enter__ (line 46) | def __enter__(self): method __exit__ (line 52) | def __exit__(self, type, value, traceback): function contextmanager (line 85) | def contextmanager(func): class closing (line 119) | class closing(object): method __init__ (line 136) | def __init__(self, thing): method __enter__ (line 138) | def __enter__(self): method __exit__ (line 140) | def __exit__(self, *exc_info): class ExitStack (line 145) | class ExitStack(object): method __init__ (line 157) | def __init__(self): method pop_all (line 160) | def pop_all(self): method _push_cm_exit (line 167) | def _push_cm_exit(self, cm, cm_exit): method push (line 174) | def push(self, exit): method callback (line 194) | def callback(self, callback, *args, **kwds): method enter_context (line 207) | def enter_context(self, cm): method close (line 220) | def close(self): method __enter__ (line 224) | def __enter__(self): method __exit__ (line 227) | def __exit__(self, *exc_details): FILE: tests/pythons/win64-py33/Lib/copy.py class Error (line 56) | class Error(Exception): function copy (line 67) | def copy(x): function _copy_immutable (line 110) | def _copy_immutable(x): function _copy_with_constructor (line 125) | def _copy_with_constructor(x): function _copy_with_copy_method (line 130) | def _copy_with_copy_method(x): function deepcopy (line 137) | def deepcopy(x, memo=None, _nil=[]): function _deepcopy_atomic (line 192) | def _deepcopy_atomic(x, memo): function _deepcopy_list (line 215) | def _deepcopy_list(x, memo): function _deepcopy_tuple (line 223) | def _deepcopy_tuple(x, memo): function _deepcopy_dict (line 242) | def _deepcopy_dict(x, memo): function _deepcopy_method (line 252) | def _deepcopy_method(x, memo): # Copy instance methods function _keep_alive (line 256) | def _keep_alive(x, memo): function _reconstruct (line 272) | def _reconstruct(x, info, deep, memo=None): class _EmptyClass (line 332) | class _EmptyClass: FILE: tests/pythons/win64-py33/Lib/copyreg.py function pickle (line 12) | def pickle(ob_type, pickle_function, constructor_ob=None): function constructor (line 22) | def constructor(object): function pickle_complex (line 34) | def pickle_complex(c): function _reconstructor (line 41) | def _reconstructor(cls, base, state): function _reduce_ex (line 54) | def _reduce_ex(self, proto): function __newobj__ (line 87) | def __newobj__(cls, *args): function _slotnames (line 90) | def _slotnames(cls): function add_extension (line 152) | def add_extension(module, name, code): function remove_extension (line 170) | def remove_extension(module, name, code): function clear_extension_cache (line 182) | def clear_extension_cache(): FILE: tests/pythons/win64-py33/Lib/crypt.py class _Method (line 13) | class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): method __repr__ (line 18) | def __repr__(self): function mksalt (line 22) | def mksalt(method=None): function crypt (line 35) | def crypt(word, salt=None): FILE: tests/pythons/win64-py33/Lib/csv.py class Dialect (line 22) | class Dialect: method __init__ (line 41) | def __init__(self): method _validate (line 46) | def _validate(self): class excel (line 53) | class excel(Dialect): class excel_tab (line 63) | class excel_tab(excel): class unix_dialect (line 68) | class unix_dialect(Dialect): class DictReader (line 79) | class DictReader: method __init__ (line 80) | def __init__(self, f, fieldnames=None, restkey=None, restval=None, method __iter__ (line 89) | def __iter__(self): method fieldnames (line 93) | def fieldnames(self): method fieldnames (line 103) | def fieldnames(self, value): method __next__ (line 106) | def __next__(self): class DictWriter (line 129) | class DictWriter: method __init__ (line 130) | def __init__(self, f, fieldnames, restval="", extrasaction="raise", method writeheader (line 140) | def writeheader(self): method _dict_to_list (line 144) | def _dict_to_list(self, rowdict): method writerow (line 152) | def writerow(self, rowdict): method writerows (line 155) | def writerows(self, rowdicts): class Sniffer (line 167) | class Sniffer: method __init__ (line 172) | def __init__(self): method sniff (line 177) | def sniff(self, sample, delimiters=None): method _guess_quote_and_delimiter (line 206) | def _guess_quote_and_delimiter(self, data, delimiters): method _guess_delimiter (line 281) | def _guess_delimiter(self, data, delimiters): method has_header (line 384) | def has_header(self, sample): FILE: tests/pythons/win64-py33/Lib/ctypes/__init__.py function create_string_buffer (line 49) | def create_string_buffer(init, size=None): function c_buffer (line 67) | def c_buffer(init, size=None): function CFUNCTYPE (line 75) | def CFUNCTYPE(restype, *argtypes, **kw): function WINFUNCTYPE (line 116) | def WINFUNCTYPE(restype, *argtypes, **kw): function _check_size (line 144) | def _check_size(typ, typecode=None): class py_object (line 156) | class py_object(_SimpleCData): method __repr__ (line 158) | def __repr__(self): class c_short (line 165) | class c_short(_SimpleCData): class c_ushort (line 169) | class c_ushort(_SimpleCData): class c_long (line 173) | class c_long(_SimpleCData): class c_ulong (line 177) | class c_ulong(_SimpleCData): class c_int (line 186) | class c_int(_SimpleCData): class c_uint (line 190) | class c_uint(_SimpleCData): class c_float (line 194) | class c_float(_SimpleCData): class c_double (line 198) | class c_double(_SimpleCData): class c_longdouble (line 202) | class c_longdouble(_SimpleCData): class c_longlong (line 212) | class c_longlong(_SimpleCData): class c_ulonglong (line 216) | class c_ulonglong(_SimpleCData): class c_ubyte (line 223) | class c_ubyte(_SimpleCData): class c_byte (line 230) | class c_byte(_SimpleCData): class c_char (line 235) | class c_char(_SimpleCData): class c_char_p (line 240) | class c_char_p(_SimpleCData): method __repr__ (line 243) | def __repr__(self): method __repr__ (line 248) | def __repr__(self): class c_void_p (line 252) | class c_void_p(_SimpleCData): class c_bool (line 257) | class c_bool(_SimpleCData): class c_wchar_p (line 262) | class c_wchar_p(_SimpleCData): class c_wchar (line 265) | class c_wchar(_SimpleCData): function _reset_cache (line 268) | def _reset_cache(): function create_unicode_buffer (line 284) | def create_unicode_buffer(init, size=None): function SetPointerType (line 304) | def SetPointerType(pointer, cls): function ARRAY (line 314) | def ARRAY(typ, len): class CDLL (line 320) | class CDLL(object): method __init__ (line 337) | def __init__(self, name, mode=DEFAULT_MODE, handle=None, method __repr__ (line 357) | def __repr__(self): method __getattr__ (line 363) | def __getattr__(self, name): method __getitem__ (line 370) | def __getitem__(self, name_or_ordinal): class PyDLL (line 376) | class PyDLL(CDLL): class WinDLL (line 385) | class WinDLL(CDLL): class HRESULT (line 394) | class HRESULT(_SimpleCData): class OleDLL (line 407) | class OleDLL(CDLL): class LibraryLoader (line 416) | class LibraryLoader(object): method __init__ (line 417) | def __init__(self, dlltype): method __getattr__ (line 420) | def __getattr__(self, name): method __getitem__ (line 427) | def __getitem__(self, name): method LoadLibrary (line 430) | def LoadLibrary(self, name): function WinError (line 454) | def WinError(code=None, descr=None): function PYFUNCTYPE (line 481) | def PYFUNCTYPE(restype, *argtypes): function cast (line 489) | def cast(obj, typ): function string_at (line 493) | def string_at(ptr, size=-1): function wstring_at (line 505) | def wstring_at(ptr, size=-1): function DllGetClassObject (line 513) | def DllGetClassObject(rclsid, riid, ppv): function DllCanUnloadNow (line 521) | def DllCanUnloadNow(): FILE: tests/pythons/win64-py33/Lib/ctypes/_endian.py function _other_endian (line 6) | def _other_endian(typ): class _swapped_meta (line 23) | class _swapped_meta(type(Structure)): method __setattr__ (line 24) | def __setattr__(self, attrname, value): class BigEndianStructure (line 46) | class BigEndianStructure(Structure, metaclass=_swapped_meta): class LittleEndianStructure (line 54) | class LittleEndianStructure(Structure, metaclass=_swapped_meta): FILE: tests/pythons/win64-py33/Lib/ctypes/macholib/dyld.py function dyld_env (line 31) | def dyld_env(env, var): function dyld_image_suffix (line 39) | def dyld_image_suffix(env=None): function dyld_framework_path (line 44) | def dyld_framework_path(env=None): function dyld_library_path (line 47) | def dyld_library_path(env=None): function dyld_fallback_framework_path (line 50) | def dyld_fallback_framework_path(env=None): function dyld_fallback_library_path (line 53) | def dyld_fallback_library_path(env=None): function dyld_image_suffix_search (line 56) | def dyld_image_suffix_search(iterator, env=None): function dyld_override_search (line 70) | def dyld_override_search(name, env=None): function dyld_executable_path_search (line 87) | def dyld_executable_path_search(name, executable_path=None): function dyld_default_search (line 94) | def dyld_default_search(name, env=None): function dyld_find (line 116) | def dyld_find(name, executable_path=None, env=None): function framework_find (line 129) | def framework_find(fn, executable_path=None, env=None): function test_dyld_find (line 152) | def test_dyld_find(): FILE: tests/pythons/win64-py33/Lib/ctypes/macholib/dylib.py function dylib_info (line 19) | def dylib_info(filename): function test_dylib_info (line 45) | def test_dylib_info(): FILE: tests/pythons/win64-py33/Lib/ctypes/macholib/framework.py function framework_info (line 19) | def framework_info(filename): function test_framework_info (line 44) | def test_framework_info(): FILE: tests/pythons/win64-py33/Lib/ctypes/util.py function _get_build_version (line 8) | def _get_build_version(): function find_msvcrt (line 31) | def find_msvcrt(): function find_library (line 48) | def find_library(name): function find_library (line 70) | def find_library(name): function find_library (line 75) | def find_library(name): function _findLib_gcc (line 90) | def _findLib_gcc(name): function _get_soname (line 118) | def _get_soname(f): function _get_soname (line 129) | def _get_soname(f): function _num_version (line 147) | def _num_version(libname): function find_library (line 158) | def find_library(name): function _findLib_crle (line 171) | def _findLib_crle(name, is64): function find_library (line 195) | def find_library(name, is64 = False): function _findSoname_ldconfig (line 200) | def _findSoname_ldconfig(name): function find_library (line 230) | def find_library(name): function test (line 236) | def test(): FILE: tests/pythons/win64-py33/Lib/ctypes/wintypes.py class VARIANT_BOOL (line 20) | class VARIANT_BOOL(ctypes._SimpleCData): method __repr__ (line 22) | def __repr__(self): class RECT (line 97) | class RECT(ctypes.Structure): class _SMALL_RECT (line 104) | class _SMALL_RECT(ctypes.Structure): class _COORD (line 111) | class _COORD(ctypes.Structure): class POINT (line 115) | class POINT(ctypes.Structure): class SIZE (line 120) | class SIZE(ctypes.Structure): function RGB (line 125) | def RGB(red, green, blue): class FILETIME (line 128) | class FILETIME(ctypes.Structure): class MSG (line 133) | class MSG(ctypes.Structure): class WIN32_FIND_DATAA (line 143) | class WIN32_FIND_DATAA(ctypes.Structure): class WIN32_FIND_DATAW (line 155) | class WIN32_FIND_DATAW(ctypes.Structure): FILE: tests/pythons/win64-py33/Lib/curses/__init__.py function initscr (line 25) | def initscr(): function start_color (line 42) | def start_color(): function wrapper (line 63) | def wrapper(func, *args, **kwds): FILE: tests/pythons/win64-py33/Lib/curses/ascii.py function _ctoi (line 48) | def _ctoi(c): function isalnum (line 54) | def isalnum(c): return isalpha(c) or isdigit(c) function isalpha (line 55) | def isalpha(c): return isupper(c) or islower(c) function isascii (line 56) | def isascii(c): return _ctoi(c) <= 127 # ? function isblank (line 57) | def isblank(c): return _ctoi(c) in (8,32) function iscntrl (line 58) | def iscntrl(c): return _ctoi(c) <= 31 function isdigit (line 59) | def isdigit(c): return _ctoi(c) >= 48 and _ctoi(c) <= 57 function isgraph (line 60) | def isgraph(c): return _ctoi(c) >= 33 and _ctoi(c) <= 126 function islower (line 61) | def islower(c): return _ctoi(c) >= 97 and _ctoi(c) <= 122 function isprint (line 62) | def isprint(c): return _ctoi(c) >= 32 and _ctoi(c) <= 126 function ispunct (line 63) | def ispunct(c): return _ctoi(c) != 32 and not isalnum(c) function isspace (line 64) | def isspace(c): return _ctoi(c) in (9, 10, 11, 12, 13, 32) function isupper (line 65) | def isupper(c): return _ctoi(c) >= 65 and _ctoi(c) <= 90 function isxdigit (line 66) | def isxdigit(c): return isdigit(c) or \ function isctrl (line 68) | def isctrl(c): return _ctoi(c) < 32 function ismeta (line 69) | def ismeta(c): return _ctoi(c) > 127 function ascii (line 71) | def ascii(c): function ctrl (line 77) | def ctrl(c): function alt (line 83) | def alt(c): function unctrl (line 89) | def unctrl(c): FILE: tests/pythons/win64-py33/Lib/curses/has_key.py function has_key (line 162) | def has_key(ch): FILE: tests/pythons/win64-py33/Lib/curses/textpad.py function rectangle (line 6) | def rectangle(win, uly, ulx, lry, lrx): class Textbox (line 19) | class Textbox: method __init__ (line 43) | def __init__(self, win, insert_mode=False): method _end_of_line (line 53) | def _end_of_line(self, y): method _insert_printable_char (line 66) | def _insert_printable_char(self, ch): method do_command (line 84) | def do_command(self, ch): method gather (line 148) | def gather(self): method edit (line 164) | def edit(self, validate=None): function test_editbox (line 178) | def test_editbox(stdscr): FILE: tests/pythons/win64-py33/Lib/datetime.py function _cmp (line 10) | def _cmp(x, y): function _is_leap (line 35) | def _is_leap(year): function _days_before_year (line 39) | def _days_before_year(year): function _days_in_month (line 44) | def _days_in_month(year, month): function _days_before_month (line 51) | def _days_before_month(year, month): function _ymd2ord (line 56) | def _ymd2ord(year, month, day): function _ord2ymd (line 81) | def _ord2ymd(n): function _build_struct_time (line 149) | def _build_struct_time(y, m, d, hh, mm, ss, dstflag): function _format_time (line 154) | def _format_time(hh, mm, ss, us): function _wrap_strftime (line 162) | def _wrap_strftime(object, format, timetuple): function _call_tzinfo_method (line 219) | def _call_tzinfo_method(tzinfo, methname, tzinfoarg): function _check_tzname (line 225) | def _check_tzname(name): function _check_utc_offset (line 236) | def _check_utc_offset(name, offset): function _check_date_fields (line 251) | def _check_date_fields(year, month, day): function _check_time_fields (line 262) | def _check_time_fields(hour, minute, second, microsecond): function _check_tzinfo_arg (line 274) | def _check_tzinfo_arg(tz): function _cmperror (line 278) | def _cmperror(x, y): class timedelta (line 282) | class timedelta: method __new__ (line 301) | def __new__(cls, days=0, seconds=0, microseconds=0, method __repr__ (line 414) | def __repr__(self): method __str__ (line 426) | def __str__(self): method total_seconds (line 438) | def total_seconds(self): method days (line 445) | def days(self): method seconds (line 450) | def seconds(self): method microseconds (line 455) | def microseconds(self): method __add__ (line 459) | def __add__(self, other): method __sub__ (line 470) | def __sub__(self, other): method __rsub__ (line 479) | def __rsub__(self, other): method __neg__ (line 484) | def __neg__(self): method __pos__ (line 491) | def __pos__(self): method __abs__ (line 494) | def __abs__(self): method __mul__ (line 500) | def __mul__(self, other): method _to_microseconds (line 514) | def _to_microseconds(self): method __floordiv__ (line 518) | def __floordiv__(self, other): method __truediv__ (line 527) | def __truediv__(self, other): method __mod__ (line 539) | def __mod__(self, other): method __divmod__ (line 545) | def __divmod__(self, other): method __eq__ (line 554) | def __eq__(self, other): method __ne__ (line 560) | def __ne__(self, other): method __le__ (line 566) | def __le__(self, other): method __lt__ (line 572) | def __lt__(self, other): method __ge__ (line 578) | def __ge__(self, other): method __gt__ (line 584) | def __gt__(self, other): method _cmp (line 590) | def _cmp(self, other): method __hash__ (line 594) | def __hash__(self): method __bool__ (line 597) | def __bool__(self): method _getstate (line 604) | def _getstate(self): method __reduce__ (line 607) | def __reduce__(self): class date (line 615) | class date: method __new__ (line 645) | def __new__(cls, year, month=None, day=None): method fromtimestamp (line 668) | def fromtimestamp(cls, t): method today (line 674) | def today(cls): method fromordinal (line 680) | def fromordinal(cls, n): method __repr__ (line 691) | def __repr__(self): method ctime (line 712) | def ctime(self): method strftime (line 720) | def strftime(self, fmt): method __format__ (line 724) | def __format__(self, fmt): method isoformat (line 729) | def isoformat(self): method year (line 744) | def year(self): method month (line 749) | def month(self): method day (line 754) | def day(self): method timetuple (line 760) | def timetuple(self): method toordinal (line 765) | def toordinal(self): method replace (line 773) | def replace(self, year=None, month=None, day=None): method __eq__ (line 786) | def __eq__(self, other): method __ne__ (line 791) | def __ne__(self, other): method __le__ (line 796) | def __le__(self, other): method __lt__ (line 801) | def __lt__(self, other): method __ge__ (line 806) | def __ge__(self, other): method __gt__ (line 811) | def __gt__(self, other): method _cmp (line 816) | def _cmp(self, other): method __hash__ (line 822) | def __hash__(self): method __add__ (line 828) | def __add__(self, other): method __sub__ (line 839) | def __sub__(self, other): method weekday (line 849) | def weekday(self): method isoweekday (line 855) | def isoweekday(self): method isocalendar (line 860) | def isocalendar(self): method _getstate (line 889) | def _getstate(self): method __setstate (line 893) | def __setstate(self, string): method __reduce__ (line 899) | def __reduce__(self): class tzinfo (line 908) | class tzinfo: method tzname (line 914) | def tzname(self, dt): method utcoffset (line 918) | def utcoffset(self, dt): method dst (line 922) | def dst(self, dt): method fromutc (line 930) | def fromutc(self, dt): method __reduce__ (line 959) | def __reduce__(self): class time (line 977) | class time: method __new__ (line 1001) | def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None): method hour (line 1026) | def hour(self): method minute (line 1031) | def minute(self): method second (line 1036) | def second(self): method microsecond (line 1041) | def microsecond(self): method tzinfo (line 1046) | def tzinfo(self): method __eq__ (line 1054) | def __eq__(self, other): method __ne__ (line 1060) | def __ne__(self, other): method __le__ (line 1066) | def __le__(self, other): method __lt__ (line 1072) | def __lt__(self, other): method __ge__ (line 1078) | def __ge__(self, other): method __gt__ (line 1084) | def __gt__(self, other): method _cmp (line 1090) | def _cmp(self, other, allow_mixed=False): method __hash__ (line 1118) | def __hash__(self): method _tzstr (line 1133) | def _tzstr(self, sep=":"): method __repr__ (line 1149) | def __repr__(self): method isoformat (line 1164) | def isoformat(self): method strftime (line 1179) | def strftime(self, fmt): method __format__ (line 1190) | def __format__(self, fmt): method utcoffset (line 1197) | def utcoffset(self): method tzname (line 1206) | def tzname(self): method dst (line 1219) | def dst(self): method replace (line 1234) | def replace(self, hour=None, minute=None, second=None, microsecond=None, method __bool__ (line 1251) | def __bool__(self): method _getstate (line 1259) | def _getstate(self): method __setstate (line 1269) | def __setstate(self, string, tzinfo): method __reduce__ (line 1280) | def __reduce__(self): class datetime (line 1289) | class datetime(date): method __new__ (line 1299) | def __new__(cls, year, month=None, day=None, hour=0, minute=0, second=0, method hour (line 1318) | def hour(self): method minute (line 1323) | def minute(self): method second (line 1328) | def second(self): method microsecond (line 1333) | def microsecond(self): method tzinfo (line 1338) | def tzinfo(self): method fromtimestamp (line 1343) | def fromtimestamp(cls, t, tz=None): method utcfromtimestamp (line 1371) | def utcfromtimestamp(cls, t): method now (line 1393) | def now(cls, tz=None): method utcnow (line 1399) | def utcnow(cls): method combine (line 1405) | def combine(cls, date, time): method timetuple (line 1415) | def timetuple(self): method timestamp (line 1428) | def timestamp(self): method utctimetuple (line 1437) | def utctimetuple(self): method date (line 1446) | def date(self): method time (line 1450) | def time(self): method timetz (line 1454) | def timetz(self): method replace (line 1459) | def replace(self, year=None, month=None, day=None, hour=None, method astimezone (line 1484) | def astimezone(self, tz=None): method ctime (line 1530) | def ctime(self): method isoformat (line 1540) | def isoformat(self, sep='T'): method __repr__ (line 1569) | def __repr__(self): method __str__ (line 1584) | def __str__(self): method strptime (line 1589) | def strptime(cls, date_string, format): method utcoffset (line 1594) | def utcoffset(self): method tzname (line 1603) | def tzname(self): method dst (line 1614) | def dst(self): method __eq__ (line 1631) | def __eq__(self, other): method __ne__ (line 1639) | def __ne__(self, other): method __le__ (line 1647) | def __le__(self, other): method __lt__ (line 1655) | def __lt__(self, other): method __ge__ (line 1663) | def __ge__(self, other): method __gt__ (line 1671) | def __gt__(self, other): method _cmp (line 1679) | def _cmp(self, other, allow_mixed=False): method __add__ (line 1710) | def __add__(self, other): method __sub__ (line 1731) | def __sub__(self, other): method __hash__ (line 1755) | def __hash__(self): method _getstate (line 1765) | def _getstate(self): method __setstate (line 1777) | def __setstate(self, string, tzinfo): method __reduce__ (line 1787) | def __reduce__(self): function _isoweek1monday (line 1796) | def _isoweek1monday(year): class timezone (line 1807) | class timezone(tzinfo): method __new__ (line 1812) | def __new__(cls, offset, name=_Omitted): method _create (line 1832) | def _create(cls, offset, name=None): method __getinitargs__ (line 1838) | def __getinitargs__(self): method __eq__ (line 1844) | def __eq__(self, other): method __hash__ (line 1849) | def __hash__(self): method __repr__ (line 1852) | def __repr__(self): method __str__ (line 1870) | def __str__(self): method utcoffset (line 1873) | def utcoffset(self, dt): method tzname (line 1879) | def tzname(self, dt): method dst (line 1887) | def dst(self, dt): method fromutc (line 1893) | def fromutc(self, dt): method _name_from_offset (line 1906) | def _name_from_offset(delta): FILE: tests/pythons/win64-py33/Lib/dbm/__init__.py class error (line 38) | class error(Exception): function open (line 53) | def open(file, flag='r', mode=0o666): function whichdb (line 97) | def whichdb(filename): FILE: tests/pythons/win64-py33/Lib/dbm/dumb.py class _Database (line 34) | class _Database(collections.MutableMapping): method __init__ (line 47) | def __init__(self, filebasename, mode): method _update (line 77) | def _update(self): method _commit (line 94) | def _commit(self): method __getitem__ (line 121) | def __getitem__(self, key): method _addval (line 135) | def _addval(self, val): method _setval (line 150) | def _setval(self, pos, val): method _addkey (line 160) | def _addkey(self, key, pos_and_siz_pair): method __setitem__ (line 167) | def __setitem__(self, key, val): method __delitem__ (line 200) | def __delitem__(self, key): method keys (line 211) | def keys(self): method items (line 214) | def items(self): method __contains__ (line 217) | def __contains__(self, key): method iterkeys (line 222) | def iterkeys(self): method __len__ (line 226) | def __len__(self): method close (line 229) | def close(self): method _chmod (line 235) | def _chmod(self, file): function open (line 240) | def open(file, flag=None, mode=0o666): FILE: tests/pythons/win64-py33/Lib/decimal.py class DecimalException (line 181) | class DecimalException(ArithmeticError): method handle (line 200) | def handle(self, context, *args): class Clamped (line 204) | class Clamped(DecimalException): class InvalidOperation (line 216) | class InvalidOperation(DecimalException): method handle (line 239) | def handle(self, context, *args): class ConversionSyntax (line 245) | class ConversionSyntax(InvalidOperation): method handle (line 252) | def handle(self, context, *args): class DivisionByZero (line 255) | class DivisionByZero(DecimalException, ZeroDivisionError): method handle (line 268) | def handle(self, context, sign, *args): class DivisionImpossible (line 271) | class DivisionImpossible(InvalidOperation): method handle (line 279) | def handle(self, context, *args): class DivisionUndefined (line 282) | class DivisionUndefined(InvalidOperation, ZeroDivisionError): method handle (line 290) | def handle(self, context, *args): class Inexact (line 293) | class Inexact(DecimalException): class InvalidContext (line 305) | class InvalidContext(InvalidOperation): method handle (line 316) | def handle(self, context, *args): class Rounded (line 319) | class Rounded(DecimalException): class Subnormal (line 331) | class Subnormal(DecimalException): class Overflow (line 342) | class Overflow(Inexact, Rounded): method handle (line 364) | def handle(self, context, sign, *args): class Underflow (line 380) | class Underflow(Inexact, Rounded, Subnormal): class FloatOperation (line 395) | class FloatOperation(DecimalException, TypeError): class MockThreading (line 436) | class MockThreading(object): method local (line 437) | def local(self, sys=sys): function setcontext (line 452) | def setcontext(context): function getcontext (line 459) | def getcontext(): function getcontext (line 479) | def getcontext(_local=local): function setcontext (line 493) | def setcontext(context, _local=local): function localcontext (line 502) | def localcontext(ctx=None): class Decimal (line 548) | class Decimal(object): method __new__ (line 557) | def __new__(cls, value="0", context=None): method from_float (line 709) | def from_float(cls, f): method _isnan (line 749) | def _isnan(self): method _isinfinity (line 764) | def _isinfinity(self): method _check_nans (line 777) | def _check_nans(self, other=None, context=None): method _compare_check_nans (line 809) | def _compare_check_nans(self, other, context): method __bool__ (line 842) | def __bool__(self): method _cmp (line 849) | def _cmp(self, other): method __eq__ (line 913) | def __eq__(self, other, context=None): method __ne__ (line 921) | def __ne__(self, other, context=None): method __lt__ (line 930) | def __lt__(self, other, context=None): method __le__ (line 939) | def __le__(self, other, context=None): method __gt__ (line 948) | def __gt__(self, other, context=None): method __ge__ (line 957) | def __ge__(self, other, context=None): method compare (line 966) | def compare(self, other, context=None): method __hash__ (line 985) | def __hash__(self): method as_tuple (line 1011) | def as_tuple(self): method __repr__ (line 1018) | def __repr__(self): method __str__ (line 1023) | def __str__(self, eng=False, context=None): method to_eng_string (line 1075) | def to_eng_string(self, context=None): method __neg__ (line 1085) | def __neg__(self, context=None): method __pos__ (line 1107) | def __pos__(self, context=None): method __abs__ (line 1128) | def __abs__(self, round=True, context=None): method __add__ (line 1150) | def __add__(self, other, context=None): method __sub__ (line 1238) | def __sub__(self, other, context=None): method __rsub__ (line 1252) | def __rsub__(self, other, context=None): method __mul__ (line 1260) | def __mul__(self, other, context=None): method __truediv__ (line 1317) | def __truediv__(self, other, context=None): method _divide (line 1376) | def _divide(self, other, context): method __rtruediv__ (line 1409) | def __rtruediv__(self, other, context=None): method __divmod__ (line 1416) | def __divmod__(self, other, context=None): method __rdivmod__ (line 1452) | def __rdivmod__(self, other, context=None): method __mod__ (line 1459) | def __mod__(self, other, context=None): method __rmod__ (line 1486) | def __rmod__(self, other, context=None): method remainder_near (line 1493) | def remainder_near(self, other, context=None): method __floordiv__ (line 1568) | def __floordiv__(self, other, context=None): method __rfloordiv__ (line 1596) | def __rfloordiv__(self, other, context=None): method __float__ (line 1603) | def __float__(self): method __int__ (line 1613) | def __int__(self): method real (line 1628) | def real(self): method imag (line 1632) | def imag(self): method conjugate (line 1636) | def conjugate(self): method __complex__ (line 1639) | def __complex__(self): method _fix_nan (line 1642) | def _fix_nan(self, context): method _fix (line 1654) | def _fix(self, context): method _round_down (line 1756) | def _round_down(self, prec): method _round_up (line 1763) | def _round_up(self, prec): method _round_half_up (line 1767) | def _round_half_up(self, prec): method _round_half_down (line 1776) | def _round_half_down(self, prec): method _round_half_even (line 1783) | def _round_half_even(self, prec): method _round_ceiling (line 1791) | def _round_ceiling(self, prec): method _round_floor (line 1798) | def _round_floor(self, prec): method _round_05up (line 1805) | def _round_05up(self, prec): method __round__ (line 1823) | def __round__(self, n=None): method __floor__ (line 1885) | def __floor__(self): method __ceil__ (line 1900) | def __ceil__(self): method fma (line 1915) | def fma(self, other, third, context=None): method _power_modulo (line 1959) | def _power_modulo(self, other, modulo, context=None): method _power_exact (line 2044) | def _power_exact(self, other, p): method __pow__ (line 2281) | def __pow__(self, other, modulo=None, context=None): method __rpow__ (line 2497) | def __rpow__(self, other, context=None): method normalize (line 2504) | def normalize(self, context=None): method quantize (line 2529) | def quantize(self, exp, rounding=None, context=None, watchexp=True): method same_quantum (line 2600) | def same_quantum(self, other, context=None): method _rescale (line 2615) | def _rescale(self, exp, rounding): method _round (line 2649) | def _round(self, places, rounding): method to_integral_exact (line 2672) | def to_integral_exact(self, rounding=None, context=None): method to_integral_value (line 2701) | def to_integral_value(self, rounding=None, context=None): method sqrt (line 2720) | def sqrt(self, context=None): method max (line 2819) | def max(self, other, context=None): method min (line 2861) | def min(self, other, context=None): method _isinteger (line 2895) | def _isinteger(self): method _iseven (line 2904) | def _iseven(self): method adjusted (line 2910) | def adjusted(self): method canonical (line 2918) | def canonical(self): method compare_signal (line 2926) | def compare_signal(self, other, context=None): method compare_total (line 2938) | def compare_total(self, other, context=None): method compare_total_mag (line 3011) | def compare_total_mag(self, other, context=None): method copy_abs (line 3022) | def copy_abs(self): method copy_negate (line 3026) | def copy_negate(self): method copy_sign (line 3033) | def copy_sign(self, other, context=None): method exp (line 3039) | def exp(self, context=None): method is_canonical (line 3114) | def is_canonical(self): method is_finite (line 3122) | def is_finite(self): method is_infinite (line 3130) | def is_infinite(self): method is_nan (line 3134) | def is_nan(self): method is_normal (line 3138) | def is_normal(self, context=None): method is_qnan (line 3146) | def is_qnan(self): method is_signed (line 3150) | def is_signed(self): method is_snan (line 3154) | def is_snan(self): method is_subnormal (line 3158) | def is_subnormal(self, context=None): method is_zero (line 3166) | def is_zero(self): method _ln_exp_bound (line 3170) | def _ln_exp_bound(self): method ln (line 3195) | def ln(self, context=None): method _log10_exp_bound (line 3245) | def _log10_exp_bound(self): method log10 (line 3275) | def log10(self, context=None): method logb (line 3326) | def logb(self, context=None): method _islogical (line 3356) | def _islogical(self): method _fill_logical (line 3370) | def _fill_logical(self, context, opa, opb): method logical_and (line 3383) | def logical_and(self, other, context=None): method logical_invert (line 3400) | def logical_invert(self, context=None): method logical_or (line 3407) | def logical_or(self, other, context=None): method logical_xor (line 3424) | def logical_xor(self, other, context=None): method max_mag (line 3441) | def max_mag(self, other, context=None): method min_mag (line 3471) | def min_mag(self, other, context=None): method next_minus (line 3501) | def next_minus(self, context=None): method next_plus (line 3524) | def next_plus(self, context=None): method next_toward (line 3547) | def next_toward(self, other, context=None): method number_class (line 3593) | def number_class(self, context=None): method radix (line 3635) | def radix(self): method rotate (line 3639) | def rotate(self, other, context=None): method scaleb (line 3672) | def scaleb(self, other, context=None): method shift (line 3697) | def shift(self, other, context=None): method __reduce__ (line 3736) | def __reduce__(self): method __copy__ (line 3739) | def __copy__(self): method __deepcopy__ (line 3744) | def __deepcopy__(self, memo): method __format__ (line 3751) | def __format__(self, specifier, context=None, _localeconv=None): function _dec_from_triple (line 3831) | def _dec_from_triple(sign, coefficient, exponent, special=False): class _ContextManager (line 3855) | class _ContextManager(object): method __init__ (line 3861) | def __init__(self, new_context): method __enter__ (line 3863) | def __enter__(self): method __exit__ (line 3867) | def __exit__(self, t, v, tb): class Context (line 3870) | class Context(object): method __init__ (line 3889) | def __init__(self, prec=None, rounding=None, Emin=None, Emax=None, method _set_integer_check (line 3925) | def _set_integer_check(self, name, value, vmin, vmax): method _set_signal_dict (line 3939) | def _set_signal_dict(self, name, d): method __setattr__ (line 3950) | def __setattr__(self, name, value): method __delattr__ (line 3975) | def __delattr__(self, name): method __reduce__ (line 3979) | def __reduce__(self): method __repr__ (line 3986) | def __repr__(self): method clear_flags (line 3999) | def clear_flags(self): method clear_traps (line 4004) | def clear_traps(self): method _shallow_copy (line 4009) | def _shallow_copy(self): method copy (line 4016) | def copy(self): method _raise_error (line 4025) | def _raise_error(self, condition, explanation = None, *args): method _ignore_all_flags (line 4047) | def _ignore_all_flags(self): method _ignore_flags (line 4051) | def _ignore_flags(self, *flags): method _regard_flags (line 4058) | def _regard_flags(self, *flags): method Etiny (line 4068) | def Etiny(self): method Etop (line 4072) | def Etop(self): method _set_rounding (line 4076) | def _set_rounding(self, type): method create_decimal (line 4095) | def create_decimal(self, num='0'): method create_decimal_from_float (line 4112) | def create_decimal_from_float(self, f): method abs (line 4130) | def abs(self, a): method add (line 4151) | def add(self, a, b): method _apply (line 4172) | def _apply(self, a): method canonical (line 4175) | def canonical(self, a): method compare (line 4188) | def compare(self, a, b): method compare_signal (line 4224) | def compare_signal(self, a, b): method compare_total (line 4259) | def compare_total(self, a, b): method compare_total_mag (line 4288) | def compare_total_mag(self, a, b): method copy_abs (line 4296) | def copy_abs(self, a): method copy_decimal (line 4309) | def copy_decimal(self, a): method copy_negate (line 4322) | def copy_negate(self, a): method copy_sign (line 4335) | def copy_sign(self, a, b): method divide (line 4359) | def divide(self, a, b): method divide_int (line 4396) | def divide_int(self, a, b): method divmod (line 4419) | def divmod(self, a, b): method exp (line 4440) | def exp(self, a): method fma (line 4464) | def fma(self, a, b, c): method is_canonical (line 4487) | def is_canonical(self, a): method is_finite (line 4500) | def is_finite(self, a): method is_infinite (line 4522) | def is_infinite(self, a): method is_nan (line 4537) | def is_nan(self, a): method is_normal (line 4553) | def is_normal(self, a): method is_qnan (line 4576) | def is_qnan(self, a): method is_signed (line 4591) | def is_signed(self, a): method is_snan (line 4608) | def is_snan(self, a): method is_subnormal (line 4624) | def is_subnormal(self, a): method is_zero (line 4646) | def is_zero(self, a): method ln (line 4663) | def ln(self, a): method log10 (line 4685) | def log10(self, a): method logb (line 4713) | def logb(self, a): method logical_and (line 4739) | def logical_and(self, a, b): method logical_invert (line 4766) | def logical_invert(self, a): method logical_or (line 4785) | def logical_or(self, a, b): method logical_xor (line 4812) | def logical_xor(self, a, b): method max (line 4839) | def max(self, a, b): method max_mag (line 4866) | def max_mag(self, a, b): method min (line 4883) | def min(self, a, b): method min_mag (line 4910) | def min_mag(self, a, b): method minus (line 4927) | def minus(self, a): method multiply (line 4944) | def multiply(self, a, b): method next_minus (line 4976) | def next_minus(self, a): method next_plus (line 4996) | def next_plus(self, a): method next_toward (line 5016) | def next_toward(self, a, b): method normalize (line 5051) | def normalize(self, a): method number_class (line 5075) | def number_class(self, a): method plus (line 5125) | def plus(self, a): method power (line 5142) | def power(self, a, b, modulo=None): method quantize (line 5222) | def quantize(self, a, b): method radix (line 5280) | def radix(self): method remainder (line 5288) | def remainder(self, a, b): method remainder_near (line 5326) | def remainder_near(self, a, b): method rotate (line 5360) | def rotate(self, a, b): method same_quantum (line 5389) | def same_quantum(self, a, b): method scaleb (line 5413) | def scaleb (self, a, b): method shift (line 5432) | def shift(self, a, b): method sqrt (line 5462) | def sqrt(self, a): method subtract (line 5494) | def subtract(self, a, b): method to_eng_string (line 5517) | def to_eng_string(self, a): method to_sci_string (line 5525) | def to_sci_string(self, a): method to_integral_exact (line 5533) | def to_integral_exact(self, a): method to_integral_value (line 5563) | def to_integral_value(self, a): class _WorkRep (line 5595) | class _WorkRep(object): method __init__ (line 5601) | def __init__(self, value=None): method __repr__ (line 5616) | def __repr__(self): function _normalize (line 5623) | def _normalize(op1, op2, prec = 0): function _decimal_lshift_exact (line 5655) | def _decimal_lshift_exact(n, e): function _sqrt_nearest (line 5676) | def _sqrt_nearest(n, a): function _rshift_nearest (line 5691) | def _rshift_nearest(x, shift): function _div_nearest (line 5699) | def _div_nearest(a, b): function _ilog (line 5707) | def _ilog(x, M, L = 8): function _dlog10 (line 5755) | def _dlog10(c, e, p): function _dlog (line 5789) | def _dlog(c, e, p): class _Log10Memoize (line 5833) | class _Log10Memoize(object): method __init__ (line 5837) | def __init__(self): method getdigits (line 5840) | def getdigits(self, p): function _iexp (line 5870) | def _iexp(x, M, L=8): function _dexp (line 5907) | def _dexp(c, e, p): function _dpower (line 5943) | def _dpower(xc, xe, yc, ye, p): function _log10_lb (line 5985) | def _log10_lb(c, correction = { function _convert_other (line 5996) | def _convert_other(other, raiseit=False, allow_float=False): function _convert_for_comparison (line 6015) | def _convert_for_comparison(self, other, equality_op=False): function _parse_format_specifier (line 6156) | def _parse_format_specifier(format_spec, _localeconv=None): function _format_align (line 6236) | def _format_align(sign, body, spec): function _group_lengths (line 6263) | def _group_lengths(grouping): function _insert_thousands_sep (line 6286) | def _insert_thousands_sep(digits, spec, min_width=1): function _format_sign (line 6323) | def _format_sign(is_negative, spec): function _format_number (line 6333) | def _format_number(is_negative, intpart, fracpart, exp, spec): FILE: tests/pythons/win64-py33/Lib/difflib.py function _calculate_ratio (line 39) | def _calculate_ratio(matches, length): class SequenceMatcher (line 44) | class SequenceMatcher: method __init__ (line 152) | def __init__(self, isjunk=None, a='', b='', autojunk=True): method set_seqs (line 216) | def set_seqs(self, a, b): method set_seq1 (line 228) | def set_seq1(self, a): method set_seq2 (line 254) | def set_seq2(self, b): method __chain_b (line 298) | def __chain_b(self): method isbjunk (line 337) | def isbjunk(self, item): method isbpopular (line 344) | def isbpopular(self, item): method find_longest_match (line 351) | def find_longest_match(self, alo, ahi, blo, bhi): method get_matching_blocks (line 461) | def get_matching_blocks(self): method get_opcodes (line 532) | def get_opcodes(self): method get_grouped_opcodes (line 587) | def get_grouped_opcodes(self, n=3): method ratio (line 637) | def ratio(self): method quick_ratio (line 662) | def quick_ratio(self): method real_quick_ratio (line 691) | def real_quick_ratio(self): function get_close_matches (line 703) | def get_close_matches(word, possibilities, n=3, cutoff=0.6): function _count_leading (line 751) | def _count_leading(line, ch): class Differ (line 766) | class Differ: method __init__ (line 860) | def __init__(self, linejunk=None, charjunk=None): method compare (line 884) | def compare(self, a, b): method _dump (line 926) | def _dump(self, tag, x, lo, hi): method _plain_replace (line 931) | def _plain_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_replace (line 946) | def _fancy_replace(self, a, alo, ahi, b, blo, bhi): method _fancy_helper (line 1044) | def _fancy_helper(self, a, alo, ahi, b, blo, bhi): method _qformat (line 1057) | def _qformat(self, aline, bline, atags, btags): function IS_LINE_JUNK (line 1109) | def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function IS_CHARACTER_JUNK (line 1125) | def IS_CHARACTER_JUNK(ch, ws=" \t"): function _format_range_unified (line 1148) | def _format_range_unified(start, stop): function unified_diff (line 1159) | def unified_diff(a, b, fromfile='', tofile='', fromfiledate='', function _format_range_context (line 1231) | def _format_range_context(start, stop): function context_diff (line 1243) | def context_diff(a, b, fromfile='', tofile='', function ndiff (line 1318) | def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function _mdiff (line 1354) | def _mdiff(fromlines, tolines, context=None, linejunk=None, class HtmlDiff (line 1674) | class HtmlDiff(object): method __init__ (line 1696) | def __init__(self,tabsize=8,wrapcolumn=None,linejunk=None, method make_file (line 1713) | def make_file(self,fromlines,tolines,fromdesc='',todesc='',context=False, method _tab_newline_replace (line 1737) | def _tab_newline_replace(self,fromlines,tolines): method _split_line (line 1760) | def _split_line(self,data_list,line_num,text): method _line_wrapper (line 1815) | def _line_wrapper(self,diffs): method _collect_lines (line 1843) | def _collect_lines(self,diffs): method _format_line (line 1864) | def _format_line(self,side,flag,linenum,text): method _make_prefix (line 1887) | def _make_prefix(self): method _convert_flags (line 1898) | def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): method make_table (line 1945) | def make_table(self,fromlines,tolines,fromdesc='',todesc='',context=Fa... function restore (line 2024) | def restore(delta, which): function _test (line 2056) | def _test(): FILE: tests/pythons/win64-py33/Lib/dis.py function _try_compile (line 15) | def _try_compile(source, name): function dis (line 28) | def dis(x=None): function distb (line 61) | def distb(tb=None): function pretty_flags (line 84) | def pretty_flags(flags): function code_info (line 98) | def code_info(x): function _format_code_info (line 112) | def _format_code_info(co): function show_code (line 143) | def show_code(co): function disassemble (line 147) | def disassemble(co, lasti=-1): function _disassemble_bytes (line 198) | def _disassemble_bytes(code, lasti=-1, varnames=None, names=None, function _disassemble_str (line 240) | def _disassemble_str(source): function findlabels (line 246) | def findlabels(code): function findlinestarts (line 271) | def findlinestarts(code): function _test (line 293) | def _test(): FILE: tests/pythons/win64-py33/Lib/distutils/archive_util.py function make_tarball (line 21) | def make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_ru... function make_zipfile (line 72) | def make_zipfile(base_name, base_dir, verbose=0, dry_run=0): function check_archive_formats (line 132) | def check_archive_formats(formats): function make_archive (line 142) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... FILE: tests/pythons/win64-py33/Lib/distutils/bcppcompiler.py class BCPPCompiler (line 25) | class BCPPCompiler(CCompiler) : method __init__ (line 53) | def __init__ (self, method compile (line 81) | def compile(self, sources, method create_static_lib (line 146) | def create_static_lib (self, method link (line 171) | def link (self, method find_library_file (line 308) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 334) | def object_filenames (self, method preprocess (line 361) | def preprocess (self, FILE: tests/pythons/win64-py33/Lib/distutils/ccompiler.py class CCompiler (line 15) | class CCompiler: method __init__ (line 85) | def __init__(self, verbose=0, dry_run=0, force=0): method set_executables (line 121) | def set_executables(self, **kwargs): method set_executable (line 153) | def set_executable(self, key, value): method _find_macro (line 159) | def _find_macro(self, name): method _check_macro_definitions (line 167) | def _check_macro_definitions(self, definitions): method define_macro (line 184) | def define_macro(self, name, value=None): method undefine_macro (line 199) | def undefine_macro(self, name): method add_include_dir (line 217) | def add_include_dir(self, dir): method set_include_dirs (line 225) | def set_include_dirs(self, dirs): method add_library (line 235) | def add_library(self, libname): method set_libraries (line 251) | def set_libraries(self, libnames): method add_library_dir (line 259) | def add_library_dir(self, dir): method set_library_dirs (line 267) | def set_library_dirs(self, dirs): method add_runtime_library_dir (line 274) | def add_runtime_library_dir(self, dir): method set_runtime_library_dirs (line 280) | def set_runtime_library_dirs(self, dirs): method add_link_object (line 288) | def add_link_object(self, object): method set_link_objects (line 296) | def set_link_objects(self, objects): method _setup_compile (line 310) | def _setup_compile(self, outdir, macros, incdirs, sources, depends, method _get_cc_args (line 353) | def _get_cc_args(self, pp_opts, debug, before): method _fix_compile_args (line 362) | def _fix_compile_args(self, output_dir, macros, include_dirs): method _prep_compile (line 394) | def _prep_compile(self, sources, output_dir, depends=None): method _fix_object_args (line 410) | def _fix_object_args(self, objects, output_dir): method _fix_lib_args (line 427) | def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): method _need_link (line 461) | def _need_link(self, objects, output_file): method detect_language (line 474) | def detect_language(self, sources): method preprocess (line 498) | def preprocess(self, source, output_file=None, macros=None, method compile (line 511) | def compile(self, sources, output_dir=None, macros=None, method _compile (line 579) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 585) | def create_static_lib(self, objects, output_libname, output_dir=None, method link (line 617) | def link(self, method link_shared_lib (line 679) | def link_shared_lib(self, method link_shared_object (line 700) | def link_shared_object(self, method link_executable (line 720) | def link_executable(self, method library_dir_option (line 742) | def library_dir_option(self, dir): method runtime_library_dir_option (line 748) | def runtime_library_dir_option(self, dir): method library_option (line 754) | def library_option(self, lib): method has_function (line 760) | def has_function(self, funcname, includes=None, include_dirs=None, method find_library_file (line 803) | def find_library_file (self, dirs, lib, debug=0): method object_filenames (line 846) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): method shared_object_filename (line 863) | def shared_object_filename(self, basename, strip_dir=0, output_dir=''): method executable_filename (line 869) | def executable_filename(self, basename, strip_dir=0, output_dir=''): method library_filename (line 875) | def library_filename(self, libname, lib_type='static', # or 'shared' method announce (line 894) | def announce(self, msg, level=1): method debug_print (line 897) | def debug_print(self, msg): method warn (line 902) | def warn(self, msg): method execute (line 905) | def execute(self, func, args, msg=None, level=1): method spawn (line 908) | def spawn(self, cmd): method move_file (line 911) | def move_file(self, src, dst): method mkpath (line 914) | def mkpath (self, name, mode=0o777): function get_default_compiler (line 937) | def get_default_compiler(osname=None, platform=None): function show_compilers (line 975) | def show_compilers(): function new_compiler (line 992) | def new_compiler(plat=None, compiler=None, verbose=0, dry_run=0, force=0): function gen_preprocess_options (line 1037) | def gen_preprocess_options(macros, include_dirs): function gen_lib_options (line 1082) | def gen_lib_options (compiler, library_dirs, runtime_library_dirs, libra... FILE: tests/pythons/win64-py33/Lib/distutils/cmd.py class Command (line 12) | class Command: method __init__ (line 47) | def __init__(self, dist): method __getattr__ (line 95) | def __getattr__(self, attr): method ensure_finalized (line 105) | def ensure_finalized(self): method initialize_options (line 123) | def initialize_options(self): method finalize_options (line 136) | def finalize_options(self): method dump_options (line 151) | def dump_options(self, header=None, indent=""): method run (line 165) | def run(self): method announce (line 178) | def announce(self, msg, level=1): method debug_print (line 184) | def debug_print(self, msg): method _ensure_stringlike (line 207) | def _ensure_stringlike(self, option, what, default=None): method ensure_string (line 217) | def ensure_string(self, option, default=None): method ensure_string_list (line 223) | def ensure_string_list(self, option): method _ensure_tested_string (line 244) | def _ensure_tested_string(self, option, tester, what, error_fmt, method ensure_filename (line 251) | def ensure_filename(self, option): method ensure_dirname (line 257) | def ensure_dirname(self, option): method get_command_name (line 265) | def get_command_name(self): method set_undefined_options (line 271) | def set_undefined_options(self, src_cmd, *option_pairs): method get_finalized_command (line 292) | def get_finalized_command(self, command, create=1): method reinitialize_command (line 304) | def reinitialize_command(self, command, reinit_subcommands=0): method run_command (line 308) | def run_command(self, command): method get_sub_commands (line 315) | def get_sub_commands(self): method warn (line 331) | def warn(self, msg): method execute (line 335) | def execute(self, func, args, msg=None, level=1): method mkpath (line 338) | def mkpath(self, name, mode=0o777): method copy_file (line 341) | def copy_file(self, infile, outfile, preserve_mode=1, preserve_times=1, method copy_tree (line 350) | def copy_tree(self, infile, outfile, preserve_mode=1, preserve_times=1, method move_file (line 359) | def move_file (self, src, dst, level=1): method spawn (line 363) | def spawn(self, cmd, search_path=1, level=1): method make_archive (line 368) | def make_archive(self, base_name, format, root_dir=None, base_dir=None): method make_file (line 372) | def make_file(self, infiles, outfile, func, args, class install_misc (line 409) | class install_misc(Command): method initialize_options (line 416) | def initialize_options (self): method _install_dir_from (line 420) | def _install_dir_from(self, dirname): method _copy_files (line 423) | def _copy_files(self, filelist): method get_outputs (line 432) | def get_outputs(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/bdist.py function show_formats (line 12) | def show_formats(): class bdist (line 24) | class bdist(Command): method initialize_options (line 75) | def initialize_options(self): method finalize_options (line 82) | def finalize_options(self): method run (line 110) | def run(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/bdist_dumb.py class bdist_dumb (line 15) | class bdist_dumb(Command): method initialize_options (line 44) | def initialize_options(self): method finalize_options (line 53) | def finalize_options(self): method run (line 71) | def run(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/bdist_msi.py class PyDialog (line 21) | class PyDialog(Dialog): method __init__ (line 25) | def __init__(self, *args, **kw): method title (line 35) | def title(self, title): method back (line 42) | def back(self, title, next, name = "Back", active = 1): method cancel (line 53) | def cancel(self, title, next, name = "Cancel", active = 1): method next (line 64) | def next(self, title, next, name = "Next", active = 1): method xbutton (line 75) | def xbutton(self, name, title, next, xpos): class bdist_msi (line 83) | class bdist_msi(Command): method initialize_options (line 125) | def initialize_options(self): method finalize_options (line 138) | def finalize_options(self): method run (line 178) | def run(self): method add_files (line 269) | def add_files(self): method add_find_python (line 323) | def add_find_python(self): method add_scripts (line 377) | def add_scripts(self): method add_ui (line 415) | def add_ui(self): method get_installer_filename (line 733) | def get_installer_filename(self, fullname): FILE: tests/pythons/win64-py33/Lib/distutils/command/bdist_rpm.py class bdist_rpm (line 15) | class bdist_rpm(Command): method initialize_options (line 136) | def initialize_options(self): method finalize_options (line 181) | def finalize_options(self): method finalize_package_data (line 212) | def finalize_package_data(self): method run (line 257) | def run(self): method _dist_path (line 392) | def _dist_path(self, path): method _make_spec_file (line 395) | def _make_spec_file(self): method _format_changelog (line 563) | def _format_changelog(self, changelog): FILE: tests/pythons/win64-py33/Lib/distutils/command/bdist_wininst.py class bdist_wininst (line 14) | class bdist_wininst(Command): method initialize_options (line 58) | def initialize_options(self): method finalize_options (line 74) | def finalize_options(self): method run (line 112) | def run(self): method get_inidata (line 193) | def get_inidata(self): method create_exe (line 239) | def create_exe(self, arcname, fullname, bitmap=None): method get_installer_filename (line 292) | def get_installer_filename(self, fullname): method get_exe_bytes (line 305) | def get_exe_bytes(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/build.py function show_compilers (line 11) | def show_compilers(): class build (line 16) | class build(Command): method initialize_options (line 54) | def initialize_options(self): method finalize_options (line 69) | def finalize_options(self): method run (line 119) | def run(self): method has_pure_modules (line 131) | def has_pure_modules(self): method has_c_libraries (line 134) | def has_c_libraries(self): method has_ext_modules (line 137) | def has_ext_modules(self): method has_scripts (line 140) | def has_scripts(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/build_clib.py function show_compilers (line 23) | def show_compilers(): class build_clib (line 28) | class build_clib(Command): method initialize_options (line 52) | def initialize_options(self): method finalize_options (line 68) | def finalize_options(self): method run (line 94) | def run(self): method check_library_list (line 118) | def check_library_list(self, libraries): method get_library_names (line 154) | def get_library_names(self): method get_source_files (line 166) | def get_source_files(self): method build_libraries (line 181) | def build_libraries(self, libraries): FILE: tests/pythons/win64-py33/Lib/distutils/command/build_ext.py function show_compilers (line 35) | def show_compilers (): class build_ext (line 40) | class build_ext(Command): method initialize_options (line 114) | def initialize_options(self): method finalize_options (line 137) | def finalize_options(self): method run (line 291) | def run(self): method check_extensions_list (line 355) | def check_extensions_list(self, extensions): method get_source_files (line 433) | def get_source_files(self): method get_outputs (line 442) | def get_outputs(self): method build_extensions (line 456) | def build_extensions(self): method build_extension (line 469) | def build_extension(self, ext): method swig_sources (line 551) | def swig_sources(self, sources, extension): method find_swig (line 605) | def find_swig(self): method get_ext_fullpath (line 632) | def get_ext_fullpath(self, ext_name): method get_ext_fullname (line 659) | def get_ext_fullname(self, ext_name): method get_ext_filename (line 668) | def get_ext_filename(self, ext_name): method get_export_symbols (line 684) | def get_export_symbols(self, ext): method get_libraries (line 695) | def get_libraries(self, ext): FILE: tests/pythons/win64-py33/Lib/distutils/command/build_py.py class build_py (line 15) | class build_py (Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 42) | def finalize_options(self): method run (line 67) | def run(self): method get_data_files (line 97) | def get_data_files(self): method find_data_files (line 121) | def find_data_files(self, package, src_dir): method build_package_data (line 134) | def build_package_data(self): method get_package_dir (line 144) | def get_package_dir(self, package): method check_package (line 183) | def check_package(self, package, package_dir): method check_module (line 210) | def check_module(self, module, module_file): method find_package_modules (line 217) | def find_package_modules(self, package, package_dir): method find_modules (line 232) | def find_modules(self): method find_all_modules (line 284) | def find_all_modules(self): method get_source_files (line 300) | def get_source_files(self): method get_module_outfile (line 303) | def get_module_outfile(self, build_dir, package, module): method get_outputs (line 307) | def get_outputs(self, include_bytecode=1): method build_module (line 330) | def build_module(self, module, module_file, package): method build_modules (line 345) | def build_modules(self): method build_packages (line 354) | def build_packages(self): method byte_compile (line 374) | def byte_compile(self, files): class build_py_2to3 (line 394) | class build_py_2to3(build_py, Mixin2to3): method run (line 395) | def run(self): method build_module (line 411) | def build_module(self, module, module_file, package): FILE: tests/pythons/win64-py33/Lib/distutils/command/build_scripts.py class build_scripts (line 17) | class build_scripts(Command): method initialize_options (line 30) | def initialize_options(self): method finalize_options (line 37) | def finalize_options(self): method get_source_files (line 44) | def get_source_files(self): method run (line 47) | def run(self): method copy_scripts (line 53) | def copy_scripts(self): class build_scripts_2to3 (line 154) | class build_scripts_2to3(build_scripts, Mixin2to3): method copy_scripts (line 156) | def copy_scripts(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/check.py class SilentReporter (line 16) | class SilentReporter(Reporter): method __init__ (line 18) | def __init__(self, source, report_level, halt_level, stream=None, method system_message (line 24) | def system_message(self, level, message, *children, **kwargs): class check (line 36) | class check(Command): method initialize_options (line 49) | def initialize_options(self): method finalize_options (line 56) | def finalize_options(self): method warn (line 59) | def warn(self, msg): method run (line 64) | def run(self): method check_metadata (line 80) | def check_metadata(self): method check_restructuredtext (line 110) | def check_restructuredtext(self): method _check_rst_data (line 121) | def _check_rst_data(self, data): FILE: tests/pythons/win64-py33/Lib/distutils/command/clean.py class clean (line 12) | class clean(Command): method initialize_options (line 32) | def initialize_options(self): method finalize_options (line 40) | def finalize_options(self): method run (line 49) | def run(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/config.py class config (line 21) | class config(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 66) | def finalize_options(self): method run (line 82) | def run(self): method _check_compiler (line 89) | def _check_compiler(self): method _gen_temp_sourcefile (line 107) | def _gen_temp_sourcefile(self, body, headers, lang): method _preprocess (line 120) | def _preprocess(self, body, headers, include_dirs, lang): method _compile (line 127) | def _compile(self, body, headers, include_dirs, lang): method _link (line 136) | def _link(self, body, headers, include_dirs, libraries, library_dirs, method _clean (line 151) | def _clean(self, *filenames): method try_cpp (line 173) | def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): method search_cpp (line 191) | def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, method try_compile (line 220) | def try_compile(self, body, headers=None, include_dirs=None, lang="c"): method try_link (line 236) | def try_link(self, body, headers=None, include_dirs=None, libraries=None, method try_run (line 255) | def try_run(self, body, headers=None, include_dirs=None, libraries=None, method check_func (line 280) | def check_func(self, func, headers=None, include_dirs=None, method check_lib (line 310) | def check_lib(self, library, library_dirs=None, headers=None, method check_header (line 324) | def check_header(self, header, include_dirs=None, library_dirs=None, function dump_file (line 334) | def dump_file(filename, head=None): FILE: tests/pythons/win64-py33/Lib/distutils/command/install.py class install (line 103) | class install(Command): method initialize_options (line 176) | def initialize_options(self): method finalize_options (line 253) | def finalize_options(self): method dump_dirs (line 401) | def dump_dirs(self, msg): method finalize_unix (line 420) | def finalize_unix(self): method finalize_other (line 460) | def finalize_other(self): method select_scheme (line 482) | def select_scheme(self, name): method _expand_attrs (line 491) | def _expand_attrs(self, attrs): method expand_basedirs (line 500) | def expand_basedirs(self): method expand_dirs (line 505) | def expand_dirs(self): method convert_paths (line 511) | def convert_paths(self, *names): method handle_extra_path (line 517) | def handle_extra_path(self): method change_roots (line 547) | def change_roots(self, *names): method create_home_path (line 553) | def create_home_path(self): method run (line 565) | def run(self): method create_path_file (line 609) | def create_path_file(self): method get_outputs (line 623) | def get_outputs(self): method get_inputs (line 640) | def get_inputs(self): method has_lib (line 652) | def has_lib(self): method has_headers (line 658) | def has_headers(self): method has_scripts (line 663) | def has_scripts(self): method has_data (line 668) | def has_data(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/install_data.py class install_data (line 12) | class install_data(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 35) | def finalize_options(self): method run (line 42) | def run(self): method get_inputs (line 75) | def get_inputs(self): method get_outputs (line 78) | def get_outputs(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/install_egg_info.py class install_egg_info (line 11) | class install_egg_info(Command): method initialize_options (line 19) | def initialize_options(self): method finalize_options (line 22) | def finalize_options(self): method run (line 32) | def run(self): method get_outputs (line 46) | def get_outputs(self): function safe_name (line 54) | def safe_name(name): function safe_version (line 62) | def safe_version(version): function to_filename (line 72) | def to_filename(name): FILE: tests/pythons/win64-py33/Lib/distutils/command/install_headers.py class install_headers (line 10) | class install_headers(Command): method initialize_options (line 22) | def initialize_options(self): method finalize_options (line 27) | def finalize_options(self): method run (line 33) | def run(self): method get_inputs (line 43) | def get_inputs(self): method get_outputs (line 46) | def get_outputs(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/install_lib.py class install_lib (line 17) | class install_lib(Command): method initialize_options (line 51) | def initialize_options(self): method finalize_options (line 60) | def finalize_options(self): method run (line 86) | def run(self): method build (line 102) | def build(self): method install (line 109) | def install(self): method byte_compile (line 118) | def byte_compile(self, files): method _mutate_outputs (line 143) | def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): method _bytecode_filenames (line 158) | def _bytecode_filenames(self, py_filenames): method get_outputs (line 180) | def get_outputs(self): method get_inputs (line 201) | def get_inputs(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/install_scripts.py class install_scripts (line 14) | class install_scripts(Command): method initialize_options (line 27) | def initialize_options(self): method finalize_options (line 33) | def finalize_options(self): method run (line 41) | def run(self): method get_inputs (line 56) | def get_inputs(self): method get_outputs (line 59) | def get_outputs(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/register.py class register (line 17) | class register(PyPIRCCommand): method initialize_options (line 31) | def initialize_options(self): method finalize_options (line 36) | def finalize_options(self): method run (line 43) | def run(self): method check_metadata (line 58) | def check_metadata(self): method _set_config (line 68) | def _set_config(self): method classifiers (line 85) | def classifiers(self): method verify_metadata (line 92) | def verify_metadata(self): method send_metadata (line 99) | def send_metadata(self): method build_post_data (line 221) | def build_post_data(self, action): method post_to_server (line 249) | def post_to_server(self, data, auth=None): FILE: tests/pythons/win64-py33/Lib/distutils/command/sdist.py function show_formats (line 20) | def show_formats(): class sdist (line 34) | class sdist(Command): method checking_metadata (line 38) | def checking_metadata(self): method initialize_options (line 96) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): method run (line 140) | def run(self): method check_metadata (line 162) | def check_metadata(self): method get_file_list (line 170) | def get_file_list(self): method add_defaults (line 210) | def add_defaults(self): method read_template (line 290) | def read_template(self): method prune_file_list (line 319) | def prune_file_list(self): method write_manifest (line 343) | def write_manifest(self): method _manifest_is_not_generated (line 358) | def _manifest_is_not_generated(self): method read_manifest (line 370) | def read_manifest(self): method make_release_tree (line 385) | def make_release_tree(self, base_dir, files): method make_distribution (line 427) | def make_distribution(self): method get_archive_files (line 456) | def get_archive_files(self): FILE: tests/pythons/win64-py33/Lib/distutils/command/upload.py class upload (line 23) | class upload(PyPIRCCommand): method initialize_options (line 35) | def initialize_options(self): method finalize_options (line 43) | def finalize_options(self): method run (line 61) | def run(self): method upload_file (line 67) | def upload_file(self, command, pyversion, filename): FILE: tests/pythons/win64-py33/Lib/distutils/config.py class PyPIRCCommand (line 21) | class PyPIRCCommand(Command): method _get_rc_file (line 38) | def _get_rc_file(self): method _store_pypirc (line 42) | def _store_pypirc(self, username, password): method _read_pypirc (line 48) | def _read_pypirc(self): method _read_pypi_response (line 104) | def _read_pypi_response(self, response): method initialize_options (line 111) | def initialize_options(self): method finalize_options (line 117) | def finalize_options(self): FILE: tests/pythons/win64-py33/Lib/distutils/core.py function gen_usage (line 33) | def gen_usage (script_name): function setup (line 58) | def setup (**attrs): function run_setup (line 172) | def run_setup (script_name, script_args=None, stop_after="run"): FILE: tests/pythons/win64-py33/Lib/distutils/cygwinccompiler.py function get_msvcr (line 62) | def get_msvcr(): class CygwinCCompiler (line 88) | class CygwinCCompiler(UnixCCompiler): method __init__ (line 99) | def __init__(self, verbose=0, dry_run=0, force=0): method _compile (line 158) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 173) | def link(self, target_desc, objects, output_filename, output_dir=None, method object_filenames (line 251) | def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): class Mingw32CCompiler (line 274) | class Mingw32CCompiler(CygwinCCompiler): method __init__ (line 279) | def __init__(self, verbose=0, dry_run=0, force=0): function check_config_h (line 328) | def check_config_h(): function _find_exe_version (line 373) | def _find_exe_version(cmd): function get_versions (line 394) | def get_versions(): function is_cygwingcc (line 402) | def is_cygwingcc(): FILE: tests/pythons/win64-py33/Lib/distutils/dep_util.py function newer (line 11) | def newer (source, target): function newer_pairwise (line 32) | def newer_pairwise (sources, targets): function newer_group (line 54) | def newer_group (sources, target, missing='error'): FILE: tests/pythons/win64-py33/Lib/distutils/dir_util.py function mkpath (line 17) | def mkpath(name, mode=0o777, verbose=1, dry_run=0): function create_tree (line 80) | def create_tree(base_dir, files, mode=0o777, verbose=1, dry_run=0): function copy_tree (line 99) | def copy_tree(src, dst, preserve_mode=1, preserve_times=1, function _build_cmdtuple (line 169) | def _build_cmdtuple(path, cmdtuples): function remove_tree (line 179) | def remove_tree(directory, verbose=1, dry_run=0): function ensure_relative (line 205) | def ensure_relative(path): FILE: tests/pythons/win64-py33/Lib/distutils/dist.py class Distribution (line 28) | class Distribution: method __init__ (line 119) | def __init__ (self, attrs=None): method get_option_dict (line 264) | def get_option_dict(self, command): method dump_option_dicts (line 275) | def dump_option_dicts(self, header=None, commands=None, indent=""): method find_config_files (line 303) | def find_config_files(self): method parse_config_files (line 344) | def parse_config_files(self, filenames=None): method parse_command_line (line 402) | def parse_command_line(self): method _get_toplevel_options (line 469) | def _get_toplevel_options(self): method _parse_command_opts (line 480) | def _parse_command_opts(self, parser, args): method finalize_options (line 572) | def finalize_options(self): method _show_help (line 585) | def _show_help(self, parser, global_options=1, display_options=1, method handle_display_options (line 635) | def handle_display_options(self, option_order): method print_command_list (line 675) | def print_command_list(self, commands, header, max_length): method print_commands (line 692) | def print_commands(self): method get_command_list (line 725) | def get_command_list(self): method get_command_packages (line 759) | def get_command_packages(self): method get_command_class (line 771) | def get_command_class(self, command): method get_command_obj (line 809) | def get_command_obj(self, command, create=1): method _set_command_options (line 836) | def _set_command_options(self, command_obj, option_dict=None): method reinitialize_command (line 880) | def reinitialize_command(self, command, reinit_subcommands=0): method announce (line 921) | def announce(self, msg, level=log.INFO): method run_commands (line 924) | def run_commands(self): method run_command (line 934) | def run_command(self, command): method has_pure_modules (line 955) | def has_pure_modules(self): method has_ext_modules (line 958) | def has_ext_modules(self): method has_c_libraries (line 961) | def has_c_libraries(self): method has_modules (line 964) | def has_modules(self): method has_headers (line 967) | def has_headers(self): method has_scripts (line 970) | def has_scripts(self): method has_data_files (line 973) | def has_data_files(self): method is_pure (line 976) | def is_pure(self): class DistributionMetadata (line 988) | class DistributionMetadata: method __init__ (line 1003) | def __init__(self, path=None): method read_pkg_file (line 1026) | def read_pkg_file(self, file): method write_pkg_info (line 1078) | def write_pkg_info(self, base_dir): method write_pkg_file (line 1085) | def write_pkg_file(self, file): method _write_list (line 1119) | def _write_list(self, file, name, values): method get_name (line 1125) | def get_name(self): method get_version (line 1128) | def get_version(self): method get_fullname (line 1131) | def get_fullname(self): method get_author (line 1134) | def get_author(self): method get_author_email (line 1137) | def get_author_email(self): method get_maintainer (line 1140) | def get_maintainer(self): method get_maintainer_email (line 1143) | def get_maintainer_email(self): method get_contact (line 1146) | def get_contact(self): method get_contact_email (line 1149) | def get_contact_email(self): method get_url (line 1152) | def get_url(self): method get_license (line 1155) | def get_license(self): method get_description (line 1159) | def get_description(self): method get_long_description (line 1162) | def get_long_description(self): method get_keywords (line 1165) | def get_keywords(self): method get_platforms (line 1168) | def get_platforms(self): method get_classifiers (line 1171) | def get_classifiers(self): method get_download_url (line 1174) | def get_download_url(self): method get_requires (line 1178) | def get_requires(self): method set_requires (line 1181) | def set_requires(self, value): method get_provides (line 1187) | def get_provides(self): method set_provides (line 1190) | def set_provides(self, value): method get_obsoletes (line 1197) | def get_obsoletes(self): method set_obsoletes (line 1200) | def set_obsoletes(self, value): function fix_help_options (line 1206) | def fix_help_options(options): FILE: tests/pythons/win64-py33/Lib/distutils/emxccompiler.py class EMXCCompiler (line 29) | class EMXCCompiler (UnixCCompiler): method __init__ (line 40) | def __init__ (self, method _compile (line 75) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method link (line 89) | def link (self, method object_filenames (line 180) | def object_filenames (self, method find_library_file (line 207) | def find_library_file(self, dirs, lib, debug=0): function check_config_h (line 239) | def check_config_h(): function get_versions (line 290) | def get_versions(): FILE: tests/pythons/win64-py33/Lib/distutils/errors.py class DistutilsError (line 11) | class DistutilsError (Exception): class DistutilsModuleError (line 15) | class DistutilsModuleError (DistutilsError): class DistutilsClassError (line 20) | class DistutilsClassError (DistutilsError): class DistutilsGetoptError (line 27) | class DistutilsGetoptError (DistutilsError): class DistutilsArgError (line 31) | class DistutilsArgError (DistutilsError): class DistutilsFileError (line 36) | class DistutilsFileError (DistutilsError): class DistutilsOptionError (line 42) | class DistutilsOptionError (DistutilsError): class DistutilsSetupError (line 51) | class DistutilsSetupError (DistutilsError): class DistutilsPlatformError (line 56) | class DistutilsPlatformError (DistutilsError): class DistutilsExecError (line 62) | class DistutilsExecError (DistutilsError): class DistutilsInternalError (line 67) | class DistutilsInternalError (DistutilsError): class DistutilsTemplateError (line 72) | class DistutilsTemplateError (DistutilsError): class DistutilsByteCompileError (line 75) | class DistutilsByteCompileError(DistutilsError): class CCompilerError (line 79) | class CCompilerError (Exception): class PreprocessError (line 82) | class PreprocessError (CCompilerError): class CompileError (line 85) | class CompileError (CCompilerError): class LibError (line 88) | class LibError (CCompilerError): class LinkError (line 92) | class LinkError (CCompilerError): class UnknownFileError (line 96) | class UnknownFileError (CCompilerError): FILE: tests/pythons/win64-py33/Lib/distutils/extension.py class Extension (line 20) | class Extension: method __init__ (line 87) | def __init__(self, name, sources, function read_setup_file (line 134) | def read_setup_file(filename): FILE: tests/pythons/win64-py33/Lib/distutils/fancy_getopt.py class FancyGetopt (line 29) | class FancyGetopt: method __init__ (line 41) | def __init__(self, option_table=None): method _build_index (line 81) | def _build_index(self): method set_option_table (line 86) | def set_option_table(self, option_table): method add_option (line 90) | def add_option(self, long_option, short_option=None, help_string=None): method has_option (line 99) | def has_option(self, long_option): method get_attr_name (line 104) | def get_attr_name(self, long_option): method _check_alias_dict (line 110) | def _check_alias_dict(self, aliases, what): method set_aliases (line 120) | def set_aliases(self, alias): method set_negative_aliases (line 125) | def set_negative_aliases(self, negative_alias): method _grok_option_table (line 133) | def _grok_option_table(self): method getopt (line 210) | def getopt(self, args=None, object=None): method get_option_order (line 271) | def get_option_order(self): method generate_help (line 281) | def generate_help(self, header=None): method print_help (line 360) | def print_help(self, header=None, file=None): function fancy_getopt (line 367) | def fancy_getopt(options, negative_opt, object, args): function wrap_text (line 375) | def wrap_text(text, width): function translate_longopt (line 429) | def translate_longopt(opt): class OptionDummy (line 436) | class OptionDummy: method __init__ (line 440) | def __init__(self, options=[]): FILE: tests/pythons/win64-py33/Lib/distutils/file_util.py function _copy_file_contents (line 16) | def _copy_file_contents(src, dst, buffer_size=16*1024): function copy_file (line 67) | def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, function move_file (line 158) | def move_file (src, dst, function write_file (line 221) | def write_file (filename, contents): FILE: tests/pythons/win64-py33/Lib/distutils/filelist.py class FileList (line 13) | class FileList: method __init__ (line 28) | def __init__(self, warn=None, debug_print=None): method set_allfiles (line 34) | def set_allfiles(self, allfiles): method findall (line 37) | def findall(self, dir=os.curdir): method debug_print (line 40) | def debug_print(self, msg): method append (line 50) | def append(self, item): method extend (line 53) | def extend(self, items): method sort (line 56) | def sort(self): method remove_duplicates (line 66) | def remove_duplicates(self): method _parse_template_line (line 75) | def _parse_template_line(self, line): method process_template_line (line 103) | def process_template_line(self, line): method include_pattern (line 179) | def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): method exclude_pattern (line 222) | def exclude_pattern (self, pattern, function findall (line 245) | def findall(dir=os.curdir): function glob_to_re (line 276) | def glob_to_re(pattern): function translate_pattern (line 299) | def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0): FILE: tests/pythons/win64-py33/Lib/distutils/log.py class Log (line 14) | class Log: method __init__ (line 16) | def __init__(self, threshold=WARN): method _log (line 19) | def _log(self, level, msg, args): method log (line 37) | def log(self, level, msg, *args): method debug (line 40) | def debug(self, msg, *args): method info (line 43) | def info(self, msg, *args): method warn (line 46) | def warn(self, msg, *args): method error (line 49) | def error(self, msg, *args): method fatal (line 52) | def fatal(self, msg, *args): function set_threshold (line 63) | def set_threshold(level): function set_verbosity (line 69) | def set_verbosity(v): FILE: tests/pythons/win64-py33/Lib/distutils/msvc9compiler.py class Reg (line 61) | class Reg: method get_value (line 65) | def get_value(cls, path, key): method read_keys (line 73) | def read_keys(cls, base, key): method read_values (line 91) | def read_values(cls, base, key): method convert_mbcs (line 113) | def convert_mbcs(s): class MacroExpander (line 123) | class MacroExpander: method __init__ (line 125) | def __init__(self, version): method set_macro (line 130) | def set_macro(self, macro, path, key): method load_macros (line 133) | def load_macros(self, version): method sub (line 164) | def sub(self, s): function get_build_version (line 169) | def get_build_version(): function normalize_and_reduce_paths (line 191) | def normalize_and_reduce_paths(paths): function removeDuplicates (line 205) | def removeDuplicates(variable): function find_vcvarsall (line 216) | def find_vcvarsall(version): function query_vcvarsall (line 251) | def query_vcvarsall(version, arch="x86"): class MSVCCompiler (line 297) | class MSVCCompiler(CCompiler) : method __init__ (line 327) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 338) | def initialize(self, plat_name=None): method object_filenames (line 424) | def object_filenames(self, method compile (line 455) | def compile(self, sources, method create_static_lib (line 540) | def create_static_lib(self, method link (line 565) | def link(self, method manifest_setup_ldargs (line 660) | def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): method manifest_get_embed_info (line 672) | def manifest_get_embed_info(self, target_desc, ld_args): method _remove_visual_c_ref (line 696) | def _remove_visual_c_ref(self, manifest_file): method library_dir_option (line 739) | def library_dir_option(self, dir): method runtime_library_dir_option (line 742) | def runtime_library_dir_option(self, dir): method library_option (line 746) | def library_option(self, lib): method find_library_file (line 750) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 768) | def find_exe(self, exe): FILE: tests/pythons/win64-py33/Lib/distutils/msvccompiler.py function read_keys (line 55) | def read_keys(base, key): function read_values (line 72) | def read_values(base, key): function convert_mbcs (line 93) | def convert_mbcs(s): class MacroExpander (line 102) | class MacroExpander: method __init__ (line 103) | def __init__(self, version): method set_macro (line 107) | def set_macro(self, macro, path, key): method load_macros (line 114) | def load_macros(self, version): method sub (line 142) | def sub(self, s): function get_build_version (line 147) | def get_build_version(): function get_build_architecture (line 169) | def get_build_architecture(): function normalize_and_reduce_paths (line 182) | def normalize_and_reduce_paths(paths): class MSVCCompiler (line 197) | class MSVCCompiler(CCompiler) : method __init__ (line 227) | def __init__(self, verbose=0, dry_run=0, force=0): method initialize (line 245) | def initialize(self): method object_filenames (line 309) | def object_filenames(self, method compile (line 340) | def compile(self, sources, method create_static_lib (line 425) | def create_static_lib(self, method link (line 450) | def link(self, method library_dir_option (line 533) | def library_dir_option(self, dir): method runtime_library_dir_option (line 536) | def runtime_library_dir_option(self, dir): method library_option (line 540) | def library_option(self, lib): method find_library_file (line 544) | def find_library_file(self, dirs, lib, debug=0): method find_exe (line 562) | def find_exe(self, exe): method get_msvc_paths (line 584) | def get_msvc_paths(self, path, platform='x86'): method set_path_env_var (line 620) | def set_path_env_var(self, name): FILE: tests/pythons/win64-py33/Lib/distutils/spawn.py function spawn (line 15) | def spawn(cmd, search_path=1, verbose=0, dry_run=0): function _nt_quote_args (line 41) | def _nt_quote_args(args): function _spawn_nt (line 57) | def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_os2 (line 77) | def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0): function _spawn_posix (line 102) | def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0): function find_executable (line 171) | def find_executable(executable, path=None): FILE: tests/pythons/win64-py33/Lib/distutils/sysconfig.py function _is_python_source_dir (line 48) | def _is_python_source_dir(d): function _python_build (line 59) | def _python_build(): function get_python_version (line 77) | def get_python_version(): function get_python_inc (line 85) | def get_python_inc(plat_specific=0, prefix=None): function get_python_lib (line 125) | def get_python_lib(plat_specific=0, standard_lib=0, prefix=None): function customize_compiler (line 172) | def customize_compiler(compiler): function get_config_h_filename (line 244) | def get_config_h_filename(): function get_makefile_filename (line 261) | def get_makefile_filename(): function parse_config_h (line 270) | def parse_config_h(fp, g=None): function parse_makefile (line 305) | def parse_makefile(fn, g=None): function expand_makefile_vars (line 411) | def expand_makefile_vars(s, vars): function _init_posix (line 438) | def _init_posix(): function _init_nt (line 485) | def _init_nt(): function _init_os2 (line 505) | def _init_os2(): function get_config_vars (line 523) | def get_config_vars(*args): function get_config_var (line 592) | def get_config_var(name): FILE: tests/pythons/win64-py33/Lib/distutils/text_file.py class TextFile (line 10) | class TextFile: method __init__ (line 78) | def __init__(self, filename=None, file=None, **options): method open (line 111) | def open(self, filename): method close (line 118) | def close(self): method gen_error (line 126) | def gen_error(self, msg, line=None): method error (line 138) | def error(self, msg, line=None): method warn (line 141) | def warn(self, msg, line=None): method readline (line 151) | def readline(self): method readlines (line 271) | def readlines(self): method unreadline (line 281) | def unreadline(self, line): FILE: tests/pythons/win64-py33/Lib/distutils/unixccompiler.py class UnixCCompiler (line 45) | class UnixCCompiler(CCompiler): method preprocess (line 83) | def preprocess(self, source, output_file=None, macros=None, method _compile (line 109) | def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): method create_static_lib (line 120) | def create_static_lib(self, objects, output_libname, method link (line 146) | def link(self, target_desc, objects, method library_dir_option (line 204) | def library_dir_option(self, dir): method _is_gcc (line 207) | def _is_gcc(self, compiler_name): method runtime_library_dir_option (line 210) | def runtime_library_dir_option(self, dir): method library_option (line 252) | def library_option(self, lib): method find_library_file (line 255) | def find_library_file(self, dirs, lib, debug=0): FILE: tests/pythons/win64-py33/Lib/distutils/util.py function get_platform (line 18) | def get_platform (): function convert_path (line 111) | def convert_path (pathname): function change_root (line 139) | def change_root (new_root, pathname): function check_environ (line 168) | def check_environ (): function subst_vars (line 190) | def subst_vars (s, local_vars): function grok_environment_error (line 215) | def grok_environment_error (exc, prefix="error: "): function _init_regex (line 239) | def _init_regex(): function split_quoted (line 245) | def split_quoted (s): function execute (line 306) | def execute (func, args, msg=None, verbose=0, dry_run=0): function strtobool (line 325) | def strtobool (val): function byte_compile (line 341) | def byte_compile (py_files, function rfc822_escape (line 486) | def rfc822_escape (header): function run_2to3 (line 496) | def run_2to3(files, fixer_names=None, options=None, explicit=None): function copydir_run_2to3 (line 523) | def copydir_run_2to3(src, dest, template=None, fixer_names=None, class Mixin2to3 (line 556) | class Mixin2to3: method run_2to3 (line 572) | def run_2to3(self, files): FILE: tests/pythons/win64-py33/Lib/distutils/version.py class Version (line 31) | class Version: method __init__ (line 38) | def __init__ (self, vstring=None): method __repr__ (line 42) | def __repr__ (self): method __eq__ (line 45) | def __eq__(self, other): method __ne__ (line 51) | def __ne__(self, other): method __lt__ (line 57) | def __lt__(self, other): method __le__ (line 63) | def __le__(self, other): method __gt__ (line 69) | def __gt__(self, other): method __ge__ (line 75) | def __ge__(self, other): class StrictVersion (line 99) | class StrictVersion (Version): method parse (line 140) | def parse (self, vstring): method __str__ (line 159) | def __str__ (self): method _cmp (line 172) | def _cmp (self, other): class LooseVersion (line 273) | class LooseVersion (Version): method __init__ (line 308) | def __init__ (self, vstring=None): method parse (line 313) | def parse (self, vstring): method __str__ (line 329) | def __str__ (self): method __repr__ (line 333) | def __repr__ (self): method _cmp (line 337) | def _cmp (self, other): FILE: tests/pythons/win64-py33/Lib/distutils/versionpredicate.py function splitUp (line 17) | def splitUp(pred): class VersionPredicate (line 31) | class VersionPredicate: method __init__ (line 96) | def __init__(self, versionPredicateStr): method __str__ (line 123) | def __str__(self): method satisfied_by (line 130) | def satisfied_by(self, version): function split_provision (line 143) | def split_provision(value): FILE: tests/pythons/win64-py33/Lib/doctest.py function register_optionflag (line 131) | def register_optionflag(name): function _extract_future_flags (line 180) | def _extract_future_flags(globs): function _normalize_module (line 192) | def _normalize_module(module, depth=2): function _load_testfile (line 211) | def _load_testfile(filename, package, module_relative, encoding): function _indent (line 225) | def _indent(s, indent=4): function _exception_traceback (line 233) | def _exception_traceback(exc_info): class _SpoofOut (line 245) | class _SpoofOut(StringIO): method getvalue (line 246) | def getvalue(self): method truncate (line 255) | def truncate(self, size=None): function _ellipsis_match (line 260) | def _ellipsis_match(want, got): function _comment_line (line 309) | def _comment_line(line): function _strip_exception_details (line 317) | def _strip_exception_details(msg): class _OutputRedirectingPdb (line 343) | class _OutputRedirectingPdb(pdb.Pdb): method __init__ (line 349) | def __init__(self, out): method set_trace (line 357) | def set_trace(self, frame=None): method set_continue (line 363) | def set_continue(self): method trace_dispatch (line 369) | def trace_dispatch(self, *args): function _module_relative_path (line 380) | def _module_relative_path(module, path): class Example (line 416) | class Example: method __init__ (line 451) | def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, method __eq__ (line 469) | def __eq__(self, other): method __ne__ (line 480) | def __ne__(self, other): method __hash__ (line 483) | def __hash__(self): class DocTest (line 487) | class DocTest: method __init__ (line 511) | def __init__(self, examples, globs, name, filename, lineno, docstring): method __repr__ (line 525) | def __repr__(self): method __eq__ (line 535) | def __eq__(self, other): method __ne__ (line 546) | def __ne__(self, other): method __hash__ (line 549) | def __hash__(self): method __lt__ (line 553) | def __lt__(self, other): class DocTestParser (line 564) | class DocTestParser: method parse (line 612) | def parse(self, string, name=''): method get_doctest (line 651) | def get_doctest(self, string, globs, name, filename, lineno): method get_examples (line 663) | def get_examples(self, string, name=''): method _parse_example (line 677) | def _parse_example(self, m, name, lineno): method _find_options (line 731) | def _find_options(self, source, name, lineno): method _min_indent (line 761) | def _min_indent(self, s): method _check_prompt_blank (line 769) | def _check_prompt_blank(self, lines, indent, name, lineno): method _check_prefix (line 783) | def _check_prefix(self, lines, prefix, name, lineno): class DocTestFinder (line 799) | class DocTestFinder: method __init__ (line 808) | def __init__(self, verbose=False, parser=DocTestParser(), method find (line 830) | def find(self, obj, name=None, module=None, globs=None, extraglobs=None): method _from_module (line 932) | def _from_module(self, module, object): method _find (line 952) | def _find(self, tests, obj, name, module, source_lines, globs, seen): method _get_test (line 1015) | def _get_test(self, obj, name, module, globs, source_lines): method _find_lineno (line 1052) | def _find_lineno(self, obj, source_lines): class DocTestRunner (line 1104) | class DocTestRunner: method __init__ (line 1164) | def __init__(self, checker=None, verbose=None, optionflags=0): method report_start (line 1200) | def report_start(self, out, test, example): method report_success (line 1213) | def report_success(self, out, test, example, got): method report_failure (line 1221) | def report_failure(self, out, test, example, got): method report_unexpected_exception (line 1228) | def report_unexpected_exception(self, out, test, example, exc_info): method _failure_header (line 1235) | def _failure_header(self, test, example): method __run (line 1255) | def __run(self, test, compileflags, out): method __record_outcome (line 1377) | def __record_outcome(self, test, f, t): method __patched_linecache_getlines (line 1390) | def __patched_linecache_getlines(self, filename, module_globals=None): method run (line 1398) | def run(self, test, compileflags=None, out=None, clear_globs=True): method summarize (line 1471) | def summarize(self, verbose=None): method merge (line 1528) | def merge(self, other): class OutputChecker (line 1541) | class OutputChecker: method _toAscii (line 1549) | def _toAscii(self, s): method check_output (line 1555) | def check_output(self, want, got, optionflags): method _do_a_fancy_diff (line 1618) | def _do_a_fancy_diff(self, want, got, optionflags): method output_difference (line 1641) | def output_difference(self, example, got, optionflags): class DocTestFailure (line 1689) | class DocTestFailure(Exception): method __init__ (line 1700) | def __init__(self, test, example, got): method __str__ (line 1705) | def __str__(self): class UnexpectedException (line 1708) | class UnexpectedException(Exception): method __init__ (line 1719) | def __init__(self, test, example, exc_info): method __str__ (line 1724) | def __str__(self): class DebugRunner (line 1727) | class DebugRunner(DocTestRunner): method run (line 1818) | def run(self, test, compileflags=None, out=None, clear_globs=True): method report_unexpected_exception (line 1824) | def report_unexpected_exception(self, out, test, example, exc_info): method report_failure (line 1827) | def report_failure(self, out, test, example, got): function testmod (line 1839) | def testmod(m=None, name=None, globs=None, verbose=None, function testfile (line 1943) | def testfile(filename, module_relative=True, name=None, package=None, function run_docstring_examples (line 2066) | def run_docstring_examples(f, globs, verbose=False, name="NoName", function set_unittest_reportflags (line 2095) | def set_unittest_reportflags(flags): class DocTestCase (line 2131) | class DocTestCase(unittest.TestCase): method __init__ (line 2133) | def __init__(self, test, optionflags=0, setUp=None, tearDown=None, method setUp (line 2143) | def setUp(self): method tearDown (line 2149) | def tearDown(self): method runTest (line 2157) | def runTest(self): method format_failure (line 2181) | def format_failure(self, err): method debug (line 2193) | def debug(self): method id (line 2265) | def id(self): method __eq__ (line 2268) | def __eq__(self, other): method __ne__ (line 2278) | def __ne__(self, other): method __hash__ (line 2281) | def __hash__(self): method __repr__ (line 2285) | def __repr__(self): method shortDescription (line 2291) | def shortDescription(self): class SkipDocTestCase (line 2294) | class SkipDocTestCase(DocTestCase): method __init__ (line 2295) | def __init__(self, module): method setUp (line 2299) | def setUp(self): method test_skip (line 2302) | def test_skip(self): method shortDescription (line 2305) | def shortDescription(self): function DocTestSuite (line 2311) | def DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=N... class DocFileCase (line 2384) | class DocFileCase(DocTestCase): method id (line 2386) | def id(self): method __repr__ (line 2389) | def __repr__(self): method format_failure (line 2393) | def format_failure(self, err): function DocFileTest (line 2398) | def DocFileTest(path, module_relative=True, package=None, function DocFileSuite (line 2424) | def DocFileSuite(*paths, **kw): function script_from_examples (line 2497) | def script_from_examples(s): function testsource (line 2579) | def testsource(module, name): function debug_src (line 2595) | def debug_src(src, pm=False, globs=None): function debug_script (line 2600) | def debug_script(src, pm=False, globs=None): function debug (line 2620) | def debug(module, name, pm=False): class _TestClass (line 2634) | class _TestClass: method __init__ (line 2648) | def __init__(self, val): method square (line 2658) | def square(self): method get (line 2668) | def get(self): function _test (line 2729) | def _test(): FILE: tests/pythons/win64-py33/Lib/email/__init__.py function message_from_string (line 34) | def message_from_string(s, *args, **kws): function message_from_bytes (line 42) | def message_from_bytes(s, *args, **kws): function message_from_file (line 50) | def message_from_file(fp, *args, **kws): function message_from_binary_file (line 58) | def message_from_binary_file(fp, *args, **kws): FILE: tests/pythons/win64-py33/Lib/email/_encoded_words.py function decode_q (line 67) | def decode_q(encoded): class _QByteMap (line 73) | class _QByteMap(dict): method __missing__ (line 77) | def __missing__(self, key): function encode_q (line 89) | def encode_q(bstring): function len_q (line 92) | def len_q(bstring): function decode_b (line 100) | def decode_b(encoded): function encode_b (line 126) | def encode_b(bstring): function len_b (line 129) | def len_b(bstring): function decode (line 140) | def decode(ew): function encode (line 192) | def encode(string, charset='utf-8', encoding=None, lang=''): FILE: tests/pythons/win64-py33/Lib/email/_header_value_parser.py function quote_string (line 95) | def quote_string(value): class _Folded (line 102) | class _Folded: method __init__ (line 104) | def __init__(self, maxlen, policy): method newline (line 113) | def newline(self): method finalize (line 119) | def finalize(self): method __str__ (line 123) | def __str__(self): method append (line 126) | def append(self, stoken): method append_if_fits (line 129) | def append_if_fits(self, token, stoken=None): class TokenList (line 186) | class TokenList(list): method __init__ (line 190) | def __init__(self, *args, **kw): method __str__ (line 194) | def __str__(self): method __repr__ (line 197) | def __repr__(self): method value (line 202) | def value(self): method all_defects (line 206) | def all_defects(self): method parts (line 249) | def parts(self): method startswith_fws (line 265) | def startswith_fws(self): method pop_leading_fws (line 268) | def pop_leading_fws(self): method pop_trailing_ws (line 273) | def pop_trailing_ws(self): method has_fws (line 279) | def has_fws(self): method has_leading_comment (line 285) | def has_leading_comment(self): method comments (line 289) | def comments(self): method fold (line 295) | def fold(self, *, policy): method as_encoded_word (line 303) | def as_encoded_word(self, charset): method cte_encode (line 315) | def cte_encode(self, charset, policy): method _fold (line 321) | def _fold(self, folded): method pprint (line 355) | def pprint(self, indent=''): method ppstr (line 358) | def ppstr(self, indent=''): method _pp (line 361) | def _pp(self, indent=''): class WhiteSpaceTokenList (line 380) | class WhiteSpaceTokenList(TokenList): method value (line 383) | def value(self): method comments (line 387) | def comments(self): class UnstructuredTokenList (line 391) | class UnstructuredTokenList(TokenList): method _fold (line 395) | def _fold(self, folded): method cte_encode (line 447) | def cte_encode(self, charset, policy): class Phrase (line 465) | class Phrase(TokenList): method _fold (line 469) | def _fold(self, folded): method cte_encode (line 531) | def cte_encode(self, charset, policy): class Word (line 560) | class Word(TokenList): class CFWSList (line 565) | class CFWSList(WhiteSpaceTokenList): method has_leading_comment (line 569) | def has_leading_comment(self): class Atom (line 573) | class Atom(TokenList): class Token (line 578) | class Token(TokenList): class EncodedWord (line 583) | class EncodedWord(TokenList): method encoded (line 591) | def encoded(self): class QuotedString (line 598) | class QuotedString(TokenList): method content (line 603) | def content(self): method quoted_value (line 609) | def quoted_value(self): method stripped_value (line 619) | def stripped_value(self): class BareQuotedString (line 625) | class BareQuotedString(QuotedString): method __str__ (line 629) | def __str__(self): method value (line 633) | def value(self): class Comment (line 637) | class Comment(WhiteSpaceTokenList): method __str__ (line 641) | def __str__(self): method quote (line 648) | def quote(self, value): method content (line 656) | def content(self): method comments (line 660) | def comments(self): class AddressList (line 663) | class AddressList(TokenList): method addresses (line 668) | def addresses(self): method mailboxes (line 672) | def mailboxes(self): method all_mailboxes (line 677) | def all_mailboxes(self): class Address (line 682) | class Address(TokenList): method display_name (line 687) | def display_name(self): method mailboxes (line 692) | def mailboxes(self): method all_mailboxes (line 700) | def all_mailboxes(self): class MailboxList (line 707) | class MailboxList(TokenList): method mailboxes (line 712) | def mailboxes(self): method all_mailboxes (line 716) | def all_mailboxes(self): class GroupList (line 721) | class GroupList(TokenList): method mailboxes (line 726) | def mailboxes(self): method all_mailboxes (line 732) | def all_mailboxes(self): class Group (line 738) | class Group(TokenList): method mailboxes (line 743) | def mailboxes(self): method all_mailboxes (line 749) | def all_mailboxes(self): method display_name (line 755) | def display_name(self): class NameAddr (line 759) | class NameAddr(TokenList): method display_name (line 764) | def display_name(self): method local_part (line 770) | def local_part(self): method domain (line 774) | def domain(self): method route (line 778) | def route(self): method addr_spec (line 782) | def addr_spec(self): class AngleAddr (line 786) | class AngleAddr(TokenList): method local_part (line 791) | def local_part(self): method domain (line 797) | def domain(self): method route (line 803) | def route(self): method addr_spec (line 809) | def addr_spec(self): class ObsRoute (line 817) | class ObsRoute(TokenList): method domains (line 822) | def domains(self): class Mailbox (line 826) | class Mailbox(TokenList): method display_name (line 831) | def display_name(self): method local_part (line 836) | def local_part(self): method domain (line 840) | def domain(self): method route (line 844) | def route(self): method addr_spec (line 849) | def addr_spec(self): class InvalidMailbox (line 853) | class InvalidMailbox(TokenList): method display_name (line 858) | def display_name(self): class Domain (line 864) | class Domain(TokenList): method domain (line 869) | def domain(self): class DotAtom (line 873) | class DotAtom(TokenList): class DotAtomText (line 878) | class DotAtomText(TokenList): class AddrSpec (line 883) | class AddrSpec(TokenList): method local_part (line 888) | def local_part(self): method domain (line 892) | def domain(self): method value (line 898) | def value(self): method addr_spec (line 904) | def addr_spec(self): class ObsLocalPart (line 915) | class ObsLocalPart(TokenList): class DisplayName (line 920) | class DisplayName(Phrase): method display_name (line 925) | def display_name(self): method value (line 940) | def value(self): class LocalPart (line 959) | class LocalPart(TokenList): method value (line 964) | def value(self): method local_part (line 971) | def local_part(self): class DomainLiteral (line 994) | class DomainLiteral(TokenList): method domain (line 999) | def domain(self): method ip (line 1003) | def ip(self): class MIMEVersion (line 1009) | class MIMEVersion(TokenList): class Parameter (line 1016) | class Parameter(TokenList): method section_number (line 1024) | def section_number(self): method param_value (line 1030) | def param_value(self): class InvalidParameter (line 1044) | class InvalidParameter(Parameter): class Attribute (line 1049) | class Attribute(TokenList): method stripped_value (line 1054) | def stripped_value(self): class Section (line 1059) | class Section(TokenList): class Value (line 1065) | class Value(TokenList): method stripped_value (line 1070) | def stripped_value(self): class MimeParameters (line 1080) | class MimeParameters(TokenList): method params (line 1085) | def params(self): method __str__ (line 1135) | def __str__(self): class ParameterizedHeaderValue (line 1146) | class ParameterizedHeaderValue(TokenList): method params (line 1149) | def params(self): method parts (line 1156) | def parts(self): class ContentType (line 1164) | class ContentType(ParameterizedHeaderValue): class ContentDisposition (line 1171) | class ContentDisposition(ParameterizedHeaderValue): class ContentTransferEncoding (line 1177) | class ContentTransferEncoding(TokenList): class HeaderLabel (line 1183) | class HeaderLabel(TokenList): class Header (line 1188) | class Header(TokenList): method _fold (line 1192) | def _fold(self, folded): class Terminal (line 1213) | class Terminal(str): method __new__ (line 1215) | def __new__(cls, value, token_type): method __repr__ (line 1221) | def __repr__(self): method all_defects (line 1225) | def all_defects(self): method _pp (line 1228) | def _pp(self, indent=''): method cte_encode (line 1237) | def cte_encode(self, charset, policy): method pop_trailing_ws (line 1245) | def pop_trailing_ws(self): method pop_leading_fws (line 1249) | def pop_leading_fws(self): method comments (line 1254) | def comments(self): method has_leading_comment (line 1257) | def has_leading_comment(self): method __getnewargs__ (line 1260) | def __getnewargs__(self): class WhiteSpaceTerminal (line 1264) | class WhiteSpaceTerminal(Terminal): method value (line 1267) | def value(self): method startswith_fws (line 1270) | def startswith_fws(self): class ValueTerminal (line 1276) | class ValueTerminal(Terminal): method value (line 1279) | def value(self): method startswith_fws (line 1282) | def startswith_fws(self): method as_encoded_word (line 1287) | def as_encoded_word(self, charset): class EWWhiteSpaceTerminal (line 1291) | class EWWhiteSpaceTerminal(WhiteSpaceTerminal): method value (line 1294) | def value(self): method encoded (line 1298) | def encoded(self): method __str__ (line 1301) | def __str__(self): function _validate_xtext (line 1349) | def _validate_xtext(xtext): function _get_ptext_to_endchars (line 1359) | def _get_ptext_to_endchars(value, endchars): function get_fws (line 1389) | def get_fws(value): function get_encoded_word (line 1401) | def get_encoded_word(value): function get_unstructured (line 1443) | def get_unstructured(value): function get_qp_ctext (line 1499) | def get_qp_ctext(value): function get_qcontent (line 1516) | def get_qcontent(value): function get_atext (line 1531) | def get_atext(value): function get_bare_quoted_string (line 1547) | def get_bare_quoted_string(value): function get_comment (line 1578) | def get_comment(value): function get_cfws (line 1603) | def get_cfws(value): function get_quoted_string (line 1616) | def get_quoted_string(value): function get_atom (line 1634) | def get_atom(value): function get_dot_atom_text (line 1661) | def get_dot_atom_text(value): function get_dot_atom (line 1680) | def get_dot_atom(value): function get_word (line 1705) | def get_word(value): function get_phrase (line 1736) | def get_phrase(value): function get_local_part (line 1774) | def get_local_part(value): function get_obs_local_part (line 1813) | def get_obs_local_part(value): function get_dtext (line 1860) | def get_dtext(value): function _check_for_early_dl_end (line 1880) | def _check_for_early_dl_end(value, domain_literal): function get_domain_literal (line 1888) | def get_domain_literal(value): function get_domain (line 1927) | def get_domain(value): function get_addr_spec (line 1963) | def get_addr_spec(value): function get_obs_route (line 1979) | def get_obs_route(value): function get_angle_addr (line 2020) | def get_angle_addr(value): function get_display_name (line 2066) | def get_display_name(value): function get_name_addr (line 2081) | def get_name_addr(value): function get_mailbox (line 2111) | def get_mailbox(value): function get_invalid_mailbox (line 2132) | def get_invalid_mailbox(value, endchars): function get_mailbox_list (line 2150) | def get_mailbox_list(value): function get_group_list (line 2207) | def get_group_list(value): function get_group (line 2244) | def get_group(value): function get_address (line 2274) | def get_address(value): function get_address_list (line 2303) | def get_address_list(value): function parse_mime_version (line 2365) | def parse_mime_version(value): function get_invalid_parameter (line 2433) | def get_invalid_parameter(value): function get_ttext (line 2451) | def get_ttext(value): function get_token (line 2470) | def get_token(value): function get_attrtext (line 2493) | def get_attrtext(value): function get_attribute (line 2512) | def get_attribute(value): function get_extended_attrtext (line 2535) | def get_extended_attrtext(value): function get_extended_attribute (line 2553) | def get_extended_attribute(value): function get_section (line 2575) | def get_section(value): function get_value (line 2605) | def get_value(value): function get_parameter (line 2627) | def get_parameter(value): function parse_mime_parameters (line 2766) | def parse_mime_parameters(value): function _find_mime_parameters (line 2818) | def _find_mime_parameters(tokenlist, value): function parse_content_type_header (line 2834) | def parse_content_type_header(value): function parse_content_disposition_header (line 2891) | def parse_content_disposition_header(value): function parse_content_transfer_encoding_header (line 2921) | def parse_content_transfer_encoding_header(value): FILE: tests/pythons/win64-py33/Lib/email/_parseaddr.py function parsedate_tz (line 45) | def parsedate_tz(data): function _parsedate_tz (line 57) | def _parsedate_tz(data): function parsedate (line 174) | def parsedate(data): function mktime_tz (line 183) | def mktime_tz(data): function quote (line 193) | def quote(str): class AddrlistClass (line 203) | class AddrlistClass: method __init__ (line 213) | def __init__(self, field): method gotonext (line 232) | def gotonext(self): method getaddrlist (line 246) | def getaddrlist(self): method getaddress (line 260) | def getaddress(self): method getrouteaddr (line 319) | def getrouteaddr(self): method getaddrspec (line 351) | def getaddrspec(self): method getdomain (line 384) | def getdomain(self): method getdelimited (line 403) | def getdelimited(self, beginchar, endchars, allowcomments=True): method getquote (line 440) | def getquote(self): method getcomment (line 444) | def getcomment(self): method getdomainliteral (line 448) | def getdomainliteral(self): method getatom (line 452) | def getatom(self, atomends=None): method getphraselist (line 472) | def getphraselist(self): class AddressList (line 495) | class AddressList(AddrlistClass): method __init__ (line 497) | def __init__(self, field): method __len__ (line 504) | def __len__(self): method __add__ (line 507) | def __add__(self, other): method __iadd__ (line 516) | def __iadd__(self, other): method __sub__ (line 523) | def __sub__(self, other): method __isub__ (line 531) | def __isub__(self, other): method __getitem__ (line 538) | def __getitem__(self, index): FILE: tests/pythons/win64-py33/Lib/email/_policybase.py class _PolicyBase (line 18) | class _PolicyBase: method __init__ (line 41) | def __init__(self, **kw): method __repr__ (line 55) | def __repr__(self): method clone (line 60) | def clone(self, **kw): method __setattr__ (line 78) | def __setattr__(self, name, value): method __add__ (line 85) | def __add__(self, other): function _append_doc (line 94) | def _append_doc(doc, added_doc): function _extend_docstrings (line 99) | def _extend_docstrings(cls): class Policy (line 112) | class Policy(_PolicyBase, metaclass=abc.ABCMeta): method handle_defect (line 159) | def handle_defect(self, obj, defect): method register_defect (line 178) | def register_defect(self, obj, defect): method header_max_count (line 191) | def header_max_count(self, name): method header_source_parse (line 211) | def header_source_parse(self, sourcelines): method header_store_parse (line 221) | def header_store_parse(self, name, value): method header_fetch_parse (line 228) | def header_fetch_parse(self, name, value): method fold (line 239) | def fold(self, name, value): method fold_binary (line 251) | def fold_binary(self, name, value): class Compat32 (line 262) | class Compat32(Policy): method _sanitize_header (line 269) | def _sanitize_header(self, name, value): method header_source_parse (line 281) | def header_source_parse(self, sourcelines): method header_store_parse (line 293) | def header_store_parse(self, name, value): method header_fetch_parse (line 299) | def header_fetch_parse(self, name, value): method fold (line 306) | def fold(self, name, value): method fold_binary (line 316) | def fold_binary(self, name, value): method _fold (line 328) | def _fold(self, name, value, sanitize): FILE: tests/pythons/win64-py33/Lib/email/base64mime.py function header_length (line 50) | def header_length(bytearray): function header_encode (line 61) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 76) | def body_encode(s, maxlinelen=76, eol=NL): function decode (line 102) | def decode(string): FILE: tests/pythons/win64-py33/Lib/email/charset.py function add_charset (line 109) | def add_charset(charset, header_enc=None, body_enc=None, output_charset=... function add_alias (line 137) | def add_alias(alias, canonical): function add_codec (line 146) | def add_codec(charset, codecname): function _encode (line 159) | def _encode(string, codec): class Charset (line 167) | class Charset: method __init__ (line 211) | def __init__(self, input_charset=DEFAULT_CHARSET): method __str__ (line 244) | def __str__(self): method __eq__ (line 249) | def __eq__(self, other): method __ne__ (line 252) | def __ne__(self, other): method get_body_encoding (line 255) | def get_body_encoding(self): method get_output_charset (line 276) | def get_output_charset(self): method header_encode (line 284) | def header_encode(self, string): method header_encode_lines (line 303) | def header_encode_lines(self, string, maxlengths): method _get_encoder (line 365) | def _get_encoder(self, header_bytes): method body_encode (line 380) | def body_encode(self, string): FILE: tests/pythons/win64-py33/Lib/email/encoders.py function _qencode (line 20) | def _qencode(s): function encode_base64 (line 26) | def encode_base64(msg): function encode_quopri (line 38) | def encode_quopri(msg): function encode_7or8bit (line 50) | def encode_7or8bit(msg): function encode_noop (line 77) | def encode_noop(msg): FILE: tests/pythons/win64-py33/Lib/email/errors.py class MessageError (line 8) | class MessageError(Exception): class MessageParseError (line 12) | class MessageParseError(MessageError): class HeaderParseError (line 16) | class HeaderParseError(MessageParseError): class BoundaryError (line 20) | class BoundaryError(MessageParseError): class MultipartConversionError (line 24) | class MultipartConversionError(MessageError, TypeError): class CharsetError (line 28) | class CharsetError(MessageError): class MessageDefect (line 33) | class MessageDefect(ValueError): method __init__ (line 36) | def __init__(self, line=None): class NoBoundaryInMultipartDefect (line 41) | class NoBoundaryInMultipartDefect(MessageDefect): class StartBoundaryNotFoundDefect (line 44) | class StartBoundaryNotFoundDefect(MessageDefect): class CloseBoundaryNotFoundDefect (line 47) | class CloseBoundaryNotFoundDefect(MessageDefect): class FirstHeaderLineIsContinuationDefect (line 50) | class FirstHeaderLineIsContinuationDefect(MessageDefect): class MisplacedEnvelopeHeaderDefect (line 53) | class MisplacedEnvelopeHeaderDefect(MessageDefect): class MissingHeaderBodySeparatorDefect (line 56) | class MissingHeaderBodySeparatorDefect(MessageDefect): class MultipartInvariantViolationDefect (line 61) | class MultipartInvariantViolationDefect(MessageDefect): class InvalidMultipartContentTransferEncodingDefect (line 64) | class InvalidMultipartContentTransferEncodingDefect(MessageDefect): class UndecodableBytesDefect (line 67) | class UndecodableBytesDefect(MessageDefect): class InvalidBase64PaddingDefect (line 70) | class InvalidBase64PaddingDefect(MessageDefect): class InvalidBase64CharactersDefect (line 73) | class InvalidBase64CharactersDefect(MessageDefect): class HeaderDefect (line 78) | class HeaderDefect(MessageDefect): method __init__ (line 81) | def __init__(self, *args, **kw): class InvalidHeaderDefect (line 84) | class InvalidHeaderDefect(HeaderDefect): class HeaderMissingRequiredValue (line 87) | class HeaderMissingRequiredValue(HeaderDefect): class NonPrintableDefect (line 90) | class NonPrintableDefect(HeaderDefect): method __init__ (line 93) | def __init__(self, non_printables): method __str__ (line 97) | def __str__(self): class ObsoleteHeaderDefect (line 101) | class ObsoleteHeaderDefect(HeaderDefect): class NonASCIILocalPartDefect (line 104) | class NonASCIILocalPartDefect(HeaderDefect): FILE: tests/pythons/win64-py33/Lib/email/feedparser.py class BufferedSubFile (line 44) | class BufferedSubFile(object): method __init__ (line 52) | def __init__(self): method push_eof_matcher (line 62) | def push_eof_matcher(self, pred): method pop_eof_matcher (line 65) | def pop_eof_matcher(self): method close (line 68) | def close(self): method readline (line 74) | def readline(self): method unreadline (line 92) | def unreadline(self, line): method push (line 97) | def push(self, data): method pushlines (line 120) | def pushlines(self, lines): method __iter__ (line 124) | def __iter__(self): method __next__ (line 127) | def __next__(self): class FeedParser (line 135) | class FeedParser: method __init__ (line 138) | def __init__(self, _factory=message.Message, *, policy=compat32): method _set_headersonly (line 162) | def _set_headersonly(self): method feed (line 165) | def feed(self, data): method _call_parse (line 170) | def _call_parse(self): method close (line 176) | def close(self): method _new_message (line 189) | def _new_message(self): method _pop_message (line 199) | def _pop_message(self): method _parsegen (line 207) | def _parsegen(self): method _parse_headers (line 460) | def _parse_headers(self, lines): class BytesFeedParser (line 512) | class BytesFeedParser(FeedParser): method feed (line 515) | def feed(self, data): FILE: tests/pythons/win64-py33/Lib/email/generator.py class Generator (line 29) | class Generator: method __init__ (line 39) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=None, *, method write (line 67) | def write(self, s): method flatten (line 71) | def flatten(self, msg, unixfrom=False, linesep=None): method clone (line 118) | def clone(self, fp): method _new_buffer (line 142) | def _new_buffer(self): method _encode (line 146) | def _encode(self, s): method _write_lines (line 150) | def _write_lines(self, lines): method _write (line 163) | def _write(self, msg): method _dispatch (line 198) | def _dispatch(self, msg): method _write_headers (line 218) | def _write_headers(self, msg): method _handle_text (line 228) | def _handle_text(self, msg): method _handle_multipart (line 252) | def _handle_multipart(self, msg): method _handle_multipart_signed (line 310) | def _handle_multipart_signed(self, msg): method _handle_message_delivery_status (line 321) | def _handle_message_delivery_status(self, msg): method _handle_message (line 342) | def _handle_message(self, msg): method _make_boundary (line 368) | def _make_boundary(cls, text=None): method _compile_re (line 386) | def _compile_re(cls, s, flags): class BytesGenerator (line 390) | class BytesGenerator(Generator): method write (line 407) | def write(self, s): method _new_buffer (line 410) | def _new_buffer(self): method _encode (line 413) | def _encode(self, s): method _write_headers (line 416) | def _write_headers(self, msg): method _handle_text (line 424) | def _handle_text(self, msg): method _compile_re (line 440) | def _compile_re(cls, s, flags): class DecodedGenerator (line 447) | class DecodedGenerator(Generator): method __init__ (line 453) | def __init__(self, outfp, mangle_from_=True, maxheaderlen=78, fmt=None): method _dispatch (line 481) | def _dispatch(self, msg): FILE: tests/pythons/win64-py33/Lib/email/header.py function decode_header (line 61) | def decode_header(header): function make_header (line 157) | def make_header(decoded_seq, maxlinelen=None, header_name=None, class Header (line 180) | class Header: method __init__ (line 181) | def __init__(self, s=None, charset=None, method __str__ (line 228) | def __str__(self): method __eq__ (line 260) | def __eq__(self, other): method __ne__ (line 266) | def __ne__(self, other): method append (line 269) | def append(self, s, charset=None, errors='strict'): method _nonctext (line 312) | def _nonctext(self, s): method encode (line 317) | def encode(self, splitchars=';, \t', maxlinelen=None, linesep='\n'): method _normalize (line 398) | def _normalize(self): class _ValueFormatter (line 418) | class _ValueFormatter: method __init__ (line 419) | def __init__(self, headerlen, maxlen, continuation_ws, splitchars): method _str (line 427) | def _str(self, linesep): method __str__ (line 431) | def __str__(self): method newline (line 434) | def newline(self): method add_transition (line 445) | def add_transition(self): method feed (line 448) | def feed(self, fws, string, charset): method _maxlengths (line 485) | def _maxlengths(self): method _ascii_split (line 491) | def _ascii_split(self, fws, string, splitchars): method _append_chunk (line 513) | def _append_chunk(self, fws, string): class _Accumulator (line 546) | class _Accumulator(list): method __init__ (line 548) | def __init__(self, initial_size=0): method push (line 552) | def push(self, fws, string): method pop_from (line 555) | def pop_from(self, i=0): method pop (line 560) | def pop(self): method __len__ (line 565) | def __len__(self): method __str__ (line 569) | def __str__(self): method reset (line 573) | def reset(self, startval=None): method is_onlyws (line 579) | def is_onlyws(self): method part_count (line 582) | def part_count(self): FILE: tests/pythons/win64-py33/Lib/email/headerregistry.py class Address (line 15) | class Address: method __init__ (line 17) | def __init__(self, display_name='', username='', domain='', addr_spec=... method display_name (line 55) | def display_name(self): method username (line 59) | def username(self): method domain (line 63) | def domain(self): method addr_spec (line 67) | def addr_spec(self): method __repr__ (line 82) | def __repr__(self): method __str__ (line 86) | def __str__(self): method __eq__ (line 97) | def __eq__(self, other): class Group (line 105) | class Group: method __init__ (line 107) | def __init__(self, display_name=None, addresses=None): method display_name (line 126) | def display_name(self): method addresses (line 130) | def addresses(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 137) | def __str__(self): method __eq__ (line 149) | def __eq__(self, other): class BaseHeader (line 158) | class BaseHeader(str): method __new__ (line 192) | def __new__(cls, name, value): method init (line 202) | def init(self, name, *, parse_tree, defects): method name (line 208) | def name(self): method defects (line 212) | def defects(self): method __reduce__ (line 215) | def __reduce__(self): method _reconstruct (line 226) | def _reconstruct(cls, value): method fold (line 229) | def fold(self, *, policy): function _reconstruct_header (line 255) | def _reconstruct_header(cls_name, bases, value): class UnstructuredHeader (line 259) | class UnstructuredHeader: method parse (line 265) | def parse(cls, value, kwds): class UniqueUnstructuredHeader (line 270) | class UniqueUnstructuredHeader(UnstructuredHeader): class DateHeader (line 275) | class DateHeader: method parse (line 292) | def parse(cls, value, kwds): method init (line 305) | def init(self, *args, **kw): method datetime (line 310) | def datetime(self): class UniqueDateHeader (line 314) | class UniqueDateHeader(DateHeader): class AddressHeader (line 319) | class AddressHeader: method value_parser (line 324) | def value_parser(value): method parse (line 330) | def parse(cls, value, kwds): method init (line 357) | def init(self, *args, **kw): method groups (line 363) | def groups(self): method addresses (line 367) | def addresses(self): class UniqueAddressHeader (line 374) | class UniqueAddressHeader(AddressHeader): class SingleAddressHeader (line 379) | class SingleAddressHeader(AddressHeader): method address (line 382) | def address(self): class UniqueSingleAddressHeader (line 389) | class UniqueSingleAddressHeader(SingleAddressHeader): class MIMEVersionHeader (line 394) | class MIMEVersionHeader: method parse (line 401) | def parse(cls, value, kwds): method init (line 412) | def init(self, *args, **kw): method major (line 419) | def major(self): method minor (line 423) | def minor(self): method version (line 427) | def version(self): class ParameterizedMIMEHeader (line 431) | class ParameterizedMIMEHeader: method parse (line 439) | def parse(cls, value, kwds): method init (line 451) | def init(self, *args, **kw): method params (line 456) | def params(self): class ContentTypeHeader (line 460) | class ContentTypeHeader(ParameterizedMIMEHeader): method init (line 464) | def init(self, *args, **kw): method maintype (line 470) | def maintype(self): method subtype (line 474) | def subtype(self): method content_type (line 478) | def content_type(self): class ContentDispositionHeader (line 482) | class ContentDispositionHeader(ParameterizedMIMEHeader): method init (line 486) | def init(self, *args, **kw): method content_disposition (line 492) | def content_disposition(self): class ContentTransferEncodingHeader (line 496) | class ContentTransferEncodingHeader: method parse (line 503) | def parse(cls, value, kwds): method init (line 508) | def init(self, *args, **kw): method cte (line 513) | def cte(self): class HeaderRegistry (line 541) | class HeaderRegistry: method __init__ (line 545) | def __init__(self, base_class=BaseHeader, default_class=UnstructuredHe... method map_to_type (line 563) | def map_to_type(self, name, cls): method __getitem__ (line 569) | def __getitem__(self, name): method __call__ (line 573) | def __call__(self, name, value): FILE: tests/pythons/win64-py33/Lib/email/iterators.py function walk (line 20) | def walk(self): function body_line_iterator (line 35) | def body_line_iterator(msg, decode=False): function typed_subpart_iterator (line 47) | def typed_subpart_iterator(msg, maintype='text', subtype=None): function _structure (line 61) | def _structure(msg, fp=None, level=0, include_default=False): FILE: tests/pythons/win64-py33/Lib/email/message.py function _splitparam (line 30) | def _splitparam(param): function _formatparam (line 40) | def _formatparam(param, value=None, quote=True): function _parseparam (line 74) | def _parseparam(s): function _unquotevalue (line 94) | def _unquotevalue(value): class Message (line 106) | class Message: method __init__ (line 121) | def __init__(self, policy=compat32): method __str__ (line 133) | def __str__(self): method as_string (line 139) | def as_string(self, unixfrom=False, maxheaderlen=0): method is_multipart (line 154) | def is_multipart(self): method set_unixfrom (line 161) | def set_unixfrom(self, unixfrom): method get_unixfrom (line 164) | def get_unixfrom(self): method attach (line 170) | def attach(self, payload): method get_payload (line 182) | def get_payload(self, i=None, decode=False): method set_payload (line 272) | def set_payload(self, payload, charset=None): method set_charset (line 292) | def set_charset(self, charset): method get_charset (line 339) | def get_charset(self): method __len__ (line 347) | def __len__(self): method __getitem__ (line 351) | def __getitem__(self, name): method __setitem__ (line 362) | def __setitem__(self, name, val): method __delitem__ (line 380) | def __delitem__(self, name): method __contains__ (line 392) | def __contains__(self, name): method __iter__ (line 395) | def __iter__(self): method keys (line 399) | def keys(self): method values (line 409) | def values(self): method items (line 420) | def items(self): method get (line 431) | def get(self, name, failobj=None): method set_raw (line 448) | def set_raw(self, name, value): method raw_items (line 455) | def raw_items(self): method get_all (line 466) | def get_all(self, name, failobj=None): method add_header (line 484) | def add_header(self, _name, _value, **_params): method replace_header (line 514) | def replace_header(self, _name, _value): method get_content_type (line 533) | def get_content_type(self): method get_content_maintype (line 557) | def get_content_maintype(self): method get_content_subtype (line 566) | def get_content_subtype(self): method get_default_type (line 575) | def get_default_type(self): method set_default_type (line 584) | def set_default_type(self, ctype): method _get_params_preserve (line 593) | def _get_params_preserve(self, failobj, header): method get_params (line 614) | def get_params(self, failobj=None, header='content-type', unquote=True): method get_param (line 636) | def get_param(self, param, failobj=None, header='content-type', method set_param (line 670) | def set_param(self, param, value, header='Content-Type', requote=True, method del_param (line 718) | def del_param(self, param, header='content-type', requote=True): method set_type (line 740) | def set_type(self, type, header='Content-Type', requote=True): method get_filename (line 772) | def get_filename(self, failobj=None): method get_boundary (line 788) | def get_boundary(self, failobj=None): method set_boundary (line 801) | def set_boundary(self, boundary): method get_content_charset (line 847) | def get_content_charset(self, failobj=None): method get_charsets (line 877) | def get_charsets(self, failobj=None): FILE: tests/pythons/win64-py33/Lib/email/mime/application.py class MIMEApplication (line 13) | class MIMEApplication(MIMENonMultipart): method __init__ (line 16) | def __init__(self, _data, _subtype='octet-stream', FILE: tests/pythons/win64-py33/Lib/email/mime/audio.py function _whatsnd (line 25) | def _whatsnd(data): class MIMEAudio (line 42) | class MIMEAudio(MIMENonMultipart): method __init__ (line 45) | def __init__(self, _audiodata, _subtype=None, FILE: tests/pythons/win64-py33/Lib/email/mime/base.py class MIMEBase (line 13) | class MIMEBase(message.Message): method __init__ (line 16) | def __init__(self, _maintype, _subtype, **_params): FILE: tests/pythons/win64-py33/Lib/email/mime/image.py class MIMEImage (line 16) | class MIMEImage(MIMENonMultipart): method __init__ (line 19) | def __init__(self, _imagedata, _subtype=None, FILE: tests/pythons/win64-py33/Lib/email/mime/message.py class MIMEMessage (line 14) | class MIMEMessage(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _msg, _subtype='rfc822'): FILE: tests/pythons/win64-py33/Lib/email/mime/multipart.py class MIMEMultipart (line 13) | class MIMEMultipart(MIMEBase): method __init__ (line 16) | def __init__(self, _subtype='mixed', boundary=None, _subparts=None, FILE: tests/pythons/win64-py33/Lib/email/mime/nonmultipart.py class MIMENonMultipart (line 14) | class MIMENonMultipart(MIMEBase): method attach (line 17) | def attach(self, payload): FILE: tests/pythons/win64-py33/Lib/email/mime/text.py class MIMEText (line 14) | class MIMEText(MIMENonMultipart): method __init__ (line 17) | def __init__(self, _text, _subtype='plain', _charset=None): FILE: tests/pythons/win64-py33/Lib/email/parser.py class Parser (line 18) | class Parser: method __init__ (line 19) | def __init__(self, _class=Message, *, policy=compat32): method parse (line 43) | def parse(self, fp, headersonly=False): method parsestr (line 61) | def parsestr(self, text, headersonly=False): class HeaderParser (line 73) | class HeaderParser(Parser): method parse (line 74) | def parse(self, fp, headersonly=True): method parsestr (line 77) | def parsestr(self, text, headersonly=True): class BytesParser (line 81) | class BytesParser: method __init__ (line 83) | def __init__(self, *args, **kw): method parse (line 101) | def parse(self, fp, headersonly=False): method parsebytes (line 114) | def parsebytes(self, text, headersonly=False): class BytesHeaderParser (line 126) | class BytesHeaderParser(BytesParser): method parse (line 127) | def parse(self, fp, headersonly=True): method parsebytes (line 130) | def parsebytes(self, text, headersonly=True): FILE: tests/pythons/win64-py33/Lib/email/policy.py class EmailPolicy (line 21) | class EmailPolicy(Policy): method __init__ (line 66) | def __init__(self, **kw): method header_max_count (line 73) | def header_max_count(self, name): method header_source_parse (line 91) | def header_source_parse(self, sourcelines): method header_store_parse (line 104) | def header_store_parse(self, name, value): method header_fetch_parse (line 121) | def header_fetch_parse(self, name, value): method fold (line 134) | def fold(self, name, value): method fold_binary (line 155) | def fold_binary(self, name, value): method _fold (line 169) | def _fold(self, name, value, refold_binary=False): FILE: tests/pythons/win64-py33/Lib/email/quoprimime.py function header_check (line 75) | def header_check(octet): function body_check (line 80) | def body_check(octet): function header_length (line 85) | def header_length(bytearray): function body_length (line 98) | def body_length(bytearray): function _max_append (line 108) | def _max_append(L, s, maxlen, extra=''): function unquote (line 119) | def unquote(s): function quote (line 124) | def quote(c): function header_encode (line 128) | def header_encode(header_bytes, charset='iso-8859-1'): function body_encode (line 153) | def body_encode(body, maxlinelen=76, eol=NL): function decode (line 232) | def decode(encoded, eol=NL): function _unquote_match (line 285) | def _unquote_match(match): function header_decode (line 292) | def header_decode(s): FILE: tests/pythons/win64-py33/Lib/email/utils.py function _sanitize (line 64) | def _sanitize(string): function formataddr (line 72) | def formataddr(pair, charset='utf-8'): function getaddresses (line 106) | def getaddresses(fieldvalues): function _format_timetuple_and_zone (line 125) | def _format_timetuple_and_zone(timetuple, zone): function formatdate (line 134) | def formatdate(timeval=None, localtime=False, usegmt=False): function format_datetime (line 179) | def format_datetime(dt, usegmt=False): function make_msgid (line 198) | def make_msgid(idstring=None, domain=None): function parsedate_to_datetime (line 222) | def parsedate_to_datetime(data): function parseaddr (line 230) | def parseaddr(addr): function unquote (line 238) | def unquote(str): function decode_rfc2231 (line 250) | def decode_rfc2231(s): function encode_rfc2231 (line 258) | def encode_rfc2231(s, charset=None, language=None): function decode_params (line 276) | def decode_params(params): function collapse_rfc2231_value (line 332) | def collapse_rfc2231_value(value, errors='replace', function localtime (line 358) | def localtime(dt=None, isdst=-1): FILE: tests/pythons/win64-py33/Lib/encodings/__init__.py class CodecRegistryError (line 39) | class CodecRegistryError(LookupError, SystemError): function normalize_encoding (line 42) | def normalize_encoding(encoding): function search_function (line 69) | def search_function(encoding): FILE: tests/pythons/win64-py33/Lib/encodings/ascii.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/base64_codec.py function base64_encode (line 14) | def base64_encode(input, errors='strict'): function base64_decode (line 18) | def base64_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/big5.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/big5hkscs.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/bz2_codec.py function bz2_encode (line 15) | def bz2_encode(input, errors='strict'): function bz2_decode (line 19) | def bz2_decode(input, errors='strict'): class Codec (line 23) | class Codec(codecs.Codec): method encode (line 24) | def encode(self, input, errors='strict'): method decode (line 26) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 29) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 30) | def __init__(self, errors='strict'): method encode (line 35) | def encode(self, input, final=False): method reset (line 42) | def reset(self): class IncrementalDecoder (line 45) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 46) | def __init__(self, errors='strict'): method decode (line 51) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/charmap.py class Codec (line 17) | class Codec(codecs.Codec): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 25) | def __init__(self, errors='strict', mapping=None): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 32) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 33) | def __init__(self, errors='strict', mapping=None): method decode (line 37) | def decode(self, input, final=False): class StreamWriter (line 40) | class StreamWriter(Codec,codecs.StreamWriter): method __init__ (line 42) | def __init__(self,stream,errors='strict',mapping=None): method encode (line 46) | def encode(self,input,errors='strict'): class StreamReader (line 49) | class StreamReader(Codec,codecs.StreamReader): method __init__ (line 51) | def __init__(self,stream,errors='strict',mapping=None): method decode (line 55) | def decode(self,input,errors='strict'): function getregentry (line 60) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp037.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1006.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1026.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1140.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1250.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1251.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1252.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1253.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1254.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1255.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1256.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1257.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp1258.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp424.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp437.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp500.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp65001.py class IncrementalEncoder (line 16) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 17) | def encode(self, input, final=False): class IncrementalDecoder (line 20) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 23) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 26) | class StreamReader(codecs.StreamReader): function getregentry (line 31) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp720.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 13) | def encode(self,input,errors='strict'): method decode (line 16) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 19) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 20) | def encode(self, input, final=False): class IncrementalDecoder (line 23) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 24) | def decode(self, input, final=False): class StreamWriter (line 27) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 30) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 35) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp737.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp775.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp850.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp852.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp855.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp856.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp857.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp858.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp860.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp861.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp862.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp863.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp864.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp865.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp866.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp869.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp874.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp875.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp932.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp949.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/cp950.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/euc_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/euc_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/euc_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/euc_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/gb18030.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/gb2312.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/gbk.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/hex_codec.py function hex_encode (line 14) | def hex_encode(input, errors='strict'): function hex_decode (line 18) | def hex_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 29) | def encode(self, input, final=False): class IncrementalDecoder (line 33) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 34) | def decode(self, input, final=False): class StreamWriter (line 38) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 41) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 46) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/hp_roman8.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/hz.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/idna.py function nameprep (line 14) | def nameprep(label): function ToASCII (line 62) | def ToASCII(label): function ToUnicode (line 105) | def ToUnicode(label): class Codec (line 146) | class Codec(codecs.Codec): method encode (line 147) | def encode(self, input, errors='strict'): method decode (line 184) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 218) | class IncrementalEncoder(codecs.BufferedIncrementalEncoder): method _buffer_encode (line 219) | def _buffer_encode(self, input, errors, final): class IncrementalDecoder (line 253) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method _buffer_decode (line 254) | def _buffer_decode(self, input, errors, final): class StreamWriter (line 292) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 295) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 300) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp_1.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp_2.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp_3.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_jp_ext.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso2022_kr.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_1.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_10.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_11.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_13.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_14.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_15.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_16.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_2.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_3.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_4.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_5.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_6.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_7.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_8.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/iso8859_9.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/johab.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/koi8_r.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/koi8_u.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/latin_1.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): class StreamConverter (line 34) | class StreamConverter(StreamWriter,StreamReader): function getregentry (line 41) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_arabic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_centeuro.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_croatian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_cyrillic.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_farsi.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_greek.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_iceland.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_latin2.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_roman.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_romanian.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mac_turkish.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/mbcs.py function decode (line 20) | def decode(input, errors='strict'): class IncrementalEncoder (line 23) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 24) | def encode(self, input, final=False): class IncrementalDecoder (line 27) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 30) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/palmos.py class Codec (line 11) | class Codec(codecs.Codec): method encode (line 12) | def encode(self,input,errors='strict'): method decode (line 15) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 23) | def decode(self, input, final=False): class StreamWriter (line 26) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 29) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 34) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/ptcp154.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 16) | def encode(self,input,errors='strict'): method decode (line 19) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 22) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 23) | def encode(self, input, final=False): class IncrementalDecoder (line 26) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 27) | def decode(self, input, final=False): class StreamWriter (line 30) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 33) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 38) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/punycode.py function segregate (line 10) | def segregate(str): function selective_len (line 22) | def selective_len(str, max): function selective_find (line 30) | def selective_find(str, char, index, pos): function insertion_unsort (line 48) | def insertion_unsort(str, extended): function T (line 70) | def T(j, bias): function generate_generalized_integer (line 78) | def generate_generalized_integer(N, bias): function adapt (line 91) | def adapt(delta, first, numchars): function generate_integers (line 106) | def generate_integers(baselen, deltas): function punycode_encode (line 117) | def punycode_encode(text): function decode_generalized_number (line 127) | def decode_generalized_number(extended, extpos, bias, errors): function insertion_sort (line 157) | def insertion_sort(base, extended, errors): function punycode_decode (line 182) | def punycode_decode(text, errors): class Codec (line 198) | class Codec(codecs.Codec): method encode (line 200) | def encode(self, input, errors='strict'): method decode (line 204) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 210) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 211) | def encode(self, input, final=False): class IncrementalDecoder (line 214) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 215) | def decode(self, input, final=False): class StreamWriter (line 220) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 223) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 228) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/quopri_codec.py function quopri_encode (line 11) | def quopri_encode(input, errors='strict'): function quopri_decode (line 18) | def quopri_decode(input, errors='strict'): class Codec (line 25) | class Codec(codecs.Codec): method encode (line 26) | def encode(self, input, errors='strict'): method decode (line 28) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 31) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 32) | def encode(self, input, final=False): class IncrementalDecoder (line 35) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 36) | def decode(self, input, final=False): class StreamWriter (line 39) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 42) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 47) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/raw_unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/rot_13.py class Codec (line 14) | class Codec(codecs.Codec): method encode (line 15) | def encode(self, input, errors='strict'): method decode (line 18) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 21) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 22) | def encode(self, input, final=False): class IncrementalDecoder (line 25) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 26) | def decode(self, input, final=False): class StreamWriter (line 29) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 32) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 37) | def getregentry(): function rot13 (line 109) | def rot13(infile, outfile): FILE: tests/pythons/win64-py33/Lib/encodings/shift_jis.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/shift_jis_2004.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/shift_jisx0213.py class Codec (line 12) | class Codec(codecs.Codec): class IncrementalEncoder (line 16) | class IncrementalEncoder(mbc.MultibyteIncrementalEncoder, class IncrementalDecoder (line 20) | class IncrementalDecoder(mbc.MultibyteIncrementalDecoder, class StreamReader (line 24) | class StreamReader(Codec, mbc.MultibyteStreamReader, codecs.StreamReader): class StreamWriter (line 27) | class StreamWriter(Codec, mbc.MultibyteStreamWriter, codecs.StreamWriter): function getregentry (line 30) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/tis_620.py class Codec (line 9) | class Codec(codecs.Codec): method encode (line 11) | def encode(self,input,errors='strict'): method decode (line 14) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 17) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 18) | def encode(self, input, final=False): class IncrementalDecoder (line 21) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 22) | def decode(self, input, final=False): class StreamWriter (line 25) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/undefined.py class Codec (line 16) | class Codec(codecs.Codec): method encode (line 18) | def encode(self,input,errors='strict'): method decode (line 21) | def decode(self,input,errors='strict'): class IncrementalEncoder (line 24) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 25) | def encode(self, input, final=False): class IncrementalDecoder (line 28) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 29) | def decode(self, input, final=False): class StreamWriter (line 32) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 35) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 40) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/unicode_escape.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/unicode_internal.py class Codec (line 13) | class Codec(codecs.Codec): class IncrementalEncoder (line 20) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 21) | def encode(self, input, final=False): class IncrementalDecoder (line 24) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 25) | def decode(self, input, final=False): class StreamWriter (line 28) | class StreamWriter(Codec,codecs.StreamWriter): class StreamReader (line 31) | class StreamReader(Codec,codecs.StreamReader): function getregentry (line 36) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_16.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 19) | def __init__(self, errors='strict'): method encode (line 23) | def encode(self, input, final=False): method reset (line 33) | def reset(self): method getstate (line 37) | def getstate(self): method setstate (line 44) | def setstate(self, state): class IncrementalDecoder (line 53) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 54) | def __init__(self, errors='strict'): method _buffer_decode (line 58) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 89) | def setstate(self, state): class StreamWriter (line 104) | class StreamWriter(codecs.StreamWriter): method __init__ (line 105) | def __init__(self, stream, errors='strict'): method reset (line 109) | def reset(self): method encode (line 113) | def encode(self, input, errors='strict'): class StreamReader (line 124) | class StreamReader(codecs.StreamReader): method reset (line 126) | def reset(self): method decode (line 133) | def decode(self, input, errors='strict'): function getregentry (line 146) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_16_be.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_16_le.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_32.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 14) | def __init__(self, errors='strict'): method encode (line 18) | def encode(self, input, final=False): method reset (line 28) | def reset(self): method getstate (line 32) | def getstate(self): method setstate (line 39) | def setstate(self, state): class IncrementalDecoder (line 48) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 49) | def __init__(self, errors='strict'): method _buffer_decode (line 53) | def _buffer_decode(self, input, errors, final): method reset (line 66) | def reset(self): method getstate (line 70) | def getstate(self): method setstate (line 84) | def setstate(self, state): class StreamWriter (line 99) | class StreamWriter(codecs.StreamWriter): method __init__ (line 100) | def __init__(self, stream, errors='strict'): method reset (line 104) | def reset(self): method encode (line 108) | def encode(self, input, errors='strict'): class StreamReader (line 119) | class StreamReader(codecs.StreamReader): method reset (line 121) | def reset(self): method decode (line 128) | def decode(self, input, errors='strict'): function getregentry (line 141) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_32_be.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_32_le.py function decode (line 10) | def decode(input, errors='strict'): class IncrementalEncoder (line 13) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 14) | def encode(self, input, final=False): class IncrementalDecoder (line 17) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 20) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 23) | class StreamReader(codecs.StreamReader): function getregentry (line 28) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_7.py function decode (line 11) | def decode(input, errors='strict'): class IncrementalEncoder (line 14) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 15) | def encode(self, input, final=False): class IncrementalDecoder (line 18) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 21) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 24) | class StreamReader(codecs.StreamReader): function getregentry (line 29) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_8.py function decode (line 15) | def decode(input, errors='strict'): class IncrementalEncoder (line 18) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 19) | def encode(self, input, final=False): class IncrementalDecoder (line 22) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): class StreamWriter (line 25) | class StreamWriter(codecs.StreamWriter): class StreamReader (line 28) | class StreamReader(codecs.StreamReader): function getregentry (line 33) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/utf_8_sig.py function encode (line 14) | def encode(input, errors='strict'): function decode (line 18) | def decode(input, errors='strict'): class IncrementalEncoder (line 26) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 27) | def __init__(self, errors='strict'): method encode (line 31) | def encode(self, input, final=False): method reset (line 39) | def reset(self): method getstate (line 43) | def getstate(self): method setstate (line 46) | def setstate(self, state): class IncrementalDecoder (line 49) | class IncrementalDecoder(codecs.BufferedIncrementalDecoder): method __init__ (line 50) | def __init__(self, errors='strict'): method _buffer_decode (line 54) | def _buffer_decode(self, input, errors, final): method reset (line 71) | def reset(self): method getstate (line 75) | def getstate(self): method setstate (line 80) | def setstate(self, state): class StreamWriter (line 85) | class StreamWriter(codecs.StreamWriter): method reset (line 86) | def reset(self): method encode (line 93) | def encode(self, input, errors='strict'): class StreamReader (line 97) | class StreamReader(codecs.StreamReader): method reset (line 98) | def reset(self): method decode (line 105) | def decode(self, input, errors='strict'): function getregentry (line 121) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/uu_codec.py function uu_encode (line 17) | def uu_encode(input, errors='strict', filename='', mode=0o666): function uu_decode (line 34) | def uu_decode(input, errors='strict'): class Codec (line 67) | class Codec(codecs.Codec): method encode (line 68) | def encode(self, input, errors='strict'): method decode (line 71) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 74) | class IncrementalEncoder(codecs.IncrementalEncoder): method encode (line 75) | def encode(self, input, final=False): class IncrementalDecoder (line 78) | class IncrementalDecoder(codecs.IncrementalDecoder): method decode (line 79) | def decode(self, input, final=False): class StreamWriter (line 82) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 85) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 90) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/encodings/zlib_codec.py function zlib_encode (line 14) | def zlib_encode(input, errors='strict'): function zlib_decode (line 18) | def zlib_decode(input, errors='strict'): class Codec (line 22) | class Codec(codecs.Codec): method encode (line 23) | def encode(self, input, errors='strict'): method decode (line 25) | def decode(self, input, errors='strict'): class IncrementalEncoder (line 28) | class IncrementalEncoder(codecs.IncrementalEncoder): method __init__ (line 29) | def __init__(self, errors='strict'): method encode (line 34) | def encode(self, input, final=False): method reset (line 41) | def reset(self): class IncrementalDecoder (line 44) | class IncrementalDecoder(codecs.IncrementalDecoder): method __init__ (line 45) | def __init__(self, errors='strict'): method decode (line 50) | def decode(self, input, final=False): method reset (line 57) | def reset(self): class StreamWriter (line 60) | class StreamWriter(Codec, codecs.StreamWriter): class StreamReader (line 63) | class StreamReader(Codec, codecs.StreamReader): function getregentry (line 68) | def getregentry(): FILE: tests/pythons/win64-py33/Lib/filecmp.py function cmp (line 21) | def cmp(f1, f2, shallow=True): function _sig (line 59) | def _sig(st): function _do_cmp (line 64) | def _do_cmp(f1, f2): class dircmp (line 77) | class dircmp: method __init__ (line 111) | def __init__(self, a, b, ignore=None, hide=None): # Initialize method phase0 (line 123) | def phase0(self): # Compare everything except common subdirectories method phase1 (line 131) | def phase1(self): # Compute common names method phase2 (line 138) | def phase2(self): # Distinguish files, directories, funnies method phase3 (line 173) | def phase3(self): # Find out differences between common files method phase4 (line 177) | def phase4(self): # Find out differences between common subdirectories method phase4_closure (line 187) | def phase4_closure(self): # Recursively call phase4() on subdirectories method report (line 192) | def report(self): # Print a report on the differences between a and b method report_partial_closure (line 217) | def report_partial_closure(self): # Print reports on self and on subdirs method report_full_closure (line 223) | def report_full_closure(self): # Report on self and subdirs recursively method __getattr__ (line 235) | def __getattr__(self, attr): function cmpfiles (line 241) | def cmpfiles(a, b, common, shallow=True): function _cmp (line 268) | def _cmp(a, b, sh, abs=abs, cmp=cmp): function _filter (line 277) | def _filter(flist, skip): function demo (line 283) | def demo(): FILE: tests/pythons/win64-py33/Lib/fileinput.py function input (line 91) | def input(files=None, inplace=False, backup="", bufsize=0, function close (line 105) | def close(): function nextfile (line 113) | def nextfile(): function filename (line 127) | def filename(): function lineno (line 136) | def lineno(): function filelineno (line 146) | def filelineno(): function fileno (line 156) | def fileno(): function isfirstline (line 165) | def isfirstline(): function isstdin (line 174) | def isstdin(): class FileInput (line 183) | class FileInput: method __init__ (line 196) | def __init__(self, files=None, inplace=False, backup="", bufsize=0, method __del__ (line 233) | def __del__(self): method close (line 236) | def close(self): method __enter__ (line 240) | def __enter__(self): method __exit__ (line 243) | def __exit__(self, type, value, traceback): method __iter__ (line 246) | def __iter__(self): method __next__ (line 249) | def __next__(self): method __getitem__ (line 264) | def __getitem__(self, i): method nextfile (line 272) | def nextfile(self): method readline (line 298) | def readline(self): method filename (line 361) | def filename(self): method lineno (line 364) | def lineno(self): method filelineno (line 367) | def filelineno(self): method fileno (line 370) | def fileno(self): method isfirstline (line 379) | def isfirstline(self): method isstdin (line 382) | def isstdin(self): function hook_compressed (line 386) | def hook_compressed(filename, mode): function hook_encoded (line 398) | def hook_encoded(encoding): function _test (line 404) | def _test(): FILE: tests/pythons/win64-py33/Lib/fnmatch.py function fnmatch (line 19) | def fnmatch(name, pat): function _compile_pattern (line 39) | def _compile_pattern(pat): function filter (line 48) | def filter(names, pat): function fnmatchcase (line 64) | def fnmatchcase(name, pat): function translate (line 74) | def translate(pat): FILE: tests/pythons/win64-py33/Lib/formatter.py class NullFormatter (line 27) | class NullFormatter: method __init__ (line 38) | def __init__(self, writer=None): method end_paragraph (line 42) | def end_paragraph(self, blankline): pass method add_line_break (line 43) | def add_line_break(self): pass method add_hor_rule (line 44) | def add_hor_rule(self, *args, **kw): pass method add_label_data (line 45) | def add_label_data(self, format, counter, blankline=None): pass method add_flowing_data (line 46) | def add_flowing_data(self, data): pass method add_literal_data (line 47) | def add_literal_data(self, data): pass method flush_softspace (line 48) | def flush_softspace(self): pass method push_alignment (line 49) | def push_alignment(self, align): pass method pop_alignment (line 50) | def pop_alignment(self): pass method push_font (line 51) | def push_font(self, x): pass method pop_font (line 52) | def pop_font(self): pass method push_margin (line 53) | def push_margin(self, margin): pass method pop_margin (line 54) | def pop_margin(self): pass method set_spacing (line 55) | def set_spacing(self, spacing): pass method push_style (line 56) | def push_style(self, *styles): pass method pop_style (line 57) | def pop_style(self, n=1): pass method assert_line_data (line 58) | def assert_line_data(self, flag=1): pass class AbstractFormatter (line 61) | class AbstractFormatter: method __init__ (line 75) | def __init__(self, writer): method end_paragraph (line 90) | def end_paragraph(self, blankline): method add_line_break (line 101) | def add_line_break(self): method add_hor_rule (line 108) | def add_hor_rule(self, *args, **kw): method add_label_data (line 115) | def add_label_data(self, format, counter, blankline = None): method format_counter (line 127) | def format_counter(self, format, counter): method format_letter (line 142) | def format_letter(self, case, counter): method format_roman (line 153) | def format_roman(self, case, counter): method add_flowing_data (line 177) | def add_flowing_data(self, data): method add_literal_data (line 197) | def add_literal_data(self, data): method flush_softspace (line 206) | def flush_softspace(self): method push_alignment (line 213) | def push_alignment(self, align): method pop_alignment (line 221) | def pop_alignment(self): method push_font (line 231) | def push_font(self, font): method pop_font (line 247) | def pop_font(self): method push_margin (line 256) | def push_margin(self, margin): method pop_margin (line 263) | def pop_margin(self): method set_spacing (line 273) | def set_spacing(self, spacing): method push_style (line 277) | def push_style(self, *styles): method pop_style (line 286) | def pop_style(self, n=1): method assert_line_data (line 290) | def assert_line_data(self, flag=1): class NullWriter (line 295) | class NullWriter: method __init__ (line 303) | def __init__(self): pass method flush (line 304) | def flush(self): pass method new_alignment (line 305) | def new_alignment(self, align): pass method new_font (line 306) | def new_font(self, font): pass method new_margin (line 307) | def new_margin(self, margin, level): pass method new_spacing (line 308) | def new_spacing(self, spacing): pass method new_styles (line 309) | def new_styles(self, styles): pass method send_paragraph (line 310) | def send_paragraph(self, blankline): pass method send_line_break (line 311) | def send_line_break(self): pass method send_hor_rule (line 312) | def send_hor_rule(self, *args, **kw): pass method send_label_data (line 313) | def send_label_data(self, data): pass method send_flowing_data (line 314) | def send_flowing_data(self, data): pass method send_literal_data (line 315) | def send_literal_data(self, data): pass class AbstractWriter (line 318) | class AbstractWriter(NullWriter): method new_alignment (line 326) | def new_alignment(self, align): method new_font (line 329) | def new_font(self, font): method new_margin (line 332) | def new_margin(self, margin, level): method new_spacing (line 335) | def new_spacing(self, spacing): method new_styles (line 338) | def new_styles(self, styles): method send_paragraph (line 341) | def send_paragraph(self, blankline): method send_line_break (line 344) | def send_line_break(self): method send_hor_rule (line 347) | def send_hor_rule(self, *args, **kw): method send_label_data (line 350) | def send_label_data(self, data): method send_flowing_data (line 353) | def send_flowing_data(self, data): method send_literal_data (line 356) | def send_literal_data(self, data): class DumbWriter (line 360) | class DumbWriter(NullWriter): method __init__ (line 369) | def __init__(self, file=None, maxcol=72): method reset (line 375) | def reset(self): method send_paragraph (line 379) | def send_paragraph(self, blankline): method send_line_break (line 384) | def send_line_break(self): method send_hor_rule (line 389) | def send_hor_rule(self, *args, **kw): method send_literal_data (line 396) | def send_literal_data(self, data): method send_flowing_data (line 406) | def send_flowing_data(self, data): function test (line 427) | def test(file = None): FILE: tests/pythons/win64-py33/Lib/fractions.py function gcd (line 17) | def gcd(a, b): class Fraction (line 49) | class Fraction(numbers.Rational): method __new__ (line 73) | def __new__(cls, numerator=0, denominator=None): method from_float (line 174) | def from_float(cls, f): method from_decimal (line 190) | def from_decimal(cls, dec): method limit_denominator (line 211) | def limit_denominator(self, max_denominator=1000000): method numerator (line 267) | def numerator(a): method denominator (line 271) | def denominator(a): method __repr__ (line 274) | def __repr__(self): method __str__ (line 278) | def __str__(self): method _operator_fallbacks (line 285) | def _operator_fallbacks(monomorphic_operator, fallback_operator): method _add (line 392) | def _add(a, b): method _sub (line 400) | def _sub(a, b): method _mul (line 408) | def _mul(a, b): method _div (line 414) | def _div(a, b): method __floordiv__ (line 421) | def __floordiv__(a, b): method __rfloordiv__ (line 425) | def __rfloordiv__(b, a): method __mod__ (line 429) | def __mod__(a, b): method __rmod__ (line 434) | def __rmod__(b, a): method __pow__ (line 439) | def __pow__(a, b): method __rpow__ (line 463) | def __rpow__(b, a): method __pos__ (line 477) | def __pos__(a): method __neg__ (line 481) | def __neg__(a): method __abs__ (line 485) | def __abs__(a): method __trunc__ (line 489) | def __trunc__(a): method __floor__ (line 496) | def __floor__(a): method __ceil__ (line 500) | def __ceil__(a): method __round__ (line 505) | def __round__(self, ndigits=None): method __hash__ (line 530) | def __hash__(self): method __eq__ (line 552) | def __eq__(a, b): method _richcmp (line 571) | def _richcmp(self, other, op): method __lt__ (line 593) | def __lt__(a, b): method __gt__ (line 597) | def __gt__(a, b): method __le__ (line 601) | def __le__(a, b): method __ge__ (line 605) | def __ge__(a, b): method __bool__ (line 609) | def __bool__(a): method __reduce__ (line 615) | def __reduce__(self): method __copy__ (line 618) | def __copy__(self): method __deepcopy__ (line 623) | def __deepcopy__(self, memo): FILE: tests/pythons/win64-py33/Lib/ftplib.py class Error (line 57) | class Error(Exception): pass class error_reply (line 58) | class error_reply(Error): pass # unexpected [123]xx reply class error_temp (line 59) | class error_temp(Error): pass # 4xx errors class error_perm (line 60) | class error_perm(Error): pass # 5xx errors class error_proto (line 61) | class error_proto(Error): pass # response does not begin with [... class FTP (line 74) | class FTP: method __init__ (line 112) | def __init__(self, host='', user='', passwd='', acct='', method __enter__ (line 121) | def __enter__(self): method __exit__ (line 125) | def __exit__(self, *args): method connect (line 135) | def connect(self, host='', port=0, timeout=-999, source_address=None): method getwelcome (line 157) | def getwelcome(self): method set_debuglevel (line 164) | def set_debuglevel(self, level): method set_pasv (line 173) | def set_pasv(self, val): method sanitize (line 180) | def sanitize(self, s): method putline (line 187) | def putline(self, line): method putcmd (line 193) | def putcmd(self, line): method getline (line 199) | def getline(self): method getmultiline (line 214) | def getmultiline(self): method getresp (line 228) | def getresp(self): method voidresp (line 241) | def voidresp(self): method abort (line 248) | def abort(self): method sendcmd (line 261) | def sendcmd(self, cmd): method voidcmd (line 266) | def voidcmd(self, cmd): method sendport (line 271) | def sendport(self, host, port): method sendeprt (line 281) | def sendeprt(self, host, port): method makeport (line 294) | def makeport(self): method makepasv (line 327) | def makepasv(self): method ntransfercmd (line 334) | def ntransfercmd(self, cmd, rest=None): method transfercmd (line 389) | def transfercmd(self, cmd, rest=None): method login (line 393) | def login(self, user = '', passwd = '', acct = ''): method retrbinary (line 414) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 437) | def retrlines(self, cmd, callback = None): method storbinary (line 467) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 491) | def storlines(self, cmd, fp, callback=None): method acct (line 517) | def acct(self, password): method nlst (line 522) | def nlst(self, *args): method dir (line 531) | def dir(self, *args): method mlsd (line 546) | def mlsd(self, path="", facts=[]): method rename (line 574) | def rename(self, fromname, toname): method delete (line 581) | def delete(self, filename): method cwd (line 589) | def cwd(self, dirname): method size (line 602) | def size(self, filename): method mkd (line 610) | def mkd(self, dirname): method rmd (line 619) | def rmd(self, dirname): method pwd (line 623) | def pwd(self): method quit (line 632) | def quit(self): method close (line 638) | def close(self): class FTP_TLS (line 651) | class FTP_TLS(FTP): method __init__ (line 686) | def __init__(self, host='', user='', passwd='', acct='', keyfile=None, method login (line 701) | def login(self, user='', passwd='', acct='', secure=True): method auth (line 706) | def auth(self): method ccc (line 723) | def ccc(self): method prot_p (line 731) | def prot_p(self): method prot_c (line 747) | def prot_c(self): method ntransfercmd (line 755) | def ntransfercmd(self, cmd, rest=None): method retrbinary (line 765) | def retrbinary(self, cmd, callback, blocksize=8192, rest=None): method retrlines (line 778) | def retrlines(self, cmd, callback = None): method storbinary (line 801) | def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): method storlines (line 814) | def storlines(self, cmd, fp, callback=None): method abort (line 832) | def abort(self): function parse150 (line 847) | def parse150(resp): function parse227 (line 867) | def parse227(resp): function parse229 (line 887) | def parse229(resp, peer): function parse257 (line 909) | def parse257(resp): function print_line (line 932) | def print_line(line): function ftpcp (line 937) | def ftpcp(source, sourcename, target, targetname = '', type = 'I'): class Netrc (line 956) | class Netrc: method __init__ (line 968) | def __init__(self, filename=None): method get_hosts (line 1032) | def get_hosts(self): method get_account (line 1036) | def get_account(self, host): method get_macros (line 1052) | def get_macros(self): method get_macro (line 1056) | def get_macro(self, macro): function test (line 1062) | def test(): FILE: tests/pythons/win64-py33/Lib/functools.py class RLock (line 19) | class RLock: method __enter__ (line 21) | def __enter__(self): pass method __exit__ (line 22) | def __exit__(self, exctype, excinst, exctb): pass function update_wrapper (line 35) | def update_wrapper(wrapper, function wraps (line 63) | def wraps(wrapped, function total_ordering (line 82) | def total_ordering(cls): function cmp_to_key (line 115) | def cmp_to_key(mycmp): class _HashedSeq (line 148) | class _HashedSeq(list): method __init__ (line 157) | def __init__(self, tup, hash=hash): method __hash__ (line 161) | def __hash__(self): function _make_key (line 164) | def _make_key(args, kwds, typed, function lru_cache (line 192) | def lru_cache(maxsize=128, typed=False): FILE: tests/pythons/win64-py33/Lib/genericpath.py function exists (line 15) | def exists(path): function isfile (line 26) | def isfile(path): function isdir (line 38) | def isdir(s): function getsize (line 47) | def getsize(filename): function getmtime (line 52) | def getmtime(filename): function getatime (line 57) | def getatime(filename): function getctime (line 62) | def getctime(filename): function commonprefix (line 68) | def commonprefix(m): function _splitext (line 85) | def _splitext(p, sep, altsep, extsep): FILE: tests/pythons/win64-py33/Lib/getopt.py function _ (line 41) | def _(s): return s class GetoptError (line 43) | class GetoptError(Exception): method __init__ (line 46) | def __init__(self, msg, opt=''): method __str__ (line 51) | def __str__(self): function getopt (line 56) | def getopt(args, shortopts, longopts = []): function gnu_getopt (line 99) | def gnu_getopt(args, shortopts, longopts = []): function do_longs (line 149) | def do_longs(opts, opt, longopts, args): function long_has_args (line 171) | def long_has_args(opt, longopts): function do_shorts (line 192) | def do_shorts(opts, optstring, shortopts, args): function short_has_arg (line 207) | def short_has_arg(opt, shortopts): FILE: tests/pythons/win64-py33/Lib/getpass.py class GetPassWarning (line 27) | class GetPassWarning(UserWarning): pass function unix_getpass (line 30) | def unix_getpass(prompt='Password: ', stream=None): function win_getpass (line 98) | def win_getpass(prompt='Password: ', stream=None): function fallback_getpass (line 121) | def fallback_getpass(prompt='Password: ', stream=None): function _raw_input (line 130) | def _raw_input(prompt="", stream=None, input=None): function getuser (line 149) | def getuser(): FILE: tests/pythons/win64-py33/Lib/gettext.py function c2py (line 61) | def c2py(plural): function _expand_lang (line 111) | def _expand_lang(loc): class NullTranslations (line 153) | class NullTranslations: method __init__ (line 154) | def __init__(self, fp=None): method _parse (line 162) | def _parse(self, fp): method add_fallback (line 165) | def add_fallback(self, fallback): method gettext (line 171) | def gettext(self, message): method lgettext (line 176) | def lgettext(self, message): method ngettext (line 181) | def ngettext(self, msgid1, msgid2, n): method lngettext (line 189) | def lngettext(self, msgid1, msgid2, n): method info (line 197) | def info(self): method charset (line 200) | def charset(self): method output_charset (line 203) | def output_charset(self): method set_output_charset (line 206) | def set_output_charset(self, charset): method install (line 209) | def install(self, names=None): class GNUTranslations (line 223) | class GNUTranslations(NullTranslations): method _parse (line 228) | def _parse(self, fp): method lgettext (line 305) | def lgettext(self, message): method lngettext (line 316) | def lngettext(self, msgid1, msgid2, n): method gettext (line 330) | def gettext(self, message): method ngettext (line 339) | def ngettext(self, msgid1, msgid2, n): function find (line 353) | def find(domain, localedir=None, languages=None, all=False): function translation (line 393) | def translation(domain, localedir=None, languages=None, function install (line 424) | def install(domain, localedir=None, codeset=None, names=None): function textdomain (line 438) | def textdomain(domain=None): function bindtextdomain (line 445) | def bindtextdomain(domain, localedir=None): function bind_textdomain_codeset (line 452) | def bind_textdomain_codeset(domain, codeset=None): function dgettext (line 459) | def dgettext(domain, message): function ldgettext (line 467) | def ldgettext(domain, message): function dngettext (line 475) | def dngettext(domain, msgid1, msgid2, n): function ldngettext (line 486) | def ldngettext(domain, msgid1, msgid2, n): function gettext (line 497) | def gettext(message): function lgettext (line 500) | def lgettext(message): function ngettext (line 503) | def ngettext(msgid1, msgid2, n): function lngettext (line 506) | def lngettext(msgid1, msgid2, n): FILE: tests/pythons/win64-py33/Lib/glob.py function glob (line 9) | def glob(pathname): function iglob (line 20) | def iglob(pathname): function glob1 (line 57) | def glob1(dirname, pattern): function glob0 (line 71) | def glob0(dirname, basename): function has_magic (line 86) | def has_magic(s): function _ishidden (line 93) | def _ishidden(path): FILE: tests/pythons/win64-py33/Lib/gzip.py function open (line 19) | def open(filename, mode="rb", compresslevel=9, function write32u (line 63) | def write32u(output, value): function read32 (line 68) | def read32(input): class _PaddedFile (line 71) | class _PaddedFile: method __init__ (line 76) | def __init__(self, f, prepend=b''): method read (line 82) | def read(self, size): method prepend (line 95) | def prepend(self, prepend=b'', readprevious=False): method unused (line 106) | def unused(self): method seek (line 111) | def seek(self, offset, whence=0): method __getattr__ (line 123) | def __getattr__(self, name): class GzipFile (line 127) | class GzipFile(io.BufferedIOBase): method __init__ (line 139) | def __init__(self, filename=None, mode=None, method filename (line 226) | def filename(self): method __repr__ (line 233) | def __repr__(self): method _check_closed (line 240) | def _check_closed(self): method _init_write (line 247) | def _init_write(self, filename): method _write_gzip_header (line 254) | def _write_gzip_header(self): method _init_read (line 280) | def _init_read(self): method _read_gzip_header (line 284) | def _read_gzip_header(self): method write (line 326) | def write(self,data): method read (line 347) | def read(self, size=-1): method read1 (line 380) | def read1(self, size=-1): method peek (line 405) | def peek(self, n): method _unread (line 429) | def _unread(self, buf): method _read (line 433) | def _read(self, size=1024): method _add_read_data (line 475) | def _add_read_data(self, data): method _read_eof (line 483) | def _read_eof(self): method closed (line 506) | def closed(self): method close (line 509) | def close(self): method flush (line 524) | def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH): method fileno (line 531) | def fileno(self): method rewind (line 539) | def rewind(self): method readable (line 551) | def readable(self): method writable (line 554) | def writable(self): method seekable (line 557) | def seekable(self): method seek (line 560) | def seek(self, offset, whence=0): method readline (line 585) | def readline(self, size=-1): function compress (line 625) | def compress(data, compresslevel=9): function decompress (line 634) | def decompress(data): function _test (line 642) | def _test(): FILE: tests/pythons/win64-py33/Lib/hashlib.py function __get_builtin_constructor (line 66) | def __get_builtin_constructor(name): function __get_openssl_constructor (line 94) | def __get_openssl_constructor(name): function __py_new (line 106) | def __py_new(name, data=b''): function __hash_new (line 113) | def __hash_new(name, data=b''): FILE: tests/pythons/win64-py33/Lib/heapq.py function heappush (line 132) | def heappush(heap, item): function heappop (line 137) | def heappop(heap): function heapreplace (line 148) | def heapreplace(heap, item): function heappushpop (line 164) | def heappushpop(heap, item): function heapify (line 171) | def heapify(x): function _heappushpop_max (line 182) | def _heappushpop_max(heap, item): function _heapify_max (line 189) | def _heapify_max(x): function nlargest (line 195) | def nlargest(n, iterable): function nsmallest (line 213) | def nsmallest(n, iterable): function _siftdown (line 234) | def _siftdown(heap, startpos, pos): function _siftup (line 287) | def _siftup(heap, pos): function _siftdown_max (line 307) | def _siftdown_max(heap, startpos, pos): function _siftup_max (line 322) | def _siftup_max(heap, pos): function merge (line 349) | def merge(*iterables): function nsmallest (line 390) | def nsmallest(n, iterable, key=None): function nlargest (line 427) | def nlargest(n, iterable, key=None): FILE: tests/pythons/win64-py33/Lib/hmac.py class HMAC (line 18) | class HMAC: method __init__ (line 25) | def __init__(self, key, msg = None, digestmod = None): method update (line 75) | def update(self, msg): method copy (line 82) | def copy(self): method _current (line 95) | def _current(self): method digest (line 104) | def digest(self): method hexdigest (line 114) | def hexdigest(self): function new (line 120) | def new(key, msg = None, digestmod = None): FILE: tests/pythons/win64-py33/Lib/html/__init__.py function escape (line 12) | def escape(s, quote=True): FILE: tests/pythons/win64-py33/Lib/html/parser.py class HTMLParseError (line 77) | class HTMLParseError(Exception): method __init__ (line 80) | def __init__(self, msg, position=(None, None)): method __str__ (line 86) | def __str__(self): class HTMLParser (line 95) | class HTMLParser(_markupbase.ParserBase): method __init__ (line 117) | def __init__(self, strict=False): method reset (line 130) | def reset(self): method feed (line 138) | def feed(self, data): method close (line 147) | def close(self): method error (line 151) | def error(self, message): method get_starttag_text (line 156) | def get_starttag_text(self): method set_cdata_mode (line 160) | def set_cdata_mode(self, elem): method clear_cdata_mode (line 164) | def clear_cdata_mode(self): method goahead (line 171) | def goahead(self, end): method parse_html_declaration (line 276) | def parse_html_declaration(self, i): method parse_bogus_comment (line 297) | def parse_bogus_comment(self, i, report=1): method parse_pi (line 309) | def parse_pi(self, i): method parse_starttag (line 321) | def parse_starttag(self, i): method check_for_whole_start_tag (line 381) | def check_for_whole_start_tag(self, i): method parse_endtag (line 424) | def parse_endtag(self, i): method handle_startendtag (line 466) | def handle_startendtag(self, tag, attrs): method handle_starttag (line 471) | def handle_starttag(self, tag, attrs): method handle_endtag (line 475) | def handle_endtag(self, tag): method handle_charref (line 479) | def handle_charref(self, name): method handle_entityref (line 483) | def handle_entityref(self, name): method handle_data (line 487) | def handle_data(self, data): method handle_comment (line 491) | def handle_comment(self, data): method handle_decl (line 495) | def handle_decl(self, decl): method handle_pi (line 499) | def handle_pi(self, data): method unknown_decl (line 502) | def unknown_decl(self, data): method unescape (line 507) | def unescape(self, s): FILE: tests/pythons/win64-py33/Lib/http/client.py class HTTPMessage (line 220) | class HTTPMessage(email.message.Message): method getallmatchingheaders (line 227) | def getallmatchingheaders(self, name): function parse_headers (line 250) | def parse_headers(fp, _class=HTTPMessage): class HTTPResponse (line 276) | class HTTPResponse(io.RawIOBase): method __init__ (line 285) | def __init__(self, sock, debuglevel=0, strict=_strict_sentinel, method... method _read_status (line 319) | def _read_status(self): method begin (line 351) | def begin(self): method _check_close (line 431) | def _check_close(self): method _close_conn (line 461) | def _close_conn(self): method close (line 466) | def close(self): method flush (line 476) | def flush(self): method readable (line 481) | def readable(self): method isclosed (line 486) | def isclosed(self): method read (line 496) | def read(self, amt=None): method readinto (line 527) | def readinto(self, b): method _read_next_chunk_size (line 557) | def _read_next_chunk_size(self): method _read_and_discard_trailer (line 573) | def _read_and_discard_trailer(self): method _readall_chunked (line 587) | def _readall_chunked(self): method _readinto_chunked (line 612) | def _readinto_chunked(self, b): method _safe_read (line 653) | def _safe_read(self, amt): method _safe_readinto (line 676) | def _safe_readinto(self, b): method fileno (line 692) | def fileno(self): method getheader (line 695) | def getheader(self, name, default=None): method getheaders (line 704) | def getheaders(self): method __iter__ (line 712) | def __iter__(self): method info (line 717) | def info(self): method geturl (line 720) | def geturl(self): method getcode (line 723) | def getcode(self): class HTTPConnection (line 726) | class HTTPConnection: method __init__ (line 736) | def __init__(self, host, port=None, strict=_strict_sentinel, method set_tunnel (line 755) | def set_tunnel(self, host, port=None, headers=None): method _set_hostport (line 768) | def _set_hostport(self, host, port): method set_debuglevel (line 788) | def set_debuglevel(self, level): method _tunnel (line 791) | def _tunnel(self): method connect (line 819) | def connect(self): method close (line 826) | def close(self): method send (line 836) | def send(self, data): method _output (line 884) | def _output(self, s): method _send_output (line 891) | def _send_output(self, message_body=None): method putrequest (line 912) | def putrequest(self, method, url, skip_host=0, skip_accept_encoding=0): method putheader (line 1028) | def putheader(self, header, *values): method endheaders (line 1048) | def endheaders(self, message_body=None): method request (line 1063) | def request(self, method, url, body=None, headers={}): method _set_content_length (line 1067) | def _set_content_length(self, body): method _send_request (line 1084) | def _send_request(self, method, url, body, headers): method getresponse (line 1105) | def getresponse(self): class HTTPSConnection (line 1165) | class HTTPSConnection(HTTPConnection): method __init__ (line 1172) | def __init__(self, host, port=None, key_file=None, cert_file=None, method connect (line 1194) | def connect(self): class HTTPException (line 1217) | class HTTPException(Exception): class NotConnected (line 1222) | class NotConnected(HTTPException): class InvalidURL (line 1225) | class InvalidURL(HTTPException): class UnknownProtocol (line 1228) | class UnknownProtocol(HTTPException): method __init__ (line 1229) | def __init__(self, version): class UnknownTransferEncoding (line 1233) | class UnknownTransferEncoding(HTTPException): class UnimplementedFileMode (line 1236) | class UnimplementedFileMode(HTTPException): class IncompleteRead (line 1239) | class IncompleteRead(HTTPException): method __init__ (line 1240) | def __init__(self, partial, expected=None): method __repr__ (line 1244) | def __repr__(self): method __str__ (line 1250) | def __str__(self): class ImproperConnectionState (line 1253) | class ImproperConnectionState(HTTPException): class CannotSendRequest (line 1256) | class CannotSendRequest(ImproperConnectionState): class CannotSendHeader (line 1259) | class CannotSendHeader(ImproperConnectionState): class ResponseNotReady (line 1262) | class ResponseNotReady(ImproperConnectionState): class BadStatusLine (line 1265) | class BadStatusLine(HTTPException): method __init__ (line 1266) | def __init__(self, line): class LineTooLong (line 1272) | class LineTooLong(HTTPException): method __init__ (line 1273) | def __init__(self, line_type): FILE: tests/pythons/win64-py33/Lib/http/cookiejar.py function _debug (line 46) | def _debug(*args): function _warn_unhandled_exception (line 60) | def _warn_unhandled_exception(): function _timegm (line 75) | def _timegm(tt): function time2isoz (line 89) | def time2isoz(t=None): function time2netscape (line 108) | def time2netscape(t=None): function offset_from_tz_string (line 131) | def offset_from_tz_string(tz): function _str2time (line 145) | def _str2time(day, mon, yr, hr, min, sec, tz): function http2time (line 220) | def http2time(text): function iso2time (line 292) | def iso2time(text): function unmatched (line 325) | def unmatched(match): function split_header_words (line 334) | def split_header_words(header_values): function join_header_words (line 420) | def join_header_words(lists): function strip_quotes (line 445) | def strip_quotes(text): function parse_ns_headers (line 452) | def parse_ns_headers(ns_headers): function is_HDN (line 505) | def is_HDN(text): function domain_match (line 520) | def domain_match(A, B): function liberal_is_HDN (line 559) | def liberal_is_HDN(text): function user_domain_match (line 569) | def user_domain_match(A, B): function request_host (line 590) | def request_host(request): function eff_request_host (line 606) | def eff_request_host(request): function request_path (line 617) | def request_path(request): function request_port (line 627) | def request_port(request): function uppercase_escaped_char (line 645) | def uppercase_escaped_char(match): function escape_path (line 647) | def escape_path(path): function reach (line 661) | def reach(h): function is_third_party (line 696) | def is_third_party(request): class Cookie (line 713) | class Cookie: method __init__ (line 731) | def __init__(self, version, name, value, method has_nonstandard_attr (line 773) | def has_nonstandard_attr(self, name): method get_nonstandard_attr (line 775) | def get_nonstandard_attr(self, name, default=None): method set_nonstandard_attr (line 777) | def set_nonstandard_attr(self, name, value): method is_expired (line 780) | def is_expired(self, now=None): method __str__ (line 786) | def __str__(self): method __repr__ (line 796) | def __repr__(self): class CookiePolicy (line 811) | class CookiePolicy: method set_ok (line 820) | def set_ok(self, cookie, request): method return_ok (line 829) | def return_ok(self, cookie, request): method domain_return_ok (line 833) | def domain_return_ok(self, domain, request): method path_return_ok (line 838) | def path_return_ok(self, path, request): class DefaultCookiePolicy (line 844) | class DefaultCookiePolicy(CookiePolicy): method __init__ (line 854) | def __init__(self, method blocked_domains (line 887) | def blocked_domains(self): method set_blocked_domains (line 890) | def set_blocked_domains(self, blocked_domains): method is_blocked (line 894) | def is_blocked(self, domain): method allowed_domains (line 900) | def allowed_domains(self): method set_allowed_domains (line 903) | def set_allowed_domains(self, allowed_domains): method is_not_allowed (line 909) | def is_not_allowed(self, domain): method set_ok (line 917) | def set_ok(self, cookie, request): method set_ok_version (line 936) | def set_ok_version(self, cookie, request): method set_ok_verifiability (line 951) | def set_ok_verifiability(self, cookie, request): method set_ok_name (line 963) | def set_ok_name(self, cookie, request): method set_ok_path (line 972) | def set_ok_path(self, cookie, request): method set_ok_domain (line 983) | def set_ok_domain(self, cookie, request): method set_ok_port (line 1042) | def set_ok_port(self, cookie, request): method return_ok (line 1063) | def return_ok(self, cookie, request): method return_ok_version (line 1081) | def return_ok_version(self, cookie, request): method return_ok_verifiability (line 1090) | def return_ok_verifiability(self, cookie, request): method return_ok_secure (line 1102) | def return_ok_secure(self, cookie, request): method return_ok_expires (line 1108) | def return_ok_expires(self, cookie, request): method return_ok_port (line 1114) | def return_ok_port(self, cookie, request): method return_ok_domain (line 1128) | def return_ok_domain(self, cookie, request): method domain_return_ok (line 1150) | def domain_return_ok(self, domain, request): method path_return_ok (line 1172) | def path_return_ok(self, path, request): function vals_sorted_by_key (line 1181) | def vals_sorted_by_key(adict): function deepvalues (line 1185) | def deepvalues(mapping): class Absent (line 1204) | class Absent: pass class CookieJar (line 1206) | class CookieJar: method __init__ (line 1221) | def __init__(self, policy=None): method set_policy (line 1229) | def set_policy(self, policy): method _cookies_for_domain (line 1232) | def _cookies_for_domain(self, domain, request): method _cookies_for_request (line 1250) | def _cookies_for_request(self, request): method _cookie_attrs (line 1257) | def _cookie_attrs(self, cookies): method add_cookie_header (line 1316) | def add_cookie_header(self, request): method _normalized_cookie_tuples (line 1349) | def _normalized_cookie_tuples(self, attrs_set): method _cookie_from_cookie_tuple (line 1446) | def _cookie_from_cookie_tuple(self, tup, request): method _cookies_from_attrs_set (line 1538) | def _cookies_from_attrs_set(self, attrs_set, request): method _process_rfc2109_cookies (line 1547) | def _process_rfc2109_cookies(self, cookies): method make_cookies (line 1559) | def make_cookies(self, response, request): method set_cookie_if_ok (line 1613) | def set_cookie_if_ok(self, cookie, request): method set_cookie (line 1626) | def set_cookie(self, cookie): method extract_cookies (line 1639) | def extract_cookies(self, response, request): method clear (line 1653) | def clear(self, domain=None, path=None, name=None): method clear_session_cookies (line 1680) | def clear_session_cookies(self): method clear_expired_cookies (line 1695) | def clear_expired_cookies(self): method __iter__ (line 1714) | def __iter__(self): method __len__ (line 1717) | def __len__(self): method __repr__ (line 1723) | def __repr__(self): method __str__ (line 1728) | def __str__(self): class LoadError (line 1735) | class LoadError(IOError): pass class FileCookieJar (line 1737) | class FileCookieJar(CookieJar): method __init__ (line 1740) | def __init__(self, filename=None, delayload=False, policy=None): method save (line 1755) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method load (line 1759) | def load(self, filename=None, ignore_discard=False, ignore_expires=Fal... method revert (line 1771) | def revert(self, filename=None, function lwp_cookie_str (line 1798) | def lwp_cookie_str(cookie): class LWPCookieJar (line 1826) | class LWPCookieJar(FileCookieJar): method as_lwp_str (line 1839) | def as_lwp_str(self, ignore_discard=True, ignore_expires=True): method save (line 1855) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... method _really_load (line 1870) | def _really_load(self, f, filename, ignore_discard, ignore_expires): class MozillaCookieJar (line 1950) | class MozillaCookieJar(FileCookieJar): method _really_load (line 1989) | def _really_load(self, f, filename, ignore_discard, ignore_expires): method save (line 2055) | def save(self, filename=None, ignore_discard=False, ignore_expires=Fal... FILE: tests/pythons/win64-py33/Lib/http/cookies.py class CookieError (line 144) | class CookieError(Exception): function _quote (line 225) | def _quote(str, LegalChars=_LegalChars): function _unquote (line 241) | def _unquote(str): function _getdate (line 297) | def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): class Morsel (line 305) | class Morsel(dict): method __init__ (line 340) | def __init__(self): method __setitem__ (line 348) | def __setitem__(self, K, V): method isReservedKey (line 354) | def isReservedKey(self, K): method set (line 357) | def set(self, key, val, coded_val, LegalChars=_LegalChars): method output (line 370) | def output(self, attrs=None, header="Set-Cookie:"): method __repr__ (line 375) | def __repr__(self): method js_output (line 379) | def js_output(self, attrs=None): method OutputString (line 389) | def OutputString(self, attrs=None): class BaseCookie (line 455) | class BaseCookie(dict): method value_decode (line 458) | def value_decode(self, val): method value_encode (line 467) | def value_encode(self, val): method __init__ (line 476) | def __init__(self, input=None): method __set (line 480) | def __set(self, key, real_value, coded_value): method __setitem__ (line 486) | def __setitem__(self, key, value): method output (line 491) | def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): method __repr__ (line 501) | def __repr__(self): method js_output (line 508) | def js_output(self, attrs=None): method load (line 516) | def load(self, rawdata): method __parse_string (line 530) | def __parse_string(self, str, patt=_CookiePattern): class SimpleCookie (line 565) | class SimpleCookie(BaseCookie): method value_decode (line 572) | def value_decode(self, val): method value_encode (line 575) | def value_encode(self, val): FILE: tests/pythons/win64-py33/Lib/http/server.py function _quote_html (line 126) | def _quote_html(html): class HTTPServer (line 129) | class HTTPServer(socketserver.TCPServer): method server_bind (line 133) | def server_bind(self): class BaseHTTPRequestHandler (line 141) | class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): method parse_request (line 262) | def parse_request(self): method handle_expect_100 (line 343) | def handle_expect_100(self): method handle_one_request (line 361) | def handle_one_request(self): method handle (line 396) | def handle(self): method send_error (line 404) | def send_error(self, code, message=None): method send_response (line 435) | def send_response(self, code, message=None): method send_response_only (line 448) | def send_response_only(self, code, message=None): method send_header (line 462) | def send_header(self, keyword, value): method end_headers (line 476) | def end_headers(self): method flush_headers (line 482) | def flush_headers(self): method log_request (line 487) | def log_request(self, code='-', size='-'): method log_error (line 497) | def log_error(self, format, *args): method log_message (line 511) | def log_message(self, format, *args): method version_string (line 533) | def version_string(self): method date_time_string (line 537) | def date_time_string(self, timestamp=None): method log_date_time_string (line 548) | def log_date_time_string(self): method address_string (line 562) | def address_string(self): class SimpleHTTPRequestHandler (line 654) | class SimpleHTTPRequestHandler(BaseHTTPRequestHandler): method do_GET (line 669) | def do_GET(self): method do_HEAD (line 678) | def do_HEAD(self): method send_head (line 684) | def send_head(self): method list_directory (line 729) | def list_directory(self, path): method translate_path (line 778) | def translate_path(self, path): method copyfile (line 804) | def copyfile(self, source, outputfile): method guess_type (line 820) | def guess_type(self, path): function _url_collapse_path (line 857) | def _url_collapse_path(path): function nobody_uid (line 902) | def nobody_uid(): function executable (line 918) | def executable(path): class CGIHTTPRequestHandler (line 923) | class CGIHTTPRequestHandler(SimpleHTTPRequestHandler): method do_POST (line 940) | def do_POST(self): method send_head (line 952) | def send_head(self): method is_cgi (line 959) | def is_cgi(self): method is_executable (line 985) | def is_executable(self, path): method is_python (line 989) | def is_python(self, path): method run_cgi (line 994) | def run_cgi(self): function test (line 1186) | def test(HandlerClass = BaseHTTPRequestHandler, FILE: tests/pythons/win64-py33/Lib/imaplib.py class IMAP4 (line 118) | class IMAP4: class error (line 164) | class error(Exception): pass # Logical errors - debug required class abort (line 165) | class abort(error): pass # Service errors - close and retry class readonly (line 166) | class readonly(abort): pass # Mailbox status changed to READ-ONLY method __init__ (line 168) | def __init__(self, host = '', port = IMAP4_PORT): method _connect (line 193) | def _connect(self): method __getattr__ (line 235) | def __getattr__(self, attr): method _create_socket (line 246) | def _create_socket(self): method open (line 249) | def open(self, host = '', port = IMAP4_PORT): method read (line 261) | def read(self, size): method readline (line 266) | def readline(self): method send (line 274) | def send(self, data): method shutdown (line 279) | def shutdown(self): method socket (line 292) | def socket(self): method recent (line 304) | def recent(self): method response (line 321) | def response(self, code): method append (line 335) | def append(self, mailbox, flags, date_time, message): method authenticate (line 358) | def authenticate(self, mechanism, authobject): method capability (line 387) | def capability(self): method check (line 396) | def check(self): method close (line 404) | def close(self): method copy (line 419) | def copy(self, message_set, new_mailbox): method create (line 427) | def create(self, mailbox): method delete (line 435) | def delete(self, mailbox): method deleteacl (line 442) | def deleteacl(self, mailbox, who): method expunge (line 449) | def expunge(self): method fetch (line 463) | def fetch(self, message_set, message_parts): method getacl (line 478) | def getacl(self, mailbox): method getannotation (line 487) | def getannotation(self, mailbox, entry, attribute): method getquota (line 495) | def getquota(self, root): method getquotaroot (line 506) | def getquotaroot(self, mailbox): method list (line 517) | def list(self, directory='""', pattern='*'): method login (line 529) | def login(self, user, password): method login_cram_md5 (line 543) | def login_cram_md5(self, user, password): method _CRAM_MD5_AUTH (line 552) | def _CRAM_MD5_AUTH(self, challenge): method logout (line 560) | def logout(self): method lsub (line 576) | def lsub(self, directory='""', pattern='*'): method myrights (line 587) | def myrights(self, mailbox): method namespace (line 595) | def namespace(self): method noop (line 605) | def noop(self): method partial (line 616) | def partial(self, message_num, message_part, start, length): method proxyauth (line 628) | def proxyauth(self, user): method rename (line 641) | def rename(self, oldmailbox, newmailbox): method search (line 649) | def search(self, charset, *criteria): method select (line 664) | def select(self, mailbox='INBOX', readonly=False): method setacl (line 696) | def setacl(self, mailbox, who, what): method setannotation (line 704) | def setannotation(self, *args): method setquota (line 712) | def setquota(self, root, limits): method sort (line 721) | def sort(self, sort_criteria, charset, *search_criteria): method starttls (line 735) | def starttls(self, ssl_context=None): method status (line 759) | def status(self, mailbox, names): method store (line 771) | def store(self, message_set, command, flags): method subscribe (line 782) | def subscribe(self, mailbox): method thread (line 790) | def thread(self, threading_algorithm, charset, *search_criteria): method uid (line 800) | def uid(self, command, *args): method unsubscribe (line 825) | def unsubscribe(self, mailbox): method xatom (line 833) | def xatom(self, name, *args): method _append_untagged (line 855) | def _append_untagged(self, typ, dat): method _check_bye (line 869) | def _check_bye(self): method _command (line 875) | def _command(self, name, *args): method _command_complete (line 952) | def _command_complete(self, name, tag): method _get_capabilities (line 969) | def _get_capabilities(self): method _get_response (line 978) | def _get_response(self): method _get_tagged_response (line 1058) | def _get_tagged_response(self, tag): method _get_line (line 1085) | def _get_line(self): method _match (line 1104) | def _match(self, cre, s): method _new_tag (line 1116) | def _new_tag(self): method _quote (line 1124) | def _quote(self, arg): method _simple_command (line 1132) | def _simple_command(self, name, *args): method _untagged_response (line 1137) | def _untagged_response(self, typ, dat, name): method _mesg (line 1151) | def _mesg(self, s, secs=None): method _dump_ur (line 1158) | def _dump_ur(self, dict): method _log (line 1166) | def _log(self, line): method print_log (line 1173) | def print_log(self): class IMAP4_SSL (line 1189) | class IMAP4_SSL(IMAP4): method __init__ (line 1208) | def __init__(self, host='', port=IMAP4_SSL_PORT, keyfile=None, certfil... method _create_socket (line 1221) | def _create_socket(self): method open (line 1228) | def open(self, host='', port=IMAP4_SSL_PORT): class IMAP4_stream (line 1239) | class IMAP4_stream(IMAP4): method __init__ (line 1251) | def __init__(self, command): method open (line 1256) | def open(self, host = None, port = None): method read (line 1272) | def read(self, size): method readline (line 1277) | def readline(self): method send (line 1282) | def send(self, data): method shutdown (line 1288) | def shutdown(self): class _Authenticator (line 1296) | class _Authenticator: method __init__ (line 1302) | def __init__(self, mechinst): method process (line 1305) | def process(self, data): method encode (line 1311) | def encode(self, inp): method decode (line 1335) | def decode(self, inp): function Internaldate2tuple (line 1343) | def Internaldate2tuple(resp): function Int2AP (line 1378) | def Int2AP(num): function ParseFlags (line 1391) | def ParseFlags(resp): function Time2Internaldate (line 1402) | def Time2Internaldate(date_time): function run (line 1499) | def run(cmd, args): FILE: tests/pythons/win64-py33/Lib/imghdr.py function what (line 9) | def what(file, h=None): function test_jpeg (line 35) | def test_jpeg(h, f): function test_png (line 42) | def test_png(h, f): function test_gif (line 48) | def test_gif(h, f): function test_tiff (line 55) | def test_tiff(h, f): function test_rgb (line 62) | def test_rgb(h, f): function test_pbm (line 69) | def test_pbm(h, f): function test_pgm (line 77) | def test_pgm(h, f): function test_ppm (line 85) | def test_ppm(h, f): function test_rast (line 93) | def test_rast(h, f): function test_xbm (line 100) | def test_xbm(h, f): function test_bmp (line 107) | def test_bmp(h, f): function test (line 117) | def test(): function testall (line 132) | def testall(list, recursive, toplevel): FILE: tests/pythons/win64-py33/Lib/imp.py function get_magic (line 45) | def get_magic(): function get_tag (line 50) | def get_tag(): function get_suffixes (line 55) | def get_suffixes(): class NullImporter (line 66) | class NullImporter: method __init__ (line 70) | def __init__(self, path): method find_module (line 76) | def find_module(self, fullname): class _HackedGetData (line 81) | class _HackedGetData: method __init__ (line 86) | def __init__(self, fullname, path, file=None): method get_data (line 90) | def get_data(self, path): class _LoadSourceCompatibility (line 109) | class _LoadSourceCompatibility(_HackedGetData, _bootstrap.SourceFileLoad... function load_source (line 114) | def load_source(name, pathname, file=None): class _LoadCompiledCompatibility (line 127) | class _LoadCompiledCompatibility(_HackedGetData, function load_compiled (line 133) | def load_compiled(name, pathname, file=None): function load_package (line 146) | def load_package(name, path): function load_module (line 163) | def load_module(name, file, filename, details): function find_module (line 200) | def find_module(name, path=None): function reload (line 256) | def reload(module): FILE: tests/pythons/win64-py33/Lib/importlib/__init__.py function invalidate_caches (line 40) | def invalidate_caches(): function find_loader (line 48) | def find_loader(name, path=None): function import_module (line 74) | def import_module(name, package=None): FILE: tests/pythons/win64-py33/Lib/importlib/_bootstrap.py function _make_relax_case (line 32) | def _make_relax_case(): function _w_long (line 45) | def _w_long(x): function _r_long (line 61) | def _r_long(int_bytes): function _path_join (line 74) | def _path_join(*path_parts): function _path_split (line 86) | def _path_split(path): function _path_is_mode_type (line 98) | def _path_is_mode_type(path, mode): function _path_isfile (line 108) | def _path_isfile(path): function _path_isdir (line 114) | def _path_isdir(path): function _write_atomic (line 121) | def _write_atomic(path, data, mode=0o666): function _wrap (line 143) | def _wrap(new, old): function new_module (line 154) | def new_module(name): class _DeadlockError (line 171) | class _DeadlockError(RuntimeError): class _ModuleLock (line 175) | class _ModuleLock: method __init__ (line 181) | def __init__(self, name): method has_deadlock (line 189) | def has_deadlock(self): method acquire (line 201) | def acquire(self): method release (line 226) | def release(self): method __repr__ (line 239) | def __repr__(self): class _DummyModuleLock (line 243) | class _DummyModuleLock: method __init__ (line 247) | def __init__(self, name): method acquire (line 251) | def acquire(self): method release (line 255) | def release(self): method __repr__ (line 260) | def __repr__(self): function _get_module_lock (line 266) | def _get_module_lock(name): function _lock_unlock_module (line 285) | def _lock_unlock_module(name): function _call_with_frames_removed (line 305) | def _call_with_frames_removed(f, *args, **kwds): function cache_from_source (line 415) | def cache_from_source(path, debug_override=None): function source_from_cache (line 442) | def source_from_cache(path): function _get_sourcefile (line 465) | def _get_sourcefile(bytecode_path): function _verbose_message (line 484) | def _verbose_message(message, *args, verbosity=1): function set_package (line 492) | def set_package(fxn): function set_loader (line 505) | def set_loader(fxn): function module_for_loader (line 516) | def module_for_loader(fxn): function _check_name (line 571) | def _check_name(method): function _requires_builtin (line 589) | def _requires_builtin(fxn): function _requires_frozen (line 600) | def _requires_frozen(fxn): function _find_module_shim (line 611) | def _find_module_shim(self, fullname): class BuiltinImporter (line 628) | class BuiltinImporter: method module_repr (line 638) | def module_repr(cls, module): method find_module (line 642) | def find_module(cls, fullname, path=None): method load_module (line 656) | def load_module(cls, fullname): method get_code (line 668) | def get_code(cls, fullname): method get_source (line 674) | def get_source(cls, fullname): method is_package (line 680) | def is_package(cls, fullname): class FrozenImporter (line 685) | class FrozenImporter: method module_repr (line 695) | def module_repr(cls, m): method find_module (line 699) | def find_module(cls, fullname, path=None): method load_module (line 707) | def load_module(cls, fullname): method get_code (line 722) | def get_code(cls, fullname): method get_source (line 728) | def get_source(cls, fullname): method is_package (line 734) | def is_package(cls, fullname): class WindowsRegistryFinder (line 739) | class WindowsRegistryFinder: method _open_registry (line 753) | def _open_registry(cls, key): method _search_registry (line 760) | def _search_registry(cls, fullname): method find_module (line 775) | def find_module(cls, fullname, path=None): class _LoaderBasics (line 789) | class _LoaderBasics: method is_package (line 794) | def is_package(self, fullname): method _bytes_from_bytecode (line 802) | def _bytes_from_bytecode(self, fullname, data, bytecode_path, source_s... method _load_module (line 849) | def _load_module(self, module, *, sourceless=False): class SourceLoader (line 872) | class SourceLoader(_LoaderBasics): method path_mtime (line 874) | def path_mtime(self, path): method path_stats (line 880) | def path_stats(self, path): method _cache_bytecode (line 892) | def _cache_bytecode(self, source_path, cache_path, data): method set_data (line 902) | def set_data(self, path, data): method get_source (line 911) | def get_source(self, fullname): method get_code (line 933) | def get_code(self, fullname): method load_module (line 995) | def load_module(self, fullname): class FileLoader (line 1006) | class FileLoader: method __init__ (line 1011) | def __init__(self, fullname, path): method load_module (line 1018) | def load_module(self, fullname): method get_filename (line 1025) | def get_filename(self, fullname): method get_data (line 1029) | def get_data(self, path): class SourceFileLoader (line 1035) | class SourceFileLoader(FileLoader, SourceLoader): method path_stats (line 1039) | def path_stats(self, path): method _cache_bytecode (line 1044) | def _cache_bytecode(self, source_path, bytecode_path, data): method set_data (line 1055) | def set_data(self, path, data, *, _mode=0o666): class SourcelessFileLoader (line 1084) | class SourcelessFileLoader(FileLoader, _LoaderBasics): method load_module (line 1088) | def load_module(self, fullname): method get_code (line 1091) | def get_code(self, fullname): method get_source (line 1103) | def get_source(self, fullname): class ExtensionFileLoader (line 1112) | class ExtensionFileLoader: method __init__ (line 1120) | def __init__(self, name, path): method load_module (line 1127) | def load_module(self, fullname): method is_package (line 1142) | def is_package(self, fullname): method get_code (line 1148) | def get_code(self, fullname): method get_source (line 1152) | def get_source(self, fullname): class _NamespacePath (line 1157) | class _NamespacePath: method __init__ (line 1164) | def __init__(self, name, path, path_finder): method _find_parent_path_names (line 1170) | def _find_parent_path_names(self): method _get_parent_path (line 1180) | def _get_parent_path(self): method _recalculate (line 1184) | def _recalculate(self): method __iter__ (line 1196) | def __iter__(self): method __len__ (line 1199) | def __len__(self): method __repr__ (line 1202) | def __repr__(self): method __contains__ (line 1205) | def __contains__(self, item): method append (line 1208) | def append(self, item): class NamespaceLoader (line 1212) | class NamespaceLoader: method __init__ (line 1213) | def __init__(self, name, path, path_finder): method module_repr (line 1217) | def module_repr(cls, module): method load_module (line 1221) | def load_module(self, module): class PathFinder (line 1230) | class PathFinder: method invalidate_caches (line 1235) | def invalidate_caches(cls): method _path_hooks (line 1243) | def _path_hooks(cls, path): method _path_importer_cache (line 1260) | def _path_importer_cache(cls, path): method _get_loader (line 1277) | def _get_loader(cls, fullname, path): method find_module (line 1304) | def find_module(cls, fullname, path=None): class FileFinder (line 1321) | class FileFinder: method __init__ (line 1330) | def __init__(self, path, *loader_details): method invalidate_caches (line 1344) | def invalidate_caches(self): method find_loader (line 1350) | def find_loader(self, fullname): method _fill_cache (line 1394) | def _fill_cache(self): method path_hook (line 1426) | def path_hook(cls, *loader_details): method __repr__ (line 1443) | def __repr__(self): class _ImportLockContext (line 1449) | class _ImportLockContext: method __enter__ (line 1453) | def __enter__(self): method __exit__ (line 1457) | def __exit__(self, exc_type, exc_value, exc_traceback): function _resolve_name (line 1462) | def _resolve_name(name, package, level): function _find_module (line 1471) | def _find_module(name, path): function _sanity_check (line 1488) | def _sanity_check(name, package, level): function _find_and_load_unlocked (line 1507) | def _find_and_load_unlocked(name, import_): function _find_and_load (line 1557) | def _find_and_load(name, import_): function _gcd_import (line 1570) | def _gcd_import(name, package=None, level=0): function _handle_fromlist (line 1594) | def _handle_fromlist(module, fromlist, import_): function _calc___package__ (line 1628) | def _calc___package__(globals): function _get_supported_file_loaders (line 1643) | def _get_supported_file_loaders(): function __import__ (line 1654) | def __import__(name, globals=None, locals=None, fromlist=(), level=0): function _setup (line 1690) | def _setup(sys_module, _imp_module): function _install (line 1769) | def _install(sys_module, _imp_module): FILE: tests/pythons/win64-py33/Lib/importlib/abc.py function _register (line 18) | def _register(abstract_cls, *classes): class Finder (line 26) | class Finder(metaclass=abc.ABCMeta): method find_module (line 37) | def find_module(self, fullname, path=None): class MetaPathFinder (line 45) | class MetaPathFinder(Finder): method find_module (line 50) | def find_module(self, fullname, path): method invalidate_caches (line 57) | def invalidate_caches(self): class PathEntryFinder (line 67) | class PathEntryFinder(Finder): method find_loader (line 72) | def find_loader(self, fullname): method invalidate_caches (line 83) | def invalidate_caches(self): class Loader (line 92) | class Loader(metaclass=abc.ABCMeta): method load_module (line 97) | def load_module(self, fullname): method module_repr (line 103) | def module_repr(self, module): class ResourceLoader (line 109) | class ResourceLoader(Loader): method get_data (line 119) | def get_data(self, path): class InspectLoader (line 125) | class InspectLoader(Loader): method is_package (line 135) | def is_package(self, fullname): method get_code (line 141) | def get_code(self, fullname): method get_source (line 147) | def get_source(self, fullname): class ExecutionLoader (line 156) | class ExecutionLoader(InspectLoader): method get_filename (line 166) | def get_filename(self, fullname): class FileLoader (line 172) | class FileLoader(_bootstrap.FileLoader, ResourceLoader, ExecutionLoader): class SourceLoader (line 181) | class SourceLoader(_bootstrap.SourceLoader, ResourceLoader, ExecutionLoa... method path_mtime (line 198) | def path_mtime(self, path): method path_stats (line 204) | def path_stats(self, path): method set_data (line 215) | def set_data(self, path, data): class PyLoader (line 229) | class PyLoader(SourceLoader): method is_package (line 263) | def is_package(self, fullname): method source_path (line 267) | def source_path(self, fullname): method get_filename (line 272) | def get_filename(self, fullname): class PyPycLoader (line 294) | class PyPycLoader(PyLoader): method get_filename (line 308) | def get_filename(self, fullname): method get_code (line 319) | def get_code(self, fullname): method source_mtime (line 388) | def source_mtime(self, fullname): method bytecode_path (line 394) | def bytecode_path(self, fullname): method write_bytecode (line 400) | def write_bytecode(self, fullname, bytecode): FILE: tests/pythons/win64-py33/Lib/importlib/machinery.py function all_suffixes (line 18) | def all_suffixes(): FILE: tests/pythons/win64-py33/Lib/importlib/util.py function resolve_name (line 9) | def resolve_name(name, package): FILE: tests/pythons/win64-py33/Lib/inspect.py function ismodule (line 67) | def ismodule(object): function isclass (line 76) | def isclass(object): function ismethod (line 84) | def ismethod(object): function ismethoddescriptor (line 94) | def ismethoddescriptor(object): function isdatadescriptor (line 114) | def isdatadescriptor(object): function ismemberdescriptor (line 130) | def ismemberdescriptor(object): function ismemberdescriptor (line 138) | def ismemberdescriptor(object): function isgetsetdescriptor (line 147) | def isgetsetdescriptor(object): function isgetsetdescriptor (line 155) | def isgetsetdescriptor(object): function isfunction (line 162) | def isfunction(object): function isgeneratorfunction (line 175) | def isgeneratorfunction(object): function isgenerator (line 184) | def isgenerator(object): function istraceback (line 201) | def istraceback(object): function isframe (line 211) | def isframe(object): function iscode (line 225) | def iscode(object): function isbuiltin (line 243) | def isbuiltin(object): function isroutine (line 252) | def isroutine(object): function isabstract (line 259) | def isabstract(object): function getmembers (line 263) | def getmembers(object, predicate=None): function classify_class_attrs (line 290) | def classify_class_attrs(cls): function getmro (line 360) | def getmro(cls): function indentsize (line 365) | def indentsize(line): function getdoc (line 370) | def getdoc(object): function cleandoc (line 384) | def cleandoc(doc): function getfile (line 413) | def getfile(object): function getmoduleinfo (line 439) | def getmoduleinfo(path): function getmodulename (line 451) | def getmodulename(path): function getsourcefile (line 463) | def getsourcefile(object): function getabsfile (line 485) | def getabsfile(object, _filename=None): function getmodule (line 497) | def getmodule(object, _filename=None): function findsource (line 543) | def findsource(object): function getcomments (line 610) | def getcomments(object): class EndOfBlock (line 655) | class EndOfBlock(Exception): pass class BlockFinder (line 657) | class BlockFinder: method __init__ (line 659) | def __init__(self): method tokeneater (line 666) | def tokeneater(self, type, token, srowcol, erowcol, line): function getblock (line 696) | def getblock(lines): function getsourcelines (line 707) | def getsourcelines(object): function getsource (line 720) | def getsource(object): function walktree (line 730) | def walktree(classes, children, parent): function getclasstree (line 740) | def getclasstree(classes, unique=False): function getargs (line 769) | def getargs(co): function _getfullargs (line 779) | def _getfullargs(co): function getargspec (line 809) | def getargspec(func): function getfullargspec (line 833) | def getfullargspec(func): function getargvalues (line 858) | def getargvalues(frame): function formatannotation (line 868) | def formatannotation(annotation, base_module=None): function formatannotationrelativeto (line 875) | def formatannotationrelativeto(object): function formatargspec (line 881) | def formatargspec(args, varargs=None, varkw=None, defaults=None, function formatargvalues (line 928) | def formatargvalues(args, varargs, varkw, locals, function _missing_arguments (line 951) | def _missing_arguments(f_name, argnames, pos, values): function _too_many (line 967) | def _too_many(f_name, args, kwonly, varargs, defcount, given, values): function getcallargs (line 988) | def getcallargs(*func_and_positional, **named): function getclosurevars (line 1052) | def getclosurevars(func): function getframeinfo (line 1107) | def getframeinfo(frame, context=1): function getlineno (line 1140) | def getlineno(frame): function getouterframes (line 1145) | def getouterframes(frame, context=1): function getinnerframes (line 1156) | def getinnerframes(tb, context=1): function currentframe (line 1167) | def currentframe(): function stack (line 1171) | def stack(context=1): function trace (line 1175) | def trace(context=1): function _static_getmro (line 1184) | def _static_getmro(klass): function _check_instance (line 1187) | def _check_instance(obj, attr): function _check_class (line 1196) | def _check_class(klass, attr): function _is_type (line 1205) | def _is_type(obj): function _shadowed_dict (line 1212) | def _shadowed_dict(klass): function getattr_static (line 1226) | def getattr_static(obj, attr, default=_sentinel): function getgeneratorstate (line 1279) | def getgeneratorstate(generator): function getgeneratorlocals (line 1297) | def getgeneratorlocals(generator): function _get_user_defined_method (line 1326) | def _get_user_defined_method(cls, method_name): function signature (line 1338) | def signature(obj): class _void (line 1452) | class _void: class _empty (line 1456) | class _empty: class _ParameterKind (line 1460) | class _ParameterKind(int): method __new__ (line 1461) | def __new__(self, *args, name): method __str__ (line 1466) | def __str__(self): method __repr__ (line 1469) | def __repr__(self): class Parameter (line 1480) | class Parameter: method __init__ (line 1510) | def __init__(self, name, kind, *, default=_empty, annotation=_empty, method name (line 1540) | def name(self): method default (line 1544) | def default(self): method annotation (line 1548) | def annotation(self): method kind (line 1552) | def kind(self): method replace (line 1555) | def replace(self, *, name=_void, kind=_void, annotation=_void, method __str__ (line 1577) | def __str__(self): method __repr__ (line 1601) | def __repr__(self): method __eq__ (line 1605) | def __eq__(self, other): method __ne__ (line 1612) | def __ne__(self, other): class BoundArguments (line 1616) | class BoundArguments: method __init__ (line 1633) | def __init__(self, signature, arguments): method signature (line 1638) | def signature(self): method args (line 1642) | def args(self): method kwargs (line 1670) | def kwargs(self): method __eq__ (line 1700) | def __eq__(self, other): method __ne__ (line 1705) | def __ne__(self, other): class Signature (line 1709) | class Signature: method __init__ (line 1739) | def __init__(self, parameters=None, *, return_annotation=_empty, method from_function (line 1778) | def from_function(cls, func): method parameters (line 1851) | def parameters(self): method return_annotation (line 1855) | def return_annotation(self): method replace (line 1858) | def replace(self, *, parameters=_void, return_annotation=_void): method __eq__ (line 1873) | def __eq__(self, other): method __ne__ (line 1903) | def __ne__(self, other): method _bind (line 1906) | def _bind(self, args, kwargs, *, partial=False): method bind (line 2034) | def bind(__bind_self, *args, **kwargs): method bind_partial (line 2041) | def bind_partial(__bind_self, *args, **kwargs): method __str__ (line 2048) | def __str__(self): FILE: tests/pythons/win64-py33/Lib/io.py class IOBase (line 72) | class IOBase(_io._IOBase, metaclass=abc.ABCMeta): class RawIOBase (line 75) | class RawIOBase(_io._RawIOBase, IOBase): class BufferedIOBase (line 78) | class BufferedIOBase(_io._BufferedIOBase, IOBase): class TextIOBase (line 81) | class TextIOBase(_io._TextIOBase, IOBase): FILE: tests/pythons/win64-py33/Lib/ipaddress.py class AddressValueError (line 19) | class AddressValueError(ValueError): class NetmaskValueError (line 23) | class NetmaskValueError(ValueError): function ip_address (line 27) | def ip_address(address): function ip_network (line 57) | def ip_network(address, strict=True): function ip_interface (line 87) | def ip_interface(address): function v4_int_to_packed (line 122) | def v4_int_to_packed(address): function v6_int_to_packed (line 142) | def v6_int_to_packed(address): function _split_optional_netmask (line 158) | def _split_optional_netmask(address): function _find_address_range (line 166) | def _find_address_range(addresses): function _count_righthand_zero_bits (line 185) | def _count_righthand_zero_bits(number, bits): function summarize_address_range (line 205) | def summarize_address_range(first, last): function _collapse_addresses_recursive (line 261) | def _collapse_addresses_recursive(addresses): function collapse_addresses (line 309) | def collapse_addresses(addresses): function get_mixed_type_key (line 366) | def get_mixed_type_key(obj): class _TotalOrderingMixin (line 391) | class _TotalOrderingMixin: method __eq__ (line 396) | def __eq__(self, other): method __ne__ (line 398) | def __ne__(self, other): method __lt__ (line 403) | def __lt__(self, other): method __le__ (line 405) | def __le__(self, other): method __gt__ (line 410) | def __gt__(self, other): method __ge__ (line 418) | def __ge__(self, other): class _IPAddressBase (line 424) | class _IPAddressBase(_TotalOrderingMixin): method exploded (line 429) | def exploded(self): method compressed (line 434) | def compressed(self): method version (line 439) | def version(self): method _check_int_address (line 443) | def _check_int_address(self, address): method _check_packed_address (line 452) | def _check_packed_address(self, address, expected_len): method _ip_int_from_prefix (line 459) | def _ip_int_from_prefix(self, prefixlen): method _prefix_from_ip_int (line 471) | def _prefix_from_ip_int(self, ip_int): method _report_invalid_netmask (line 495) | def _report_invalid_netmask(self, netmask_str): method _prefix_from_prefix_string (line 499) | def _prefix_from_prefix_string(self, prefixlen_str): method _prefix_from_ip_string (line 523) | def _prefix_from_ip_string(self, ip_str): class _BaseAddress (line 557) | class _BaseAddress(_IPAddressBase): method __init__ (line 565) | def __init__(self, address): method __int__ (line 570) | def __int__(self): method __eq__ (line 573) | def __eq__(self, other): method __lt__ (line 580) | def __lt__(self, other): method __add__ (line 593) | def __add__(self, other): method __sub__ (line 598) | def __sub__(self, other): method __repr__ (line 603) | def __repr__(self): method __str__ (line 606) | def __str__(self): method __hash__ (line 609) | def __hash__(self): method _get_address_key (line 612) | def _get_address_key(self): class _BaseNetwork (line 616) | class _BaseNetwork(_IPAddressBase): method __init__ (line 624) | def __init__(self, address): method __repr__ (line 627) | def __repr__(self): method __str__ (line 630) | def __str__(self): method hosts (line 633) | def hosts(self): method __iter__ (line 645) | def __iter__(self): method __getitem__ (line 651) | def __getitem__(self, n): method __lt__ (line 664) | def __lt__(self, other): method __eq__ (line 677) | def __eq__(self, other): method __hash__ (line 685) | def __hash__(self): method __contains__ (line 688) | def __contains__(self, other): method overlaps (line 701) | def overlaps(self, other): method broadcast_address (line 709) | def broadcast_address(self): method hostmask (line 718) | def hostmask(self): method with_prefixlen (line 726) | def with_prefixlen(self): method with_netmask (line 730) | def with_netmask(self): method with_hostmask (line 734) | def with_hostmask(self): method num_addresses (line 738) | def num_addresses(self): method _address_class (line 743) | def _address_class(self): method prefixlen (line 751) | def prefixlen(self): method address_exclude (line 754) | def address_exclude(self, other): method compare_networks (line 832) | def compare_networks(self, other): method _get_networks_key (line 880) | def _get_networks_key(self): method subnets (line 890) | def subnets(self, prefixlen_diff=1, new_prefix=None): method supernet (line 952) | def supernet(self, prefixlen_diff=1, new_prefix=None): method is_multicast (line 994) | def is_multicast(self): method is_reserved (line 1006) | def is_reserved(self): method is_link_local (line 1018) | def is_link_local(self): method is_private (line 1029) | def is_private(self): method is_unspecified (line 1040) | def is_unspecified(self): method is_loopback (line 1052) | def is_loopback(self): class _BaseV4 (line 1064) | class _BaseV4: method __init__ (line 1080) | def __init__(self, address): method _explode_shorthand_ip_string (line 1084) | def _explode_shorthand_ip_string(self): method _ip_int_from_string (line 1087) | def _ip_int_from_string(self, ip_str): method _parse_octet (line 1112) | def _parse_octet(self, octet_str): method _string_from_ip_int (line 1148) | def _string_from_ip_int(self, ip_int): method _is_valid_netmask (line 1160) | def _is_valid_netmask(self, netmask): method _is_hostmask (line 1191) | def _is_hostmask(self, ip_str): method max_prefixlen (line 1213) | def max_prefixlen(self): method version (line 1217) | def version(self): class IPv4Address (line 1221) | class IPv4Address(_BaseV4, _BaseAddress): method __init__ (line 1225) | def __init__(self, address): method packed (line 1262) | def packed(self): method is_reserved (line 1267) | def is_reserved(self): method is_private (line 1279) | def is_private(self): method is_multicast (line 1294) | def is_multicast(self): method is_unspecified (line 1306) | def is_unspecified(self): method is_loopback (line 1318) | def is_loopback(self): method is_link_local (line 1329) | def is_link_local(self): class IPv4Interface (line 1340) | class IPv4Interface(IPv4Address): method __init__ (line 1342) | def __init__(self, address): method __str__ (line 1358) | def __str__(self): method __eq__ (line 1362) | def __eq__(self, other): method __lt__ (line 1374) | def __lt__(self, other): method __hash__ (line 1385) | def __hash__(self): method ip (line 1389) | def ip(self): method with_prefixlen (line 1393) | def with_prefixlen(self): method with_netmask (line 1398) | def with_netmask(self): method with_hostmask (line 1403) | def with_hostmask(self): class IPv4Network (line 1408) | class IPv4Network(_BaseV4, _BaseNetwork): method __init__ (line 1423) | def __init__(self, address, strict=True): class _BaseV6 (line 1508) | class _BaseV6: method __init__ (line 1521) | def __init__(self, address): method _ip_int_from_string (line 1525) | def _ip_int_from_string(self, ip_str): method _parse_hextet (line 1628) | def _parse_hextet(self, hextet_str): method _compress_hextets (line 1653) | def _compress_hextets(self, hextets): method _string_from_ip_int (line 1700) | def _string_from_ip_int(self, ip_int=None): method _explode_shorthand_ip_string (line 1725) | def _explode_shorthand_ip_string(self): method max_prefixlen (line 1750) | def max_prefixlen(self): method version (line 1754) | def version(self): class IPv6Address (line 1758) | class IPv6Address(_BaseV6, _BaseAddress): method __init__ (line 1762) | def __init__(self, address): method packed (line 1800) | def packed(self): method is_multicast (line 1805) | def is_multicast(self): method is_reserved (line 1817) | def is_reserved(self): method is_link_local (line 1837) | def is_link_local(self): method is_site_local (line 1848) | def is_site_local(self): method is_private (line 1863) | def is_private(self): method is_unspecified (line 1874) | def is_unspecified(self): method is_loopback (line 1885) | def is_loopback(self): method ipv4_mapped (line 1896) | def ipv4_mapped(self): method teredo (line 1909) | def teredo(self): method sixtofour (line 1924) | def sixtofour(self): class IPv6Interface (line 1937) | class IPv6Interface(IPv6Address): method __init__ (line 1939) | def __init__(self, address): method __str__ (line 1953) | def __str__(self): method __eq__ (line 1957) | def __eq__(self, other): method __lt__ (line 1969) | def __lt__(self, other): method __hash__ (line 1980) | def __hash__(self): method ip (line 1984) | def ip(self): method with_prefixlen (line 1988) | def with_prefixlen(self): method with_netmask (line 1993) | def with_netmask(self): method with_hostmask (line 1998) | def with_hostmask(self): method is_unspecified (line 2003) | def is_unspecified(self): method is_loopback (line 2007) | def is_loopback(self): class IPv6Network (line 2011) | class IPv6Network(_BaseV6, _BaseNetwork): method __init__ (line 2027) | def __init__(self, address, strict=True): method is_site_local (line 2100) | def is_site_local(self): FILE: tests/pythons/win64-py33/Lib/json/__init__.py function dump (line 120) | def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True, function dumps (line 184) | def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True, function load (line 246) | def load(fp, cls=None, object_hook=None, parse_float=None, function loads (line 274) | def loads(s, encoding=None, cls=None, object_hook=None, parse_float=None, FILE: tests/pythons/win64-py33/Lib/json/decoder.py function _floatconstants (line 18) | def _floatconstants(): function linecol (line 28) | def linecol(doc, pos): function errmsg (line 41) | def errmsg(msg, doc, pos, end=None): function _decode_uXXXX (line 69) | def _decode_uXXXX(s, pos): function py_scanstring (line 79) | def py_scanstring(s, end, strict=True, function JSONObject (line 147) | def JSONObject(s_and_end, strict, scan_once, object_hook, object_pairs_h... function JSONArray (line 228) | def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_... class JSONDecoder (line 265) | class JSONDecoder(object): method __init__ (line 295) | def __init__(self, object_hook=None, parse_float=None, method decode (line 346) | def decode(self, s, _w=WHITESPACE.match): method raw_decode (line 357) | def raw_decode(self, s, idx=0): FILE: tests/pythons/win64-py33/Lib/json/encoder.py function encode_basestring (line 33) | def encode_basestring(s): function py_encode_basestring_ascii (line 42) | def py_encode_basestring_ascii(s): class JSONEncoder (line 67) | class JSONEncoder(object): method __init__ (line 98) | def __init__(self, skipkeys=False, ensure_ascii=True, method default (line 154) | def default(self, o): method encode (line 175) | def encode(self, o): method iterencode (line 196) | def iterencode(self, o, _one_shot=False): function _make_iterencode (line 251) | def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, FILE: tests/pythons/win64-py33/Lib/json/scanner.py function py_make_scanner (line 15) | def py_make_scanner(context): FILE: tests/pythons/win64-py33/Lib/json/tool.py function main (line 16) | def main(): FILE: tests/pythons/win64-py33/Lib/keyword.py function main (line 55) | def main(): FILE: tests/pythons/win64-py33/Lib/lib2to3/btm_matcher.py class BMNode (line 17) | class BMNode(object): method __init__ (line 20) | def __init__(self): class BottomMatcher (line 26) | class BottomMatcher(object): method __init__ (line 30) | def __init__(self): method add_fixer (line 37) | def add_fixer(self, fixer): method add (line 49) | def add(self, pattern, start): method run (line 83) | def run(self, leaves): method print_ac (line 144) | def print_ac(self): function type_repr (line 160) | def type_repr(type_num): FILE: tests/pythons/win64-py33/Lib/lib2to3/btm_utils.py class MinNode (line 16) | class MinNode(object): method __init__ (line 21) | def __init__(self, type=None, name=None): method __repr__ (line 30) | def __repr__(self): method leaf_to_root (line 33) | def leaf_to_root(self): method get_linear_subpattern (line 75) | def get_linear_subpattern(self): method leaves (line 96) | def leaves(self): function reduce_tree (line 104) | def reduce_tree(node, parent=None): function get_characteristic_subpattern (line 238) | def get_characteristic_subpattern(subpatterns): function rec_test (line 275) | def rec_test(sequence, test_func): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixer_base.py class BaseFix (line 15) | class BaseFix(object): method __init__ (line 48) | def __init__(self, options, log): method compile_pattern (line 60) | def compile_pattern(self): method set_filename (line 71) | def set_filename(self, filename): method match (line 78) | def match(self, node): method transform (line 90) | def transform(self, node, results): method new_name (line 106) | def new_name(self, template="xxx_todo_changeme"): method log_message (line 117) | def log_message(self, message): method cannot_convert (line 123) | def cannot_convert(self, node, reason=None): method warning (line 138) | def warning(self, node, reason): method start_tree (line 148) | def start_tree(self, tree, filename): method finish_tree (line 160) | def finish_tree(self, tree, filename): class ConditionalFix (line 170) | class ConditionalFix(BaseFix): method start_tree (line 176) | def start_tree(self, *args): method should_skip (line 180) | def should_skip(self, node): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixer_util.py function KeywordArg (line 17) | def KeywordArg(keyword, value): function LParen (line 21) | def LParen(): function RParen (line 24) | def RParen(): function Assign (line 27) | def Assign(target, source): function Name (line 38) | def Name(name, prefix=None): function Attr (line 42) | def Attr(obj, attr): function Comma (line 46) | def Comma(): function Dot (line 50) | def Dot(): function ArgList (line 54) | def ArgList(args, lparen=LParen(), rparen=RParen()): function Call (line 61) | def Call(func_name, args=None, prefix=None): function Newline (line 68) | def Newline(): function BlankLine (line 72) | def BlankLine(): function Number (line 76) | def Number(n, prefix=None): function Subscript (line 79) | def Subscript(index_node): function String (line 85) | def String(string, prefix=None): function ListComp (line 89) | def ListComp(xp, fp, it, test=None): function FromImport (line 113) | def FromImport(package_name, name_leafs): function is_tuple (line 137) | def is_tuple(node): function is_list (line 149) | def is_list(node): function parenthesize (line 163) | def parenthesize(node): function attr_chain (line 170) | def attr_chain(obj, attr): function in_special_context (line 208) | def in_special_context(node): function is_probably_builtin (line 227) | def is_probably_builtin(node): function find_indentation (line 250) | def find_indentation(node): function make_suite (line 264) | def make_suite(node): function find_root (line 273) | def find_root(node): function does_tree_import (line 282) | def does_tree_import(package, name, node): function is_import (line 290) | def is_import(node): function touch_import (line 294) | def touch_import(package, name, node): function find_binding (line 340) | def find_binding(name, node, package=None): function _find (line 383) | def _find(name, node): function _is_import_binding (line 393) | def _is_import_binding(node, name, package=None): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_apply.py class FixApply (line 14) | class FixApply(fixer_base.BaseFix): method transform (line 31) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_basestring.py class FixBasestring (line 8) | class FixBasestring(fixer_base.BaseFix): method transform (line 13) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_buffer.py class FixBuffer (line 11) | class FixBuffer(fixer_base.BaseFix): method transform (line 20) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_callable.py class FixCallable (line 13) | class FixCallable(fixer_base.BaseFix): method transform (line 30) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_dict.py class FixDict (line 42) | class FixDict(fixer_base.BaseFix): method transform (line 55) | def transform(self, node, results): method in_special_context (line 91) | def in_special_context(self, node, isiter): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_except.py function find_excepts (line 30) | def find_excepts(nodes): class FixExcept (line 36) | class FixExcept(fixer_base.BaseFix): method transform (line 47) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_exec.py class FixExec (line 18) | class FixExec(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_execfile.py class FixExecfile (line 15) | class FixExecfile(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_exitfunc.py class FixExitfunc (line 11) | class FixExitfunc(fixer_base.BaseFix): method __init__ (line 30) | def __init__(self, *args): method start_tree (line 33) | def start_tree(self, tree, filename): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_filter.py class FixFilter (line 21) | class FixFilter(fixer_base.ConditionalFix): method transform (line 53) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_funcattrs.py class FixFuncattrs (line 9) | class FixFuncattrs(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_future.py class FixFuture (line 11) | class FixFuture(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_getcwdu.py class FixGetcwdu (line 10) | class FixGetcwdu(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_has_key.py class FixHasKey (line 39) | class FixHasKey(fixer_base.BaseFix): method transform (line 72) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_idioms.py class FixIdioms (line 37) | class FixIdioms(fixer_base.BaseFix): method match (line 79) | def match(self, node): method transform (line 90) | def transform(self, node, results): method transform_isinstance (line 100) | def transform_isinstance(self, node, results): method transform_while (line 112) | def transform_while(self, node, results): method transform_sort (line 116) | def transform_sort(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_import.py function traverse_imports (line 19) | def traverse_imports(names): class FixImport (line 38) | class FixImport(fixer_base.BaseFix): method start_tree (line 47) | def start_tree(self, tree, name): method transform (line 51) | def transform(self, node, results): method probably_a_local_import (line 85) | def probably_a_local_import(self, imp_name): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_imports.py function alternates (line 61) | def alternates(members): function build_pattern (line 65) | def build_pattern(mapping=MAPPING): class FixImports (line 85) | class FixImports(fixer_base.BaseFix): method build_pattern (line 96) | def build_pattern(self): method compile_pattern (line 99) | def compile_pattern(self): method match (line 106) | def match(self, node): method start_tree (line 118) | def start_tree(self, tree, filename): method transform (line 122) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_imports2.py class FixImports2 (line 12) | class FixImports2(fix_imports.FixImports): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_input.py class FixInput (line 13) | class FixInput(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_intern.py class FixIntern (line 14) | class FixIntern(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_isinstance.py class FixIsinstance (line 16) | class FixIsinstance(fixer_base.BaseFix): method transform (line 29) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_itertools.py class FixItertools (line 14) | class FixItertools(fixer_base.BaseFix): method transform (line 28) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_itertools_imports.py class FixItertoolsImports (line 8) | class FixItertoolsImports(fixer_base.BaseFix): method transform (line 14) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_long.py class FixLong (line 12) | class FixLong(fixer_base.BaseFix): method transform (line 16) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_map.py class FixMap (line 28) | class FixMap(fixer_base.ConditionalFix): method transform (line 59) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_metaclass.py function has_metaclass (line 26) | def has_metaclass(parent): function fixup_parse_tree (line 45) | def fixup_parse_tree(cls_node): function fixup_simple_stmt (line 71) | def fixup_simple_stmt(parent, i, stmt_node): function remove_trailing_newline (line 95) | def remove_trailing_newline(node): function find_metas (line 100) | def find_metas(cls_node): function fixup_indent (line 123) | def fixup_indent(suite): class FixMetaclass (line 145) | class FixMetaclass(fixer_base.BaseFix): method transform (line 152) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_methodattrs.py class FixMethodattrs (line 15) | class FixMethodattrs(fixer_base.BaseFix): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_ne.py class FixNe (line 12) | class FixNe(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_next.py class FixNext (line 17) | class FixNext(fixer_base.BaseFix): method start_tree (line 36) | def start_tree(self, tree, filename): method transform (line 46) | def transform(self, node, results): function is_assign_target (line 81) | def is_assign_target(node): function find_assign (line 93) | def find_assign(node): function is_subtree (line 100) | def is_subtree(root, node): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_nonzero.py class FixNonzero (line 8) | class FixNonzero(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_numliterals.py class FixNumliterals (line 12) | class FixNumliterals(fixer_base.BaseFix): method match (line 17) | def match(self, node): method transform (line 21) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_operator.py function invocation (line 19) | def invocation(s): class FixOperator (line 26) | class FixOperator(fixer_base.BaseFix): method transform (line 43) | def transform(self, node, results): method _sequenceIncludes (line 49) | def _sequenceIncludes(self, node, results): method _isCallable (line 53) | def _isCallable(self, node, results): method _repeat (line 59) | def _repeat(self, node, results): method _irepeat (line 63) | def _irepeat(self, node, results): method _isSequenceType (line 67) | def _isSequenceType(self, node, results): method _isMappingType (line 71) | def _isMappingType(self, node, results): method _isNumberType (line 75) | def _isNumberType(self, node, results): method _handle_rename (line 78) | def _handle_rename(self, node, results, name): method _handle_type2abc (line 83) | def _handle_type2abc(self, node, results, module, abc): method _check_method (line 89) | def _check_method(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_paren.py class FixParen (line 12) | class FixParen(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_print.py class FixPrint (line 29) | class FixPrint(fixer_base.BaseFix): method transform (line 37) | def transform(self, node, results): method add_kwarg (line 77) | def add_kwarg(self, l_nodes, s_kwd, n_expr): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_raise.py class FixRaise (line 31) | class FixRaise(fixer_base.BaseFix): method transform (line 38) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_raw_input.py class FixRawInput (line 8) | class FixRawInput(fixer_base.BaseFix): method transform (line 15) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_reduce.py class FixReduce (line 15) | class FixReduce(fixer_base.BaseFix): method transform (line 34) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_renames.py function alternates (line 17) | def alternates(members): function build_pattern (line 21) | def build_pattern(): class FixRenames (line 42) | class FixRenames(fixer_base.BaseFix): method match (line 49) | def match(self, node): method transform (line 62) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_repr.py class FixRepr (line 11) | class FixRepr(fixer_base.BaseFix): method transform (line 18) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_set_literal.py class FixSetLiteral (line 12) | class FixSetLiteral(fixer_base.BaseFix): method transform (line 27) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_standarderror.py class FixStandarderror (line 11) | class FixStandarderror(fixer_base.BaseFix): method transform (line 17) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_sys_exc.py class FixSysExc (line 14) | class FixSysExc(fixer_base.BaseFix): method transform (line 22) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_throw.py class FixThrow (line 16) | class FixThrow(fixer_base.BaseFix): method transform (line 26) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_tuple_params.py function is_docstring (line 27) | def is_docstring(stmt): class FixTupleParams (line 31) | class FixTupleParams(fixer_base.BaseFix): method transform (line 46) | def transform(self, node, results): method transform_lambda (line 110) | def transform_lambda(self, node, results): function simplify_args (line 139) | def simplify_args(node): function find_params (line 150) | def find_params(node): function map_to_index (line 157) | def map_to_index(param_list, prefix=[], d=None): function tuple_name (line 168) | def tuple_name(param_list): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_types.py class FixTypes (line 54) | class FixTypes(fixer_base.BaseFix): method transform (line 58) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_unicode.py class FixUnicode (line 16) | class FixUnicode(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_urllib.py function build_pattern (line 49) | def build_pattern(): class FixUrllib (line 72) | class FixUrllib(FixImports): method build_pattern (line 74) | def build_pattern(self): method transform_import (line 77) | def transform_import(self, node, results): method transform_member (line 93) | def transform_member(self, node, results): method transform_dot (line 169) | def transform_dot(self, node, results): method transform (line 186) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_ws_comma.py class FixWsComma (line 12) | class FixWsComma(fixer_base.BaseFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_xrange.py class FixXrange (line 12) | class FixXrange(fixer_base.BaseFix): method start_tree (line 20) | def start_tree(self, tree, filename): method finish_tree (line 24) | def finish_tree(self, tree, filename): method transform (line 27) | def transform(self, node, results): method transform_xrange (line 36) | def transform_xrange(self, node, results): method transform_range (line 42) | def transform_range(self, node, results): method in_special_context (line 63) | def in_special_context(self, node): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_xreadlines.py class FixXreadlines (line 11) | class FixXreadlines(fixer_base.BaseFix): method transform (line 19) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/fixes/fix_zip.py class FixZip (line 14) | class FixZip(fixer_base.ConditionalFix): method transform (line 24) | def transform(self, node, results): FILE: tests/pythons/win64-py33/Lib/lib2to3/main.py function diff_texts (line 17) | def diff_texts(a, b, filename): class StdoutRefactoringTool (line 26) | class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): method __init__ (line 36) | def __init__(self, fixers, options, explicit, nobackups, show_diffs, method log_error (line 65) | def log_error(self, msg, *args, **kwargs): method write_file (line 69) | def write_file(self, new_text, filename, old_text, encoding): method print_output (line 108) | def print_output(self, old, new, filename, equal): function warn (line 129) | def warn(msg): function main (line 133) | def main(fixer_pkg, args=None): FILE: tests/pythons/win64-py33/Lib/lib2to3/patcomp.py class PatternSyntaxError (line 29) | class PatternSyntaxError(Exception): function tokenize_wrapper (line 33) | def tokenize_wrapper(input): class PatternCompiler (line 43) | class PatternCompiler(object): method __init__ (line 45) | def __init__(self, grammar_file=_PATTERN_GRAMMAR_FILE): method compile_pattern (line 56) | def compile_pattern(self, input, debug=False, with_tree=False): method compile_node (line 68) | def compile_node(self, node): method compile_basic (line 139) | def compile_basic(self, nodes, repeat=None): method get_int (line 174) | def get_int(self, node): function _type_of_literal (line 186) | def _type_of_literal(value): function pattern_convert (line 195) | def pattern_convert(grammar, raw_node_info): function compile_pattern (line 204) | def compile_pattern(pattern): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/conv.py class Converter (line 36) | class Converter(grammar.Grammar): method run (line 47) | def run(self, graminit_h, graminit_c): method parse_graminit_h (line 53) | def parse_graminit_h(self, filename): method parse_graminit_c (line 84) | def parse_graminit_c(self, filename): method finish_off (line 249) | def finish_off(self): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/driver.py class Driver (line 29) | class Driver(object): method __init__ (line 31) | def __init__(self, grammar, convert=None, logger=None): method parse_tokens (line 38) | def parse_tokens(self, tokens, debug=False): method parse_stream_raw (line 86) | def parse_stream_raw(self, stream, debug=False): method parse_stream (line 91) | def parse_stream(self, stream, debug=False): method parse_file (line 95) | def parse_file(self, filename, encoding=None, debug=False): method parse_string (line 103) | def parse_string(self, text, debug=False): function load_grammar (line 109) | def load_grammar(gt="Grammar.txt", gp=None, function _newer (line 134) | def _newer(a, b): function main (line 143) | def main(*args): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/grammar.py class Grammar (line 22) | class Grammar(object): method __init__ (line 76) | def __init__(self): method dump (line 87) | def dump(self, filename): method load (line 93) | def load(self, filename): method copy (line 100) | def copy(self): method report (line 113) | def report(self): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/literals.py function escape (line 19) | def escape(m): function evalString (line 40) | def evalString(s): function test (line 50) | def test(): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/parse.py class ParseError (line 16) | class ParseError(Exception): method __init__ (line 19) | def __init__(self, msg, type, value, context): class Parser (line 27) | class Parser(object): method __init__ (line 57) | def __init__(self, grammar, convert=None): method setup (line 89) | def setup(self, start=None): method addtoken (line 113) | def addtoken(self, type, value, context): method classify (line 161) | def classify(self, type, value, context): method shift (line 175) | def shift(self, type, value, newstate, context): method push (line 184) | def push(self, type, newdfa, newstate, context): method pop (line 191) | def pop(self): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/pgen.py class PgenGrammar (line 7) | class PgenGrammar(grammar.Grammar): class ParserGenerator (line 10) | class ParserGenerator(object): method __init__ (line 12) | def __init__(self, filename, stream=None): method make_grammar (line 27) | def make_grammar(self): method make_first (line 52) | def make_first(self, c, name): method make_label (line 61) | def make_label(self, c, label): method addfirstsets (line 107) | def addfirstsets(self): method calcfirst (line 115) | def calcfirst(self, name): method parse (line 145) | def parse(self): method make_dfa (line 169) | def make_dfa(self, start, finish): method dump_nfa (line 205) | def dump_nfa(self, name, start, finish): method dump_dfa (line 221) | def dump_dfa(self, name, dfa): method simplify_dfa (line 228) | def simplify_dfa(self, dfa): method parse_rhs (line 249) | def parse_rhs(self): method parse_alt (line 266) | def parse_alt(self): method parse_item (line 276) | def parse_item(self): method parse_atom (line 296) | def parse_atom(self): method expect (line 313) | def expect(self, type, value=None): method gettoken (line 321) | def gettoken(self): method raise_error (line 328) | def raise_error(self, msg, *args): class NFAState (line 337) | class NFAState(object): method __init__ (line 339) | def __init__(self): method addarc (line 342) | def addarc(self, next, label=None): class DFAState (line 347) | class DFAState(object): method __init__ (line 349) | def __init__(self, nfaset, final): method addarc (line 357) | def addarc(self, next, label): method unifystate (line 363) | def unifystate(self, old, new): method __eq__ (line 368) | def __eq__(self, other): function generate_grammar (line 384) | def generate_grammar(filename="Grammar.txt"): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/token.py function ISTERMINAL (line 75) | def ISTERMINAL(x): function ISNONTERMINAL (line 78) | def ISNONTERMINAL(x): function ISEOF (line 81) | def ISEOF(x): FILE: tests/pythons/win64-py33/Lib/lib2to3/pgen2/tokenize.py function group (line 48) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 49) | def any(*choices): return group(*choices) + '*' function maybe (line 50) | def maybe(*choices): return group(*choices) + '?' class TokenError (line 150) | class TokenError(Exception): pass class StopTokenizing (line 152) | class StopTokenizing(Exception): pass function printtoken (line 154) | def printtoken(type, token, xxx_todo_changeme, xxx_todo_changeme1, line)... function tokenize (line 160) | def tokenize(readline, tokeneater=printtoken): function tokenize_loop (line 179) | def tokenize_loop(readline, tokeneater): class Untokenizer (line 183) | class Untokenizer: method __init__ (line 185) | def __init__(self): method add_whitespace (line 190) | def add_whitespace(self, start): method untokenize (line 197) | def untokenize(self, iterable): method compat (line 211) | def compat(self, token, iterable): function _get_normal_name (line 242) | def _get_normal_name(orig_enc): function detect_encoding (line 253) | def detect_encoding(readline): function untokenize (line 326) | def untokenize(iterable): function generate_tokens (line 347) | def generate_tokens(readline): FILE: tests/pythons/win64-py33/Lib/lib2to3/pygram.py class Symbols (line 20) | class Symbols(object): method __init__ (line 22) | def __init__(self, grammar): FILE: tests/pythons/win64-py33/Lib/lib2to3/pytree.py function type_repr (line 22) | def type_repr(type_num): class Base (line 32) | class Base(object): method __new__ (line 50) | def __new__(cls, *args, **kwds): method __eq__ (line 55) | def __eq__(self, other): method __ne__ (line 67) | def __ne__(self, other): method _eq (line 77) | def _eq(self, other): method clone (line 88) | def clone(self): method post_order (line 96) | def post_order(self): method pre_order (line 104) | def pre_order(self): method replace (line 112) | def replace(self, new): method get_lineno (line 135) | def get_lineno(self): method changed (line 144) | def changed(self): method remove (line 149) | def remove(self): method next_sibling (line 163) | def next_sibling(self): method prev_sibling (line 180) | def prev_sibling(self): method leaves (line 195) | def leaves(self): method depth (line 200) | def depth(self): method get_suffix (line 205) | def get_suffix(self): method __str__ (line 216) | def __str__(self): class Node (line 219) | class Node(Base): method __init__ (line 223) | def __init__(self,type, children, method __repr__ (line 248) | def __repr__(self): method __unicode__ (line 254) | def __unicode__(self): method _eq (line 265) | def _eq(self, other): method clone (line 269) | def clone(self): method post_order (line 274) | def post_order(self): method pre_order (line 281) | def pre_order(self): method _prefix_getter (line 288) | def _prefix_getter(self): method _prefix_setter (line 296) | def _prefix_setter(self, prefix): method set_child (line 302) | def set_child(self, i, child): method insert_child (line 312) | def insert_child(self, i, child): method append_child (line 321) | def append_child(self, child): class Leaf (line 331) | class Leaf(Base): method __init__ (line 340) | def __init__(self, type, value, method __repr__ (line 359) | def __repr__(self): method __unicode__ (line 365) | def __unicode__(self): method _eq (line 376) | def _eq(self, other): method clone (line 380) | def clone(self): method leaves (line 386) | def leaves(self): method post_order (line 389) | def post_order(self): method pre_order (line 393) | def pre_order(self): method _prefix_getter (line 397) | def _prefix_getter(self): method _prefix_setter (line 403) | def _prefix_setter(self, prefix): function convert (line 409) | def convert(gr, raw_node): class BasePattern (line 428) | class BasePattern(object): method __new__ (line 449) | def __new__(cls, *args, **kwds): method __repr__ (line 454) | def __repr__(self): method optimize (line 460) | def optimize(self): method match (line 468) | def match(self, node, results=None): method match_seq (line 493) | def match_seq(self, nodes, results=None): method generate_matches (line 503) | def generate_matches(self, nodes): class LeafPattern (line 514) | class LeafPattern(BasePattern): method __init__ (line 516) | def __init__(self, type=None, content=None, name=None): method match (line 536) | def match(self, node, results=None): method _submatch (line 542) | def _submatch(self, node, results=None): class NodePattern (line 558) | class NodePattern(BasePattern): method __init__ (line 562) | def __init__(self, type=None, content=None, name=None): method _submatch (line 591) | def _submatch(self, node, results=None): class WildcardPattern (line 619) | class WildcardPattern(BasePattern): method __init__ (line 633) | def __init__(self, content=None, min=0, max=HUGE, name=None): method optimize (line 668) | def optimize(self): method match (line 687) | def match(self, node, results=None): method match_seq (line 691) | def match_seq(self, nodes, results=None): method generate_matches (line 702) | def generate_matches(self, nodes): method _iterative_matches (line 747) | def _iterative_matches(self, nodes): method _bare_name_matches (line 776) | def _bare_name_matches(self, nodes): method _recursive_matches (line 792) | def _recursive_matches(self, nodes, count): class NegatedPattern (line 807) | class NegatedPattern(BasePattern): method __init__ (line 809) | def __init__(self, content=None): method match (line 822) | def match(self, node): method match_seq (line 826) | def match_seq(self, nodes): method generate_matches (line 830) | def generate_matches(self, nodes): function generate_matches (line 842) | def generate_matches(patterns, nodes): FILE: tests/pythons/win64-py33/Lib/lib2to3/refactor.py function get_all_fix_names (line 33) | def get_all_fix_names(fixer_pkg, remove_prefix=True): class _EveryNode (line 46) | class _EveryNode(Exception): function _get_head_types (line 50) | def _get_head_types(pat): function _get_headnode_dict (line 78) | def _get_headnode_dict(fixer_list): function get_fixers_from_package (line 103) | def get_fixers_from_package(pkg_name): function _identity (line 110) | def _identity(obj): function _from_system_newlines (line 117) | def _from_system_newlines(input): function _to_system_newlines (line 119) | def _to_system_newlines(input): function _detect_future_features (line 130) | def _detect_future_features(source): class FixerError (line 170) | class FixerError(Exception): class RefactoringTool (line 174) | class RefactoringTool(object): method __init__ (line 182) | def __init__(self, fixer_names, options=None, explicit=None): method get_fixers (line 234) | def get_fixers(self): method log_error (line 274) | def log_error(self, msg, *args, **kwds): method log_message (line 278) | def log_message(self, msg, *args): method log_debug (line 284) | def log_debug(self, msg, *args): method print_output (line 289) | def print_output(self, old_text, new_text, filename, equal): method refactor (line 294) | def refactor(self, items, write=False, doctests_only=False): method refactor_dir (line 303) | def refactor_dir(self, dir_name, write=False, doctests_only=False): method _read_python_source (line 323) | def _read_python_source(self, filename): method refactor_file (line 339) | def refactor_file(self, filename, write=False, doctests_only=False): method refactor_string (line 362) | def refactor_string(self, data, name): method refactor_stdin (line 389) | def refactor_stdin(self, doctests_only=False): method refactor_tree (line 405) | def refactor_tree(self, tree, name): method traverse_by (line 484) | def traverse_by(self, fixers, traversal): method processed_file (line 507) | def processed_file(self, new_text, filename, old_text=None, write=False, method write_file (line 528) | def write_file(self, new_text, filename, old_text, encoding=None): method refactor_docstring (line 552) | def refactor_docstring(self, input, filename): method refactor_doctest (line 595) | def refactor_doctest(self, block, lineno, indent, filename): method summarize (line 624) | def summarize(self): method parse_block (line 647) | def parse_block(self, block, lineno, indent): method wrap_toks (line 657) | def wrap_toks(self, block, lineno, indent): method gen_lines (line 671) | def gen_lines(self, block, indent): class MultiprocessingUnsupported (line 691) | class MultiprocessingUnsupported(Exception): class MultiprocessRefactoringTool (line 695) | class MultiprocessRefactoringTool(RefactoringTool): method __init__ (line 697) | def __init__(self, *args, **kwargs): method refactor (line 702) | def refactor(self, items, write=False, doctests_only=False, method _child (line 731) | def _child(self): method refactor_file (line 742) | def refactor_file(self, *args, **kwargs): FILE: tests/pythons/win64-py33/Lib/linecache.py function getline (line 14) | def getline(filename, lineno, module_globals=None): function clearcache (line 27) | def clearcache(): function getlines (line 34) | def getlines(filename, module_globals=None): function checkcache (line 44) | def checkcache(filename=None): function updatecache (line 69) | def updatecache(filename, module_globals=None): FILE: tests/pythons/win64-py33/Lib/locale.py function _strcoll (line 34) | def _strcoll(a,b): function _strxfrm (line 40) | def _strxfrm(s): function localeconv (line 64) | def localeconv(): function setlocale (line 88) | def setlocale(category, value=None): function localeconv (line 110) | def localeconv(): function _grouping_intervals (line 123) | def _grouping_intervals(grouping): function _group (line 139) | def _group(s, monetary=False): function _strip_padding (line 170) | def _strip_padding(s, amount): function format (line 184) | def format(percent, value, grouping=False, monetary=False, *additional): function _format (line 197) | def _format(percent, value, grouping=False, monetary=False, *additional): function format_string (line 221) | def format_string(f, val, grouping=False): function currency (line 255) | def currency(val, symbol=True, grouping=False, international=False): function str (line 300) | def str(val): function atof (line 304) | def atof(string, func=float): function atoi (line 317) | def atoi(str): function _test (line 321) | def _test(): function _replace_encoding (line 339) | def _replace_encoding(code, encoding): function normalize (line 355) | def normalize(localename): function _parse_localename (line 437) | def _parse_localename(localename): function _build_localename (line 467) | def _build_localename(localetuple): function getdefaultlocale (line 487) | def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function getlocale (line 540) | def getlocale(category=LC_CTYPE): function setlocale (line 558) | def setlocale(category, locale=None): function resetlocale (line 575) | def resetlocale(category=LC_ALL): function getpreferredencoding (line 587) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 597) | def getpreferredencoding(do_setlocale = True): function getpreferredencoding (line 606) | def getpreferredencoding(do_setlocale = True): function _print_locale (line 1884) | def _print_locale(): FILE: tests/pythons/win64-py33/Lib/logging/__init__.py function currentframe (line 66) | def currentframe(): function getLevelName (line 142) | def getLevelName(level): function addLevelName (line 158) | def addLevelName(level, levelName): function _checkLevel (line 171) | def _checkLevel(level): function _acquireLock (line 200) | def _acquireLock(): function _releaseLock (line 209) | def _releaseLock(): class LogRecord (line 220) | class LogRecord(object): method __init__ (line 232) | def __init__(self, name, level, pathname, lineno, method __str__ (line 298) | def __str__(self): method getMessage (line 302) | def getMessage(self): function setLogRecordFactory (line 319) | def setLogRecordFactory(factory): function getLogRecordFactory (line 329) | def getLogRecordFactory(): function makeLogRecord (line 336) | def makeLogRecord(dict): class PercentStyle (line 351) | class PercentStyle(object): method __init__ (line 357) | def __init__(self, fmt): method usesTime (line 360) | def usesTime(self): method format (line 363) | def format(self, record): class StrFormatStyle (line 366) | class StrFormatStyle(PercentStyle): method format (line 371) | def format(self, record): class StringTemplateStyle (line 375) | class StringTemplateStyle(PercentStyle): method __init__ (line 380) | def __init__(self, fmt): method usesTime (line 384) | def usesTime(self): method format (line 388) | def format(self, record): class Formatter (line 399) | class Formatter(object): method __init__ (line 443) | def __init__(self, fmt=None, datefmt=None, style='%'): method formatTime (line 468) | def formatTime(self, record, datefmt=None): method formatException (line 494) | def formatException(self, ei): method usesTime (line 513) | def usesTime(self): method formatMessage (line 519) | def formatMessage(self, record): method formatStack (line 522) | def formatStack(self, stack_info): method format (line 535) | def format(self, record): class BufferingFormatter (line 572) | class BufferingFormatter(object): method __init__ (line 576) | def __init__(self, linefmt=None): method formatHeader (line 586) | def formatHeader(self, records): method formatFooter (line 592) | def formatFooter(self, records): method format (line 598) | def format(self, records): class Filter (line 614) | class Filter(object): method __init__ (line 625) | def __init__(self, name=''): method filter (line 636) | def filter(self, record): class Filterer (line 651) | class Filterer(object): method __init__ (line 656) | def __init__(self): method addFilter (line 662) | def addFilter(self, filter): method removeFilter (line 669) | def removeFilter(self, filter): method filter (line 676) | def filter(self, record): function _removeHandlerRef (line 706) | def _removeHandlerRef(wr): function _addHandlerRef (line 722) | def _addHandlerRef(handler): class Handler (line 732) | class Handler(Filterer): method __init__ (line 741) | def __init__(self, level=NOTSET): method get_name (line 754) | def get_name(self): method set_name (line 757) | def set_name(self, name): method createLock (line 770) | def createLock(self): method acquire (line 779) | def acquire(self): method release (line 786) | def release(self): method setLevel (line 793) | def setLevel(self, level): method format (line 799) | def format(self, record): method emit (line 812) | def emit(self, record): method handle (line 822) | def handle(self, record): method setFormatter (line 840) | def setFormatter(self, fmt): method flush (line 846) | def flush(self): method close (line 855) | def close(self): method handleError (line 872) | def handleError(self, record): class StreamHandler (line 896) | class StreamHandler(Handler): method __init__ (line 905) | def __init__(self, stream=None): method flush (line 916) | def flush(self): method emit (line 927) | def emit(self, record): class FileHandler (line 949) | class FileHandler(StreamHandler): method __init__ (line 953) | def __init__(self, filename, mode='a', encoding=None, delay=False): method close (line 971) | def close(self): method _open (line 988) | def _open(self): method emit (line 995) | def emit(self, record): class _StderrHandler (line 1006) | class _StderrHandler(StreamHandler): method __init__ (line 1012) | def __init__(self, level=NOTSET): method stream (line 1019) | def stream(self): class PlaceHolder (line 1030) | class PlaceHolder(object): method __init__ (line 1036) | def __init__(self, alogger): method append (line 1042) | def append(self, alogger): function setLoggerClass (line 1054) | def setLoggerClass(klass): function getLoggerClass (line 1067) | def getLoggerClass(): class Manager (line 1074) | class Manager(object): method __init__ (line 1079) | def __init__(self, rootnode): method getLogger (line 1090) | def getLogger(self, name): method setLoggerClass (line 1124) | def setLoggerClass(self, klass): method setLogRecordFactory (line 1134) | def setLogRecordFactory(self, factory): method _fixupParents (line 1141) | def _fixupParents(self, alogger): method _fixupChildren (line 1165) | def _fixupChildren(self, ph, alogger): class Logger (line 1182) | class Logger(Filterer): method __init__ (line 1197) | def __init__(self, name, level=NOTSET): method setLevel (line 1209) | def setLevel(self, level): method debug (line 1215) | def debug(self, msg, *args, **kwargs): method info (line 1227) | def info(self, msg, *args, **kwargs): method warning (line 1239) | def warning(self, msg, *args, **kwargs): method warn (line 1251) | def warn(self, msg, *args, **kwargs): method error (line 1256) | def error(self, msg, *args, **kwargs): method exception (line 1268) | def exception(self, msg, *args, **kwargs): method critical (line 1275) | def critical(self, msg, *args, **kwargs): method log (line 1289) | def log(self, level, msg, *args, **kwargs): method findCaller (line 1306) | def findCaller(self, stack_info=False): method makeRecord (line 1336) | def makeRecord(self, name, level, fn, lno, msg, args, exc_info, method _log (line 1351) | def _log(self, level, msg, args, exc_info=None, extra=None, stack_info... method handle (line 1374) | def handle(self, record): method addHandler (line 1384) | def addHandler(self, hdlr): method removeHandler (line 1395) | def removeHandler(self, hdlr): method hasHandlers (line 1406) | def hasHandlers(self): method callHandlers (line 1428) | def callHandlers(self, record): method getEffectiveLevel (line 1458) | def getEffectiveLevel(self): method isEnabledFor (line 1472) | def isEnabledFor(self, level): method getChild (line 1480) | def getChild(self, suffix): class RootLogger (line 1499) | class RootLogger(Logger): method __init__ (line 1505) | def __init__(self, level): class LoggerAdapter (line 1513) | class LoggerAdapter(object): method __init__ (line 1519) | def __init__(self, logger, extra): method process (line 1533) | def process(self, msg, kwargs): method debug (line 1549) | def debug(self, msg, *args, **kwargs): method info (line 1555) | def info(self, msg, *args, **kwargs): method warning (line 1561) | def warning(self, msg, *args, **kwargs): method warn (line 1567) | def warn(self, msg, *args, **kwargs): method error (line 1572) | def error(self, msg, *args, **kwargs): method exception (line 1578) | def exception(self, msg, *args, **kwargs): method critical (line 1585) | def critical(self, msg, *args, **kwargs): method log (line 1591) | def log(self, level, msg, *args, **kwargs): method isEnabledFor (line 1600) | def isEnabledFor(self, level): method setLevel (line 1608) | def setLevel(self, level): method getEffectiveLevel (line 1614) | def getEffectiveLevel(self): method hasHandlers (line 1620) | def hasHandlers(self): function basicConfig (line 1634) | def basicConfig(**kwargs): function getLogger (line 1729) | def getLogger(name=None): function critical (line 1740) | def critical(msg, *args, **kwargs): function error (line 1752) | def error(msg, *args, **kwargs): function exception (line 1762) | def exception(msg, *args, **kwargs): function warning (line 1771) | def warning(msg, *args, **kwargs): function warn (line 1781) | def warn(msg, *args, **kwargs): function info (line 1786) | def info(msg, *args, **kwargs): function debug (line 1796) | def debug(msg, *args, **kwargs): function log (line 1806) | def log(level, msg, *args, **kwargs): function disable (line 1816) | def disable(level): function shutdown (line 1822) | def shutdown(handlerList=_handlerList): class NullHandler (line 1858) | class NullHandler(Handler): method handle (line 1868) | def handle(self, record): method emit (line 1871) | def emit(self, record): method createLock (line 1874) | def createLock(self): function _showwarning (line 1881) | def _showwarning(message, category, filename, lineno, file=None, line=No... function captureWarnings (line 1899) | def captureWarnings(capture): FILE: tests/pythons/win64-py33/Lib/logging/config.py function fileConfig (line 53) | def fileConfig(fname, defaults=None, disable_existing_loggers=True): function _resolve (line 84) | def _resolve(name): function _strip_spaces (line 98) | def _strip_spaces(alist): function _create_formatters (line 101) | def _create_formatters(cp): function _install_handlers (line 122) | def _install_handlers(cp, formatters): function _handle_existing_loggers (line 157) | def _handle_existing_loggers(existing, child_loggers, disable_existing): function _install_loggers (line 178) | def _install_loggers(cp, handlers, disable_existing): function valid_ident (line 267) | def valid_ident(s): class ConvertingDict (line 283) | class ConvertingDict(dict): method __getitem__ (line 286) | def __getitem__(self, key): method get (line 298) | def get(self, key, default=None): method pop (line 310) | def pop(self, key, default=None): class ConvertingList (line 320) | class ConvertingList(list): method __getitem__ (line 322) | def __getitem__(self, key): method pop (line 334) | def pop(self, idx=-1): class ConvertingTuple (line 343) | class ConvertingTuple(tuple): method __getitem__ (line 345) | def __getitem__(self, key): class BaseConfigurator (line 355) | class BaseConfigurator(object): method __init__ (line 375) | def __init__(self, config): method resolve (line 379) | def resolve(self, s): method ext_convert (line 402) | def ext_convert(self, value): method cfg_convert (line 406) | def cfg_convert(self, value): method convert (line 440) | def convert(self, value): method configure_custom (line 468) | def configure_custom(self, config): method as_tuple (line 482) | def as_tuple(self, value): class DictConfigurator (line 488) | class DictConfigurator(BaseConfigurator): method configure (line 494) | def configure(self): method configure_formatter (line 653) | def configure_formatter(self, config): method configure_filter (line 676) | def configure_filter(self, config): method add_filters (line 685) | def add_filters(self, filterer, filters): method configure_handler (line 693) | def configure_handler(self, config): method add_handlers (line 752) | def add_handlers(self, logger, handlers): method common_logger_config (line 760) | def common_logger_config(self, logger, config, incremental=False): method configure_logger (line 778) | def configure_logger(self, name, config, incremental=False): method configure_root (line 786) | def configure_root(self, config, incremental=False): function dictConfig (line 793) | def dictConfig(config): function listen (line 798) | def listen(port=DEFAULT_LOGGING_CONFIG_PORT): function stopListening (line 913) | def stopListening(): FILE: tests/pythons/win64-py33/Lib/logging/handlers.py class BaseRotatingHandler (line 48) | class BaseRotatingHandler(logging.FileHandler): method __init__ (line 54) | def __init__(self, filename, mode, encoding=None, delay=False): method emit (line 64) | def emit(self, record): method rotation_filename (line 80) | def rotation_filename(self, default_name): method rotate (line 99) | def rotate(self, source, dest): class RotatingFileHandler (line 120) | class RotatingFileHandler(BaseRotatingHandler): method __init__ (line 125) | def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, enco... method doRollover (line 157) | def doRollover(self): method shouldRollover (line 180) | def shouldRollover(self, record): class TimedRotatingFileHandler (line 196) | class TimedRotatingFileHandler(BaseRotatingHandler): method __init__ (line 204) | def __init__(self, filename, when='h', interval=1, backupCount=0, enco... method computeRollover (line 257) | def computeRollover(self, currentTime): method shouldRollover (line 317) | def shouldRollover(self, record): method getFilesToDelete (line 329) | def getFilesToDelete(self): method doRollover (line 352) | def doRollover(self): class WatchedFileHandler (line 402) | class WatchedFileHandler(logging.FileHandler): method __init__ (line 422) | def __init__(self, filename, mode='a', encoding=None, delay=False): method _statstream (line 427) | def _statstream(self): method emit (line 432) | def emit(self, record): class SocketHandler (line 464) | class SocketHandler(logging.Handler): method __init__ (line 477) | def __init__(self, host, port): method makeSocket (line 498) | def makeSocket(self, timeout=1): method createSocket (line 513) | def createSocket(self): method send (line 541) | def send(self, s): method makePickle (line 568) | def makePickle(self, record): method handleError (line 588) | def handleError(self, record): method emit (line 602) | def emit(self, record): method close (line 619) | def close(self): class DatagramHandler (line 632) | class DatagramHandler(SocketHandler): method __init__ (line 643) | def __init__(self, host, port): method makeSocket (line 650) | def makeSocket(self): method send (line 658) | def send(self, s): class SysLogHandler (line 670) | class SysLogHandler(logging.Handler): method __init__ (line 773) | def __init__(self, address=('localhost', SYSLOG_UDP_PORT), method _connect_unixsocket (line 801) | def _connect_unixsocket(self, address): method encodePriority (line 825) | def encodePriority(self, facility, priority): method close (line 838) | def close (self): method mapPriority (line 849) | def mapPriority(self, levelName): method emit (line 862) | def emit(self, record): class SMTPHandler (line 901) | class SMTPHandler(logging.Handler): method __init__ (line 905) | def __init__(self, mailhost, fromaddr, toaddrs, subject, method getSubject (line 940) | def getSubject(self, record): method emit (line 949) | def emit(self, record): class NTEventLogHandler (line 981) | class NTEventLogHandler(logging.Handler): method __init__ (line 991) | def __init__(self, appname, dllname=None, logtype="Application"): method getMessageID (line 1017) | def getMessageID(self, record): method getEventCategory (line 1027) | def getEventCategory(self, record): method getEventType (line 1036) | def getEventType(self, record): method emit (line 1049) | def emit(self, record): method close (line 1068) | def close(self): class HTTPHandler (line 1081) | class HTTPHandler(logging.Handler): method __init__ (line 1086) | def __init__(self, host, url, method="GET", secure=False, credentials=... method mapLogRecord (line 1101) | def mapLogRecord(self, record): method emit (line 1109) | def emit(self, record): class BufferingHandler (line 1155) | class BufferingHandler(logging.Handler): method __init__ (line 1161) | def __init__(self, capacity): method shouldFlush (line 1169) | def shouldFlush(self, record): method emit (line 1178) | def emit(self, record): method flush (line 1189) | def flush(self): method close (line 1201) | def close(self): class MemoryHandler (line 1210) | class MemoryHandler(BufferingHandler): method __init__ (line 1216) | def __init__(self, capacity, flushLevel=logging.ERROR, target=None): method shouldFlush (line 1228) | def shouldFlush(self, record): method setTarget (line 1235) | def setTarget(self, target): method flush (line 1241) | def flush(self): method close (line 1258) | def close(self): class QueueHandler (line 1271) | class QueueHandler(logging.Handler): method __init__ (line 1282) | def __init__(self, queue): method enqueue (line 1289) | def enqueue(self, record): method prepare (line 1299) | def prepare(self, record): method emit (line 1324) | def emit(self, record): class QueueListener (line 1338) | class QueueListener(object): method __init__ (line 1346) | def __init__(self, queue, *handlers): method dequeue (line 1356) | def dequeue(self, block): method start (line 1365) | def start(self): method prepare (line 1376) | def prepare(self , record): method handle (line 1386) | def handle(self, record): method _monitor (line 1397) | def _monitor(self): method enqueue_sentinel (line 1429) | def enqueue_sentinel(self): method stop (line 1439) | def stop(self): FILE: tests/pythons/win64-py33/Lib/lzma.py class LZMAFile (line 38) | class LZMAFile(io.BufferedIOBase): method __init__ (line 49) | def __init__(self, filename=None, mode="r", *, method close (line 135) | def close(self): method closed (line 160) | def closed(self): method fileno (line 164) | def fileno(self): method seekable (line 169) | def seekable(self): method readable (line 173) | def readable(self): method writable (line 178) | def writable(self): method _check_not_closed (line 185) | def _check_not_closed(self): method _check_can_read (line 189) | def _check_can_read(self): method _check_can_write (line 193) | def _check_can_write(self): method _check_can_seek (line 197) | def _check_can_seek(self): method _fill_buffer (line 206) | def _fill_buffer(self): method _read_all (line 242) | def _read_all(self, return_data=True): method _read_block (line 254) | def _read_block(self, n, return_data=True): method peek (line 270) | def peek(self, size=-1): method read (line 281) | def read(self, size=-1): method read1 (line 295) | def read1(self, size=-1): method write (line 317) | def write(self, data): method _rewind (line 331) | def _rewind(self): method seek (line 338) | def seek(self, offset, whence=0): method tell (line 380) | def tell(self): function open (line 386) | def open(filename, mode="rb", *, function compress (line 431) | def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): function decompress (line 443) | def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None): FILE: tests/pythons/win64-py33/Lib/macpath.py function _get_colon (line 26) | def _get_colon(path): function normcase (line 34) | def normcase(path): function isabs (line 41) | def isabs(s): function join (line 52) | def join(s, *p): function split (line 69) | def split(s): function splitext (line 85) | def splitext(p): function splitdrive (line 92) | def splitdrive(p): function dirname (line 104) | def dirname(s): return split(s)[0] function basename (line 105) | def basename(s): return split(s)[1] function ismount (line 107) | def ismount(s): function islink (line 113) | def islink(s): function lexists (line 125) | def lexists(path): function expandvars (line 134) | def expandvars(path): function expanduser (line 139) | def expanduser(path): class norm_error (line 143) | class norm_error(Exception): function normpath (line 146) | def normpath(s): function abspath (line 175) | def abspath(path): function realpath (line 186) | def realpath(path): FILE: tests/pythons/win64-py33/Lib/macurl2path.py function url2pathname (line 10) | def url2pathname(pathname): function pathname2url (line 52) | def pathname2url(pathname): function _pncomp2url (line 75) | def _pncomp2url(component): FILE: tests/pythons/win64-py33/Lib/mailbox.py class Mailbox (line 36) | class Mailbox: method __init__ (line 39) | def __init__(self, path, factory=None, create=True): method add (line 44) | def add(self, message): method remove (line 48) | def remove(self, key): method __delitem__ (line 52) | def __delitem__(self, key): method discard (line 55) | def discard(self, key): method __setitem__ (line 62) | def __setitem__(self, key, message): method get (line 66) | def get(self, key, default=None): method __getitem__ (line 73) | def __getitem__(self, key): method get_message (line 81) | def get_message(self, key): method get_string (line 85) | def get_string(self, key): method get_bytes (line 92) | def get_bytes(self, key): method get_file (line 96) | def get_file(self, key): method iterkeys (line 100) | def iterkeys(self): method keys (line 104) | def keys(self): method itervalues (line 108) | def itervalues(self): method __iter__ (line 117) | def __iter__(self): method values (line 120) | def values(self): method iteritems (line 124) | def iteritems(self): method items (line 133) | def items(self): method __contains__ (line 137) | def __contains__(self, key): method __len__ (line 141) | def __len__(self): method clear (line 145) | def clear(self): method pop (line 150) | def pop(self, key, default=None): method popitem (line 159) | def popitem(self): method update (line 166) | def update(self, arg=None): method flush (line 183) | def flush(self): method lock (line 187) | def lock(self): method unlock (line 191) | def unlock(self): method close (line 195) | def close(self): method _string_to_bytes (line 199) | def _string_to_bytes(self, message): method _dump_message (line 212) | def _dump_message(self, message, target, mangle_from_=False): class Maildir (line 267) | class Maildir(Mailbox): method __init__ (line 272) | def __init__(self, dirname, factory=None, create=True): method add (line 292) | def add(self, message): method remove (line 333) | def remove(self, key): method discard (line 337) | def discard(self, key): method __setitem__ (line 348) | def __setitem__(self, key, message): method get_message (line 375) | def get_message(self, key): method get_bytes (line 393) | def get_bytes(self, key): method get_file (line 401) | def get_file(self, key): method iterkeys (line 406) | def iterkeys(self): method __contains__ (line 416) | def __contains__(self, key): method __len__ (line 421) | def __len__(self): method flush (line 426) | def flush(self): method lock (line 432) | def lock(self): method unlock (line 436) | def unlock(self): method close (line 440) | def close(self): method list_folders (line 444) | def list_folders(self): method get_folder (line 453) | def get_folder(self, folder): method add_folder (line 459) | def add_folder(self, folder): method remove_folder (line 469) | def remove_folder(self, folder): method clean (line 488) | def clean(self): method _create_tmp (line 498) | def _create_tmp(self): method _refresh (line 526) | def _refresh(self): method _lookup (line 562) | def _lookup(self, key): method next (line 576) | def next(self): class _singlefileMailbox (line 589) | class _singlefileMailbox(Mailbox): method __init__ (line 592) | def __init__(self, path, factory=None, create=True): method add (line 615) | def add(self, message): method remove (line 625) | def remove(self, key): method __setitem__ (line 631) | def __setitem__(self, key, message): method iterkeys (line 637) | def iterkeys(self): method __contains__ (line 643) | def __contains__(self, key): method __len__ (line 648) | def __len__(self): method lock (line 653) | def lock(self): method unlock (line 659) | def unlock(self): method flush (line 665) | def flush(self): method _pre_mailbox_hook (line 733) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 737) | def _pre_message_hook(self, f): method _post_message_hook (line 741) | def _post_message_hook(self, f): method close (line 745) | def close(self): method _lookup (line 752) | def _lookup(self, key=None): method _append_message (line 762) | def _append_message(self, message): class _mboxMMDF (line 785) | class _mboxMMDF(_singlefileMailbox): method get_message (line 790) | def get_message(self, key): method get_string (line 800) | def get_string(self, key, from_=False): method get_bytes (line 805) | def get_bytes(self, key, from_=False): method get_file (line 814) | def get_file(self, key, from_=False): method _install_message (line 822) | def _install_message(self, message): class mbox (line 851) | class mbox(_mboxMMDF): method __init__ (line 860) | def __init__(self, path, factory=None, create=True): method _post_message_hook (line 865) | def _post_message_hook(self, f): method _generate_toc (line 869) | def _generate_toc(self): class MMDF (line 903) | class MMDF(_mboxMMDF): method __init__ (line 906) | def __init__(self, path, factory=None, create=True): method _pre_message_hook (line 911) | def _pre_message_hook(self, f): method _post_message_hook (line 915) | def _post_message_hook(self, f): method _generate_toc (line 919) | def _generate_toc(self): class MH (line 948) | class MH(Mailbox): method __init__ (line 951) | def __init__(self, path, factory=None, create=True): method add (line 963) | def add(self, message): method remove (line 997) | def remove(self, key): method __setitem__ (line 1011) | def __setitem__(self, key, message): method get_message (line 1035) | def get_message(self, key): method get_bytes (line 1062) | def get_bytes(self, key): method get_file (line 1085) | def get_file(self, key): method iterkeys (line 1096) | def iterkeys(self): method __contains__ (line 1101) | def __contains__(self, key): method __len__ (line 1105) | def __len__(self): method lock (line 1109) | def lock(self): method unlock (line 1116) | def unlock(self): method flush (line 1124) | def flush(self): method close (line 1128) | def close(self): method list_folders (line 1133) | def list_folders(self): method get_folder (line 1141) | def get_folder(self, folder): method add_folder (line 1146) | def add_folder(self, folder): method remove_folder (line 1151) | def remove_folder(self, folder): method get_sequences (line 1163) | def get_sequences(self): method set_sequences (line 1187) | def set_sequences(self, sequences): method pack (line 1216) | def pack(self): method _dump_sequences (line 1241) | def _dump_sequences(self, message, key): class Babyl (line 1256) | class Babyl(_singlefileMailbox): method __init__ (line 1262) | def __init__(self, path, factory=None, create=True): method add (line 1267) | def add(self, message): method remove (line 1274) | def remove(self, key): method __setitem__ (line 1280) | def __setitem__(self, key, message): method get_message (line 1286) | def get_message(self, key): method get_bytes (line 1314) | def get_bytes(self, key): method get_file (line 1336) | def get_file(self, key): method get_labels (line 1340) | def get_labels(self): method _generate_toc (line 1349) | def _generate_toc(self): method _pre_mailbox_hook (line 1379) | def _pre_mailbox_hook(self, f): method _pre_message_hook (line 1389) | def _pre_message_hook(self, f): method _post_message_hook (line 1393) | def _post_message_hook(self, f): method _install_message (line 1397) | def _install_message(self, message): class Message (line 1505) | class Message(email.message.Message): method __init__ (line 1508) | def __init__(self, message=None): method _become_message (line 1527) | def _become_message(self, message): method _explain_to (line 1534) | def _explain_to(self, message): class MaildirMessage (line 1542) | class MaildirMessage(Message): method __init__ (line 1547) | def __init__(self, message=None): method get_subdir (line 1554) | def get_subdir(self): method set_subdir (line 1558) | def set_subdir(self, subdir): method get_flags (line 1565) | def get_flags(self): method set_flags (line 1572) | def set_flags(self, flags): method add_flag (line 1576) | def add_flag(self, flag): method remove_flag (line 1580) | def remove_flag(self, flag): method get_date (line 1585) | def get_date(self): method set_date (line 1589) | def set_date(self, date): method get_info (line 1596) | def get_info(self): method set_info (line 1600) | def set_info(self, info): method _explain_to (line 1607) | def _explain_to(self, message): class _mboxMMDFMessage (line 1651) | class _mboxMMDFMessage(Message): method __init__ (line 1656) | def __init__(self, message=None): method get_from (line 1665) | def get_from(self): method set_from (line 1669) | def set_from(self, from_, time_=None): method get_flags (line 1677) | def get_flags(self): method set_flags (line 1681) | def set_flags(self, flags): method add_flag (line 1703) | def add_flag(self, flag): method remove_flag (line 1707) | def remove_flag(self, flag): method _explain_to (line 1712) | def _explain_to(self, message): class mboxMessage (line 1764) | class mboxMessage(_mboxMMDFMessage): class MHMessage (line 1768) | class MHMessage(Message): method __init__ (line 1773) | def __init__(self, message=None): method get_sequences (line 1778) | def get_sequences(self): method set_sequences (line 1782) | def set_sequences(self, sequences): method add_sequence (line 1786) | def add_sequence(self, sequence): method remove_sequence (line 1794) | def remove_sequence(self, sequence): method _explain_to (line 1801) | def _explain_to(self, message): class BabylMessage (line 1840) | class BabylMessage(Message): method __init__ (line 1845) | def __init__(self, message=None): method get_labels (line 1851) | def get_labels(self): method set_labels (line 1855) | def set_labels(self, labels): method add_label (line 1859) | def add_label(self, label): method remove_label (line 1867) | def remove_label(self, label): method get_visible (line 1874) | def get_visible(self): method set_visible (line 1878) | def set_visible(self, visible): method update_visible (line 1882) | def update_visible(self): method _explain_to (line 1893) | def _explain_to(self, message): class MMDFMessage (line 1935) | class MMDFMessage(_mboxMMDFMessage): class _ProxyFile (line 1939) | class _ProxyFile: method __init__ (line 1942) | def __init__(self, f, pos=None): method read (line 1950) | def read(self, size=None): method read1 (line 1954) | def read1(self, size=None): method readline (line 1958) | def readline(self, size=None): method readlines (line 1962) | def readlines(self, sizehint=None): method __iter__ (line 1973) | def __iter__(self): method tell (line 1981) | def tell(self): method seek (line 1985) | def seek(self, offset, whence=0): method close (line 1992) | def close(self): method _read (line 1999) | def _read(self, size, read_method): method __enter__ (line 2008) | def __enter__(self): method __exit__ (line 2012) | def __exit__(self, *exc): method readable (line 2015) | def readable(self): method writable (line 2018) | def writable(self): method seekable (line 2021) | def seekable(self): method flush (line 2024) | def flush(self): method closed (line 2028) | def closed(self): class _PartialFile (line 2036) | class _PartialFile(_ProxyFile): method __init__ (line 2039) | def __init__(self, f, start=None, stop=None): method tell (line 2045) | def tell(self): method seek (line 2049) | def seek(self, offset, whence=0): method _read (line 2059) | def _read(self, size, read_method): method close (line 2068) | def close(self): function _lock_file (line 2075) | def _lock_file(f, dotlock=True): function _unlock_file (line 2120) | def _unlock_file(f): function _create_carefully (line 2127) | def _create_carefully(path): function _create_temporary (line 2135) | def _create_temporary(path): function _sync_flush (line 2141) | def _sync_flush(f): function _sync_close (line 2147) | def _sync_close(f): class Error (line 2153) | class Error(Exception): class NoSuchMailboxError (line 2156) | class NoSuchMailboxError(Error): class NotEmptyError (line 2159) | class NotEmptyError(Error): class ExternalClashError (line 2162) | class ExternalClashError(Error): class FormatError (line 2165) | class FormatError(Error): FILE: tests/pythons/win64-py33/Lib/mailcap.py function getcaps (line 9) | def getcaps(): function listmailcapfiles (line 34) | def listmailcapfiles(): function readmailcapfile (line 53) | def readmailcapfile(fp): function parseline (line 91) | def parseline(line): function parsefield (line 122) | def parsefield(line, i, n): function findmatch (line 138) | def findmatch(caps, MIMEtype, key='view', filename="/dev/null", plist=[]): function lookup (line 158) | def lookup(caps, MIMEtype, key=None): function subst (line 170) | def subst(field, MIMEtype, filename, plist=[]): function findparam (line 202) | def findparam(name, plist): function test (line 213) | def test(): function show (line 235) | def show(caps): FILE: tests/pythons/win64-py33/Lib/mimetypes.py class MimeTypes (line 56) | class MimeTypes: method __init__ (line 64) | def __init__(self, filenames=(), strict=True): method add_type (line 78) | def add_type(self, type, ext, strict=True): method guess_type (line 95) | def guess_type(self, url, strict=True): method guess_all_extensions (line 157) | def guess_all_extensions(self, type, strict=True): method guess_extension (line 176) | def guess_extension(self, type, strict=True): method read (line 194) | def read(self, filename, strict=True): method readfp (line 205) | def readfp(self, fp, strict=True): method read_windows_registry (line 228) | def read_windows_registry(self, strict=True): function guess_type (line 268) | def guess_type(url, strict=True): function guess_all_extensions (line 291) | def guess_all_extensions(type, strict=True): function guess_extension (line 308) | def guess_extension(type, strict=True): function add_type (line 324) | def add_type(type, ext, strict=True): function init (line 341) | def init(files=None): function read_mime_types (line 361) | def read_mime_types(file): function _default_mime_types (line 372) | def _default_mime_types(): function usage (line 564) | def usage(code, msg=''): FILE: tests/pythons/win64-py33/Lib/modulefinder.py function AddPackagePath (line 29) | def AddPackagePath(packagename, path): function ReplacePackage (line 40) | def ReplacePackage(oldname, newname): class Module (line 44) | class Module: method __init__ (line 46) | def __init__(self, name, file=None, path=None): method __repr__ (line 59) | def __repr__(self): class ModuleFinder (line 68) | class ModuleFinder: method __init__ (line 70) | def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): method msg (line 82) | def msg(self, level, str, *args): method msgin (line 91) | def msgin(self, *args): method msgout (line 97) | def msgout(self, *args): method run_script (line 103) | def run_script(self, pathname): method load_file (line 109) | def load_file(self, pathname): method import_hook (line 116) | def import_hook(self, name, caller=None, fromlist=None, level=-1): method determine_parent (line 127) | def determine_parent(self, caller, level=-1): method find_head_package (line 162) | def find_head_package(self, parent, name): method load_tail (line 189) | def load_tail(self, q, tail): method ensure_fromlist (line 204) | def ensure_fromlist(self, m, fromlist, recursive=0): method find_all_submodules (line 218) | def find_all_submodules(self, m): method import_module (line 246) | def import_module(self, partname, fqname, parent): method load_module (line 277) | def load_module(self, fqname, fp, pathname, file_info): method _add_badmodule (line 304) | def _add_badmodule(self, name, caller): method _safe_import_hook (line 312) | def _safe_import_hook(self, name, caller, fromlist, level=-1): method scan_opcodes_25 (line 335) | def scan_opcodes_25(self, co, method scan_code (line 364) | def scan_code(self, co, m): method load_package (line 413) | def load_package(self, fqname, pathname): method add_module (line 434) | def add_module(self, fqname): method find_module (line 440) | def find_module(self, name, path, parent=None): method report (line 457) | def report(self): method any_missing (line 491) | def any_missing(self): method any_missing_maybe (line 499) | def any_missing_maybe(self): method replace_paths_in_code (line 545) | def replace_paths_in_code(self, co): function test (line 573) | def test(): FILE: tests/pythons/win64-py33/Lib/msilib/__init__.py class Table (line 27) | class Table: method __init__ (line 28) | def __init__(self, name): method add_field (line 32) | def add_field(self, index, name, type): method sql (line 35) | def sql(self): method create (line 77) | def create(self, db): class _Unspecified (line 82) | class _Unspecified:pass function change_sequence (line 83) | def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): function add_data (line 95) | def add_data(db, table, values): function add_stream (line 122) | def add_stream(db, name, path): function init_database (line 129) | def init_database(name, schema, function add_tables (line 170) | def add_tables(db, module): function make_id (line 174) | def make_id(str): function gen_uuid (line 182) | def gen_uuid(): class CAB (line 185) | class CAB: method __init__ (line 186) | def __init__(self, name): method gen_id (line 192) | def gen_id(self, file): method append (line 201) | def append(self, full, file, logical): method commit (line 210) | def commit(self, db): class Directory (line 221) | class Directory: method __init__ (line 222) | def __init__(self, db, cab, basedir, physical, _logical, default, comp... method start_component (line 256) | def start_component(self, component = None, feature = None, flags = No... method make_short (line 285) | def make_short(self, file): method add_file (line 326) | def add_file(self, file, src=None, version=None, language=None): method glob (line 375) | def glob(self, pattern, exclude = None): method remove_pyc (line 384) | def remove_pyc(self): class Binary (line 390) | class Binary: method __init__ (line 391) | def __init__(self, fname): method __repr__ (line 393) | def __repr__(self): class Feature (line 396) | class Feature: method __init__ (line 397) | def __init__(self, db, id, title, desc, display, level = 1, method set_current (line 405) | def set_current(self): class Control (line 409) | class Control: method __init__ (line 410) | def __init__(self, dlg, name): method event (line 414) | def event(self, event, argument, condition = "1", ordering = None): method mapping (line 419) | def mapping(self, event, attribute): method condition (line 423) | def condition(self, action, condition): class RadioButtonGroup (line 427) | class RadioButtonGroup(Control): method __init__ (line 428) | def __init__(self, dlg, name, property): method add (line 434) | def add(self, name, x, y, w, h, text, value = None): class Dialog (line 442) | class Dialog: method __init__ (line 443) | def __init__(self, db, name, x, y, w, h, attr, title, first, default, ... method control (line 449) | def control(self, name, type, x, y, w, h, attr, prop, text, next, help): method text (line 454) | def text(self, name, x, y, w, h, attr, text): method bitmap (line 458) | def bitmap(self, name, x, y, w, h, text): method line (line 461) | def line(self, name, x, y, w, h): method pushbutton (line 464) | def pushbutton(self, name, x, y, w, h, attr, text, next): method radiogroup (line 467) | def radiogroup(self, name, x, y, w, h, attr, prop, text, next): method checkbox (line 473) | def checkbox(self, name, x, y, w, h, attr, prop, text, next): FILE: tests/pythons/win64-py33/Lib/multiprocessing/__init__.py class ProcessError (line 46) | class ProcessError(Exception): class BufferTooShort (line 49) | class BufferTooShort(ProcessError): class TimeoutError (line 52) | class TimeoutError(ProcessError): class AuthenticationError (line 55) | class AuthenticationError(ProcessError): function Manager (line 64) | def Manager(): function Pipe (line 76) | def Pipe(duplex=True): function cpu_count (line 83) | def cpu_count(): function freeze_support (line 112) | def freeze_support(): function get_logger (line 121) | def get_logger(): function log_to_stderr (line 128) | def log_to_stderr(level=None): function allow_connection_pickling (line 135) | def allow_connection_pickling(): function Lock (line 147) | def Lock(): function RLock (line 154) | def RLock(): function Condition (line 161) | def Condition(lock=None): function Semaphore (line 168) | def Semaphore(value=1): function BoundedSemaphore (line 175) | def BoundedSemaphore(value=1): function Event (line 182) | def Event(): function Barrier (line 189) | def Barrier(parties, action=None, timeout=None): function Queue (line 196) | def Queue(maxsize=0): function JoinableQueue (line 203) | def JoinableQueue(maxsize=0): function SimpleQueue (line 210) | def SimpleQueue(): function Pool (line 217) | def Pool(processes=None, initializer=None, initargs=(), maxtasksperchild... function RawValue (line 224) | def RawValue(typecode_or_type, *args): function RawArray (line 231) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 238) | def Value(typecode_or_type, *args, lock=True): function Array (line 245) | def Array(typecode_or_type, size_or_initializer, *, lock=True): function set_executable (line 258) | def set_executable(executable): FILE: tests/pythons/win64-py33/Lib/multiprocessing/connection.py function _init_timeout (line 58) | def _init_timeout(timeout=CONNECTION_TIMEOUT): function _check_timeout (line 61) | def _check_timeout(t): function arbitrary_address (line 68) | def arbitrary_address(family): function _validate_family (line 82) | def _validate_family(family): function address_type (line 94) | def address_type(address): class _ConnectionBase (line 113) | class _ConnectionBase: method __init__ (line 116) | def __init__(self, handle, readable=True, writable=True): method __del__ (line 129) | def __del__(self): method _check_closed (line 133) | def _check_closed(self): method _check_readable (line 137) | def _check_readable(self): method _check_writable (line 141) | def _check_writable(self): method _bad_message_length (line 145) | def _bad_message_length(self): method closed (line 153) | def closed(self): method readable (line 158) | def readable(self): method writable (line 163) | def writable(self): method fileno (line 167) | def fileno(self): method close (line 172) | def close(self): method send_bytes (line 180) | def send_bytes(self, buf, offset=0, size=None): method send (line 201) | def send(self, obj): method recv_bytes (line 209) | def recv_bytes(self, maxlength=None): method recv_bytes_into (line 222) | def recv_bytes_into(self, buf, offset=0): method recv (line 247) | def recv(self): method poll (line 254) | def poll(self, timeout=0.0): method __enter__ (line 260) | def __enter__(self): method __exit__ (line 263) | def __exit__(self, exc_type, exc_value, exc_tb): class PipeConnection (line 269) | class PipeConnection(_ConnectionBase): method _close (line 277) | def _close(self, _CloseHandle=_winapi.CloseHandle): method _send_bytes (line 280) | def _send_bytes(self, buf): method _recv_bytes (line 295) | def _recv_bytes(self, maxsize=None): method _poll (line 327) | def _poll(self, timeout): method _get_more_data (line 333) | def _get_more_data(self, ov, maxsize): class Connection (line 349) | class Connection(_ConnectionBase): method _close (line 356) | def _close(self, _close=_multiprocessing.closesocket): method _close (line 361) | def _close(self, _close=os.close): method _send (line 366) | def _send(self, buf, write=_write): method _recv (line 378) | def _recv(self, size, read=_read): method _send_bytes (line 397) | def _send_bytes(self, buf): method _recv_bytes (line 416) | def _recv_bytes(self, maxsize=None): method _poll (line 423) | def _poll(self, timeout): class Listener (line 432) | class Listener(object): method __init__ (line 439) | def __init__(self, address=None, family=None, backlog=1, authkey=None): method accept (line 455) | def accept(self): method close (line 469) | def close(self): method __enter__ (line 480) | def __enter__(self): method __exit__ (line 483) | def __exit__(self, exc_type, exc_value, exc_tb): function Client (line 487) | def Client(address, family=None, authkey=None): function Pipe (line 510) | def Pipe(duplex=True): function Pipe (line 529) | def Pipe(duplex=True): class SocketListener (line 571) | class SocketListener(object): method __init__ (line 575) | def __init__(self, address, family, backlog=1): method accept (line 599) | def accept(self): method close (line 610) | def close(self): function SocketClient (line 616) | def SocketClient(address): class PipeListener (line 632) | class PipeListener(object): method __init__ (line 636) | def __init__(self, address, backlog=None): method _new_handle (line 647) | def _new_handle(self, first=False): method accept (line 659) | def accept(self): method _finalize_pipe_listener (line 683) | def _finalize_pipe_listener(queue, address): function PipeClient (line 688) | def PipeClient(address): function deliver_challenge (line 725) | def deliver_challenge(connection, authkey): function answer_challenge (line 738) | def answer_challenge(connection, authkey): class ConnectionWrapper (line 754) | class ConnectionWrapper(object): method __init__ (line 755) | def __init__(self, conn, dumps, loads): method send (line 762) | def send(self, obj): method recv (line 765) | def recv(self): function _xml_dumps (line 769) | def _xml_dumps(obj): function _xml_loads (line 772) | def _xml_loads(s): class XmlListener (line 776) | class XmlListener(Listener): method accept (line 777) | def accept(self): function XmlClient (line 783) | def XmlClient(*args, **kwds): function _exhaustive_wait (line 794) | def _exhaustive_wait(handles, timeout): function wait (line 816) | def wait(object_list, timeout=None): function _poll (line 888) | def _poll(fds, timeout): function _poll (line 906) | def _poll(fds, timeout): function wait (line 910) | def wait(object_list, timeout=None): FILE: tests/pythons/win64-py33/Lib/multiprocessing/dummy/__init__.py class DummyProcess (line 59) | class DummyProcess(threading.Thread): method __init__ (line 61) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method start (line 68) | def start(self): method exitcode (line 76) | def exitcode(self): function active_children (line 90) | def active_children(): function freeze_support (line 97) | def freeze_support(): class Namespace (line 104) | class Namespace(object): method __init__ (line 105) | def __init__(self, **kwds): method __repr__ (line 107) | def __repr__(self): function Array (line 119) | def Array(typecode, sequence, lock=True): class Value (line 122) | class Value(object): method __init__ (line 123) | def __init__(self, typecode, value, lock=True): method _get (line 126) | def _get(self): method _set (line 128) | def _set(self, value): method __repr__ (line 131) | def __repr__(self): function Manager (line 134) | def Manager(): function shutdown (line 137) | def shutdown(): function Pool (line 140) | def Pool(processes=None, initializer=None, initargs=()): FILE: tests/pythons/win64-py33/Lib/multiprocessing/dummy/connection.py class Listener (line 43) | class Listener(object): method __init__ (line 45) | def __init__(self, address=None, family=None, backlog=1): method accept (line 48) | def accept(self): method close (line 51) | def close(self): method __enter__ (line 56) | def __enter__(self): method __exit__ (line 59) | def __exit__(self, exc_type, exc_value, exc_tb): function Client (line 63) | def Client(address): function Pipe (line 69) | def Pipe(duplex=True): class Connection (line 74) | class Connection(object): method __init__ (line 76) | def __init__(self, _in, _out): method poll (line 82) | def poll(self, timeout=0.0): method close (line 92) | def close(self): method __enter__ (line 95) | def __enter__(self): method __exit__ (line 98) | def __exit__(self, exc_type, exc_value, exc_tb): FILE: tests/pythons/win64-py33/Lib/multiprocessing/forking.py function assert_spawning (line 23) | def assert_spawning(self): class ForkingPickler (line 37) | class ForkingPickler(Pickler): method __init__ (line 39) | def __init__(self, *args): method register (line 44) | def register(cls, type, reduce): function _reduce_method (line 47) | def _reduce_method(m): class _C (line 52) | class _C: method f (line 53) | def f(self): function _reduce_method_descriptor (line 58) | def _reduce_method_descriptor(m): function _reduce_partial (line 68) | def _reduce_partial(p): function _rebuild_partial (line 70) | def _rebuild_partial(func, args, keywords): class Popen (line 87) | class Popen(object): method __init__ (line 89) | def __init__(self, process_obj): method poll (line 111) | def poll(self, flag=os.WNOHANG): method wait (line 132) | def wait(self, timeout=None): method terminate (line 142) | def terminate(self): method thread_is_spawning (line 151) | def thread_is_spawning(): method __init__ (line 215) | def __init__(self, process_obj): method thread_is_spawning (line 253) | def thread_is_spawning(): method duplicate_for_child (line 257) | def duplicate_for_child(handle): method wait (line 260) | def wait(self, timeout=None): method poll (line 276) | def poll(self): method terminate (line 279) | def terminate(self): function dump (line 165) | def dump(obj, file, protocol=None): function set_executable (line 188) | def set_executable(exe): function duplicate (line 196) | def duplicate(handle, target_process=None, inheritable=False): class Popen (line 209) | class Popen(object): method __init__ (line 89) | def __init__(self, process_obj): method poll (line 111) | def poll(self, flag=os.WNOHANG): method wait (line 132) | def wait(self, timeout=None): method terminate (line 142) | def terminate(self): method thread_is_spawning (line 151) | def thread_is_spawning(): method __init__ (line 215) | def __init__(self, process_obj): method thread_is_spawning (line 253) | def thread_is_spawning(): method duplicate_for_child (line 257) | def duplicate_for_child(handle): method wait (line 260) | def wait(self, timeout=None): method poll (line 276) | def poll(self): method terminate (line 279) | def terminate(self): function is_forking (line 291) | def is_forking(argv): function freeze_support (line 302) | def freeze_support(): function get_command_line (line 311) | def get_command_line(): function main (line 338) | def main(): function get_preparation_data (line 360) | def get_preparation_data(name): function prepare (line 396) | def prepare(data): FILE: tests/pythons/win64-py33/Lib/multiprocessing/heap.py class Arena (line 31) | class Arena(object): method __init__ (line 35) | def __init__(self, size): method __getstate__ (line 42) | def __getstate__(self): method __setstate__ (line 46) | def __setstate__(self, state): method __init__ (line 55) | def __init__(self, size): class Arena (line 53) | class Arena(object): method __init__ (line 35) | def __init__(self, size): method __getstate__ (line 42) | def __getstate__(self): method __setstate__ (line 46) | def __setstate__(self, state): method __init__ (line 55) | def __init__(self, size): class Heap (line 64) | class Heap(object): method __init__ (line 68) | def __init__(self, size=mmap.PAGESIZE): method _roundup (line 82) | def _roundup(n, alignment): method _malloc (line 87) | def _malloc(self, size): method _free (line 109) | def _free(self, block): method _absorb (line 139) | def _absorb(self, block): method _free_pending_blocks (line 154) | def _free_pending_blocks(self): method free (line 164) | def free(self, block): method malloc (line 188) | def malloc(self, size): class BufferWrapper (line 211) | class BufferWrapper(object): method __init__ (line 215) | def __init__(self, size): method create_memoryview (line 221) | def create_memoryview(self): FILE: tests/pythons/win64-py33/Lib/multiprocessing/managers.py function reduce_array (line 32) | def reduce_array(a): function rebuild_as_list (line 38) | def rebuild_as_list(obj): class Token (line 49) | class Token(object): method __init__ (line 55) | def __init__(self, typeid, address, id): method __getstate__ (line 58) | def __getstate__(self): method __setstate__ (line 61) | def __setstate__(self, state): method __repr__ (line 64) | def __repr__(self): function dispatch (line 72) | def dispatch(c, id, methodname, args=(), kwds={}): function convert_to_error (line 82) | def convert_to_error(kind, result): class RemoteError (line 94) | class RemoteError(Exception): method __str__ (line 95) | def __str__(self): function all_methods (line 102) | def all_methods(obj): function public_methods (line 113) | def public_methods(obj): class Server (line 123) | class Server(object): method __init__ (line 130) | def __init__(self, registry, address, authkey, serializer): method serve_forever (line 144) | def serve_forever(self): method accepter (line 166) | def accepter(self): method handle_request (line 176) | def handle_request(self, c): method serve_client (line 210) | def serve_client(self, conn): method fallback_getvalue (line 284) | def fallback_getvalue(self, conn, ident, obj): method fallback_str (line 287) | def fallback_str(self, conn, ident, obj): method fallback_repr (line 290) | def fallback_repr(self, conn, ident, obj): method dummy (line 299) | def dummy(self, c): method debug_info (line 302) | def debug_info(self, c): method number_of_objects (line 320) | def number_of_objects(self, c): method shutdown (line 326) | def shutdown(self, c): method create (line 339) | def create(self, c, typeid, *args, **kwds): method get_methods (line 377) | def get_methods(self, c, token): method accept_connection (line 383) | def accept_connection(self, c, name): method incref (line 391) | def incref(self, c, ident): method decref (line 398) | def decref(self, c, ident): class State (line 413) | class State(object): class BaseManager (line 432) | class BaseManager(object): method __init__ (line 439) | def __init__(self, address=None, authkey=None, serializer='pickle'): method get_server (line 449) | def get_server(self): method connect (line 457) | def connect(self): method start (line 466) | def start(self, initializer=None, initargs=()): method _run_server (line 503) | def _run_server(cls, registry, address, authkey, serializer, writer, method _create (line 522) | def _create(self, typeid, *args, **kwds): method join (line 534) | def join(self, timeout=None): method _debug_info (line 543) | def _debug_info(self): method _number_of_objects (line 553) | def _number_of_objects(self): method __enter__ (line 563) | def __enter__(self): method __exit__ (line 569) | def __exit__(self, exc_type, exc_val, exc_tb): method _finalize_manager (line 573) | def _finalize_manager(process, address, authkey, state, _Client): method register (line 607) | def register(cls, typeid, callable=None, proxytype=None, exposed=None, class ProcessLocalSet (line 650) | class ProcessLocalSet(set): method __init__ (line 651) | def __init__(self): method __reduce__ (line 653) | def __reduce__(self): class BaseProxy (line 660) | class BaseProxy(object): method __init__ (line 667) | def __init__(self, token, serializer, manager=None, method _connect (line 705) | def _connect(self): method _callmethod (line 714) | def _callmethod(self, methodname, args=(), kwds={}): method _getvalue (line 744) | def _getvalue(self): method _incref (line 750) | def _incref(self): method _decref (line 767) | def _decref(token, authkey, state, tls, idset, _Client): method _after_fork (line 791) | def _after_fork(self): method __reduce__ (line 799) | def __reduce__(self): method __deepcopy__ (line 812) | def __deepcopy__(self, memo): method __repr__ (line 815) | def __repr__(self): method __str__ (line 819) | def __str__(self): function RebuildProxy (line 832) | def RebuildProxy(func, token, serializer, kwds): function MakeProxyType (line 853) | def MakeProxyType(name, exposed, _cache={}): function AutoProxy (line 875) | def AutoProxy(token, serializer, manager=None, authkey=None, class Namespace (line 904) | class Namespace(object): method __init__ (line 905) | def __init__(self, **kwds): method __repr__ (line 907) | def __repr__(self): class Value (line 916) | class Value(object): method __init__ (line 917) | def __init__(self, typecode, value, lock=True): method get (line 920) | def get(self): method set (line 922) | def set(self, value): method __repr__ (line 924) | def __repr__(self): function Array (line 928) | def Array(typecode, sequence, lock=True): class IteratorProxy (line 935) | class IteratorProxy(BaseProxy): method __iter__ (line 937) | def __iter__(self): method __next__ (line 939) | def __next__(self, *args): method send (line 941) | def send(self, *args): method throw (line 943) | def throw(self, *args): method close (line 945) | def close(self, *args): class AcquirerProxy (line 949) | class AcquirerProxy(BaseProxy): method acquire (line 951) | def acquire(self, blocking=True, timeout=None): method release (line 954) | def release(self): method __enter__ (line 956) | def __enter__(self): method __exit__ (line 958) | def __exit__(self, exc_type, exc_val, exc_tb): class ConditionProxy (line 962) | class ConditionProxy(AcquirerProxy): method wait (line 964) | def wait(self, timeout=None): method notify (line 966) | def notify(self): method notify_all (line 968) | def notify_all(self): method wait_for (line 970) | def wait_for(self, predicate, timeout=None): class EventProxy (line 989) | class EventProxy(BaseProxy): method is_set (line 991) | def is_set(self): method set (line 993) | def set(self): method clear (line 995) | def clear(self): method wait (line 997) | def wait(self, timeout=None): class BarrierProxy (line 1001) | class BarrierProxy(BaseProxy): method wait (line 1003) | def wait(self, timeout=None): method abort (line 1005) | def abort(self): method reset (line 1007) | def reset(self): method parties (line 1010) | def parties(self): method n_waiting (line 1013) | def n_waiting(self): method broken (line 1016) | def broken(self): class NamespaceProxy (line 1020) | class NamespaceProxy(BaseProxy): method __getattr__ (line 1022) | def __getattr__(self, key): method __setattr__ (line 1027) | def __setattr__(self, key, value): method __delattr__ (line 1032) | def __delattr__(self, key): class ValueProxy (line 1039) | class ValueProxy(BaseProxy): method get (line 1041) | def get(self): method set (line 1043) | def set(self, value): class ListProxy (line 1054) | class ListProxy(BaseListProxy): method __iadd__ (line 1055) | def __iadd__(self, value): method __imul__ (line 1058) | def __imul__(self, value): class SyncManager (line 1091) | class SyncManager(BaseManager): FILE: tests/pythons/win64-py33/Lib/multiprocessing/pool.py function mapstar (line 39) | def mapstar(args): function starmapstar (line 42) | def starmapstar(args): class MaybeEncodingError (line 49) | class MaybeEncodingError(Exception): method __init__ (line 53) | def __init__(self, exc, value): method __str__ (line 58) | def __str__(self): method __repr__ (line 62) | def __repr__(self): function worker (line 66) | def worker(inqueue, outqueue, initializer=None, initargs=(), maxtasks=No... class Pool (line 108) | class Pool(object): method __init__ (line 114) | def __init__(self, processes=None, initializer=None, initargs=(), method _join_exited_workers (line 173) | def _join_exited_workers(self): method _repopulate_pool (line 188) | def _repopulate_pool(self): method _maintain_pool (line 204) | def _maintain_pool(self): method _setup_queues (line 210) | def _setup_queues(self): method apply (line 217) | def apply(self, func, args=(), kwds={}): method map (line 224) | def map(self, func, iterable, chunksize=None): method starmap (line 231) | def starmap(self, func, iterable, chunksize=None): method starmap_async (line 239) | def starmap_async(self, func, iterable, chunksize=None, callback=None, method imap (line 247) | def imap(self, func, iterable, chunksize=1): method imap_unordered (line 266) | def imap_unordered(self, func, iterable, chunksize=1): method apply_async (line 285) | def apply_async(self, func, args=(), kwds={}, callback=None, method map_async (line 296) | def map_async(self, func, iterable, chunksize=None, callback=None, method _map_async (line 304) | def _map_async(self, func, iterable, mapper, chunksize=None, callback=... method _handle_workers (line 329) | def _handle_workers(pool): method _handle_tasks (line 342) | def _handle_tasks(taskqueue, put, outqueue, pool, cache): method _handle_results (line 384) | def _handle_results(outqueue, get, cache): method _get_tasks (line 442) | def _get_tasks(func, it, size): method __reduce__ (line 450) | def __reduce__(self): method close (line 455) | def close(self): method terminate (line 461) | def terminate(self): method join (line 467) | def join(self): method _help_stuff_finish (line 477) | def _help_stuff_finish(inqueue, task_handler, size): method _terminate_pool (line 486) | def _terminate_pool(cls, taskqueue, inqueue, outqueue, pool, method __enter__ (line 531) | def __enter__(self): method __exit__ (line 534) | def __exit__(self, exc_type, exc_val, exc_tb): class ApplyResult (line 541) | class ApplyResult(object): method __init__ (line 543) | def __init__(self, cache, callback, error_callback): method ready (line 551) | def ready(self): method successful (line 554) | def successful(self): method wait (line 558) | def wait(self, timeout=None): method get (line 561) | def get(self, timeout=None): method _set (line 570) | def _set(self, i, obj): class MapResult (line 585) | class MapResult(ApplyResult): method __init__ (line 587) | def __init__(self, cache, chunksize, length, callback, error_callback): method _set (line 600) | def _set(self, i, success_result): class IMapIterator (line 622) | class IMapIterator(object): method __init__ (line 624) | def __init__(self, cache): method __iter__ (line 634) | def __iter__(self): method next (line 637) | def next(self, timeout=None): method _set (line 662) | def _set(self, i, obj): method _set_length (line 681) | def _set_length(self, length): class IMapUnorderedIterator (line 695) | class IMapUnorderedIterator(IMapIterator): method _set (line 697) | def _set(self, i, obj): class ThreadPool (line 712) | class ThreadPool(Pool): method __init__ (line 716) | def __init__(self, processes=None, initializer=None, initargs=()): method _setup_queues (line 719) | def _setup_queues(self): method _help_stuff_finish (line 726) | def _help_stuff_finish(inqueue, task_handler, size): FILE: tests/pythons/win64-py33/Lib/multiprocessing/process.py function current_process (line 35) | def current_process(): function active_children (line 41) | def active_children(): function _cleanup (line 52) | def _cleanup(): class Process (line 62) | class Process(object): method __init__ (line 70) | def __init__(self, group=None, target=None, name=None, args=(), kwargs... method run (line 90) | def run(self): method start (line 97) | def start(self): method terminate (line 115) | def terminate(self): method join (line 121) | def join(self, timeout=None): method is_alive (line 131) | def is_alive(self): method name (line 144) | def name(self): method name (line 148) | def name(self, name): method daemon (line 153) | def daemon(self): method daemon (line 160) | def daemon(self, daemonic): method authkey (line 168) | def authkey(self): method authkey (line 172) | def authkey(self, authkey): method exitcode (line 179) | def exitcode(self): method ident (line 188) | def ident(self): method sentinel (line 200) | def sentinel(self): method __repr__ (line 210) | def __repr__(self): method _bootstrap (line 234) | def _bootstrap(self): class AuthenticationString (line 286) | class AuthenticationString(bytes): method __reduce__ (line 287) | def __reduce__(self): class _MainProcess (line 300) | class _MainProcess(Process): method __init__ (line 302) | def __init__(self): FILE: tests/pythons/win64-py33/Lib/multiprocessing/queues.py class Queue (line 31) | class Queue(object): method __init__ (line 33) | def __init__(self, maxsize=0): method __getstate__ (line 53) | def __getstate__(self): method __setstate__ (line 58) | def __setstate__(self, state): method _after_fork (line 63) | def _after_fork(self): method put (line 76) | def put(self, obj, block=True, timeout=None): method get (line 90) | def get(self, block=True, timeout=None): method qsize (line 118) | def qsize(self): method empty (line 122) | def empty(self): method full (line 125) | def full(self): method get_nowait (line 128) | def get_nowait(self): method put_nowait (line 131) | def put_nowait(self, obj): method close (line 134) | def close(self): method join_thread (line 140) | def join_thread(self): method cancel_join_thread (line 146) | def cancel_join_thread(self): method _start_thread (line 154) | def _start_thread(self): method _finalize_join (line 193) | def _finalize_join(twr): method _finalize_close (line 203) | def _finalize_close(buffer, notempty): method _feed (line 213) | def _feed(buffer, notempty, send, writelock, close, ignore_epipe): class JoinableQueue (line 280) | class JoinableQueue(Queue): method __init__ (line 282) | def __init__(self, maxsize=0): method __getstate__ (line 287) | def __getstate__(self): method __setstate__ (line 290) | def __setstate__(self, state): method put (line 294) | def put(self, obj, block=True, timeout=None): method task_done (line 311) | def task_done(self): method join (line 321) | def join(self): class SimpleQueue (line 333) | class SimpleQueue(object): method __init__ (line 335) | def __init__(self): method empty (line 345) | def empty(self): method __getstate__ (line 348) | def __getstate__(self): method __setstate__ (line 352) | def __setstate__(self, state): method _make_methods (line 356) | def _make_methods(self): FILE: tests/pythons/win64-py33/Lib/multiprocessing/reduction.py function send_handle (line 42) | def send_handle(conn, handle, destination_pid): function recv_handle (line 46) | def recv_handle(conn): class DupHandle (line 49) | class DupHandle(object): method __init__ (line 50) | def __init__(self, handle, access, pid=None): method detach (line 64) | def detach(self): class DupSocket (line 77) | class DupSocket(object): method __init__ (line 78) | def __init__(self, sock): method detach (line 85) | def detach(self): function reduce_socket (line 93) | def reduce_socket(s): function rebuild_socket (line 96) | def rebuild_socket(ds): function reduce_connection (line 99) | def reduce_connection(conn): function rebuild_connection (line 105) | def rebuild_connection(ds, readable, writable): function reduce_pipe_connection (line 110) | def reduce_pipe_connection(conn): function rebuild_pipe_connection (line 116) | def rebuild_pipe_connection(dh, readable, writable): function send_handle (line 127) | def send_handle(conn, handle, destination_pid): function recv_handle (line 134) | def recv_handle(conn): class DupFd (line 149) | class DupFd(object): method __init__ (line 150) | def __init__(self, fd): method detach (line 158) | def detach(self): function reduce_socket (line 165) | def reduce_socket(s): function rebuild_socket (line 169) | def rebuild_socket(df, family, type, proto): function reduce_connection (line 175) | def reduce_connection(conn): function rebuild_connection (line 179) | def rebuild_connection(df, readable, writable): class ResourceSharer (line 188) | class ResourceSharer(object): method __init__ (line 189) | def __init__(self): method register (line 199) | def register(self, send, close): method get_connection (line 208) | def get_connection(ident): method stop (line 215) | def stop(self, timeout=None): method _afterfork (line 233) | def _afterfork(self): method _start (line 247) | def _start(self): method _serve (line 258) | def _serve(self): FILE: tests/pythons/win64-py33/Lib/multiprocessing/sharedctypes.py function _new_value (line 35) | def _new_value(type_): function RawValue (line 40) | def RawValue(typecode_or_type, *args): function RawArray (line 50) | def RawArray(typecode_or_type, size_or_initializer): function Value (line 66) | def Value(typecode_or_type, *args, lock=True): function Array (line 79) | def Array(typecode_or_type, size_or_initializer, *, lock=True): function copy (line 92) | def copy(obj): function synchronized (line 97) | def synchronized(obj, lock=None): function reduce_ctype (line 121) | def reduce_ctype(obj): function rebuild_ctype (line 128) | def rebuild_ctype(type_, wrapper, length): function make_property (line 141) | def make_property(name): class SynchronizedBase (line 173) | class SynchronizedBase(object): method __init__ (line 175) | def __init__(self, obj, lock=None): method __reduce__ (line 181) | def __reduce__(self): method get_obj (line 185) | def get_obj(self): method get_lock (line 188) | def get_lock(self): method __repr__ (line 191) | def __repr__(self): class Synchronized (line 195) | class Synchronized(SynchronizedBase): class SynchronizedArray (line 199) | class SynchronizedArray(SynchronizedBase): method __len__ (line 201) | def __len__(self): method __getitem__ (line 204) | def __getitem__(self, i): method __setitem__ (line 211) | def __setitem__(self, i, value): method __getslice__ (line 218) | def __getslice__(self, start, stop): method __setslice__ (line 225) | def __setslice__(self, start, stop, values): class SynchronizedString (line 233) | class SynchronizedString(SynchronizedArray): FILE: tests/pythons/win64-py33/Lib/multiprocessing/synchronize.py class SemLock (line 45) | class SemLock(object): method __init__ (line 47) | def __init__(self, kind, value, maxvalue): method _make_methods (line 57) | def _make_methods(self): method __enter__ (line 61) | def __enter__(self): method __exit__ (line 64) | def __exit__(self, *args): method __getstate__ (line 67) | def __getstate__(self): method __setstate__ (line 72) | def __setstate__(self, state): class Semaphore (line 81) | class Semaphore(SemLock): method __init__ (line 83) | def __init__(self, value=1): method get_value (line 86) | def get_value(self): method __repr__ (line 89) | def __repr__(self): class BoundedSemaphore (line 100) | class BoundedSemaphore(Semaphore): method __init__ (line 102) | def __init__(self, value=1): method __repr__ (line 105) | def __repr__(self): class Lock (line 117) | class Lock(SemLock): method __init__ (line 119) | def __init__(self): method __repr__ (line 122) | def __repr__(self): class RLock (line 142) | class RLock(SemLock): method __init__ (line 144) | def __init__(self): method __repr__ (line 147) | def __repr__(self): class Condition (line 168) | class Condition(object): method __init__ (line 170) | def __init__(self, lock=None): method __getstate__ (line 177) | def __getstate__(self): method __setstate__ (line 182) | def __setstate__(self, state): method __enter__ (line 187) | def __enter__(self): method __exit__ (line 190) | def __exit__(self, *args): method _make_methods (line 193) | def _make_methods(self): method __repr__ (line 197) | def __repr__(self): method wait (line 205) | def wait(self, timeout=None): method notify (line 228) | def notify(self): method notify_all (line 245) | def notify_all(self): method wait_for (line 268) | def wait_for(self, predicate, timeout=None): class Event (line 290) | class Event(object): method __init__ (line 292) | def __init__(self): method is_set (line 296) | def is_set(self): method set (line 306) | def set(self): method clear (line 315) | def clear(self): method wait (line 322) | def wait(self, timeout=None): class Barrier (line 341) | class Barrier(threading.Barrier): method __init__ (line 343) | def __init__(self, parties, action=None, timeout=None): method __setstate__ (line 352) | def __setstate__(self, state): method __getstate__ (line 357) | def __getstate__(self): method _state (line 362) | def _state(self): method _state (line 366) | def _state(self, value): method _count (line 370) | def _count(self): method _count (line 374) | def _count(self, value): FILE: tests/pythons/win64-py33/Lib/multiprocessing/util.py function sub_debug (line 45) | def sub_debug(msg, *args): function debug (line 49) | def debug(msg, *args): function info (line 53) | def info(msg, *args): function sub_warning (line 57) | def sub_warning(msg, *args): function get_logger (line 61) | def get_logger(): function log_to_stderr (line 90) | def log_to_stderr(level=None): function get_temp_dir (line 112) | def get_temp_dir(): function _run_after_forkers (line 129) | def _run_after_forkers(): function register_after_fork (line 138) | def register_after_fork(obj, func): class Finalize (line 149) | class Finalize(object): method __init__ (line 153) | def __init__(self, obj, callback, args=(), kwargs=None, exitpriority=N... method __call__ (line 169) | def __call__(self, wr=None, method cancel (line 193) | def cancel(self): method still_active (line 205) | def still_active(self): method __repr__ (line 211) | def __repr__(self): function _run_finalizers (line 231) | def _run_finalizers(minpriority=None): function is_exiting (line 267) | def is_exiting(): function _exit_function (line 275) | def _exit_function(info=info, debug=debug, _run_finalizers=_run_finalizers, class ForkAwareThreadLock (line 323) | class ForkAwareThreadLock(object): method __init__ (line 324) | def __init__(self): method _reset (line 328) | def _reset(self): class ForkAwareLocal (line 333) | class ForkAwareLocal(threading.local): method __init__ (line 334) | def __init__(self): method __reduce__ (line 336) | def __reduce__(self): FILE: tests/pythons/win64-py33/Lib/netrc.py class NetrcParseError (line 12) | class NetrcParseError(Exception): method __init__ (line 14) | def __init__(self, msg, filename=None, lineno=None): method __str__ (line 20) | def __str__(self): class netrc (line 24) | class netrc: method __init__ (line 25) | def __init__(self, file=None): method _parse (line 37) | def _parse(self, file, fp, default_netrc): method authenticators (line 117) | def authenticators(self, host): method __repr__ (line 126) | def __repr__(self): FILE: tests/pythons/win64-py33/Lib/nntplib.py class NNTPError (line 96) | class NNTPError(Exception): method __init__ (line 98) | def __init__(self, *args): class NNTPReplyError (line 105) | class NNTPReplyError(NNTPError): class NNTPTemporaryError (line 109) | class NNTPTemporaryError(NNTPError): class NNTPPermanentError (line 113) | class NNTPPermanentError(NNTPError): class NNTPProtocolError (line 117) | class NNTPProtocolError(NNTPError): class NNTPDataError (line 121) | class NNTPDataError(NNTPError): function decode_header (line 167) | def decode_header(header_str): function _parse_overview_fmt (line 178) | def _parse_overview_fmt(lines): function _parse_overview (line 203) | def _parse_overview(lines, fmt, data_process_func=None): function _parse_datetime (line 232) | def _parse_datetime(date_str, time_str=None): function _unparse_datetime (line 254) | def _unparse_datetime(dt, legacy=False): function _encrypt_on (line 282) | def _encrypt_on(sock, context): class _NNTPBase (line 298) | class _NNTPBase: method __init__ (line 314) | def __init__(self, file, host, method __enter__ (line 361) | def __enter__(self): method __exit__ (line 364) | def __exit__(self, *args): method getwelcome (line 375) | def getwelcome(self): method getcapabilities (line 384) | def getcapabilities(self): method set_debuglevel (line 406) | def set_debuglevel(self, level): method _putline (line 415) | def _putline(self, line): method _putcmd (line 423) | def _putcmd(self, line): method _getline (line 430) | def _getline(self, strip_crlf=True): method _getresp (line 447) | def _getresp(self): method _getlongresp (line 463) | def _getlongresp(self, file=None): method _shortcmd (line 509) | def _shortcmd(self, line): method _longcmd (line 515) | def _longcmd(self, line, file=None): method _longcmdstring (line 521) | def _longcmdstring(self, line, file=None): method _getoverviewfmt (line 531) | def _getoverviewfmt(self): method _grouplist (line 548) | def _grouplist(self, lines): method capabilities (line 552) | def capabilities(self): method newgroups (line 566) | def newgroups(self, date, *, file=None): method newnews (line 582) | def newnews(self, group, date, *, file=None): method list (line 598) | def list(self, group_pattern=None, *, file=None): method _getdescriptions (line 613) | def _getdescriptions(self, group_pattern, return_all): method description (line 636) | def description(self, group): method descriptions (line 649) | def descriptions(self, group_pattern): method group (line 653) | def group(self, name): method help (line 679) | def help(self, *, file=None): method _statparse (line 689) | def _statparse(self, resp): method _statcmd (line 699) | def _statcmd(self, line): method stat (line 704) | def stat(self, message_spec=None): method next (line 718) | def next(self): method last (line 722) | def last(self): method _artcmd (line 726) | def _artcmd(self, line, file=None): method head (line 732) | def head(self, message_spec=None, *, file=None): method body (line 746) | def body(self, message_spec=None, *, file=None): method article (line 760) | def article(self, message_spec=None, *, file=None): method slave (line 774) | def slave(self): method xhdr (line 780) | def xhdr(self, hdr, str, *, file=None): method xover (line 796) | def xover(self, start, end, *, file=None): method over (line 810) | def over(self, message_spec, *, file=None): method xgtitle (line 837) | def xgtitle(self, group, *, file=None): method xpath (line 855) | def xpath(self, id): method date (line 875) | def date(self): method _post (line 892) | def _post(self, command, f): method post (line 913) | def post(self, data): method ihave (line 920) | def ihave(self, message_id, data): method _close (line 929) | def _close(self): method quit (line 933) | def quit(self): method login (line 942) | def login(self, user=None, password=None, usenetrc=True): method _setreadermode (line 983) | def _setreadermode(self): method starttls (line 997) | def starttls(self, context=None): class NNTP (line 1021) | class NNTP(_NNTPBase): method __init__ (line 1023) | def __init__(self, host, port=NNTP_PORT, user=None, password=None, method _close (line 1052) | def _close(self): class NNTP_SSL (line 1060) | class NNTP_SSL(_NNTPBase): method __init__ (line 1062) | def __init__(self, host, port=NNTP_SSL_PORT, method _close (line 1077) | def _close(self): function cut (line 1121) | def cut(s, lim): FILE: tests/pythons/win64-py33/Lib/ntpath.py function _get_empty (line 38) | def _get_empty(path): function _get_sep (line 44) | def _get_sep(path): function _get_altsep (line 50) | def _get_altsep(path): function _get_bothseps (line 56) | def _get_bothseps(path): function _get_dot (line 62) | def _get_dot(path): function _get_colon (line 68) | def _get_colon(path): function _get_special (line 74) | def _get_special(path): function normcase (line 84) | def normcase(s): function isabs (line 100) | def isabs(s): function join (line 107) | def join(path, *paths): function splitdrive (line 142) | def splitdrive(p): function splitunc (line 187) | def splitunc(p): function split (line 213) | def split(p): function splitext (line 239) | def splitext(p): function basename (line 247) | def basename(p): function dirname (line 254) | def dirname(p): function islink (line 261) | def islink(path): function lexists (line 274) | def lexists(path): function ismount (line 285) | def ismount(path): function expanduser (line 303) | def expanduser(path): function expandvars (line 352) | def expandvars(path): function normpath (line 471) | def normpath(path): function abspath (line 516) | def abspath(path): function abspath (line 527) | def abspath(path): function relpath (line 547) | def relpath(path, start=curdir): function _getfinalpathname (line 598) | def _getfinalpathname(f): function samefile (line 601) | def samefile(f1, f2): function _getfileinformation (line 611) | def _getfileinformation(fd): function sameopenfile (line 614) | def sameopenfile(f1, f2): FILE: tests/pythons/win64-py33/Lib/nturl2path.py function url2pathname (line 3) | def url2pathname(url): function pathname2url (line 38) | def pathname2url(p): FILE: tests/pythons/win64-py33/Lib/numbers.py class Number (line 12) | class Number(metaclass=ABCMeta): class Complex (line 32) | class Complex(Number): method __complex__ (line 46) | def __complex__(self): method __bool__ (line 49) | def __bool__(self): method real (line 55) | def real(self): method imag (line 64) | def imag(self): method __add__ (line 72) | def __add__(self, other): method __radd__ (line 77) | def __radd__(self, other): method __neg__ (line 82) | def __neg__(self): method __pos__ (line 87) | def __pos__(self): method __sub__ (line 91) | def __sub__(self, other): method __rsub__ (line 95) | def __rsub__(self, other): method __mul__ (line 100) | def __mul__(self, other): method __rmul__ (line 105) | def __rmul__(self, other): method __truediv__ (line 110) | def __truediv__(self, other): method __rtruediv__ (line 115) | def __rtruediv__(self, other): method __pow__ (line 120) | def __pow__(self, exponent): method __rpow__ (line 125) | def __rpow__(self, base): method __abs__ (line 130) | def __abs__(self): method conjugate (line 135) | def conjugate(self): method __eq__ (line 140) | def __eq__(self, other): method __ne__ (line 144) | def __ne__(self, other): class Real (line 152) | class Real(Complex): method __float__ (line 164) | def __float__(self): method __trunc__ (line 171) | def __trunc__(self): method __floor__ (line 184) | def __floor__(self): method __ceil__ (line 189) | def __ceil__(self): method __round__ (line 194) | def __round__(self, ndigits=None): method __divmod__ (line 202) | def __divmod__(self, other): method __rdivmod__ (line 210) | def __rdivmod__(self, other): method __floordiv__ (line 219) | def __floordiv__(self, other): method __rfloordiv__ (line 224) | def __rfloordiv__(self, other): method __mod__ (line 229) | def __mod__(self, other): method __rmod__ (line 234) | def __rmod__(self, other): method __lt__ (line 239) | def __lt__(self, other): method __le__ (line 246) | def __le__(self, other): method __complex__ (line 251) | def __complex__(self): method real (line 256) | def real(self): method imag (line 261) | def imag(self): method conjugate (line 265) | def conjugate(self): class Rational (line 272) | class Rational(Real): method numerator (line 279) | def numerator(self): method denominator (line 284) | def denominator(self): method __float__ (line 288) | def __float__(self): class Integral (line 299) | class Integral(Rational): method __int__ (line 305) | def __int__(self): method __index__ (line 309) | def __index__(self): method __pow__ (line 314) | def __pow__(self, exponent, modulus=None): method __lshift__ (line 325) | def __lshift__(self, other): method __rlshift__ (line 330) | def __rlshift__(self, other): method __rshift__ (line 335) | def __rshift__(self, other): method __rrshift__ (line 340) | def __rrshift__(self, other): method __and__ (line 345) | def __and__(self, other): method __rand__ (line 350) | def __rand__(self, other): method __xor__ (line 355) | def __xor__(self, other): method __rxor__ (line 360) | def __rxor__(self, other): method __or__ (line 365) | def __or__(self, other): method __ror__ (line 370) | def __ror__(self, other): method __invert__ (line 375) | def __invert__(self): method __float__ (line 380) | def __float__(self): method numerator (line 385) | def numerator(self): method denominator (line 390) | def denominator(self): FILE: tests/pythons/win64-py33/Lib/opcode.py function def_op (line 28) | def def_op(name, op): function name_op (line 32) | def name_op(name, op): function jrel_op (line 36) | def jrel_op(name, op): function jabs_op (line 40) | def jabs_op(name, op): FILE: tests/pythons/win64-py33/Lib/optparse.py function _repr (line 78) | def _repr(self): function gettext (line 91) | def gettext(message): function ngettext (line 94) | def ngettext(singular, plural, n): class OptParseError (line 102) | class OptParseError (Exception): method __init__ (line 103) | def __init__(self, msg): method __str__ (line 106) | def __str__(self): class OptionError (line 110) | class OptionError (OptParseError): method __init__ (line 116) | def __init__(self, msg, option): method __str__ (line 120) | def __str__(self): class OptionConflictError (line 126) | class OptionConflictError (OptionError): class OptionValueError (line 131) | class OptionValueError (OptParseError): class BadOptionError (line 137) | class BadOptionError (OptParseError): method __init__ (line 141) | def __init__(self, opt_str): method __str__ (line 144) | def __str__(self): class AmbiguousOptionError (line 147) | class AmbiguousOptionError (BadOptionError): method __init__ (line 151) | def __init__(self, opt_str, possibilities): method __str__ (line 155) | def __str__(self): class HelpFormatter (line 160) | class HelpFormatter: method __init__ (line 205) | def __init__(self, method set_parser (line 230) | def set_parser(self, parser): method set_short_opt_delimiter (line 233) | def set_short_opt_delimiter(self, delim): method set_long_opt_delimiter (line 239) | def set_long_opt_delimiter(self, delim): method indent (line 245) | def indent(self): method dedent (line 249) | def dedent(self): method format_usage (line 254) | def format_usage(self, usage): method format_heading (line 257) | def format_heading(self, heading): method _format_text (line 260) | def _format_text(self, text): method format_description (line 272) | def format_description(self, description): method format_epilog (line 278) | def format_epilog(self, epilog): method expand_default (line 285) | def expand_default(self, option): method format_option (line 295) | def format_option(self, option): method store_option_strings (line 330) | def store_option_strings(self, parser): method format_option_strings (line 348) | def format_option_strings(self, option): class IndentedHelpFormatter (line 367) | class IndentedHelpFormatter (HelpFormatter): method __init__ (line 371) | def __init__(self, method format_usage (line 379) | def format_usage(self, usage): method format_heading (line 382) | def format_heading(self, heading): class TitledHelpFormatter (line 386) | class TitledHelpFormatter (HelpFormatter): method __init__ (line 390) | def __init__(self, method format_usage (line 398) | def format_usage(self, usage): method format_heading (line 401) | def format_heading(self, heading): function _parse_num (line 405) | def _parse_num(val, type): function _parse_int (line 418) | def _parse_int(val): function check_builtin (line 426) | def check_builtin(option, opt, value): function check_choice (line 434) | def check_choice(option, opt, value): class Option (line 448) | class Option: method __init__ (line 563) | def __init__(self, *opts, **attrs): method _check_opt_strings (line 582) | def _check_opt_strings(self, opts): method _set_opt_strings (line 591) | def _set_opt_strings(self, opts): method _set_attrs (line 612) | def _set_attrs(self, attrs): method _check_action (line 631) | def _check_action(self): method _check_type (line 637) | def _check_type(self): method _check_choice (line 661) | def _check_choice(self): method _check_dest (line 674) | def _check_dest(self): method _check_const (line 689) | def _check_const(self): method _check_nargs (line 695) | def _check_nargs(self): method _check_callback (line 704) | def _check_callback(self): method __str__ (line 743) | def __str__(self): method takes_value (line 748) | def takes_value(self): method get_opt_string (line 751) | def get_opt_string(self): method check_value (line 760) | def check_value(self, opt, value): method convert_value (line 767) | def convert_value(self, opt, value): method process (line 774) | def process(self, opt, value, values, parser): method take_action (line 786) | def take_action(self, action, dest, opt, value, values, parser): class Values (line 822) | class Values: method __init__ (line 824) | def __init__(self, defaults=None): method __str__ (line 829) | def __str__(self): method __eq__ (line 834) | def __eq__(self, other): method _update_careful (line 842) | def _update_careful(self, dict): method _update_loose (line 855) | def _update_loose(self, dict): method _update (line 863) | def _update(self, dict, mode): method read_module (line 871) | def read_module(self, modname, mode="careful"): method read_file (line 876) | def read_file(self, filename, mode="careful"): method ensure_value (line 881) | def ensure_value(self, attr, value): class OptionContainer (line 887) | class OptionContainer: method __init__ (line 919) | def __init__(self, option_class, conflict_handler, description): method _create_option_mappings (line 930) | def _create_option_mappings(self): method _share_option_mappings (line 939) | def _share_option_mappings(self, parser): method set_conflict_handler (line 946) | def set_conflict_handler(self, handler): method set_description (line 951) | def set_description(self, description): method get_description (line 954) | def get_description(self): method destroy (line 958) | def destroy(self): method _check_conflict (line 967) | def _check_conflict(self, option): method add_option (line 994) | def add_option(self, *args, **kwargs): method add_options (line 1024) | def add_options(self, option_list): method get_option (line 1030) | def get_option(self, opt_str): method has_option (line 1034) | def has_option(self, opt_str): method remove_option (line 1038) | def remove_option(self, opt_str): method format_option_help (line 1054) | def format_option_help(self, formatter): method format_description (line 1063) | def format_description(self, formatter): method format_help (line 1066) | def format_help(self, formatter): class OptionGroup (line 1075) | class OptionGroup (OptionContainer): method __init__ (line 1077) | def __init__(self, parser, title, description=None): method _create_option_list (line 1083) | def _create_option_list(self): method set_title (line 1087) | def set_title(self, title): method destroy (line 1090) | def destroy(self): method format_help (line 1097) | def format_help(self, formatter): class OptionParser (line 1105) | class OptionParser (OptionContainer): method __init__ (line 1177) | def __init__(self, method destroy (line 1211) | def destroy(self): method _create_option_list (line 1229) | def _create_option_list(self): method _add_help_option (line 1234) | def _add_help_option(self): method _add_version_option (line 1239) | def _add_version_option(self): method _populate_option_list (line 1244) | def _populate_option_list(self, option_list, add_help=True): method _init_parsing_state (line 1254) | def _init_parsing_state(self): method set_usage (line 1263) | def set_usage(self, usage): method enable_interspersed_args (line 1274) | def enable_interspersed_args(self): method disable_interspersed_args (line 1282) | def disable_interspersed_args(self): method set_process_default_values (line 1290) | def set_process_default_values(self, process): method set_default (line 1293) | def set_default(self, dest, value): method set_defaults (line 1296) | def set_defaults(self, **kwargs): method _get_all_options (line 1299) | def _get_all_options(self): method get_default_values (line 1305) | def get_default_values(self): method add_option_group (line 1322) | def add_option_group(self, *args, **kwargs): method get_option_group (line 1338) | def get_option_group(self, opt_str): method _get_args (line 1348) | def _get_args(self, args): method parse_args (line 1354) | def parse_args(self, args=None, values=None): method check_values (line 1393) | def check_values(self, values, args): method _process_args (line 1406) | def _process_args(self, largs, rargs, values): method _match_long_opt (line 1457) | def _match_long_opt(self, opt): method _process_long_opt (line 1466) | def _process_long_opt(self, rargs, values): method _process_short_opts (line 1502) | def _process_short_opts(self, rargs, values): method get_prog_name (line 1543) | def get_prog_name(self): method expand_prog_name (line 1549) | def expand_prog_name(self, s): method get_description (line 1552) | def get_description(self): method exit (line 1555) | def exit(self, status=0, msg=None): method error (line 1560) | def error(self, msg): method get_usage (line 1570) | def get_usage(self): method print_usage (line 1577) | def print_usage(self, file=None): method get_version (line 1589) | def get_version(self): method print_version (line 1595) | def print_version(self, file=None): method format_option_help (line 1606) | def format_option_help(self, formatter=None): method format_epilog (line 1623) | def format_epilog(self, formatter): method format_help (line 1626) | def format_help(self, formatter=None): method print_help (line 1638) | def print_help(self, file=None): function _match_abbrev (line 1651) | def _match_abbrev(s, wordmap): FILE: tests/pythons/win64-py33/Lib/os.py function _exists (line 37) | def _exists(name): function _get_exports_list (line 40) | def _get_exports_list(module): function _add (line 141) | def _add(str, fn): function _get_masked_mode (line 234) | def _get_masked_mode(mode): function makedirs (line 242) | def makedirs(name, mode=0o777, exist_ok=False): function removedirs (line 287) | def removedirs(name): function renames (line 309) | def renames(old, new): function walk (line 337) | def walk(top, topdown=True, onerror=None, followlinks=False): function fwalk (line 430) | def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False,... function _fwalk (line 474) | def _fwalk(topfd, toppath, topdown, onerror, follow_symlinks): function execl (line 529) | def execl(file, *args): function execle (line 536) | def execle(file, *args): function execlp (line 544) | def execlp(file, *args): function execlpe (line 551) | def execlpe(file, *args): function execvp (line 560) | def execvp(file, args): function execvpe (line 568) | def execvpe(file, args, env): function _execvpe (line 579) | def _execvpe(file, args, env=None): function get_exec_path (line 614) | def get_exec_path(env=None): class _Environ (line 661) | class _Environ(MutableMapping): method __init__ (line 662) | def __init__(self, data, encodekey, decodekey, encodevalue, decodevalu... method __getitem__ (line 671) | def __getitem__(self, key): method __setitem__ (line 679) | def __setitem__(self, key, value): method __delitem__ (line 685) | def __delitem__(self, key): method __iter__ (line 694) | def __iter__(self): method __len__ (line 698) | def __len__(self): method __repr__ (line 701) | def __repr__(self): method copy (line 706) | def copy(self): method setdefault (line 709) | def setdefault(self, key, value): function _createenviron (line 728) | def _createenviron(): function getenv (line 763) | def getenv(key, default=None): function _check_bytes (line 773) | def _check_bytes(value): function getenvb (line 785) | def getenvb(key, default=None): function _fscodec (line 793) | def _fscodec(): function _spawnvef (line 843) | def _spawnvef(mode, file, args, env, func): function spawnv (line 870) | def spawnv(mode, file, args): function spawnve (line 879) | def spawnve(mode, file, args, env): function spawnvp (line 891) | def spawnvp(mode, file, args): function spawnvpe (line 901) | def spawnvpe(mode, file, args, env): function spawnl (line 915) | def spawnl(mode, file, *args): function spawnle (line 924) | def spawnle(mode, file, *args): function spawnlp (line 942) | def spawnlp(mode, file, *args): function spawnlpe (line 952) | def spawnlpe(mode, file, *args): function _make_stat_result (line 968) | def _make_stat_result(tup, dict): function _pickle_stat_result (line 971) | def _pickle_stat_result(sr): function _make_statvfs_result (line 980) | def _make_statvfs_result(tup, dict): function _pickle_statvfs_result (line 983) | def _pickle_statvfs_result(sr): function popen (line 994) | def popen(cmd, mode="r", buffering=-1): class _wrap_close (line 1016) | class _wrap_close: method __init__ (line 1017) | def __init__(self, stream, proc): method close (line 1020) | def close(self): method __enter__ (line 1029) | def __enter__(self): method __exit__ (line 1031) | def __exit__(self, *args): method __getattr__ (line 1033) | def __getattr__(self, name): method __iter__ (line 1035) | def __iter__(self): function fdopen (line 1039) | def fdopen(fd, *args, **kwargs): FILE: tests/pythons/win64-py33/Lib/os2emxpath.py function normcase (line 35) | def normcase(s): function join (line 47) | def join(a, *p): function splitunc (line 61) | def splitunc(p): function basename (line 91) | def basename(p): function dirname (line 98) | def dirname(p): function ismount (line 112) | def ismount(path): function normpath (line 123) | def normpath(path): function abspath (line 149) | def abspath(path): FILE: tests/pythons/win64-py33/Lib/pdb.py class Restart (line 84) | class Restart(Exception): function find_function (line 91) | def find_function(funcname, filename): function getsourcelines (line 111) | def getsourcelines(obj): function lasti2lineno (line 120) | def lasti2lineno(code, lasti): class _rstr (line 129) | class _rstr(str): method __repr__ (line 131) | def __repr__(self): class Pdb (line 142) | class Pdb(bdb.Bdb, cmd.Cmd): method __init__ (line 144) | def __init__(self, completekey='tab', stdin=None, stdout=None, skip=None, method sigint_handler (line 191) | def sigint_handler(self, signum, frame): method reset (line 200) | def reset(self): method forget (line 204) | def forget(self): method setup (line 211) | def setup(self, f, tb): method execRcLines (line 229) | def execRcLines(self): method user_call (line 249) | def user_call(self, frame, argument_list): method user_line (line 258) | def user_line(self, frame): method bp_commands (line 268) | def bp_commands(self, frame): method user_return (line 292) | def user_return(self, frame, return_value): method user_exception (line 300) | def user_exception(self, frame, exc_info): method _cmdloop (line 312) | def _cmdloop(self): method preloop (line 325) | def preloop(self): method interaction (line 338) | def interaction(self, frame, traceback): method displayhook (line 348) | def displayhook(self, obj): method default (line 356) | def default(self, line): method precmd (line 378) | def precmd(self, line): method onecmd (line 403) | def onecmd(self, line): method handle_command_def (line 415) | def handle_command_def(self, line): method message (line 445) | def message(self, msg): method error (line 448) | def error(self, msg): method _complete_location (line 454) | def _complete_location(self, text, line, begidx, endidx): method _complete_bpnumber (line 473) | def _complete_bpnumber(self, text, line, begidx, endidx): method _complete_expression (line 480) | def _complete_expression(self, text, line, begidx, endidx): method do_commands (line 510) | def do_commands(self, arg): method do_break (line 589) | def do_break(self, arg, temporary = 0): method defaultFile (line 682) | def defaultFile(self): method do_tbreak (line 694) | def do_tbreak(self, arg): method lineinfo (line 703) | def lineinfo(self, identifier): method checkline (line 736) | def checkline(self, filename, lineno): method do_enable (line 757) | def do_enable(self, arg): method do_disable (line 774) | def do_disable(self, arg): method do_condition (line 794) | def do_condition(self, arg): method do_ignore (line 821) | def do_ignore(self, arg): method do_clear (line 856) | def do_clear(self, arg): method do_where (line 907) | def do_where(self, arg): method _select_frame (line 917) | def _select_frame(self, number): method do_up (line 925) | def do_up(self, arg): method do_down (line 945) | def do_down(self, arg): method do_until (line 965) | def do_until(self, arg): method do_step (line 989) | def do_step(self, arg): method do_next (line 999) | def do_next(self, arg): method do_run (line 1008) | def do_run(self, arg): method do_return (line 1025) | def do_return(self, arg): method do_continue (line 1033) | def do_continue(self, arg): method do_jump (line 1051) | def do_jump(self, arg): method do_debug (line 1080) | def do_debug(self, arg): method do_quit (line 1099) | def do_quit(self, arg): method do_EOF (line 1110) | def do_EOF(self, arg): method do_args (line 1119) | def do_args(self, arg): method do_retval (line 1136) | def do_retval(self, arg): method _getval (line 1146) | def _getval(self, arg): method _getval_except (line 1154) | def _getval_except(self, arg, frame=None): method do_p (line 1165) | def do_p(self, arg): method do_pp (line 1176) | def do_pp(self, arg): method do_list (line 1189) | def do_list(self, arg): method do_longlist (line 1240) | def do_longlist(self, arg): method do_source (line 1254) | def do_source(self, arg): method _print_lines (line 1271) | def _print_lines(self, lines, start, breaks=(), frame=None): method do_whatis (line 1292) | def do_whatis(self, arg): method do_display (line 1327) | def do_display(self, arg): method do_undisplay (line 1346) | def do_undisplay(self, arg): method complete_undisplay (line 1361) | def complete_undisplay(self, text, line, begidx, endidx): method do_interact (line 1365) | def do_interact(self, arg): method do_alias (line 1375) | def do_alias(self, arg): method do_unalias (line 1410) | def do_unalias(self, arg): method complete_unalias (line 1419) | def complete_unalias(self, text, line, begidx, endidx): method print_stack_trace (line 1434) | def print_stack_trace(self): method print_stack_entry (line 1441) | def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix): method do_help (line 1452) | def do_help(self, arg): method help_exec (line 1478) | def help_exec(self): method help_pdb (line 1490) | def help_pdb(self): method lookupmodule (line 1495) | def lookupmodule(self, filename): method _runscript (line 1519) | def _runscript(self, filename): function run (line 1566) | def run(statement, globals=None, locals=None): function runeval (line 1569) | def runeval(expression, globals=None, locals=None): function runctx (line 1572) | def runctx(statement, globals, locals): function runcall (line 1576) | def runcall(*args, **kwds): function set_trace (line 1579) | def set_trace(): function post_mortem (line 1584) | def post_mortem(t=None): function pm (line 1598) | def pm(): function test (line 1606) | def test(): function help (line 1610) | def help(): function main (line 1627) | def main(): FILE: tests/pythons/win64-py33/Lib/pickle.py class PickleError (line 66) | class PickleError(Exception): class PicklingError (line 70) | class PicklingError(PickleError): class UnpicklingError (line 77) | class UnpicklingError(PickleError): class _Stop (line 90) | class _Stop(Exception): method __init__ (line 91) | def __init__(self, value): class _Pickler (line 175) | class _Pickler: method __init__ (line 177) | def __init__(self, file, protocol=None, *, fix_imports=True): method clear_memo (line 215) | def clear_memo(self): method dump (line 226) | def dump(self, obj): method memoize (line 238) | def memoize(self, obj): method put (line 261) | def put(self, i, pack=struct.pack): method get (line 271) | def get(self, i, pack=struct.pack): method save (line 280) | def save(self, obj, save_persistent_id=True): method persistent_id (line 344) | def persistent_id(self, obj): method save_pers (line 348) | def save_pers(self, pid): method save_reduce (line 356) | def save_reduce(self, func, args, state=None, method save_none (line 437) | def save_none(self, obj): method save_ellipsis (line 441) | def save_ellipsis(self, obj): method save_notimplemented (line 445) | def save_notimplemented(self, obj): method save_bool (line 449) | def save_bool(self, obj): method save_long (line 456) | def save_long(self, obj, pack=struct.pack): method save_float (line 487) | def save_float(self, obj, pack=struct.pack): method save_bytes (line 494) | def save_bytes(self, obj, pack=struct.pack): method save_str (line 510) | def save_str(self, obj, pack=struct.pack): method save_tuple (line 523) | def save_tuple(self, obj): method save_list (line 576) | def save_list(self, obj): method _batch_appends (line 591) | def _batch_appends(self, items): method save_dict (line 624) | def save_dict(self, obj): method _batch_setitems (line 639) | def _batch_setitems(self, items): method save_global (line 675) | def save_global(self, obj, name=None, pack=struct.pack): method save_type (line 731) | def save_type(self, obj): function _keep_alive (line 746) | def _keep_alive(x, memo): function whichmodule (line 768) | def whichmodule(func, funcname): class _Unpickler (line 796) | class _Unpickler: method __init__ (line 798) | def __init__(self, file, *, fix_imports=True, method load (line 828) | def load(self): method marker (line 861) | def marker(self): method persistent_load (line 868) | def persistent_load(self, pid): method load_proto (line 873) | def load_proto(self): method load_persid (line 880) | def load_persid(self): method load_binpersid (line 885) | def load_binpersid(self): method load_none (line 890) | def load_none(self): method load_false (line 894) | def load_false(self): method load_true (line 898) | def load_true(self): method load_int (line 902) | def load_int(self): method load_binint (line 916) | def load_binint(self): method load_binint1 (line 920) | def load_binint1(self): method load_binint2 (line 924) | def load_binint2(self): method load_long (line 928) | def load_long(self): method load_long1 (line 935) | def load_long1(self): method load_long4 (line 941) | def load_long4(self): method load_float (line 950) | def load_float(self): method load_binfloat (line 954) | def load_binfloat(self, unpack=struct.unpack): method load_string (line 958) | def load_string(self): method load_binstring (line 973) | def load_binstring(self): method load_binbytes (line 983) | def load_binbytes(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_unicode (line 990) | def load_unicode(self): method load_binunicode (line 994) | def load_binunicode(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_short_binstring (line 1001) | def load_short_binstring(self): method load_short_binbytes (line 1008) | def load_short_binbytes(self): method load_tuple (line 1013) | def load_tuple(self): method load_empty_tuple (line 1018) | def load_empty_tuple(self): method load_tuple1 (line 1022) | def load_tuple1(self): method load_tuple2 (line 1026) | def load_tuple2(self): method load_tuple3 (line 1030) | def load_tuple3(self): method load_empty_list (line 1034) | def load_empty_list(self): method load_empty_dictionary (line 1038) | def load_empty_dictionary(self): method load_list (line 1042) | def load_list(self): method load_dict (line 1047) | def load_dict(self): method _instantiate (line 1063) | def _instantiate(self, klass, k): method load_inst (line 1077) | def load_inst(self): method load_obj (line 1084) | def load_obj(self): method load_newobj (line 1091) | def load_newobj(self): method load_global (line 1098) | def load_global(self): method load_ext1 (line 1105) | def load_ext1(self): method load_ext2 (line 1110) | def load_ext2(self): method load_ext4 (line 1115) | def load_ext4(self): method get_extension (line 1120) | def get_extension(self, code): method find_class (line 1136) | def find_class(self, module, name): method load_reduce (line 1148) | def load_reduce(self): method load_pop (line 1161) | def load_pop(self): method load_pop_mark (line 1165) | def load_pop_mark(self): method load_dup (line 1170) | def load_dup(self): method load_get (line 1174) | def load_get(self): method load_binget (line 1179) | def load_binget(self): method load_long_binget (line 1184) | def load_long_binget(self, unpack=struct.unpack): method load_put (line 1189) | def load_put(self): method load_binput (line 1196) | def load_binput(self): method load_long_binput (line 1203) | def load_long_binput(self, unpack=struct.unpack, maxsize=sys.maxsize): method load_append (line 1210) | def load_append(self): method load_appends (line 1217) | def load_appends(self): method load_setitem (line 1231) | def load_setitem(self): method load_setitems (line 1239) | def load_setitems(self): method load_build (line 1249) | def load_build(self): method load_mark (line 1273) | def load_mark(self): method load_stop (line 1277) | def load_stop(self): function encode_long (line 1284) | def encode_long(x): function decode_long (line 1314) | def decode_long(data): function dump (line 1336) | def dump(obj, file, protocol=None, *, fix_imports=True): function dumps (line 1339) | def dumps(obj, protocol=None, *, fix_imports=True): function load (line 1346) | def load(file, *, fix_imports=True, encoding="ASCII", errors="strict"): function loads (line 1350) | def loads(s, *, fix_imports=True, encoding="ASCII", errors="strict"): function _test (line 1364) | def _test(): FILE: tests/pythons/win64-py33/Lib/pickletools.py class ArgumentDescriptor (line 173) | class ArgumentDescriptor(object): method __init__ (line 192) | def __init__(self, name, n, reader, doc): function read_uint1 (line 210) | def read_uint1(f): function read_uint2 (line 229) | def read_uint2(f): function read_int4 (line 250) | def read_int4(f): function read_uint4 (line 271) | def read_uint4(f): function read_stringnl (line 292) | def read_stringnl(f, decode=True, stripquotes=True): function read_stringnl_noescape (line 349) | def read_stringnl_noescape(f): function read_stringnl_noescape_pair (line 363) | def read_stringnl_noescape_pair(f): function read_string4 (line 385) | def read_string4(f): function read_string1 (line 419) | def read_string1(f): function read_bytes1 (line 448) | def read_bytes1(f): function read_bytes4 (line 476) | def read_bytes4(f): function read_unicodestringnl (line 509) | def read_unicodestringnl(f): function read_unicodestring4 (line 534) | def read_unicodestring4(f): function read_decimalnl_short (line 574) | def read_decimalnl_short(f): function read_decimalnl_long (line 596) | def read_decimalnl_long(f): function read_floatnl (line 637) | def read_floatnl(f): function read_float8 (line 659) | def read_float8(f): function read_long1 (line 697) | def read_long1(f): function read_long4 (line 729) | def read_long4(f): class StackObject (line 772) | class StackObject(object): method __init__ (line 785) | def __init__(self, name, obtype, doc): method __repr__ (line 798) | def __repr__(self): class OpcodeInfo (line 903) | class OpcodeInfo(object): method __init__ (line 934) | def __init__(self, name, code, arg, function assure_pickle_consistency (line 1863) | def assure_pickle_consistency(verbose=False): function genops (line 1907) | def genops(pickle): function optimize (line 1963) | def optimize(p): function dis (line 1990) | def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): class _Example (line 2141) | class _Example: method __init__ (line 2142) | def __init__(self, value): function _test (line 2433) | def _test(): FILE: tests/pythons/win64-py33/Lib/pipes.py class Template (line 82) | class Template: method __init__ (line 85) | def __init__(self): method __repr__ (line 90) | def __repr__(self): method reset (line 94) | def reset(self): method clone (line 98) | def clone(self): method debug (line 106) | def debug(self, flag): method append (line 110) | def append(self, cmd, kind): method prepend (line 126) | def prepend(self, cmd, kind): method open (line 142) | def open(self, file, rw): method open_r (line 152) | def open_r(self, file): method open_w (line 162) | def open_w(self, file): method copy (line 170) | def copy(self, infile, outfile): method makepipeline (line 173) | def makepipeline(self, infile, outfile): function makepipeline (line 181) | def makepipeline(infile, steps, outfile): FILE: tests/pythons/win64-py33/Lib/pkgutil.py function read_code (line 17) | def read_code(stream): function simplegeneric (line 30) | def simplegeneric(func): function walk_packages (line 70) | def walk_packages(path=None, prefix='', onerror=None): function iter_modules (line 128) | def iter_modules(path=None, prefix=''): function iter_importer_modules (line 153) | def iter_importer_modules(importer, prefix=''): function _iter_file_finder_modules (line 161) | def _iter_file_finder_modules(importer, prefix=''): class ImpImporter (line 204) | class ImpImporter: method __init__ (line 215) | def __init__(self, path=None): method find_module (line 220) | def find_module(self, fullname, path=None): method iter_modules (line 235) | def iter_modules(self, prefix=''): class ImpLoader (line 276) | class ImpLoader: method __init__ (line 281) | def __init__(self, fullname, file, filename, etc): method load_module (line 289) | def load_module(self, fullname): method get_data (line 300) | def get_data(self, pathname): method _reopen (line 304) | def _reopen(self): method _fix_name (line 312) | def _fix_name(self, fullname): method is_package (line 320) | def is_package(self, fullname): method get_code (line 324) | def get_code(self, fullname=None): method get_source (line 341) | def get_source(self, fullname=None): method _get_delegate (line 361) | def _get_delegate(self): method get_filename (line 364) | def get_filename(self, fullname=None): function iter_zipimport_modules (line 378) | def iter_zipimport_modules(importer, prefix=''): function get_importer (line 412) | def get_importer(path_item): function iter_importers (line 436) | def iter_importers(fullname=""): function get_loader (line 465) | def get_loader(module_or_name): function find_loader (line 485) | def find_loader(fullname): function extend_path (line 513) | def extend_path(path, name): function get_data (line 605) | def get_data(package, resource): FILE: tests/pythons/win64-py33/Lib/platform.py function libc_ver (line 144) | def libc_ver(executable=sys.executable,lib='',version='', function _dist_try_harder (line 202) | def _dist_try_harder(distname,version,id): function _parse_release_file (line 270) | def _parse_release_file(firstline): function linux_distribution (line 297) | def linux_distribution(distname='', version='', id='', function dist (line 353) | def dist(distname='',version='',id='', function popen (line 371) | def popen(cmd, mode='r', bufsize=-1): function _norm_version (line 379) | def _norm_version(version, build=''): function _syscmd_ver (line 409) | def _syscmd_ver(system='', release='', version='', function _win32_getvalue (line 461) | def _win32_getvalue(key,name,default=''): function win32_ver (line 480) | def win32_ver(release='',version='',csd='',ptype=''): function _mac_ver_lookup (line 645) | def _mac_ver_lookup(selectors,default=None): function _bcd2str (line 657) | def _bcd2str(bcd): function _mac_ver_gestalt (line 661) | def _mac_ver_gestalt(): function _mac_ver_xml (line 701) | def _mac_ver_xml(): function mac_ver (line 722) | def mac_ver(release='',versioninfo=('','',''),machine=''): function _java_getprop (line 747) | def _java_getprop(name,default): function java_ver (line 758) | def java_ver(release='',vendor='',vminfo=('','',''),osinfo=('','','')): function system_alias (line 793) | def system_alias(system,release,version): function _platform (line 847) | def _platform(*args): function _node (line 879) | def _node(default=''): function _follow_symlinks (line 894) | def _follow_symlinks(filepath): function _syscmd_uname (line 905) | def _syscmd_uname(option,default=''): function _syscmd_file (line 923) | def _syscmd_file(target,default=''): function architecture (line 959) | def architecture(executable=sys.executable,bits='',linkage=''): function uname (line 1048) | def uname(): function system (line 1185) | def system(): function node (line 1194) | def node(): function release (line 1204) | def release(): function version (line 1213) | def version(): function machine (line 1222) | def machine(): function processor (line 1231) | def processor(): function _sys_version (line 1271) | def _sys_version(sys_version=None): function python_implementation (line 1371) | def python_implementation(): function python_version (line 1384) | def python_version(): function python_version_tuple (line 1394) | def python_version_tuple(): function python_branch (line 1405) | def python_branch(): function python_revision (line 1419) | def python_revision(): function python_build (line 1432) | def python_build(): function python_compiler (line 1440) | def python_compiler(): function platform (line 1452) | def platform(aliased=0, terse=0): FILE: tests/pythons/win64-py33/Lib/plistlib.py function readPlist (line 65) | def readPlist(pathOrFile): function writePlist (line 83) | def writePlist(rootObject, pathOrFile): function readPlistFromBytes (line 101) | def readPlistFromBytes(data): function writePlistToBytes (line 107) | def writePlistToBytes(rootObject): class DumbXMLWriter (line 115) | class DumbXMLWriter: method __init__ (line 116) | def __init__(self, file, indentLevel=0, indent="\t"): method beginElement (line 122) | def beginElement(self, element): method endElement (line 127) | def endElement(self, element): method simpleElement (line 133) | def simpleElement(self, element, value=None): method writeln (line 140) | def writeln(self, line): function _dateFromString (line 155) | def _dateFromString(s): function _dateToString (line 166) | def _dateToString(d): function _escape (line 178) | def _escape(text): class PlistWriter (line 196) | class PlistWriter(DumbXMLWriter): method __init__ (line 198) | def __init__(self, file, indentLevel=0, indent=b"\t", writeHeader=1): method writeValue (line 203) | def writeValue(self, value): method writeData (line 228) | def writeData(self, data): method writeDict (line 239) | def writeDict(self, d): method writeArray (line 252) | def writeArray(self, array): class _InternalDict (line 262) | class _InternalDict(dict): method __getattr__ (line 268) | def __getattr__(self, attr): method __setattr__ (line 278) | def __setattr__(self, attr, value): method __delattr__ (line 284) | def __delattr__(self, attr): class Dict (line 293) | class Dict(_InternalDict): method __init__ (line 295) | def __init__(self, **kwargs): class Plist (line 302) | class Plist(_InternalDict): method __init__ (line 308) | def __init__(self, **kwargs): method fromFile (line 314) | def fromFile(cls, pathOrFile): method write (line 322) | def write(self, pathOrFile): function _encodeBase64 (line 327) | def _encodeBase64(s, maxlinelength=76): class Data (line 336) | class Data: method __init__ (line 340) | def __init__(self, data): method fromBase64 (line 346) | def fromBase64(cls, data): method asBase64 (line 351) | def asBase64(self, maxlinelength=76): method __eq__ (line 354) | def __eq__(self, other): method __repr__ (line 362) | def __repr__(self): class PlistParser (line 365) | class PlistParser: method __init__ (line 367) | def __init__(self): method parse (line 372) | def parse(self, fileobj): method handleBeginElement (line 381) | def handleBeginElement(self, element, attrs): method handleEndElement (line 387) | def handleEndElement(self, element): method handleData (line 392) | def handleData(self, data): method addObject (line 395) | def addObject(self, value): method getData (line 411) | def getData(self): method begin_dict (line 418) | def begin_dict(self, attrs): method end_dict (line 422) | def end_dict(self): method end_key (line 428) | def end_key(self): method begin_array (line 434) | def begin_array(self, attrs): method end_array (line 438) | def end_array(self): method end_true (line 441) | def end_true(self): method end_false (line 443) | def end_false(self): method end_integer (line 445) | def end_integer(self): method end_real (line 447) | def end_real(self): method end_string (line 449) | def end_string(self): method end_data (line 451) | def end_data(self): method end_date (line 453) | def end_date(self): FILE: tests/pythons/win64-py33/Lib/poplib.py class error_proto (line 22) | class error_proto(Exception): pass class POP3 (line 42) | class POP3: method __init__ (line 86) | def __init__(self, host, port=POP3_PORT, method _create_socket (line 95) | def _create_socket(self, timeout): method _putline (line 98) | def _putline(self, line): method _putcmd (line 105) | def _putcmd(self, line): method _getline (line 115) | def _getline(self): method _getresp (line 136) | def _getresp(self): method _getlongresp (line 146) | def _getlongresp(self): method _shortcmd (line 162) | def _shortcmd(self, line): method _longcmd (line 169) | def _longcmd(self, line): method getwelcome (line 176) | def getwelcome(self): method set_debuglevel (line 180) | def set_debuglevel(self, level): method user (line 186) | def user(self, user): method pass_ (line 194) | def pass_(self, pswd): method stat (line 204) | def stat(self): method list (line 217) | def list(self, which=None): method retr (line 231) | def retr(self, which): method dele (line 239) | def dele(self, which): method noop (line 247) | def noop(self): method rset (line 255) | def rset(self): method quit (line 260) | def quit(self): method close (line 266) | def close(self): method rpop (line 279) | def rpop(self, user): method apop (line 286) | def apop(self, user, password): method top (line 307) | def top(self, which, howmuch): method uidl (line 316) | def uidl(self, which=None): class POP3_SSL (line 333) | class POP3_SSL(POP3): method __init__ (line 346) | def __init__(self, host, port=POP3_SSL_PORT, keyfile=None, certfile=None, method _create_socket (line 359) | def _create_socket(self, timeout): FILE: tests/pythons/win64-py33/Lib/posixpath.py function _get_sep (line 38) | def _get_sep(path): function normcase (line 49) | def normcase(s): function isabs (line 61) | def isabs(s): function join (line 71) | def join(a, *p): function split (line 102) | def split(p): function splitext (line 118) | def splitext(p): function splitdrive (line 131) | def splitdrive(p): function basename (line 139) | def basename(p): function dirname (line 148) | def dirname(p): function islink (line 161) | def islink(path): function lexists (line 171) | def lexists(path): function samefile (line 182) | def samefile(f1, f2): function sameopenfile (line 192) | def sameopenfile(fp1, fp2): function samestat (line 202) | def samestat(s1, s2): function ismount (line 211) | def ismount(path): function expanduser (line 245) | def expanduser(path): function expandvars (line 290) | def expandvars(path): function normpath (line 342) | def normpath(path): function abspath (line 379) | def abspath(path): function realpath (line 393) | def realpath(filename): function _joinrealpath (line 401) | def _joinrealpath(path, rest, seen): function relpath (line 454) | def relpath(path, start=None): FILE: tests/pythons/win64-py33/Lib/pprint.py function pprint (line 51) | def pprint(object, stream=None, indent=1, width=80, depth=None): function pformat (line 57) | def pformat(object, indent=1, width=80, depth=None): function saferepr (line 61) | def saferepr(object): function isreadable (line 65) | def isreadable(object): function isrecursive (line 69) | def isrecursive(object): class _safe_key (line 73) | class _safe_key: method __init__ (line 85) | def __init__(self, obj): method __lt__ (line 88) | def __lt__(self, other): function _safe_tuple (line 99) | def _safe_tuple(t): class PrettyPrinter (line 103) | class PrettyPrinter: method __init__ (line 104) | def __init__(self, indent=1, width=80, depth=None, stream=None): method pprint (line 135) | def pprint(self, object): method pformat (line 139) | def pformat(self, object): method isrecursive (line 144) | def isrecursive(self, object): method isreadable (line 147) | def isreadable(self, object): method _format (line 151) | def _format(self, object, stream, indent, allowance, context, level): method _repr (line 245) | def _repr(self, object, context, level): method format (line 254) | def format(self, object, context, maxlevels, level): function _safe_repr (line 264) | def _safe_repr(object, context, maxlevels, level): function _recursion (line 349) | def _recursion(object): function _perfcheck (line 354) | def _perfcheck(object=None): FILE: tests/pythons/win64-py33/Lib/profile.py function run (line 48) | def run(statement, filename=None, sort=-1): function runctx (line 69) | def runctx(statement, globals, locals, filename=None, sort=-1): class Profile (line 86) | class Profile: method __init__ (line 127) | def __init__(self, timer=None, bias=None): method trace_dispatch (line 166) | def trace_dispatch(self, frame, event, arg): method trace_dispatch_i (line 184) | def trace_dispatch_i(self, frame, event, arg): method trace_dispatch_mac (line 199) | def trace_dispatch_mac(self, frame, event, arg): method trace_dispatch_l (line 213) | def trace_dispatch_l(self, frame, event, arg): method trace_dispatch_exception (line 232) | def trace_dispatch_exception(self, frame, t): method trace_dispatch_call (line 240) | def trace_dispatch_call(self, frame, t): method trace_dispatch_c_call (line 262) | def trace_dispatch_c_call (self, frame, t): method trace_dispatch_return (line 273) | def trace_dispatch_return(self, frame, t): method set_cmd (line 327) | def set_cmd(self, cmd): class fake_code (line 332) | class fake_code: method __init__ (line 333) | def __init__(self, filename, line, name): method __repr__ (line 339) | def __repr__(self): class fake_frame (line 342) | class fake_frame: method __init__ (line 343) | def __init__(self, code, prior): method simulate_call (line 347) | def simulate_call(self, name): method simulate_cmd_complete (line 359) | def simulate_cmd_complete(self): method print_stats (line 370) | def print_stats(self, sort=-1): method dump_stats (line 375) | def dump_stats(self, file): method create_stats (line 381) | def create_stats(self): method snapshot_stats (line 385) | def snapshot_stats(self): method run (line 398) | def run(self, cmd): method runctx (line 403) | def runctx(self, cmd, globals, locals): method runcall (line 413) | def runcall(self, func, *args, **kw): method calibrate (line 462) | def calibrate(self, m, verbose=0): method _calibrate_inner (line 473) | def _calibrate_inner(self, m, verbose): function main (line 537) | def main(): FILE: tests/pythons/win64-py33/Lib/pstats.py class Stats (line 32) | class Stats: method __init__ (line 62) | def __init__(self, *args, stream=None): method init (line 72) | def init(self, arg): method load_stats (line 91) | def load_stats(self, arg): method get_top_level_stats (line 114) | def get_top_level_stats(self): method add (line 124) | def add(self, *arg_list): method dump_stats (line 150) | def dump_stats(self, filename): method get_sort_arg_defs (line 177) | def get_sort_arg_defs(self): method sort_stats (line 196) | def sort_stats(self, *field): method reverse_order (line 228) | def reverse_order(self): method strip_dirs (line 233) | def strip_dirs(self): method calc_callees (line 262) | def calc_callees(self): method eval_print_amount (line 281) | def eval_print_amount(self, sel, list, msg): method get_print_list (line 307) | def get_print_list(self, sel_list): method print_stats (line 331) | def print_stats(self, *amount): method print_callees (line 354) | def print_callees(self, *amount): method print_callers (line 369) | def print_callers(self, *amount): method print_call_heading (line 380) | def print_call_heading(self, name_size, column_title): method print_call_line (line 392) | def print_call_line(self, name_size, source, call_dict, arrow="->"): method print_title (line 417) | def print_title(self): method print_line (line 421) | def print_line(self, func): # hack: should print percentages class TupleComp (line 439) | class TupleComp: method __init__ (line 447) | def __init__(self, comp_select_list): method compare (line 450) | def compare (self, left, right): function func_strip_path (line 464) | def func_strip_path(func_name): function func_get_function_name (line 468) | def func_get_function_name(func): function func_std_string (line 471) | def func_std_string(func_name): # match what old profile produced function add_func_stats (line 488) | def add_func_stats(target, source): function add_callers (line 495) | def add_callers(target, source): function count_calls (line 513) | def count_calls(callers): function f8 (line 524) | def f8(x): class ProfileBrowser (line 538) | class ProfileBrowser(cmd.Cmd): method __init__ (line 539) | def __init__(self, profile=None): method generic (line 547) | def generic(self, fn, line): method generic_help (line 571) | def generic_help(self): method do_add (line 579) | def do_add(self, line): method help_add (line 585) | def help_add(self): method do_callees (line 588) | def do_callees(self, line): method help_callees (line 590) | def help_callees(self): method do_callers (line 594) | def do_callers(self, line): method help_callers (line 596) | def help_callers(self): method do_EOF (line 600) | def do_EOF(self, line): method help_EOF (line 603) | def help_EOF(self): method do_quit (line 606) | def do_quit(self, line): method help_quit (line 608) | def help_quit(self): method do_read (line 611) | def do_read(self, line): method help_read (line 628) | def help_read(self): method do_reverse (line 632) | def do_reverse(self, line): method help_reverse (line 638) | def help_reverse(self): method do_sort (line 641) | def do_sort(self, line): method help_sort (line 653) | def help_sort(self): method complete_sort (line 656) | def complete_sort(self, text, *args): method do_stats (line 659) | def do_stats(self, line): method help_stats (line 661) | def help_stats(self): method do_strip (line 665) | def do_strip(self, line): method help_strip (line 670) | def help_strip(self): method help_help (line 673) | def help_help(self): method postcmd (line 676) | def postcmd(self, stop, line): FILE: tests/pythons/win64-py33/Lib/pty.py function openpty (line 21) | def openpty(): function master_open (line 33) | def master_open(): function _open_terminal (line 49) | def _open_terminal(): function slave_open (line 72) | def slave_open(tty_name): function fork (line 90) | def fork(): function _writen (line 130) | def _writen(fd, data): function _read (line 136) | def _read(fd): function _copy (line 140) | def _copy(master_fd, master_read=_read, stdin_read=_read): function spawn (line 161) | def spawn(argv, master_read=_read, stdin_read=_read): FILE: tests/pythons/win64-py33/Lib/py_compile.py class PyCompileError (line 20) | class PyCompileError(Exception): method __init__ (line 48) | def __init__(self, exc_type, exc_value, file, msg=''): method __str__ (line 64) | def __str__(self): function wr_long (line 68) | def wr_long(f, x): function compile (line 75) | def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1): function main (line 151) | def main(args=None): FILE: tests/pythons/win64-py33/Lib/pyclbr.py class Class (line 55) | class Class: method __init__ (line 57) | def __init__(self, module, name, super, file, lineno): method _addmethod (line 67) | def _addmethod(self, name, lineno): class Function (line 70) | class Function: method __init__ (line 72) | def __init__(self, module, name, file, lineno): function readmodule (line 78) | def readmodule(module, path=None): function readmodule_ex (line 90) | def readmodule_ex(module, path=None): function _readmodule (line 99) | def _readmodule(module, path, inpackage=None): function _getnamelist (line 286) | def _getnamelist(g): function _getname (line 306) | def _getname(g): function _main (line 325) | def _main(): FILE: tests/pythons/win64-py33/Lib/pydoc.py function pathdirs (line 74) | def pathdirs(): function getdoc (line 86) | def getdoc(object): function splitdoc (line 91) | def splitdoc(doc): function classname (line 100) | def classname(object, modname): function isdata (line 107) | def isdata(object): function replace (line 113) | def replace(text, *pairs): function cram (line 120) | def cram(text, maxlen): function stripid (line 129) | def stripid(text): function _is_some_method (line 134) | def _is_some_method(obj): function allmethods (line 140) | def allmethods(cl): function _split_list (line 150) | def _split_list(s, predicate): function visiblename (line 167) | def visiblename(name, all=None, obj=None): function classify_class_attrs (line 186) | def classify_class_attrs(object): function ispackage (line 197) | def ispackage(path): function source_synopsis (line 205) | def source_synopsis(file): function synopsis (line 222) | def synopsis(filename, cache={}): class ErrorDuringImport (line 258) | class ErrorDuringImport(Exception): method __init__ (line 260) | def __init__(self, filename, exc_info): method __str__ (line 264) | def __str__(self): function importfile (line 268) | def importfile(path): function safeimport (line 285) | def safeimport(path, forceload=0, cache={}): class Doc (line 333) | class Doc: method document (line 339) | def document(self, object, name=None, *args): method fail (line 357) | def fail(self, object, name=None, *args): method getdocloc (line 365) | def getdocloc(self, object): class HTMLRepr (line 394) | class HTMLRepr(Repr): method __init__ (line 396) | def __init__(self): method escape (line 402) | def escape(self, text): method repr (line 405) | def repr(self, object): method repr1 (line 408) | def repr1(self, x, level): method repr_string (line 415) | def repr_string(self, x, level): method repr_instance (line 428) | def repr_instance(self, x, level): class HTMLDoc (line 436) | class HTMLDoc(Doc): method page (line 445) | def page(self, title, contents): method heading (line 455) | def heading(self, title, fgcol, bgcol, extras=''): method section (line 466) | def section(self, title, fgcol, bgcol, contents, width=6, method bigsection (line 488) | def bigsection(self, title, *args): method preformat (line 493) | def preformat(self, text): method multicolumn (line 499) | def multicolumn(self, list, format, cols=4): method grey (line 511) | def grey(self, text): return '%s' % text method namelink (line 513) | def namelink(self, name, *dicts): method classlink (line 520) | def classlink(self, object, modname): method modulelink (line 528) | def modulelink(self, object): method modpkglink (line 532) | def modpkglink(self, modpkginfo): method filelink (line 547) | def filelink(self, url, path): method markup (line 551) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method formattree (line 589) | def formattree(self, tree, modname, parent=None): method docmodule (line 608) | def docmodule(self, object, name=None, mod=None, *ignored): method docclass (line 732) | def docclass(self, object, name=None, mod=None, funcs={}, classes={}, method formatvalue (line 882) | def formatvalue(self, object): method docroutine (line 886) | def docroutine(self, object, name=None, mod=None, method _docdescriptor (line 946) | def _docdescriptor(self, name, value, mod): method docproperty (line 959) | def docproperty(self, object, name=None, mod=None, cl=None): method docother (line 963) | def docother(self, object, name=None, mod=None, *ignored): method docdata (line 968) | def docdata(self, object, name=None, mod=None, cl=None): method index (line 972) | def index(self, dir, shadowed=None): class TextRepr (line 989) | class TextRepr(Repr): method __init__ (line 991) | def __init__(self): method repr1 (line 997) | def repr1(self, x, level): method repr_string (line 1004) | def repr_string(self, x, level): method repr_instance (line 1015) | def repr_instance(self, x, level): class TextDoc (line 1021) | class TextDoc(Doc): method bold (line 1029) | def bold(self, text): method indent (line 1033) | def indent(self, text, prefix=' '): method section (line 1040) | def section(self, title, contents): method formattree (line 1047) | def formattree(self, tree, modname, parent=None, prefix=''): method docmodule (line 1063) | def docmodule(self, object, name=None, mod=None): method docclass (line 1164) | def docclass(self, object, name=None, mod=None, *ignored): method formatvalue (line 1285) | def formatvalue(self, object): method docroutine (line 1289) | def docroutine(self, object, name=None, mod=None, cl=None): method _docdescriptor (line 1338) | def _docdescriptor(self, name, value, mod): method docproperty (line 1351) | def docproperty(self, object, name=None, mod=None, cl=None): method docdata (line 1355) | def docdata(self, object, name=None, mod=None, cl=None): method docother (line 1359) | def docother(self, object, name=None, mod=None, parent=None, maxlen=No... class _PlainTextDoc (line 1371) | class _PlainTextDoc(TextDoc): method bold (line 1373) | def bold(self, text): function pager (line 1378) | def pager(text): function getpager (line 1384) | def getpager(): function plain (line 1415) | def plain(text): function pipepager (line 1419) | def pipepager(text, cmd): function tempfilepager (line 1428) | def tempfilepager(text, cmd): function ttypager (line 1440) | def ttypager(text): function plainpager (line 1478) | def plainpager(text): function describe (line 1482) | def describe(thing): function locate (line 1509) | def locate(path, forceload=0): function resolve (line 1534) | def resolve(thing, forceload=0): function render_doc (line 1545) | def render_doc(thing, title='Python Library Documentation: %s', forceloa... function doc (line 1570) | def doc(thing, title='Python Library Documentation: %s', forceload=0, function writedoc (line 1581) | def writedoc(thing, forceload=0): function writedocs (line 1593) | def writedocs(dir, pkgpath='', done=None): class Helper (line 1600) | class Helper: method __init__ (line 1773) | def __init__(self, input=None, output=None): method __repr__ (line 1780) | def __repr__(self): method __call__ (line 1787) | def __call__(self, request=_GoInteractive): method interact (line 1800) | def interact(self): method getline (line 1812) | def getline(self, prompt): method help (line 1821) | def help(self, request): method intro (line 1842) | def intro(self): method list (line 1859) | def list(self, items, columns=4, width=80): method listkeywords (line 1872) | def listkeywords(self): method listsymbols (line 1879) | def listsymbols(self): method listtopics (line 1887) | def listtopics(self): method showtopic (line 1894) | def showtopic(self, topic, more_xrefs=''): method _gettopic (line 1926) | def _gettopic(self, topic, more_xrefs=''): method showsymbol (line 1953) | def showsymbol(self, symbol): method listmodules (line 1958) | def listmodules(self, key=''): class Scanner (line 1987) | class Scanner: method __init__ (line 1989) | def __init__(self, roots, children, descendp): method next (line 1995) | def next(self): class ModuleScanner (line 2011) | class ModuleScanner: method run (line 2014) | def run(self, callback, key=None, completer=None, onerror=None): function apropos (line 2071) | def apropos(key): function _start_server (line 2085) | def _start_server(urlhandler, port): function _url_handler (line 2232) | def _url_handler(url, content_type="text/html"): function browse (line 2485) | def browse(port=0, *, open_browser=True): function ispath (line 2522) | def ispath(x): function cli (line 2525) | def cli(): FILE: tests/pythons/win64-py33/Lib/queue.py class Empty (line 16) | class Empty(Exception): class Full (line 20) | class Full(Exception): class Queue (line 24) | class Queue: method __init__ (line 30) | def __init__(self, maxsize=0): method task_done (line 53) | def task_done(self): method join (line 75) | def join(self): method qsize (line 88) | def qsize(self): method empty (line 93) | def empty(self): method full (line 107) | def full(self): method put (line 118) | def put(self, item, block=True, timeout=None): method get (line 150) | def get(self, block=True, timeout=None): method put_nowait (line 181) | def put_nowait(self, item): method get_nowait (line 189) | def get_nowait(self): method _init (line 202) | def _init(self, maxsize): method _qsize (line 205) | def _qsize(self): method _put (line 209) | def _put(self, item): method _get (line 213) | def _get(self): class PriorityQueue (line 217) | class PriorityQueue(Queue): method _init (line 223) | def _init(self, maxsize): method _qsize (line 226) | def _qsize(self): method _put (line 229) | def _put(self, item): method _get (line 232) | def _get(self): class LifoQueue (line 236) | class LifoQueue(Queue): method _init (line 239) | def _init(self, maxsize): method _qsize (line 242) | def _qsize(self): method _put (line 245) | def _put(self, item): method _get (line 248) | def _get(self): FILE: tests/pythons/win64-py33/Lib/quopri.py function needsquoting (line 21) | def needsquoting(c, quotetabs, header): function quote (line 36) | def quote(c): function encode (line 44) | def encode(input, output, quotetabs, header=False): function encodestring (line 108) | def encodestring(s, quotetabs=False, header=False): function decode (line 119) | def decode(input, output, header=False): function decodestring (line 162) | def decodestring(s, header=False): function ishex (line 174) | def ishex(c): function unhex (line 179) | def unhex(s): function main (line 197) | def main(): FILE: tests/pythons/win64-py33/Lib/random.py class Random (line 68) | class Random(_random.Random): method __init__ (line 84) | def __init__(self, x=None): method seed (line 93) | def seed(self, a=None, version=2): method getstate (line 123) | def getstate(self): method setstate (line 127) | def setstate(self, state): method __getstate__ (line 154) | def __getstate__(self): # for pickle method __setstate__ (line 157) | def __setstate__(self, state): # for pickle method __reduce__ (line 160) | def __reduce__(self): method randrange (line 165) | def randrange(self, start, stop=None, step=1, _int=int): method randint (line 209) | def randint(self, a, b): method _randbelow (line 215) | def _randbelow(self, n, int=int, maxsize=1< (o.time, o.priority) method __ge__ (line 51) | def __ge__(s, o): return (s.time, s.priority) >= (o.time, o.priority) class scheduler (line 55) | class scheduler: method __init__ (line 57) | def __init__(self, timefunc=_time, delayfunc=time.sleep): method enterabs (line 65) | def enterabs(self, time, priority, action, argument=(), kwargs=_sentin... method enter (line 79) | def enter(self, delay, priority, action, argument=(), kwargs=_sentinel): method cancel (line 89) | def cancel(self, event): method empty (line 100) | def empty(self): method run (line 105) | def run(self, blocking=True): method queue (line 156) | def queue(self): FILE: tests/pythons/win64-py33/Lib/shelve.py class _ClosedDict (line 66) | class _ClosedDict(collections.MutableMapping): method closed (line 69) | def closed(self, *args): method __repr__ (line 73) | def __repr__(self): class Shelf (line 77) | class Shelf(collections.MutableMapping): method __init__ (line 84) | def __init__(self, dict, protocol=None, writeback=False, method __iter__ (line 94) | def __iter__(self): method __len__ (line 98) | def __len__(self): method __contains__ (line 101) | def __contains__(self, key): method get (line 104) | def get(self, key, default=None): method __getitem__ (line 109) | def __getitem__(self, key): method __setitem__ (line 119) | def __setitem__(self, key, value): method __delitem__ (line 127) | def __delitem__(self, key): method close (line 134) | def close(self): method __del__ (line 147) | def __del__(self): method sync (line 153) | def sync(self): class BsdDbShelf (line 164) | class BsdDbShelf(Shelf): method __init__ (line 177) | def __init__(self, dict, protocol=None, writeback=False, method set_location (line 181) | def set_location(self, key): method next (line 186) | def next(self): method previous (line 191) | def previous(self): method first (line 196) | def first(self): method last (line 201) | def last(self): class DbfilenameShelf (line 207) | class DbfilenameShelf(Shelf): method __init__ (line 214) | def __init__(self, filename, flag='c', protocol=None, writeback=False): function open (line 219) | def open(filename, flag='c', protocol=None, writeback=False): FILE: tests/pythons/win64-py33/Lib/shlex.py class shlex (line 18) | class shlex: method __init__ (line 20) | def __init__(self, instream=None, infile=None, posix=False): method push_token (line 56) | def push_token(self, tok): method push_source (line 62) | def push_source(self, newstream, newfile=None): method pop_source (line 76) | def pop_source(self): method get_token (line 85) | def get_token(self): method read_token (line 117) | def read_token(self): method sourcehook (line 245) | def sourcehook(self, newfile): method error_leader (line 254) | def error_leader(self, infile=None, lineno=None): method __iter__ (line 262) | def __iter__(self): method __next__ (line 265) | def __next__(self): function split (line 271) | def split(s, comments=False, posix=True): function quote (line 281) | def quote(s): FILE: tests/pythons/win64-py33/Lib/shutil.py class Error (line 42) | class Error(EnvironmentError): class SpecialFileError (line 45) | class SpecialFileError(EnvironmentError): class ExecError (line 49) | class ExecError(EnvironmentError): class ReadError (line 52) | class ReadError(EnvironmentError): class RegistryError (line 55) | class RegistryError(Exception): function copyfileobj (line 65) | def copyfileobj(fsrc, fdst, length=16*1024): function _samefile (line 73) | def _samefile(src, dst): function copyfile (line 85) | def copyfile(src, dst, *, follow_symlinks=True): function copymode (line 114) | def copymode(src, dst, *, follow_symlinks=True): function _copyxattr (line 136) | def _copyxattr(src, dst, *, follow_symlinks=True): function _copyxattr (line 159) | def _copyxattr(*args, **kwargs): function copystat (line 162) | def copystat(src, dst, *, follow_symlinks=True): function copy (line 216) | def copy(src, dst, *, follow_symlinks=True): function copy2 (line 231) | def copy2(src, dst, *, follow_symlinks=True): function ignore_patterns (line 247) | def ignore_patterns(*patterns): function copytree (line 259) | def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, function _rmtree_unsafe (line 347) | def _rmtree_unsafe(path, onerror): function _rmtree_safe_fd (line 380) | def _rmtree_safe_fd(topfd, path, onerror): function rmtree (line 429) | def rmtree(path, ignore_errors=False, onerror=None): function _basename (line 484) | def _basename(path): function move (line 490) | def move(src, dst): function _destinsrc (line 539) | def _destinsrc(src, dst): function _get_gid (line 548) | def _get_gid(name): function _get_uid (line 560) | def _get_uid(name): function _make_tarball (line 572) | def _make_tarball(base_name, base_dir, compress="gzip", verbose=0, dry_r... function _call_external_zip (line 634) | def _call_external_zip(base_dir, zip_filename, verbose=False, dry_run=Fa... function _make_zipfile (line 651) | def _make_zipfile(base_name, base_dir, verbose=0, dry_run=0, logger=None): function get_archive_formats (line 706) | def get_archive_formats(): function register_archive_format (line 716) | def register_archive_format(name, function, extra_args=None, description... function unregister_archive_format (line 737) | def unregister_archive_format(name): function make_archive (line 740) | def make_archive(base_name, format, root_dir=None, base_dir=None, verbos... function get_unpack_formats (line 795) | def get_unpack_formats(): function _check_unpack_options (line 806) | def _check_unpack_options(extensions, function, extra_args): function register_unpack_format (line 824) | def register_unpack_format(name, extensions, function, extra_args=None, function unregister_unpack_format (line 846) | def unregister_unpack_format(name): function _ensure_directory (line 850) | def _ensure_directory(path): function _unpack_zipfile (line 856) | def _unpack_zipfile(filename, extract_dir): function _unpack_tarfile (line 893) | def _unpack_tarfile(filename, extract_dir): function _find_unpack_format (line 916) | def _find_unpack_format(filename): function unpack_archive (line 923) | def unpack_archive(filename, extract_dir=None, format=None): function disk_usage (line 965) | def disk_usage(path): function disk_usage (line 983) | def disk_usage(path): function chown (line 994) | def chown(path, user=None, group=None): function get_terminal_size (line 1025) | def get_terminal_size(fallback=(80, 24)): function which (line 1068) | def which(cmd, mode=os.F_OK | os.X_OK, path=None): FILE: tests/pythons/win64-py33/Lib/site.py function makepath (line 86) | def makepath(*paths): function abs_paths (line 95) | def abs_paths(): function removeduppaths (line 111) | def removeduppaths(): function _init_pathinfo (line 130) | def _init_pathinfo(): function addpackage (line 143) | def addpackage(sitedir, name, known_paths): function addsitedir (line 185) | def addsitedir(sitedir, known_paths=None): function check_enableusersite (line 209) | def check_enableusersite(): function getuserbase (line 233) | def getuserbase(): function getusersitepackages (line 247) | def getusersitepackages(): function addusersitepackages (line 270) | def addusersitepackages(known_paths): function getsitepackages (line 284) | def getsitepackages(prefixes=None): function addsitepackages (line 324) | def addsitepackages(known_paths, prefixes=None): function setBEGINLIBPATH (line 332) | def setBEGINLIBPATH(): function setquit (line 349) | def setquit(): class _Printer (line 380) | class _Printer(object): method __init__ (line 386) | def __init__(self, name, data, files=(), dirs=()): method __setup (line 393) | def __setup(self): method __repr__ (line 414) | def __repr__(self): method __call__ (line 421) | def __call__(self): function setcopyright (line 441) | def setcopyright(): class _Helper (line 460) | class _Helper(object): method __repr__ (line 466) | def __repr__(self): method __call__ (line 469) | def __call__(self, *args, **kwds): function sethelper (line 473) | def sethelper(): function aliasmbcs (line 476) | def aliasmbcs(): function venv (line 494) | def venv(known_paths): function execsitecustomize (line 545) | def execsitecustomize(): function execusercustomize (line 561) | def execusercustomize(): function main (line 577) | def main(): function _script (line 607) | def _script(): FILE: tests/pythons/win64-py33/Lib/smtpd.py class Devnull (line 94) | class Devnull: method write (line 95) | def write(self, msg): pass method flush (line 96) | def flush(self): pass function usage (line 106) | def usage(code, msg=''): class SMTPChannel (line 113) | class SMTPChannel(asynchat.async_chat): method __init__ (line 124) | def __init__(self, server, conn, addr, data_size_limit=DATA_SIZE_DEFAU... method __server (line 154) | def __server(self): method __server (line 159) | def __server(self, value): method __line (line 165) | def __line(self): method __line (line 170) | def __line(self, value): method __state (line 176) | def __state(self): method __state (line 181) | def __state(self, value): method __greeting (line 187) | def __greeting(self): method __greeting (line 192) | def __greeting(self, value): method __mailfrom (line 198) | def __mailfrom(self): method __mailfrom (line 203) | def __mailfrom(self, value): method __rcpttos (line 209) | def __rcpttos(self): method __rcpttos (line 214) | def __rcpttos(self, value): method __data (line 220) | def __data(self): method __data (line 225) | def __data(self, value): method __fqdn (line 231) | def __fqdn(self): method __fqdn (line 236) | def __fqdn(self, value): method __peer (line 242) | def __peer(self): method __peer (line 247) | def __peer(self, value): method __conn (line 253) | def __conn(self): method __conn (line 258) | def __conn(self, value): method __addr (line 264) | def __addr(self): method __addr (line 269) | def __addr(self, value): method push (line 275) | def push(self, msg): method collect_incoming_data (line 279) | def collect_incoming_data(self, data): method found_terminator (line 292) | def found_terminator(self): method smtp_HELO (line 353) | def smtp_HELO(self, arg): method smtp_EHLO (line 364) | def smtp_EHLO(self, arg): method smtp_NOOP (line 378) | def smtp_NOOP(self, arg): method smtp_QUIT (line 384) | def smtp_QUIT(self, arg): method _strip_command_keyword (line 389) | def _strip_command_keyword(self, keyword, arg): method _getaddr (line 395) | def _getaddr(self, arg): method _getparams (line 406) | def _getparams(self, params): method smtp_HELP (line 413) | def smtp_HELP(self, arg): method smtp_VRFY (line 448) | def smtp_VRFY(self, arg): method smtp_MAIL (line 459) | def smtp_MAIL(self, arg): method smtp_RCPT (line 503) | def smtp_RCPT(self, arg): method smtp_RSET (line 544) | def smtp_RSET(self, arg): method smtp_DATA (line 555) | def smtp_DATA(self, arg): method smtp_EXPN (line 570) | def smtp_EXPN(self, arg): class SMTPServer (line 574) | class SMTPServer(asyncore.dispatcher): method __init__ (line 578) | def __init__(self, localaddr, remoteaddr, method handle_accepted (line 598) | def handle_accepted(self, conn, addr): method process_message (line 603) | def process_message(self, peer, mailfrom, rcpttos, data): class DebuggingServer (line 628) | class DebuggingServer(SMTPServer): method process_message (line 630) | def process_message(self, peer, mailfrom, rcpttos, data): class PureProxy (line 643) | class PureProxy(SMTPServer): method process_message (line 644) | def process_message(self, peer, mailfrom, rcpttos, data): method _deliver (line 658) | def _deliver(self, mailfrom, rcpttos, data): class MailmanProxy (line 683) | class MailmanProxy(PureProxy): method process_message (line 684) | def process_message(self, peer, mailfrom, rcpttos, data): class Options (line 761) | class Options: function parseargs (line 767) | def parseargs(): FILE: tests/pythons/win64-py33/Lib/smtplib.py class SMTPException (line 70) | class SMTPException(Exception): class SMTPServerDisconnected (line 73) | class SMTPServerDisconnected(SMTPException): class SMTPResponseException (line 81) | class SMTPResponseException(SMTPException): method __init__ (line 90) | def __init__(self, code, msg): class SMTPSenderRefused (line 95) | class SMTPSenderRefused(SMTPResponseException): method __init__ (line 102) | def __init__(self, code, msg, sender): class SMTPRecipientsRefused (line 108) | class SMTPRecipientsRefused(SMTPException): method __init__ (line 116) | def __init__(self, recipients): class SMTPDataError (line 121) | class SMTPDataError(SMTPResponseException): class SMTPConnectError (line 124) | class SMTPConnectError(SMTPResponseException): class SMTPHeloError (line 127) | class SMTPHeloError(SMTPResponseException): class SMTPAuthenticationError (line 130) | class SMTPAuthenticationError(SMTPResponseException): function quoteaddr (line 137) | def quoteaddr(addrstring): function _addr_only (line 150) | def _addr_only(addrstring): function quotedata (line 158) | def quotedata(data): function _quote_periods (line 167) | def _quote_periods(bindata): function _fix_eols (line 170) | def _fix_eols(data): class SMTP (line 181) | class SMTP: method __init__ (line 218) | def __init__(self, host='', port=0, local_hostname=None, method __enter__ (line 262) | def __enter__(self): method __exit__ (line 265) | def __exit__(self, *args): method set_debuglevel (line 275) | def set_debuglevel(self, debuglevel): method _get_socket (line 284) | def _get_socket(self, host, port, timeout): method connect (line 293) | def connect(self, host='localhost', port=0, source_address=None): method send (line 327) | def send(self, s): method putcmd (line 342) | def putcmd(self, cmd, args=""): method getreply (line 350) | def getreply(self): method docmd (line 399) | def docmd(self, cmd, args=""): method helo (line 405) | def helo(self, name=''): method ehlo (line 415) | def ehlo(self, name=''): method has_extn (line 466) | def has_extn(self, opt): method help (line 470) | def help(self, args=''): method rset (line 476) | def rset(self): method noop (line 480) | def noop(self): method mail (line 484) | def mail(self, sender, options=[]): method rcpt (line 492) | def rcpt(self, recip, options=[]): method data (line 500) | def data(self, msg): method verify (line 529) | def verify(self, address): method expn (line 536) | def expn(self, address): method ehlo_or_helo_if_needed (line 543) | def ehlo_or_helo_if_needed(self): method login (line 560) | def login(self, user, password): method starttls (line 640) | def starttls(self, keyfile=None, certfile=None, context=None): method sendmail (line 685) | def sendmail(self, from_addr, to_addrs, msg, mail_options=[], method send_message (line 788) | def send_message(self, msg, from_addr=None, to_addrs=None, method close (line 841) | def close(self): method quit (line 850) | def quit(self): class SMTP_SSL (line 858) | class SMTP_SSL(SMTP): method __init__ (line 874) | def __init__(self, host='', port=0, local_hostname=None, method _get_socket (line 890) | def _get_socket(self, host, port, timeout): class LMTP (line 908) | class LMTP(SMTP): method __init__ (line 924) | def __init__(self, host='', port=LMTP_PORT, local_hostname=None, method connect (line 930) | def connect(self, host='localhost', port=0, source_address=None): function prompt (line 958) | def prompt(prompt): FILE: tests/pythons/win64-py33/Lib/sndhdr.py function what (line 35) | def what(filename): function whathdr (line 41) | def whathdr(filename): function test_aifc (line 58) | def test_aifc(h, f): function test_au (line 79) | def test_au(h, f): function test_hcom (line 112) | def test_hcom(h, f): function test_voc (line 125) | def test_voc(h, f): function test_wav (line 139) | def test_wav(h, f): function test_8svx (line 152) | def test_8svx(h, f): function test_sndt (line 161) | def test_sndt(h, f): function test_sndr (line 170) | def test_sndr(h, f): function get_long_be (line 183) | def get_long_be(b): function get_long_le (line 186) | def get_long_le(b): function get_short_be (line 189) | def get_short_be(b): function get_short_le (line 192) | def get_short_le(b): function test (line 200) | def test(): function testall (line 215) | def testall(list, recursive, toplevel): FILE: tests/pythons/win64-py33/Lib/socket.py class socket (line 87) | class socket(_socket.socket): method __init__ (line 93) | def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, fileno=N... method __enter__ (line 98) | def __enter__(self): method __exit__ (line 101) | def __exit__(self, *args): method __repr__ (line 105) | def __repr__(self): method __getstate__ (line 115) | def __getstate__(self): method dup (line 118) | def dup(self): method accept (line 128) | def accept(self): method makefile (line 144) | def makefile(self, mode="r", buffering=None, *, method _decref_socketios (line 187) | def _decref_socketios(self): method _real_close (line 193) | def _real_close(self, _ss=_socket.socket): method close (line 197) | def close(self): method detach (line 203) | def detach(self): function fromfd (line 213) | def fromfd(fd, family, type, proto=0): function fromshare (line 223) | def fromshare(info): function socketpair (line 233) | def socketpair(family=None, type=SOCK_STREAM, proto=0): class SocketIO (line 254) | class SocketIO(io.RawIOBase): method __init__ (line 271) | def __init__(self, sock, mode): method readinto (line 283) | def readinto(self, b): method write (line 308) | def write(self, b): method readable (line 324) | def readable(self): method writable (line 331) | def writable(self): method seekable (line 338) | def seekable(self): method fileno (line 345) | def fileno(self): method name (line 352) | def name(self): method mode (line 359) | def mode(self): method close (line 362) | def close(self): function getfqdn (line 373) | def getfqdn(name=''): function create_connection (line 401) | def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT, FILE: tests/pythons/win64-py33/Lib/socketserver.py function _eintr_retry (line 151) | def _eintr_retry(func, *args): class BaseServer (line 160) | class BaseServer: method __init__ (line 207) | def __init__(self, server_address, RequestHandlerClass): method server_activate (line 214) | def server_activate(self): method serve_forever (line 222) | def serve_forever(self, poll_interval=0.5): method shutdown (line 246) | def shutdown(self): method service_actions (line 256) | def service_actions(self): method handle_request (line 275) | def handle_request(self): method _handle_request_noblock (line 293) | def _handle_request_noblock(self): method handle_timeout (line 311) | def handle_timeout(self): method verify_request (line 318) | def verify_request(self, request, client_address): method process_request (line 326) | def process_request(self, request, client_address): method server_close (line 335) | def server_close(self): method finish_request (line 343) | def finish_request(self, request, client_address): method shutdown_request (line 347) | def shutdown_request(self, request): method close_request (line 351) | def close_request(self, request): method handle_error (line 355) | def handle_error(self, request, client_address): class TCPServer (line 369) | class TCPServer(BaseServer): method __init__ (line 424) | def __init__(self, server_address, RequestHandlerClass, bind_and_activ... method server_bind (line 433) | def server_bind(self): method server_activate (line 444) | def server_activate(self): method server_close (line 452) | def server_close(self): method fileno (line 460) | def fileno(self): method get_request (line 468) | def get_request(self): method shutdown_request (line 476) | def shutdown_request(self, request): method close_request (line 486) | def close_request(self, request): class UDPServer (line 491) | class UDPServer(TCPServer): method get_request (line 501) | def get_request(self): method server_activate (line 505) | def server_activate(self): method shutdown_request (line 509) | def shutdown_request(self, request): method close_request (line 513) | def close_request(self, request): class ForkingMixIn (line 517) | class ForkingMixIn: method collect_children (line 525) | def collect_children(self): method handle_timeout (line 557) | def handle_timeout(self): method service_actions (line 564) | def service_actions(self): method process_request (line 571) | def process_request(self, request, client_address): class ThreadingMixIn (line 596) | class ThreadingMixIn: method process_request_thread (line 603) | def process_request_thread(self, request, client_address): method process_request (line 616) | def process_request(self, request, client_address): class ForkingUDPServer (line 624) | class ForkingUDPServer(ForkingMixIn, UDPServer): pass class ForkingTCPServer (line 625) | class ForkingTCPServer(ForkingMixIn, TCPServer): pass class ThreadingUDPServer (line 627) | class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass class ThreadingTCPServer (line 628) | class ThreadingTCPServer(ThreadingMixIn, TCPServer): pass class UnixStreamServer (line 632) | class UnixStreamServer(TCPServer): class UnixDatagramServer (line 635) | class UnixDatagramServer(UDPServer): class ThreadingUnixStreamServer (line 638) | class ThreadingUnixStreamServer(ThreadingMixIn, UnixStreamServer): pass class ThreadingUnixDatagramServer (line 640) | class ThreadingUnixDatagramServer(ThreadingMixIn, UnixDatagramServer): pass class BaseRequestHandler (line 642) | class BaseRequestHandler: method __init__ (line 660) | def __init__(self, request, client_address, server): method setup (line 670) | def setup(self): method handle (line 673) | def handle(self): method finish (line 676) | def finish(self): class StreamRequestHandler (line 688) | class StreamRequestHandler(BaseRequestHandler): method setup (line 709) | def setup(self): method finish (line 719) | def finish(self): class DatagramRequestHandler (line 731) | class DatagramRequestHandler(BaseRequestHandler): method setup (line 738) | def setup(self): method finish (line 744) | def finish(self): FILE: tests/pythons/win64-py33/Lib/sqlite3/dbapi2.py function DateFromTicks (line 40) | def DateFromTicks(ticks): function TimeFromTicks (line 43) | def TimeFromTicks(ticks): function TimestampFromTicks (line 46) | def TimestampFromTicks(ticks): function register_adapters_and_converters (line 54) | def register_adapters_and_converters(): FILE: tests/pythons/win64-py33/Lib/sqlite3/dump.py function _iterdump (line 10) | def _iterdump(connection): FILE: tests/pythons/win64-py33/Lib/sre_compile.py function _identityfunction (line 24) | def _identityfunction(x): function _compile (line 32) | def _compile(code, pattern, flags): function _compile_charset (line 178) | def _compile_charset(charset, flags, code, fixup=None): function _optimize_charset (line 207) | def _optimize_charset(charset, fixup): function _mk_bitmap (line 258) | def _mk_bitmap(bits): function _optimize_unicode (line 301) | def _optimize_unicode(charset, fixup): function _simple (line 357) | def _simple(av): function _compile_info (line 362) | def _compile_info(code, pattern, flags): function isstring (line 468) | def isstring(obj): function _code (line 471) | def _code(p, flags): function compile (line 486) | def compile(p, flags=0): FILE: tests/pythons/win64-py33/Lib/sre_constants.py class error (line 27) | class error(Exception): function makedict (line 149) | def makedict(list): function dump (line 223) | def dump(f, d, prefix): FILE: tests/pythons/win64-py33/Lib/sre_parse.py class Pattern (line 66) | class Pattern: method __init__ (line 68) | def __init__(self): method opengroup (line 73) | def opengroup(self, name=None): method closegroup (line 84) | def closegroup(self, gid): method checkgroup (line 86) | def checkgroup(self, gid): class SubPattern (line 89) | class SubPattern: method __init__ (line 91) | def __init__(self, pattern, data=None): method dump (line 97) | def dump(self, level=0): method __repr__ (line 125) | def __repr__(self): method __len__ (line 127) | def __len__(self): method __delitem__ (line 129) | def __delitem__(self, index): method __getitem__ (line 131) | def __getitem__(self, index): method __setitem__ (line 135) | def __setitem__(self, index, code): method insert (line 137) | def insert(self, index, code): method append (line 139) | def append(self, code): method getwidth (line 141) | def getwidth(self): class Tokenizer (line 178) | class Tokenizer: method __init__ (line 179) | def __init__(self, string): method __next (line 184) | def __next(self): method match (line 203) | def match(self, char, skip=1): method get (line 209) | def get(self): method getwhile (line 213) | def getwhile(self, n, charset): method tell (line 222) | def tell(self): method seek (line 224) | def seek(self, index): function isident (line 230) | def isident(char): function isdigit (line 236) | def isdigit(char): function isname (line 242) | def isname(name): function _class_escape (line 254) | def _class_escape(source, escape): function _escape (line 296) | def _escape(source, escape, state): function _parse_sub (line 352) | def _parse_sub(source, state, nested=1): function _parse_sub_cond (line 411) | def _parse_sub_cond(source, state, condgroup): function _parse (line 430) | def _parse(source, state): function fix_flags (line 725) | def fix_flags(src, flags): function parse (line 737) | def parse(str, flags=0, pattern=None): function parse_template (line 766) | def parse_template(source, pattern): function expand_template (line 859) | def expand_template(template, match): FILE: tests/pythons/win64-py33/Lib/ssl.py class CertificateError (line 129) | class CertificateError(ValueError): function _dnsname_match (line 133) | def _dnsname_match(dn, hostname, max_wildcards=1): function match_hostname (line 182) | def match_hostname(cert, hostname): class SSLContext (line 223) | class SSLContext(_SSLContext): method __new__ (line 229) | def __new__(cls, protocol, *args, **kwargs): method __init__ (line 235) | def __init__(self, protocol): method wrap_socket (line 238) | def wrap_socket(self, sock, server_side=False, method set_npn_protocols (line 248) | def set_npn_protocols(self, npn_protocols): class SSLSocket (line 260) | class SSLSocket(socket): method __init__ (line 265) | def __init__(self, sock=None, keyfile=None, certfile=None, method dup (line 352) | def dup(self): method _checkClosed (line 356) | def _checkClosed(self, msg=None): method read (line 360) | def read(self, len=0, buffer=None): method write (line 380) | def write(self, data): method getpeercert (line 387) | def getpeercert(self, binary_form=False): method selected_npn_protocol (line 396) | def selected_npn_protocol(self): method cipher (line 403) | def cipher(self): method compression (line 410) | def compression(self): method send (line 417) | def send(self, data, flags=0): method sendto (line 439) | def sendto(self, data, flags_or_addr, addr=None): method sendmsg (line 449) | def sendmsg(self, *args, **kwargs): method sendall (line 455) | def sendall(self, data, flags=0): method recv (line 471) | def recv(self, buflen=1024, flags=0): method recv_into (line 482) | def recv_into(self, buffer, nbytes=None, flags=0): method recvfrom (line 497) | def recvfrom(self, buflen=1024, flags=0): method recvfrom_into (line 505) | def recvfrom_into(self, buffer, nbytes=None, flags=0): method recvmsg (line 513) | def recvmsg(self, *args, **kwargs): method recvmsg_into (line 517) | def recvmsg_into(self, *args, **kwargs): method pending (line 521) | def pending(self): method shutdown (line 528) | def shutdown(self, how): method unwrap (line 533) | def unwrap(self): method _real_close (line 541) | def _real_close(self): method do_handshake (line 546) | def do_handshake(self, block=False): method _real_connect (line 557) | def _real_connect(self, addr, connect_ex): method connect (line 580) | def connect(self, addr): method connect_ex (line 585) | def connect_ex(self, addr): method accept (line 590) | def accept(self): method get_channel_binding (line 602) | def get_channel_binding(self, cb_type="tls-unique"): function wrap_socket (line 618) | def wrap_socket(sock, keyfile=None, certfile=None, function cert_time_to_seconds (line 634) | def cert_time_to_seconds(cert_time): function DER_cert_to_PEM_cert (line 645) | def DER_cert_to_PEM_cert(der_cert_bytes): function PEM_cert_to_DER_cert (line 654) | def PEM_cert_to_DER_cert(pem_cert_string): function get_server_certificate (line 667) | def get_server_certificate(addr, ssl_version=PROTOCOL_SSLv3, ca_certs=No... function get_protocol_name (line 685) | def get_protocol_name(protocol_code): FILE: tests/pythons/win64-py33/Lib/stat.py function S_IMODE (line 21) | def S_IMODE(mode): function S_IFMT (line 27) | def S_IFMT(mode): function S_ISDIR (line 46) | def S_ISDIR(mode): function S_ISCHR (line 50) | def S_ISCHR(mode): function S_ISBLK (line 54) | def S_ISBLK(mode): function S_ISREG (line 58) | def S_ISREG(mode): function S_ISFIFO (line 62) | def S_ISFIFO(mode): function S_ISLNK (line 66) | def S_ISLNK(mode): function S_ISSOCK (line 70) | def S_ISSOCK(mode): function filemode (line 139) | def filemode(mode): FILE: tests/pythons/win64-py33/Lib/string.py function capwords (line 33) | def capwords(s, sep=None): class _TemplateMetaclass (line 51) | class _TemplateMetaclass(type): method __init__ (line 61) | def __init__(cls, name, bases, dct): class Template (line 73) | class Template(metaclass=_TemplateMetaclass): method __init__ (line 80) | def __init__(self, template): method _invalid (line 85) | def _invalid(self, mo): method substitute (line 97) | def substitute(self, *args, **kws): method safe_substitute (line 123) | def safe_substitute(self, *args, **kws): class Formatter (line 162) | class Formatter: method format (line 163) | def format(self, format_string, *args, **kwargs): method vformat (line 166) | def vformat(self, format_string, args, kwargs): method _vformat (line 172) | def _vformat(self, format_string, args, kwargs, used_args, recursion_d... method get_value (line 206) | def get_value(self, key, args, kwargs): method check_unused_args (line 213) | def check_unused_args(self, used_args, args, kwargs): method format_field (line 217) | def format_field(self, value, format_spec): method convert_field (line 221) | def convert_field(self, value, conversion): method parse (line 241) | def parse(self, format_string): method get_field (line 250) | def get_field(self, field_name, args, kwargs): FILE: tests/pythons/win64-py33/Lib/stringprep.py function in_table_a1 (line 12) | def in_table_a1(code): function in_table_b1 (line 20) | def in_table_b1(code): function map_table_b3 (line 189) | def map_table_b3(code): function map_table_b2 (line 195) | def map_table_b2(a): function in_table_c11 (line 206) | def in_table_c11(code): function in_table_c12 (line 210) | def in_table_c12(code): function in_table_c11_c12 (line 213) | def in_table_c11_c12(code): function in_table_c21 (line 217) | def in_table_c21(code): function in_table_c22 (line 221) | def in_table_c22(code): function in_table_c21_c22 (line 227) | def in_table_c21_c22(code): function in_table_c3 (line 232) | def in_table_c3(code): function in_table_c4 (line 236) | def in_table_c4(code): function in_table_c5 (line 243) | def in_table_c5(code): function in_table_c6 (line 248) | def in_table_c6(code): function in_table_c7 (line 253) | def in_table_c7(code): function in_table_c8 (line 258) | def in_table_c8(code): function in_table_c9 (line 263) | def in_table_c9(code): function in_table_d1 (line 267) | def in_table_d1(code): function in_table_d2 (line 271) | def in_table_d2(code): FILE: tests/pythons/win64-py33/Lib/subprocess.py class SubprocessError (line 360) | class SubprocessError(Exception): pass class CalledProcessError (line 363) | class CalledProcessError(SubprocessError): method __init__ (line 369) | def __init__(self, returncode, cmd, output=None): method __str__ (line 373) | def __str__(self): class TimeoutExpired (line 377) | class TimeoutExpired(SubprocessError): method __init__ (line 381) | def __init__(self, cmd, timeout, output=None): method __str__ (line 386) | def __str__(self): class STARTUPINFO (line 395) | class STARTUPINFO: class pywintypes (line 401) | class pywintypes: class Handle (line 429) | class Handle(int): method Close (line 432) | def Close(self, CloseHandle=_winapi.CloseHandle): method Detach (line 437) | def Detach(self): method __repr__ (line 443) | def __repr__(self): function _cleanup (line 460) | def _cleanup(): function _eintr_retry_call (line 476) | def _eintr_retry_call(func, *args): function _args_from_interpreter_flags (line 488) | def _args_from_interpreter_flags(): function call (line 515) | def call(*popenargs, timeout=None, **kwargs): function check_call (line 532) | def check_call(*popenargs, **kwargs): function check_output (line 551) | def check_output(*popenargs, timeout=None, **kwargs): function list2cmdline (line 593) | def list2cmdline(seq): function getstatusoutput (line 666) | def getstatusoutput(cmd): function getoutput (line 693) | def getoutput(cmd): class Popen (line 709) | class Popen(object): method __init__ (line 713) | def __init__(self, args, bufsize=-1, executable=None, method _translate_newlines (line 847) | def _translate_newlines(self, data, encoding): method __enter__ (line 851) | def __enter__(self): method __exit__ (line 854) | def __exit__(self, type, value, traceback): method __del__ (line 864) | def __del__(self, _maxsize=sys.maxsize): method _get_devnull (line 874) | def _get_devnull(self): method communicate (line 879) | def communicate(self, input=None, timeout=None): method poll (line 929) | def poll(self): method _remaining_time (line 933) | def _remaining_time(self, endtime): method _check_timeout (line 941) | def _check_timeout(self, endtime, orig_timeout): method _get_handles (line 953) | def _get_handles(self, stdin, stdout, stderr): method _make_inheritable (line 1025) | def _make_inheritable(self, handle): method _find_w9xpopen (line 1034) | def _find_w9xpopen(self): method _execute_child (line 1051) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _internal_poll (line 1133) | def _internal_poll(self, _deadstate=None, method wait (line 1150) | def wait(self, timeout=None, endtime=None): method _readerthread (line 1168) | def _readerthread(self, fh, buffer): method _communicate (line 1173) | def _communicate(self, input, endtime, orig_timeout): method send_signal (line 1239) | def send_signal(self, sig): method terminate (line 1251) | def terminate(self): method _get_handles (line 1270) | def _get_handles(self, stdin, stdout, stderr): method _close_fds (line 1321) | def _close_fds(self, fds_to_keep): method _execute_child (line 1331) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _handle_exitstatus (line 1452) | def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, method _internal_poll (line 1466) | def _internal_poll(self, _deadstate=None, _waitpid=os.waitpid, method _try_wait (line 1493) | def _try_wait(self, wait_flags): method wait (line 1507) | def wait(self, timeout=None, endtime=None): method _communicate (line 1546) | def _communicate(self, input, endtime, orig_timeout): method _save_input (line 1582) | def _save_input(self, input): method _communicate_with_poll (line 1593) | def _communicate_with_poll(self, input, endtime, orig_timeout): method _communicate_with_select (line 1675) | def _communicate_with_select(self, input, endtime, orig_timeout): method send_signal (line 1757) | def send_signal(self, sig): method terminate (line 1762) | def terminate(self): method kill (line 1767) | def kill(self): FILE: tests/pythons/win64-py33/Lib/sunau.py class Error (line 131) | class Error(Exception): function _read_u32 (line 134) | def _read_u32(file): function _write_u32 (line 143) | def _write_u32(file, x): class Au_read (line 151) | class Au_read: method __init__ (line 153) | def __init__(self, f): method __del__ (line 162) | def __del__(self): method initfp (line 166) | def initfp(self, file): method getfp (line 213) | def getfp(self): method getnchannels (line 216) | def getnchannels(self): method getsampwidth (line 219) | def getsampwidth(self): method getframerate (line 222) | def getframerate(self): method getnframes (line 225) | def getnframes(self): method getcomptype (line 232) | def getcomptype(self): method getcompname (line 240) | def getcompname(self): method getparams (line 248) | def getparams(self): method getmarkers (line 253) | def getmarkers(self): method getmark (line 256) | def getmark(self, id): method readframes (line 259) | def readframes(self, nframes): method rewind (line 272) | def rewind(self): method tell (line 278) | def tell(self): method setpos (line 281) | def setpos(self, pos): method close (line 289) | def close(self): class Au_write (line 294) | class Au_write: method __init__ (line 296) | def __init__(self, f): method __del__ (line 305) | def __del__(self): method initfp (line 310) | def initfp(self, file): method setnchannels (line 323) | def setnchannels(self, nchannels): method getnchannels (line 330) | def getnchannels(self): method setsampwidth (line 335) | def setsampwidth(self, sampwidth): method getsampwidth (line 342) | def getsampwidth(self): method setframerate (line 347) | def setframerate(self, framerate): method getframerate (line 352) | def getframerate(self): method setnframes (line 357) | def setnframes(self, nframes): method getnframes (line 364) | def getnframes(self): method setcomptype (line 367) | def setcomptype(self, type, name): method getcomptype (line 373) | def getcomptype(self): method getcompname (line 376) | def getcompname(self): method setparams (line 384) | def setparams(self, params): method getparams (line 392) | def getparams(self): method tell (line 397) | def tell(self): method writeframesraw (line 400) | def writeframesraw(self, data): method writeframes (line 410) | def writeframes(self, data): method close (line 416) | def close(self): method _ensure_header_written (line 433) | def _ensure_header_written(self): method _write_header (line 443) | def _write_header(self): method _patchheader (line 482) | def _patchheader(self): function open (line 490) | def open(f, mode=None): FILE: tests/pythons/win64-py33/Lib/symbol.py function main (line 103) | def main(): FILE: tests/pythons/win64-py33/Lib/symtable.py function symtable (line 12) | def symtable(code, filename, compile_type): class SymbolTableFactory (line 16) | class SymbolTableFactory: method __init__ (line 17) | def __init__(self): method new (line 20) | def new(self, table, filename): method __call__ (line 27) | def __call__(self, table, filename): class SymbolTable (line 37) | class SymbolTable(object): method __init__ (line 39) | def __init__(self, raw_table, filename): method __repr__ (line 44) | def __repr__(self): method get_type (line 57) | def get_type(self): method get_id (line 67) | def get_id(self): method get_name (line 70) | def get_name(self): method get_lineno (line 73) | def get_lineno(self): method is_optimized (line 76) | def is_optimized(self): method is_nested (line 80) | def is_nested(self): method has_children (line 83) | def has_children(self): method has_exec (line 86) | def has_exec(self): method has_import_star (line 90) | def has_import_star(self): method get_identifiers (line 94) | def get_identifiers(self): method lookup (line 97) | def lookup(self, name): method get_symbols (line 105) | def get_symbols(self): method __check_children (line 108) | def __check_children(self, name): method get_children (line 113) | def get_children(self): class Function (line 118) | class Function(SymbolTable): method __idents_matching (line 126) | def __idents_matching(self, test_func): method get_parameters (line 130) | def get_parameters(self): method get_locals (line 135) | def get_locals(self): method get_globals (line 142) | def get_globals(self): method get_frees (line 149) | def get_frees(self): class Class (line 156) | class Class(SymbolTable): method get_methods (line 160) | def get_methods(self): class Symbol (line 169) | class Symbol(object): method __init__ (line 171) | def __init__(self, name, flags, namespaces=None): method __repr__ (line 177) | def __repr__(self): method get_name (line 180) | def get_name(self): method is_referenced (line 183) | def is_referenced(self): method is_parameter (line 186) | def is_parameter(self): method is_global (line 189) | def is_global(self): method is_declared_global (line 192) | def is_declared_global(self): method is_local (line 195) | def is_local(self): method is_free (line 198) | def is_free(self): method is_imported (line 201) | def is_imported(self): method is_assigned (line 204) | def is_assigned(self): method is_namespace (line 207) | def is_namespace(self): method get_namespaces (line 220) | def get_namespaces(self): method get_namespace (line 224) | def get_namespace(self): FILE: tests/pythons/win64-py33/Lib/sysconfig.py function _safe_realpath (line 119) | def _safe_realpath(path): function _is_python_source_dir (line 145) | def _is_python_source_dir(d): function is_python_build (line 157) | def is_python_build(check_home=False): function _subst_vars (line 170) | def _subst_vars(s, local_vars): function _extend_dict (line 179) | def _extend_dict(target_dict, other_dict): function _expand_vars (line 187) | def _expand_vars(scheme, vars): function _get_default_scheme (line 200) | def _get_default_scheme(): function _getuserbase (line 207) | def _getuserbase(): function _parse_makefile (line 236) | def _parse_makefile(filename, vars=None): function get_makefile_filename (line 354) | def get_makefile_filename(): function _generate_posix_vars (line 364) | def _generate_posix_vars(): function _init_posix (line 427) | def _init_posix(vars): function _init_non_posix (line 433) | def _init_non_posix(vars): function parse_config_h (line 450) | def parse_config_h(fp, vars=None): function get_config_h_filename (line 481) | def get_config_h_filename(): function get_scheme_names (line 493) | def get_scheme_names(): function get_path_names (line 498) | def get_path_names(): function get_paths (line 503) | def get_paths(scheme=_get_default_scheme(), vars=None, expand=True): function get_path (line 515) | def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function get_config_vars (line 523) | def get_config_vars(*args): function get_config_var (line 596) | def get_config_var(name): function get_platform (line 605) | def get_platform(): function get_python_version (line 695) | def get_python_version(): function _print_dict (line 699) | def _print_dict(title, data): function _main (line 706) | def _main(): FILE: tests/pythons/win64-py33/Lib/tabnanny.py function errprint (line 35) | def errprint(*args): function main (line 42) | def main(): class NannyNag (line 60) | class NannyNag(Exception): method __init__ (line 65) | def __init__(self, lineno, msg, line): method get_lineno (line 67) | def get_lineno(self): method get_msg (line 69) | def get_msg(self): method get_line (line 71) | def get_line(self): function check (line 74) | def check(file): class Whitespace (line 135) | class Whitespace: method __init__ (line 158) | def __init__(self, ws): method longest_run_of_spaces (line 183) | def longest_run_of_spaces(self): method indent_level (line 187) | def indent_level(self, tabsize): method equal (line 210) | def equal(self, other): method not_equal_witness (line 217) | def not_equal_witness(self, other): method less (line 241) | def less(self, other): method not_less_witness (line 258) | def not_less_witness(self, other): function format_witnesses (line 269) | def format_witnesses(w): function process_tokens (line 276) | def process_tokens(tokens): FILE: tests/pythons/win64-py33/Lib/tarfile.py function stn (line 178) | def stn(s, length, encoding, errors): function nts (line 184) | def nts(s, encoding, errors): function nti (line 192) | def nti(s): function itn (line 211) | def itn(n, digits=8, format=DEFAULT_FORMAT): function calc_chksums (line 239) | def calc_chksums(buf): function copyfileobj (line 252) | def copyfileobj(src, dst, length=None): function filemode (line 277) | def filemode(mode): function _safe_print (line 284) | def _safe_print(s): class TarError (line 291) | class TarError(Exception): class ExtractError (line 294) | class ExtractError(TarError): class ReadError (line 297) | class ReadError(TarError): class CompressionError (line 300) | class CompressionError(TarError): class StreamError (line 303) | class StreamError(TarError): class HeaderError (line 306) | class HeaderError(TarError): class EmptyHeaderError (line 309) | class EmptyHeaderError(HeaderError): class TruncatedHeaderError (line 312) | class TruncatedHeaderError(HeaderError): class EOFHeaderError (line 315) | class EOFHeaderError(HeaderError): class InvalidHeaderError (line 318) | class InvalidHeaderError(HeaderError): class SubsequentHeaderError (line 321) | class SubsequentHeaderError(HeaderError): class _LowLevelFile (line 328) | class _LowLevelFile: method __init__ (line 334) | def __init__(self, name, mode): method close (line 343) | def close(self): method read (line 346) | def read(self, size): method write (line 349) | def write(self, s): class _Stream (line 352) | class _Stream: method __init__ (line 363) | def __init__(self, name, mode, comptype, fileobj, bufsize): method __del__ (line 433) | def __del__(self): method _init_write_gz (line 437) | def _init_write_gz(self): method write (line 451) | def write(self, s): method __write (line 461) | def __write(self, s): method close (line 470) | def close(self): method _init_read_gz (line 498) | def _init_read_gz(self): method tell (line 529) | def tell(self): method seek (line 534) | def seek(self, pos=0): method read (line 547) | def read(self, size=None): method _read (line 565) | def _read(self, size): method __read (line 586) | def __read(self, size): class _StreamProxy (line 602) | class _StreamProxy(object): method __init__ (line 607) | def __init__(self, fileobj): method read (line 611) | def read(self, size): method getcomptype (line 615) | def getcomptype(self): method close (line 625) | def close(self): class _FileInFile (line 632) | class _FileInFile(object): method __init__ (line 638) | def __init__(self, fileobj, offset, size, blockinfo=None): method flush (line 663) | def flush(self): method readable (line 666) | def readable(self): method writable (line 669) | def writable(self): method seekable (line 672) | def seekable(self): method tell (line 675) | def tell(self): method seek (line 680) | def seek(self, position, whence=io.SEEK_SET): method read (line 696) | def read(self, size=None): method readinto (line 724) | def readinto(self, b): method close (line 729) | def close(self): class ExFileObject (line 733) | class ExFileObject(io.BufferedReader): method __init__ (line 735) | def __init__(self, tarfile, tarinfo): class TarInfo (line 744) | class TarInfo(object): method __init__ (line 758) | def __init__(self, name=""): method _getpath (line 784) | def _getpath(self): method _setpath (line 786) | def _setpath(self, name): method _getlinkpath (line 790) | def _getlinkpath(self): method _setlinkpath (line 792) | def _setlinkpath(self, linkname): method __repr__ (line 796) | def __repr__(self): method get_info (line 799) | def get_info(self): method tobuf (line 823) | def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surr... method create_ustar_header (line 837) | def create_ustar_header(self, info, encoding, errors): method create_gnu_header (line 850) | def create_gnu_header(self, info, encoding, errors): method create_pax_header (line 864) | def create_pax_header(self, info, encoding): method create_pax_global_header (line 914) | def create_pax_global_header(cls, pax_headers): method _posix_split_name (line 919) | def _posix_split_name(self, name): method _create_header (line 935) | def _create_header(info, format, encoding, errors): method _create_payload (line 963) | def _create_payload(payload): method _create_gnu_long_header (line 973) | def _create_gnu_long_header(cls, name, type, encoding, errors): method _create_pax_generic_header (line 990) | def _create_pax_generic_header(cls, pax_headers, type, encoding): method frombuf (line 1041) | def frombuf(cls, buf, encoding, errors): method fromtarfile (line 1104) | def fromtarfile(cls, tarfile): method _proc_member (line 1124) | def _proc_member(self, tarfile): method _proc_builtin (line 1137) | def _proc_builtin(self, tarfile): method _proc_gnulong (line 1154) | def _proc_gnulong(self, tarfile): method _proc_sparse (line 1176) | def _proc_sparse(self, tarfile): method _proc_pax (line 1204) | def _proc_pax(self, tarfile): method _proc_gnusparse_00 (line 1306) | def _proc_gnusparse_00(self, next, pax_headers, buf): method _proc_gnusparse_01 (line 1317) | def _proc_gnusparse_01(self, next, pax_headers): method _proc_gnusparse_10 (line 1323) | def _proc_gnusparse_10(self, next, pax_headers, tarfile): method _apply_pax_info (line 1339) | def _apply_pax_info(self, pax_headers, encoding, errors): method _decode_pax_field (line 1362) | def _decode_pax_field(self, value, encoding, fallback_encoding, fallba... method _block (line 1370) | def _block(self, count): method isreg (line 1379) | def isreg(self): method isfile (line 1381) | def isfile(self): method isdir (line 1383) | def isdir(self): method issym (line 1385) | def issym(self): method islnk (line 1387) | def islnk(self): method ischr (line 1389) | def ischr(self): method isblk (line 1391) | def isblk(self): method isfifo (line 1393) | def isfifo(self): method issparse (line 1395) | def issparse(self): method isdev (line 1397) | def isdev(self): class TarFile (line 1401) | class TarFile(object): method __init__ (line 1427) | def __init__(self, name=None, mode="r", fileobj=None, format=None, method open (line 1536) | def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, *... method taropen (line 1616) | def taropen(cls, name, mode="r", fileobj=None, **kwargs): method gzopen (line 1624) | def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): method bz2open (line 1658) | def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwar... method xzopen (line 1687) | def xzopen(cls, name, mode="r", fileobj=None, preset=None, **kwargs): method close (line 1725) | def close(self): method getmember (line 1745) | def getmember(self, name): method getmembers (line 1756) | def getmembers(self): method getnames (line 1766) | def getnames(self): method gettarinfo (line 1772) | def gettarinfo(self, name=None, arcname=None, fileobj=None): method list (line 1870) | def list(self, verbose=True): method add (line 1899) | def add(self, name, arcname=None, recursive=True, exclude=None, *, fil... method addfile (line 1960) | def addfile(self, tarinfo, fileobj=None): method extractall (line 1986) | def extractall(self, path=".", members=None): method extract (line 2024) | def extract(self, member, path="", set_attrs=True): method extractfile (line 2059) | def extractfile(self, member): method _extract_member (line 2090) | def _extract_member(self, tarinfo, targetpath, set_attrs=True): method makedir (line 2138) | def makedir(self, tarinfo, targetpath): method makefile (line 2148) | def makefile(self, tarinfo, targetpath): method makeunknown (line 2163) | def makeunknown(self, tarinfo, targetpath): method makefifo (line 2171) | def makefifo(self, tarinfo, targetpath): method makedev (line 2179) | def makedev(self, tarinfo, targetpath): method makelink (line 2194) | def makelink(self, tarinfo, targetpath): method chown (line 2217) | def chown(self, tarinfo, targetpath): method chmod (line 2239) | def chmod(self, tarinfo, targetpath): method utime (line 2248) | def utime(self, tarinfo, targetpath): method next (line 2259) | def next(self): method _getmember (line 2308) | def _getmember(self, name, tarinfo=None, normalize=False): method _load (line 2331) | def _load(self): method _check (line 2341) | def _check(self, mode=None): method _find_link_target (line 2350) | def _find_link_target(self, tarinfo): method __iter__ (line 2369) | def __iter__(self): method _dbg (line 2377) | def _dbg(self, level, msg): method __enter__ (line 2383) | def __enter__(self): method __exit__ (line 2387) | def __exit__(self, type, value, traceback): class TarIter (line 2398) | class TarIter: method __init__ (line 2405) | def __init__(self, tarfile): method __iter__ (line 2410) | def __iter__(self): method __next__ (line 2414) | def __next__(self): function is_tarfile (line 2439) | def is_tarfile(name): FILE: tests/pythons/win64-py33/Lib/telnetlib.py class Telnet (line 137) | class Telnet: method __init__ (line 192) | def __init__(self, host=None, port=0, method open (line 217) | def open(self, host, port=0, timeout=socket._GLOBAL_DEFAULT_TIMEOUT): method __del__ (line 233) | def __del__(self): method msg (line 237) | def msg(self, msg, *args): method set_debuglevel (line 251) | def set_debuglevel(self, debuglevel): method close (line 259) | def close(self): method get_socket (line 268) | def get_socket(self): method fileno (line 272) | def fileno(self): method write (line 276) | def write(self, buffer): method read_until (line 288) | def read_until(self, match, timeout=None): method _read_until_with_poll (line 301) | def _read_until_with_poll(self, match, timeout): method _read_until_with_select (line 346) | def _read_until_with_select(self, match, timeout=None): method read_all (line 381) | def read_all(self): method read_some (line 391) | def read_some(self): method read_very_eager (line 406) | def read_very_eager(self): method read_eager (line 420) | def read_eager(self): method read_lazy (line 434) | def read_lazy(self): method read_very_lazy (line 445) | def read_very_lazy(self): method read_sb_data (line 458) | def read_sb_data(self): method set_option_negotiation_callback (line 470) | def set_option_negotiation_callback(self, callback): method process_rawq (line 474) | def process_rawq(self): method rawq_getchar (line 546) | def rawq_getchar(self): method fill_rawq (line 564) | def fill_rawq(self): method sock_avail (line 581) | def sock_avail(self): method interact (line 585) | def interact(self): method mt_interact (line 607) | def mt_interact(self): method listener (line 617) | def listener(self): method expect (line 630) | def expect(self, list, timeout=None): method _expect_with_poll (line 657) | def _expect_with_poll(self, expect_list, timeout=None): method _expect_with_select (line 720) | def _expect_with_select(self, list, timeout=None): function test (line 760) | def test(): FILE: tests/pythons/win64-py33/Lib/tempfile.py function _set_cloexec (line 42) | def _set_cloexec(fd): function _set_cloexec (line 45) | def _set_cloexec(fd): function _stat (line 92) | def _stat(fn): function _exists (line 96) | def _exists(fn): class _RandomNameSequence (line 104) | class _RandomNameSequence: method rng (line 115) | def rng(self): method __iter__ (line 122) | def __iter__(self): method __next__ (line 125) | def __next__(self): function _candidate_tempdir_list (line 131) | def _candidate_tempdir_list(): function _get_default_tempdir (line 156) | def _get_default_tempdir(): function _get_candidate_names (line 196) | def _get_candidate_names(): function _mkstemp_inner (line 210) | def _mkstemp_inner(dir, pre, suf, flags): function gettempprefix (line 238) | def gettempprefix(): function gettempdir (line 244) | def gettempdir(): function mkstemp (line 256) | def mkstemp(suffix="", prefix=template, dir=None, text=False): function mkdtemp (line 293) | def mkdtemp(suffix="", prefix=template, dir=None): function mktemp (line 323) | def mktemp(suffix="", prefix=template, dir=None): class _TemporaryFileCloser (line 354) | class _TemporaryFileCloser: method __init__ (line 363) | def __init__(self, file, name, delete=True): method close (line 378) | def close(self, unlink=_os.unlink): method __del__ (line 386) | def __del__(self): method close (line 390) | def close(self): class _TemporaryFileWrapper (line 396) | class _TemporaryFileWrapper: method __init__ (line 404) | def __init__(self, file, name, delete=True): method __getattr__ (line 410) | def __getattr__(self, name): method __enter__ (line 431) | def __enter__(self): method __exit__ (line 437) | def __exit__(self, exc, value, tb): method close (line 442) | def close(self): method __iter__ (line 449) | def __iter__(self): function NamedTemporaryFile (line 453) | def NamedTemporaryFile(mode='w+b', buffering=-1, encoding=None, function TemporaryFile (line 493) | def TemporaryFile(mode='w+b', buffering=-1, encoding=None, class SpooledTemporaryFile (line 523) | class SpooledTemporaryFile: method __init__ (line 530) | def __init__(self, max_size=0, mode='w+b', buffering=-1, method _check (line 547) | def _check(self, file): method rollover (line 553) | def rollover(self): method __enter__ (line 570) | def __enter__(self): method __exit__ (line 575) | def __exit__(self, exc, value, tb): method __iter__ (line 579) | def __iter__(self): method close (line 582) | def close(self): method closed (line 586) | def closed(self): method encoding (line 590) | def encoding(self): method fileno (line 598) | def fileno(self): method flush (line 602) | def flush(self): method isatty (line 605) | def isatty(self): method mode (line 609) | def mode(self): method name (line 616) | def name(self): method newlines (line 623) | def newlines(self): method read (line 631) | def read(self, *args): method readline (line 634) | def readline(self, *args): method readlines (line 637) | def readlines(self, *args): method seek (line 640) | def seek(self, *args): method softspace (line 644) | def softspace(self): method tell (line 647) | def tell(self): method truncate (line 650) | def truncate(self, size=None): method write (line 658) | def write(self, s): method writelines (line 664) | def writelines(self, iterable): class TemporaryDirectory (line 671) | class TemporaryDirectory(object): method __init__ (line 687) | def __init__(self, suffix="", prefix=template, dir=None): method __repr__ (line 690) | def __repr__(self): method __enter__ (line 693) | def __enter__(self): method cleanup (line 696) | def cleanup(self, _warn=False, _warnings=_warnings): method __exit__ (line 715) | def __exit__(self, exc, value, tb): method __del__ (line 718) | def __del__(self): method _rmtree (line 722) | def _rmtree(self, path, _OSError=OSError, _sep=_os.path.sep, function _on_shutdown (line 741) | def _on_shutdown(): FILE: tests/pythons/win64-py33/Lib/textwrap.py class TextWrapper (line 22) | class TextWrapper: method __init__ (line 97) | def __init__(self, method _munge_whitespace (line 123) | def _munge_whitespace(self, text): method _split (line 137) | def _split(self, text): method _fix_sentence_endings (line 159) | def _fix_sentence_endings(self, chunks): method _handle_long_word (line 177) | def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): method _wrap_chunks (line 210) | def _wrap_chunks(self, chunks): method wrap (line 283) | def wrap(self, text): method fill (line 298) | def fill(self, text): function wrap (line 310) | def wrap(text, width=70, **kwargs): function fill (line 323) | def fill(text, width=70, **kwargs): function dedent (line 341) | def dedent(text): function indent (line 390) | def indent(text, prefix, predicate=None): FILE: tests/pythons/win64-py33/Lib/threading.py function setprofile (line 46) | def setprofile(func): function settrace (line 56) | def settrace(func): function RLock (line 70) | def RLock(*args, **kwargs): class _RLock (line 83) | class _RLock: method __init__ (line 93) | def __init__(self): method __repr__ (line 98) | def __repr__(self): method acquire (line 107) | def acquire(self, blocking=True, timeout=-1): method release (line 145) | def release(self): method __exit__ (line 168) | def __exit__(self, t, v, tb): method _acquire_restore (line 173) | def _acquire_restore(self, state): method _release_save (line 177) | def _release_save(self): method _is_owned (line 187) | def _is_owned(self): class Condition (line 193) | class Condition: method __init__ (line 205) | def __init__(self, lock=None): method __enter__ (line 229) | def __enter__(self): method __exit__ (line 232) | def __exit__(self, *args): method __repr__ (line 235) | def __repr__(self): method _release_save (line 238) | def _release_save(self): method _acquire_restore (line 241) | def _acquire_restore(self, x): method _is_owned (line 244) | def _is_owned(self): method wait (line 253) | def wait(self, timeout=None): method wait_for (line 300) | def wait_for(self, predicate, timeout=None): method notify (line 323) | def notify(self, n=1): method notify_all (line 346) | def notify_all(self): class Semaphore (line 358) | class Semaphore: method __init__ (line 370) | def __init__(self, value=1): method acquire (line 376) | def acquire(self, blocking=True, timeout=None): method release (line 423) | def release(self): method __exit__ (line 434) | def __exit__(self, t, v, tb): class BoundedSemaphore (line 438) | class BoundedSemaphore(Semaphore): method __init__ (line 455) | def __init__(self, value=1): method release (line 459) | def release(self): class Event (line 476) | class Event: method __init__ (line 487) | def __init__(self): method _reset_internal_locks (line 491) | def _reset_internal_locks(self): method is_set (line 495) | def is_set(self): method set (line 501) | def set(self): method clear (line 515) | def clear(self): method wait (line 528) | def wait(self, timeout=None): class Barrier (line 564) | class Barrier: method __init__ (line 573) | def __init__(self, parties, action=None, timeout=None): method wait (line 589) | def wait(self, timeout=None): method _enter (line 619) | def _enter(self): method _release (line 630) | def _release(self): method _wait (line 644) | def _wait(self, timeout): method _exit (line 655) | def _exit(self): method reset (line 662) | def reset(self): method abort (line 682) | def abort(self): method _break (line 692) | def _break(self): method parties (line 699) | def parties(self): method n_waiting (line 704) | def n_waiting(self): method broken (line 713) | def broken(self): class BrokenBarrierError (line 718) | class BrokenBarrierError(RuntimeError): function _newname (line 724) | def _newname(template="Thread-%d"): class Thread (line 739) | class Thread: method __init__ (line 758) | def __init__(self, group=None, target=None, name=None, method _reset_internal_locks (line 802) | def _reset_internal_locks(self): method __repr__ (line 809) | def __repr__(self): method start (line 822) | def start(self): method run (line 847) | def run(self): method _bootstrap (line 864) | def _bootstrap(self): method _set_ident (line 884) | def _set_ident(self): method _bootstrap_inner (line 887) | def _bootstrap_inner(self): method _stop (line 952) | def _stop(self): method _delete (line 958) | def _delete(self): method join (line 993) | def join(self, timeout=None): method name (line 1040) | def name(self): method name (line 1051) | def name(self, name): method ident (line 1056) | def ident(self): method is_alive (line 1067) | def is_alive(self): method daemon (line 1081) | def daemon(self): method daemon (line 1097) | def daemon(self, daemonic): method isDaemon (line 1104) | def isDaemon(self): method setDaemon (line 1107) | def setDaemon(self, daemonic): method getName (line 1110) | def getName(self): method setName (line 1113) | def setName(self, name): class Timer (line 1118) | class Timer(Thread): method __init__ (line 1127) | def __init__(self, interval, function, args=None, kwargs=None): method cancel (line 1135) | def cancel(self): method run (line 1139) | def run(self): class _MainThread (line 1148) | class _MainThread(Thread): method __init__ (line 1150) | def __init__(self): method _exitfunc (line 1157) | def _exitfunc(self): function _pickSomeNonDaemonThread (line 1165) | def _pickSomeNonDaemonThread(): class _DummyThread (line 1180) | class _DummyThread(Thread): method __init__ (line 1182) | def __init__(self): method _stop (line 1195) | def _stop(self): method join (line 1198) | def join(self, timeout=None): function current_thread (line 1204) | def current_thread(): function active_count (line 1218) | def active_count(): function _enumerate (line 1230) | def _enumerate(): function enumerate (line 1234) | def enumerate(): function _after_fork (line 1262) | def _after_fork(): FILE: tests/pythons/win64-py33/Lib/timeit.py function reindent (line 85) | def reindent(src, indent): function _template_func (line 89) | def _template_func(setup, func): class Timer (line 100) | class Timer: method __init__ (line 116) | def __init__(self, stmt="pass", setup="pass", timer=default_timer): method print_exc (line 146) | def print_exc(self, file=None): method timeit (line 173) | def timeit(self, number=default_number): method repeat (line 196) | def repeat(self, repeat=default_repeat, number=default_number): function timeit (line 222) | def timeit(stmt="pass", setup="pass", timer=default_timer, function repeat (line 227) | def repeat(stmt="pass", setup="pass", timer=default_timer, function main (line 232) | def main(args=None, *, _wrap_timer=None): FILE: tests/pythons/win64-py33/Lib/token.py function ISTERMINAL (line 76) | def ISTERMINAL(x): function ISNONTERMINAL (line 79) | def ISNONTERMINAL(x): function ISEOF (line 82) | def ISEOF(x): function _main (line 86) | def _main(): FILE: tests/pythons/win64-py33/Lib/tokenize.py class TokenInfo (line 97) | class TokenInfo(collections.namedtuple('TokenInfo', 'type string start e... method __repr__ (line 98) | def __repr__(self): method exact_type (line 104) | def exact_type(self): function group (line 110) | def group(*choices): return '(' + '|'.join(choices) + ')' function any (line 111) | def any(*choices): return group(*choices) + '*' function maybe (line 112) | def maybe(*choices): return group(*choices) + '?' function _compile (line 171) | def _compile(expr): class TokenError (line 219) | class TokenError(Exception): pass class StopTokenizing (line 221) | class StopTokenizing(Exception): pass class Untokenizer (line 224) | class Untokenizer: method __init__ (line 226) | def __init__(self): method add_whitespace (line 232) | def add_whitespace(self, start): method untokenize (line 245) | def untokenize(self, iterable): method compat (line 265) | def compat(self, token, iterable): function untokenize (line 302) | def untokenize(iterable): function _get_normal_name (line 329) | def _get_normal_name(orig_enc): function detect_encoding (line 340) | def detect_encoding(readline): function open (line 433) | def open(filename): function tokenize (line 445) | def tokenize(readline): function _tokenize (line 473) | def _tokenize(readline, encoding): function generate_tokens (line 627) | def generate_tokens(readline): function main (line 630) | def main(): FILE: tests/pythons/win64-py33/Lib/trace.py function _unsettrace (line 72) | def _unsettrace(): function _settrace (line 75) | def _settrace(func): function _unsettrace (line 79) | def _unsettrace(): function _usage (line 83) | def _usage(outfile): class _Ignore (line 133) | class _Ignore: method __init__ (line 134) | def __init__(self, modules=None, dirs=None): method names (line 140) | def names(self, filename, modulename): function _modname (line 183) | def _modname(path): function _fullmodname (line 190) | def _fullmodname(path): class CoverageResults (line 218) | class CoverageResults: method __init__ (line 219) | def __init__(self, counts=None, calledfuncs=None, infile=None, method is_ignored_filename (line 245) | def is_ignored_filename(self, filename): method update (line 251) | def update(self, other): method write_results (line 269) | def write_results(self, show_missing=True, summary=False, coverdir=None): method write_results_file (line 354) | def write_results_file(self, path, lines, lnotab, lines_hit, encoding=... function _find_lines_from_code (line 389) | def _find_lines_from_code(code, strs): function _find_lines (line 399) | def _find_lines(code, strs): function _find_strings (line 411) | def _find_strings(filename, encoding=None): function _find_executable_linenos (line 434) | def _find_executable_linenos(filename): class Trace (line 448) | class Trace: method __init__ (line 449) | def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, method run (line 499) | def run(self, cmd): method runctx (line 504) | def runctx(self, cmd, globals=None, locals=None): method runfunc (line 515) | def runfunc(self, func, *args, **kw): method file_module_function_of (line 526) | def file_module_function_of(self, frame): method globaltrace_trackcallers (line 567) | def globaltrace_trackcallers(self, frame, why, arg): method globaltrace_countfuncs (line 578) | def globaltrace_countfuncs(self, frame, why, arg): method globaltrace_lt (line 587) | def globaltrace_lt(self, frame, why, arg): method localtrace_trace_and_count (line 610) | def localtrace_trace_and_count(self, frame, why, arg): method localtrace_trace (line 625) | def localtrace_trace(self, frame, why, arg): method localtrace_count (line 638) | def localtrace_count(self, frame, why, arg): method results (line 646) | def results(self): function _err_exit (line 652) | def _err_exit(msg): function main (line 656) | def main(argv=None): function usage (line 816) | def usage(outfile): class Ignore (line 821) | class Ignore(_Ignore): method __init__ (line 822) | def __init__(self, modules=None, dirs=None): function modname (line 827) | def modname(path): function fullmodname (line 832) | def fullmodname(path): function find_lines_from_code (line 837) | def find_lines_from_code(code, strs): function find_lines (line 842) | def find_lines(code, strs): function find_strings (line 847) | def find_strings(filename, encoding=None): function find_executable_linenos (line 852) | def find_executable_linenos(filename): FILE: tests/pythons/win64-py33/Lib/traceback.py function _print (line 11) | def _print(file, str='', terminator='\n'): function print_list (line 15) | def print_list(extracted_list, file=None): function format_list (line 26) | def format_list(extracted_list): function print_tb (line 45) | def print_tb(tb, limit=None, file=None): function format_tb (line 73) | def format_tb(tb, limit=None): function extract_tb (line 77) | def extract_tb(tb, limit=None): function _iter_chain (line 117) | def _iter_chain(exc, custom_tb=None, seen=None): function print_exception (line 139) | def print_exception(etype, value, tb, limit=None, file=None, chain=True): function format_exception (line 167) | def format_exception(etype, value, tb, limit=None, chain=True): function format_exception_only (line 191) | def format_exception_only(etype, value): function _format_final_exc_line (line 240) | def _format_final_exc_line(etype, value): function _some_str (line 248) | def _some_str(value): function print_exc (line 255) | def print_exc(limit=None, file=None, chain=True): function format_exc (line 266) | def format_exc(limit=None, chain=True): function print_last (line 276) | def print_last(limit=None, file=None, chain=True): function print_stack (line 287) | def print_stack(f=None, limit=None, file=None): function format_stack (line 301) | def format_stack(f=None, limit=None): function extract_stack (line 310) | def extract_stack(f=None, limit=None): FILE: tests/pythons/win64-py33/Lib/tty.py function setraw (line 18) | def setraw(fd, when=TCSAFLUSH): function setcbreak (line 30) | def setcbreak(fd, when=TCSAFLUSH): FILE: tests/pythons/win64-py33/Lib/turtle.py function config_dict (line 170) | def config_dict(filename): function readconfig (line 199) | def readconfig(cfgdict): class Vec2D (line 235) | class Vec2D(tuple): method __new__ (line 249) | def __new__(cls, x, y): method __add__ (line 251) | def __add__(self, other): method __mul__ (line 253) | def __mul__(self, other): method __rmul__ (line 257) | def __rmul__(self, other): method __sub__ (line 260) | def __sub__(self, other): method __neg__ (line 262) | def __neg__(self): method __abs__ (line 264) | def __abs__(self): method rotate (line 266) | def rotate(self, angle): method __getnewargs__ (line 273) | def __getnewargs__(self): method __repr__ (line 275) | def __repr__(self): function __methodDict (line 287) | def __methodDict(cls, _dict): function __methods (line 297) | def __methods(cls): function __forwardmethods (line 307) | def __forwardmethods(fromClass, toClass, toPart, exclude = ()): class ScrolledCanvas (line 328) | class ScrolledCanvas(TK.Frame): method __init__ (line 334) | def __init__(self, master, width=500, height=350, method reset (line 359) | def reset(self, canvwidth=None, canvheight=None, bg = None): method adjustScrolls (line 377) | def adjustScrolls(self): method onResize (line 393) | def onResize(self, event): method bbox (line 397) | def bbox(self, *args): method cget (line 402) | def cget(self, *args, **kwargs): method config (line 407) | def config(self, *args, **kwargs): method bind (line 412) | def bind(self, *args, **kwargs): method unbind (line 417) | def unbind(self, *args, **kwargs): method focus_force (line 422) | def focus_force(self): class _Root (line 430) | class _Root(TK.Tk): method __init__ (line 432) | def __init__(self): method setupcanvas (line 435) | def setupcanvas(self, width, height, cwidth, cheight): method _getcanvas (line 439) | def _getcanvas(self): method set_geometry (line 442) | def set_geometry(self, width, height, startx, starty): method ondestroy (line 445) | def ondestroy(self, destroy): method win_width (line 448) | def win_width(self): method win_height (line 451) | def win_height(self): class TurtleScreenBase (line 457) | class TurtleScreenBase(object): method _blankimage (line 466) | def _blankimage(): method _image (line 474) | def _image(filename): method __init__ (line 480) | def __init__(self, cv): method _createpoly (line 493) | def _createpoly(self): method _drawpoly (line 498) | def _drawpoly(self, polyitem, coordlist, fill=None, method _createline (line 523) | def _createline(self): method _drawline (line 529) | def _drawline(self, lineitem, coordlist=None, method _delete (line 552) | def _delete(self, item): method _update (line 558) | def _update(self): method _delay (line 563) | def _delay(self, delay): method _iscolorstring (line 567) | def _iscolorstring(self, color): method _bgcolor (line 577) | def _bgcolor(self, color=None): method _write (line 586) | def _write(self, pos, txt, align, font, pencolor): method _onclick (line 604) | def _onclick(self, item, fun, num=1, add=None): method _onrelease (line 619) | def _onrelease(self, item, fun, num=1, add=None): method _ondrag (line 638) | def _ondrag(self, item, fun, num=1, add=None): method _onscreenclick (line 659) | def _onscreenclick(self, fun, num=1, add=None): method _onkeyrelease (line 677) | def _onkeyrelease(self, fun, key): method _onkeypress (line 688) | def _onkeypress(self, fun, key=None): method _listen (line 706) | def _listen(self): method _ontimer (line 711) | def _ontimer(self, fun, t): method _createimage (line 719) | def _createimage(self, image): method _drawimage (line 724) | def _drawimage(self, item, pos, image): method _setbgpic (line 732) | def _setbgpic(self, item, image): method _type (line 740) | def _type(self, item): method _pointlist (line 746) | def _pointlist(self, item): method _setscrollregion (line 758) | def _setscrollregion(self, srx1, sry1, srx2, sry2): method _rescale (line 761) | def _rescale(self, xscalefactor, yscalefactor): method _resize (line 773) | def _resize(self, canvwidth=None, canvheight=None, bg=None): method _window_size (line 788) | def _window_size(self): method mainloop (line 799) | def mainloop(self): method textinput (line 814) | def textinput(self, title, prompt): method numinput (line 829) | def numinput(self, title, prompt, default=None, minval=None, maxval=No... class Terminator (line 856) | class Terminator (Exception): class TurtleGraphicsError (line 865) | class TurtleGraphicsError(Exception): class Shape (line 870) | class Shape(object): method __init__ (line 877) | def __init__(self, type_, data=None): method addcomponent (line 893) | def addcomponent(self, poly, fill, outline=None): class Tbuffer (line 917) | class Tbuffer(object): method __init__ (line 919) | def __init__(self, bufsize=10): method reset (line 924) | def reset(self, bufsize=None): method push (line 932) | def push(self, item): method pop (line 939) | def pop(self): method nr_of_items (line 948) | def nr_of_items(self): method __repr__ (line 950) | def __repr__(self): class TurtleScreen (line 955) | class TurtleScreen(TurtleScreenBase): method __init__ (line 964) | def __init__(self, cv, mode=_CFG["mode"], method clear (line 996) | def clear(self): method mode (line 1026) | def mode(self, mode=None): method setworldcoordinates (line 1060) | def setworldcoordinates(self, llx, lly, urx, ury): method register_shape (line 1099) | def register_shape(self, name, shape=None): method _colorstr (line 1134) | def _colorstr(self, color): method _color (line 1161) | def _color(self, cstr): method colormode (line 1172) | def colormode(self, cmode=None): method reset (line 1193) | def reset(self): method turtles (line 1205) | def turtles(self): method bgcolor (line 1214) | def bgcolor(self, *args): method tracer (line 1237) | def tracer(self, n=None, delay=None): method delay (line 1265) | def delay(self, delay=None): method _incrementudc (line 1280) | def _incrementudc(self): method update (line 1289) | def update(self): method window_width (line 1300) | def window_width(self): method window_height (line 1309) | def window_height(self): method getcanvas (line 1318) | def getcanvas(self): method getshapes (line 1330) | def getshapes(self): method onclick (line 1341) | def onclick(self, fun, btn=1, add=None): method onkey (line 1358) | def onkey(self, fun, key): method onkeypress (line 1388) | def onkeypress(self, fun, key=None): method listen (line 1420) | def listen(self, xdummy=None, ydummy=None): method ontimer (line 1432) | def ontimer(self, fun, t=0): method bgpic (line 1453) | def bgpic(self, picname=None): method screensize (line 1477) | def screensize(self, canvwidth=None, canvheight=None, bg=None): class TNavigator (line 1502) | class TNavigator(object): method __init__ (line 1514) | def __init__(self, mode=DEFAULT_MODE): method reset (line 1524) | def reset(self): method _setmode (line 1532) | def _setmode(self, mode=None): method _setDegreesPerAU (line 1547) | def _setDegreesPerAU(self, fullcircle): method degrees (line 1556) | def degrees(self, fullcircle=360.0): method radians (line 1580) | def radians(self): method _go (line 1594) | def _go(self, distance): method _rotate (line 1599) | def _rotate(self, angle): method _goto (line 1604) | def _goto(self, end): method forward (line 1608) | def forward(self, distance): method back (line 1631) | def back(self, distance): method right (line 1651) | def right(self, angle): method left (line 1672) | def left(self, angle): method pos (line 1693) | def pos(self): method xcor (line 1706) | def xcor(self): method ycor (line 1720) | def ycor(self): method goto (line 1735) | def goto(self, x, y=None): method home (line 1770) | def home(self): method setx (line 1784) | def setx(self, x): method sety (line 1802) | def sety(self, y): method distance (line 1820) | def distance(self, x, y=None): method towards (line 1852) | def towards(self, x, y=None): method heading (line 1887) | def heading(self): method setheading (line 1902) | def setheading(self, to_angle): method circle (line 1930) | def circle(self, radius, extent = None, steps = None): method speed (line 1995) | def speed(self, s=0): method _tracer (line 1997) | def _tracer(self, a=None, b=None): method _delay (line 1999) | def _delay(self, n=None): class TPen (line 2013) | class TPen(object): method __init__ (line 2017) | def __init__(self, resizemode=_CFG["resizemode"]): method _reset (line 2022) | def _reset(self, pencolor=_CFG["pencolor"], method resizemode (line 2036) | def resizemode(self, rmode=None): method pensize (line 2064) | def pensize(self, width=None): method penup (line 2087) | def penup(self): method pendown (line 2101) | def pendown(self): method isdown (line 2115) | def isdown(self): method speed (line 2130) | def speed(self, speed=None): method color (line 2168) | def color(self, *args): method pencolor (line 2214) | def pencolor(self, *args): method fillcolor (line 2251) | def fillcolor(self, *args): method showturtle (line 2287) | def showturtle(self): method hideturtle (line 2300) | def hideturtle(self): method isvisible (line 2316) | def isvisible(self): method pen (line 2328) | def pen(self, pen=None, **pendict): method _newLine (line 2455) | def _newLine(self, usePos = True): method _update (line 2457) | def _update(self, count=True, forced=False): method _color (line 2459) | def _color(self, args): method _colorstr (line 2461) | def _colorstr(self, args): class _TurtleImage (line 2473) | class _TurtleImage(object): method __init__ (line 2477) | def __init__(self, screen, shapeIndex): method _setshape (line 2482) | def _setshape(self, shapeIndex): class RawTurtle (line 2504) | class RawTurtle(TPen, TNavigator): method __init__ (line 2511) | def __init__(self, canvas=None, method reset (line 2551) | def reset(self): method setundobuffer (line 2576) | def setundobuffer(self, size): method undobufferentries (line 2595) | def undobufferentries(self): method _clear (line 2608) | def _clear(self): method clear (line 2622) | def clear(self): method _update_data (line 2637) | def _update_data(self): method _update (line 2645) | def _update(self): method _tracer (line 2663) | def _tracer(self, flag=None, delay=None): method _color (line 2684) | def _color(self, args): method _colorstr (line 2687) | def _colorstr(self, args): method _cc (line 2690) | def _cc(self, args): method clone (line 2705) | def clone(self): method shape (line 2745) | def shape(self, name=None): method shapesize (line 2772) | def shapesize(self, stretch_wid=None, stretch_len=None, outline=None): method shearfactor (line 2812) | def shearfactor(self, shear=None): method settiltangle (line 2835) | def settiltangle(self, angle): method tiltangle (line 2859) | def tiltangle(self, angle=None): method tilt (line 2885) | def tilt(self, angle): method shapetransform (line 2904) | def shapetransform(self, t11=None, t12=None, t21=None, t22=None): method _polytrafo (line 2944) | def _polytrafo(self, poly): method get_shapepoly (line 2956) | def get_shapepoly(self): method _getshapepoly (line 2973) | def _getshapepoly(self, polygon, compound=False): method _drawturtle (line 2986) | def _drawturtle(self): method stamp (line 3026) | def stamp(self): method _clearstamp (line 3071) | def _clearstamp(self, stampid): method clearstamp (line 3093) | def clearstamp(self, stampid): method clearstamps (line 3108) | def clearstamps(self, n=None): method _goto (line 3136) | def _goto(self, end): method _undogoto (line 3189) | def _undogoto(self, entry): method _rotate (line 3254) | def _rotate(self, angle): method _newLine (line 3272) | def _newLine(self, usePos=True): method filling (line 3288) | def filling(self): method begin_fill (line 3302) | def begin_fill(self): method end_fill (line 3323) | def end_fill(self): method dot (line 3343) | def dot(self, size=None, *color): method _write (line 3391) | def _write(self, txt, align, font): method write (line 3401) | def write(self, arg, move=False, align="left", font=("Arial", 8, "norm... method begin_poly (line 3430) | def begin_poly(self): method end_poly (line 3444) | def end_poly(self): method get_poly (line 3457) | def get_poly(self): method getscreen (line 3470) | def getscreen(self): method getturtle (line 3486) | def getturtle(self): method _delay (line 3510) | def _delay(self, delay=None): method onclick (line 3515) | def onclick(self, fun, btn=1, add=None): method onrelease (line 3536) | def onrelease(self, fun, btn=1, add=None): method ondrag (line 3561) | def ondrag(self, fun, btn=1, add=None): method _undo (line 3582) | def _undo(self, action, data): method undo (line 3614) | def undo(self): function Screen (line 3649) | def Screen(): class _Screen (line 3657) | class _Screen(TurtleScreen): method __init__ (line 3663) | def __init__(self): method setup (line 3685) | def setup(self, width=_CFG["width"], height=_CFG["height"], method title (line 3725) | def title(self, titlestring): method _destroy (line 3742) | def _destroy(self): method bye (line 3752) | def bye(self): method exitonclick (line 3760) | def exitonclick(self): class Turtle (line 3791) | class Turtle(RawTurtle): method __init__ (line 3800) | def __init__(self, function _getpen (line 3813) | def _getpen(): function _getscreen (line 3819) | def _getscreen(): function write_docstringdict (line 3825) | def write_docstringdict(filename="turtle_docstringdict"): function read_docstrings (line 3859) | def read_docstrings(lang): function getmethparlist (line 3888) | def getmethparlist(ob): function _turtle_docrevise (line 3919) | def _turtle_docrevise(docstr): function _screen_docrevise (line 3931) | def _screen_docrevise(docstr): function switchpen (line 3972) | def switchpen(): function demo1 (line 3978) | def demo1(): function demo2 (line 4031) | def demo2(): FILE: tests/pythons/win64-py33/Lib/types.py function _f (line 11) | def _f(): pass function _g (line 18) | def _g(): class _C (line 22) | class _C: method _m (line 23) | def _m(self): pass function new_class (line 47) | def new_class(name, bases=(), kwds=None, exec_body=None): function prepare_class (line 54) | def prepare_class(name, bases=(), kwds=None): function _calculate_meta (line 86) | def _calculate_meta(meta, bases): FILE: tests/pythons/win64-py33/Lib/unittest/case.py class SkipTest (line 21) | class SkipTest(Exception): class _ExpectedFailure (line 29) | class _ExpectedFailure(Exception): method __init__ (line 36) | def __init__(self, exc_info): class _UnexpectedSuccess (line 40) | class _UnexpectedSuccess(Exception): class _Outcome (line 46) | class _Outcome(object): method __init__ (line 47) | def __init__(self): function _id (line 56) | def _id(obj): function skip (line 59) | def skip(reason): function skipIf (line 75) | def skipIf(condition, reason): function skipUnless (line 83) | def skipUnless(condition, reason): function expectedFailure (line 92) | def expectedFailure(func): class _AssertRaisesBaseContext (line 103) | class _AssertRaisesBaseContext(object): method __init__ (line 105) | def __init__(self, expected, test_case, callable_obj=None, method _raiseFailure (line 121) | def _raiseFailure(self, standardMsg): method handle (line 125) | def handle(self, name, callable_obj, args, kwargs): class _AssertRaisesContext (line 139) | class _AssertRaisesContext(_AssertRaisesBaseContext): method __enter__ (line 142) | def __enter__(self): method __exit__ (line 145) | def __exit__(self, exc_type, exc_value, tb): class _AssertWarnsContext (line 171) | class _AssertWarnsContext(_AssertRaisesBaseContext): method __enter__ (line 174) | def __enter__(self): method __exit__ (line 185) | def __exit__(self, exc_type, exc_value, tb): class TestCase (line 220) | class TestCase(object): method __init__ (line 267) | def __init__(self, methodName='runTest'): method addTypeEqualityFunc (line 298) | def addTypeEqualityFunc(self, typeobj, function): method addCleanup (line 313) | def addCleanup(self, function, *args, **kwargs): method setUp (line 321) | def setUp(self): method tearDown (line 325) | def tearDown(self): method setUpClass (line 330) | def setUpClass(cls): method tearDownClass (line 334) | def tearDownClass(cls): method countTestCases (line 337) | def countTestCases(self): method defaultTestResult (line 340) | def defaultTestResult(self): method shortDescription (line 343) | def shortDescription(self): method id (line 354) | def id(self): method __eq__ (line 357) | def __eq__(self, other): method __hash__ (line 363) | def __hash__(self): method __str__ (line 366) | def __str__(self): method __repr__ (line 369) | def __repr__(self): method _addSkip (line 373) | def _addSkip(self, result, reason): method _executeTestPart (line 382) | def _executeTestPart(self, function, outcome, isTest=False): method run (line 412) | def run(self, result=None): method doCleanups (line 477) | def doCleanups(self): method __call__ (line 490) | def __call__(self, *args, **kwds): method debug (line 493) | def debug(self): method skipTest (line 502) | def skipTest(self, reason): method fail (line 506) | def fail(self, msg=None): method assertFalse (line 510) | def assertFalse(self, expr, msg=None): method assertTrue (line 516) | def assertTrue(self, expr, msg=None): method _formatMessage (line 522) | def _formatMessage(self, msg, standardMsg): method assertRaises (line 543) | def assertRaises(self, excClass, callableObj=None, *args, **kwargs): method assertWarns (line 572) | def assertWarns(self, expected_warning, callable_obj=None, *args, **kw... method _getAssertEqualityFunc (line 603) | def _getAssertEqualityFunc(self, first, second): method _baseAssertEqual (line 629) | def _baseAssertEqual(self, first, second, msg=None): method assertEqual (line 636) | def assertEqual(self, first, second, msg=None): method assertNotEqual (line 643) | def assertNotEqual(self, first, second, msg=None): method assertAlmostEqual (line 652) | def assertAlmostEqual(self, first, second, places=None, msg=None, method assertNotAlmostEqual (line 691) | def assertNotAlmostEqual(self, first, second, places=None, msg=None, method assertSequenceEqual (line 724) | def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None): method _truncateMessage (line 828) | def _truncateMessage(self, message, diff): method assertListEqual (line 834) | def assertListEqual(self, list1, list2, msg=None): method assertTupleEqual (line 846) | def assertTupleEqual(self, tuple1, tuple2, msg=None): method assertSetEqual (line 857) | def assertSetEqual(self, set1, set2, msg=None): method assertIn (line 900) | def assertIn(self, member, container, msg=None): method assertNotIn (line 907) | def assertNotIn(self, member, container, msg=None): method assertIs (line 914) | def assertIs(self, expr1, expr2, msg=None): method assertIsNot (line 921) | def assertIsNot(self, expr1, expr2, msg=None): method assertDictEqual (line 927) | def assertDictEqual(self, d1, d2, msg=None): method assertDictContainsSubset (line 939) | def assertDictContainsSubset(self, subset, dictionary, msg=None): method assertCountEqual (line 968) | def assertCountEqual(self, first, second, msg=None): method assertMultiLineEqual (line 1001) | def assertMultiLineEqual(self, first, second, msg=None): method assertLess (line 1022) | def assertLess(self, a, b, msg=None): method assertLessEqual (line 1028) | def assertLessEqual(self, a, b, msg=None): method assertGreater (line 1034) | def assertGreater(self, a, b, msg=None): method assertGreaterEqual (line 1040) | def assertGreaterEqual(self, a, b, msg=None): method assertIsNone (line 1046) | def assertIsNone(self, obj, msg=None): method assertIsNotNone (line 1052) | def assertIsNotNone(self, obj, msg=None): method assertIsInstance (line 1058) | def assertIsInstance(self, obj, cls, msg=None): method assertNotIsInstance (line 1065) | def assertNotIsInstance(self, obj, cls, msg=None): method assertRaisesRegex (line 1071) | def assertRaisesRegex(self, expected_exception, expected_regex, method assertWarnsRegex (line 1090) | def assertWarnsRegex(self, expected_warning, expected_regex, method assertRegex (line 1111) | def assertRegex(self, text, expected_regex, msg=None): method assertNotRegex (line 1121) | def assertNotRegex(self, text, unexpected_regex, msg=None): method _deprecate (line 1135) | def _deprecate(original_func): class FunctionTestCase (line 1156) | class FunctionTestCase(TestCase): method __init__ (line 1165) | def __init__(self, testFunc, setUp=None, tearDown=None, description=No... method setUp (line 1172) | def setUp(self): method tearDown (line 1176) | def tearDown(self): method runTest (line 1180) | def runTest(self): method id (line 1183) | def id(self): method __eq__ (line 1186) | def __eq__(self, other): method __ne__ (line 1195) | def __ne__(self, other): method __hash__ (line 1198) | def __hash__(self): method __str__ (line 1202) | def __str__(self): method __repr__ (line 1206) | def __repr__(self): method shortDescription (line 1210) | def shortDescription(self): FILE: tests/pythons/win64-py33/Lib/unittest/loader.py function _make_failed_import_test (line 22) | def _make_failed_import_test(name, suiteClass): function _make_failed_load_tests (line 27) | def _make_failed_load_tests(name, exception, suiteClass): function _make_failed_test (line 30) | def _make_failed_test(classname, methodname, exception, suiteClass): function _jython_aware_splitext (line 37) | def _jython_aware_splitext(path): class TestLoader (line 43) | class TestLoader(object): method loadTestsFromTestCase (line 53) | def loadTestsFromTestCase(self, testCaseClass): method loadTestsFromModule (line 64) | def loadTestsFromModule(self, module, use_load_tests=True): method loadTestsFromName (line 82) | def loadTestsFromName(self, name, module=None): method loadTestsFromNames (line 133) | def loadTestsFromNames(self, names, module=None): method getTestCaseNames (line 140) | def getTestCaseNames(self, testCaseClass): method discover (line 152) | def discover(self, start_dir, pattern='test*.py', top_level_dir=None): method _get_directory_containing_module (line 216) | def _get_directory_containing_module(self, module_name): method _get_name_from_path (line 228) | def _get_name_from_path(self, path): method _get_module_from_name (line 238) | def _get_module_from_name(self, name): method _match_path (line 242) | def _match_path(self, path, full_path, pattern): method _find_tests (line 246) | def _find_tests(self, start_dir, pattern): function _makeLoader (line 306) | def _makeLoader(prefix, sortUsing, suiteClass=None): function getTestCaseNames (line 314) | def getTestCaseNames(testCaseClass, prefix, sortUsing=util.three_way_cmp): function makeSuite (line 317) | def makeSuite(testCaseClass, prefix='test', sortUsing=util.three_way_cmp, function findTestCases (line 322) | def findTestCases(module, prefix='test', sortUsing=util.three_way_cmp, FILE: tests/pythons/win64-py33/Lib/unittest/main.py function _convert_name (line 61) | def _convert_name(name): function _convert_names (line 77) | def _convert_names(names): class TestProgram (line 81) | class TestProgram(object): method __init__ (line 90) | def __init__(self, module='__main__', defaultTest=None, argv=None, method usageExit (line 127) | def usageExit(self, msg=None): method parseArgs (line 141) | def parseArgs(self, argv): method createTests (line 170) | def createTests(self): method _getOptParser (line 177) | def _getOptParser(self): method _setAttributesFromOptions (line 200) | def _setAttributesFromOptions(self, options): method _addDiscoveryOptions (line 215) | def _addDiscoveryOptions(self, parser): method _do_discovery (line 223) | def _do_discovery(self, argv, Loader=None): method runTests (line 248) | def runTests(self): FILE: tests/pythons/win64-py33/Lib/unittest/mock.py function _is_instance_mock (line 46) | def _is_instance_mock(obj): function _is_exception (line 52) | def _is_exception(obj): class _slotted (line 59) | class _slotted(object): function _getsignature (line 69) | def _getsignature(func, skipfirst, instance=False): function _check_signature (line 105) | def _check_signature(func, mock, skipfirst, instance=False): function _copy_func_details (line 122) | def _copy_func_details(func, funcopy): function _callable (line 132) | def _callable(obj): function _is_list (line 140) | def _is_list(obj): function _instance_callable (line 146) | def _instance_callable(obj): function _set_signature (line 161) | def _set_signature(mock, original, instance=False): function _setup_func (line 193) | def _setup_func(funcopy, mock): function _is_magic (line 236) | def _is_magic(name): class _SentinelObject (line 240) | class _SentinelObject(object): method __init__ (line 242) | def __init__(self, name): method __repr__ (line 245) | def __repr__(self): class _Sentinel (line 249) | class _Sentinel(object): method __init__ (line 251) | def __init__(self): method __getattr__ (line 254) | def __getattr__(self, name): function _copy (line 268) | def _copy(value): function _delegating_property (line 283) | def _delegating_property(name): class _CallList (line 302) | class _CallList(list): method __contains__ (line 304) | def __contains__(self, value): method __repr__ (line 318) | def __repr__(self): function _check_and_set_parent (line 322) | def _check_and_set_parent(parent, value, name, new_name): class Base (line 348) | class Base(object): method __init__ (line 351) | def __init__(self, *args, **kwargs): class NonCallableMock (line 356) | class NonCallableMock(Base): method __new__ (line 359) | def __new__(cls, *args, **kw): method __init__ (line 368) | def __init__( method attach_mock (line 409) | def attach_mock(self, mock, attribute): method mock_add_spec (line 422) | def mock_add_spec(self, spec, spec_set=False): method _mock_add_spec (line 431) | def _mock_add_spec(self, spec, spec_set): method __get_return_value (line 448) | def __get_return_value(self): method __set_return_value (line 461) | def __set_return_value(self, value): method __class__ (line 474) | def __class__(self): method __get_side_effect (line 486) | def __get_side_effect(self): method __set_side_effect (line 492) | def __set_side_effect(self, value): method reset_mock (line 503) | def reset_mock(self): method configure_mock (line 522) | def configure_mock(self, **kwargs): method __getattr__ (line 544) | def __getattr__(self, name): method __repr__ (line 579) | def __repr__(self): method __dir__ (line 629) | def __dir__(self): method __setattr__ (line 645) | def __setattr__(self, name, value): method __delattr__ (line 679) | def __delattr__(self, name): method _format_mock_call_signature (line 699) | def _format_mock_call_signature(self, args, kwargs): method _format_mock_failure_message (line 704) | def _format_mock_failure_message(self, args, kwargs): method assert_called_with (line 714) | def assert_called_with(_mock_self, *args, **kwargs): method assert_called_once_with (line 729) | def assert_called_once_with(_mock_self, *args, **kwargs): method assert_has_calls (line 740) | def assert_has_calls(self, calls, any_order=False): method assert_any_call (line 772) | def assert_any_call(self, *args, **kwargs): method _get_child_mock (line 786) | def _get_child_mock(self, **kw): function _try_iter (line 806) | def _try_iter(obj): class CallableMixin (line 822) | class CallableMixin(Base): method __init__ (line 824) | def __init__(self, spec=None, side_effect=None, return_value=DEFAULT, method _mock_check_sig (line 837) | def _mock_check_sig(self, *args, **kwargs): method __call__ (line 842) | def __call__(_mock_self, *args, **kwargs): method _mock_call (line 849) | def _mock_call(_mock_self, *args, **kwargs): class Mock (line 924) | class Mock(CallableMixin, NonCallableMock): function _dot_lookup (line 977) | def _dot_lookup(thing, comp, import_path): function _importer (line 985) | def _importer(target): function _is_started (line 996) | def _is_started(patcher): class _patch (line 1001) | class _patch(object): method __init__ (line 1006) | def __init__( method copy (line 1033) | def copy(self): method __call__ (line 1046) | def __call__(self, func): method decorate_class (line 1052) | def decorate_class(self, klass): method decorate_callable (line 1066) | def decorate_callable(self, func): method get_original (line 1106) | def get_original(self): method __enter__ (line 1127) | def __enter__(self): method __exit__ (line 1253) | def __exit__(self, *exc_info): method start (line 1274) | def start(self): method stop (line 1281) | def stop(self): function _get_target (line 1288) | def _get_target(target): function _patch_object (line 1298) | def _patch_object( function _patch_multiple (line 1323) | def _patch_multiple(target, spec=None, create=False, spec_set=None, function patch (line 1372) | def patch( class _patch_dict (line 1448) | class _patch_dict(object): method __init__ (line 1477) | def __init__(self, in_dict, values=(), clear=False, **kwargs): method __call__ (line 1488) | def __call__(self, f): method decorate_class (line 1502) | def decorate_class(self, klass): method __enter__ (line 1513) | def __enter__(self): method _patch_dict (line 1518) | def _patch_dict(self): method _unpatch_dict (line 1544) | def _unpatch_dict(self): method __exit__ (line 1557) | def __exit__(self, *args): function _clear_dict (line 1566) | def _clear_dict(in_dict): function _patch_stopall (line 1575) | def _patch_stopall(): function _get_method (line 1614) | def _get_method(name, func): function _get_eq (line 1658) | def _get_eq(self): function _get_ne (line 1666) | def _get_ne(self): function _get_iter (line 1673) | def _get_iter(self): function _set_return_value (line 1691) | def _set_return_value(mock, method, name): class MagicMixin (line 1714) | class MagicMixin(object): method __init__ (line 1715) | def __init__(self, *args, **kw): method _mock_set_magics (line 1720) | def _mock_set_magics(self): class NonCallableMagicMock (line 1743) | class NonCallableMagicMock(MagicMixin, NonCallableMock): method mock_add_spec (line 1745) | def mock_add_spec(self, spec, spec_set=False): class MagicMock (line 1756) | class MagicMock(MagicMixin, Mock): method mock_add_spec (line 1767) | def mock_add_spec(self, spec, spec_set=False): class MagicProxy (line 1778) | class MagicProxy(object): method __init__ (line 1779) | def __init__(self, name, parent): method __call__ (line 1783) | def __call__(self, *args, **kwargs): method create_mock (line 1787) | def create_mock(self): method __get__ (line 1796) | def __get__(self, obj, _type=None): class _ANY (line 1801) | class _ANY(object): method __eq__ (line 1804) | def __eq__(self, other): method __ne__ (line 1807) | def __ne__(self, other): method __repr__ (line 1810) | def __repr__(self): function _format_call_signature (line 1817) | def _format_call_signature(name, args, kwargs): class _Call (line 1835) | class _Call(tuple): method __new__ (line 1854) | def __new__(cls, value=(), name=None, parent=None, two=False, method __init__ (line 1887) | def __init__(self, value=(), name=None, parent=None, two=False, method __eq__ (line 1894) | def __eq__(self, other): method __ne__ (line 1944) | def __ne__(self, other): method __call__ (line 1948) | def __call__(self, *args, **kwargs): method __getattr__ (line 1956) | def __getattr__(self, attr): method __repr__ (line 1963) | def __repr__(self): method call_list (line 1984) | def call_list(self): function create_autospec (line 2001) | def create_autospec(spec, spec_set=False, instance=False, _parent=None, function _must_skip (line 2115) | def _must_skip(spec, entry, is_type): function _get_class (line 2135) | def _get_class(obj): class _SpecState (line 2143) | class _SpecState(object): method __init__ (line 2145) | def __init__(self, spec, spec_set=False, parent=None, function mock_open (line 2166) | def mock_open(mock=None, read_data=''): class PropertyMock (line 2195) | class PropertyMock(Mock): method _get_child_mock (line 2204) | def _get_child_mock(self, **kwargs): method __get__ (line 2207) | def __get__(self, obj, obj_type): method __set__ (line 2209) | def __set__(self, obj, val): FILE: tests/pythons/win64-py33/Lib/unittest/result.py function failfast (line 12) | def failfast(method): class TestResult (line 24) | class TestResult(object): method __init__ (line 38) | def __init__(self, stream=None, descriptions=None, verbosity=None): method printErrors (line 54) | def printErrors(self): method startTest (line 57) | def startTest(self, test): method _setupStdout (line 63) | def _setupStdout(self): method startTestRun (line 71) | def startTestRun(self): method stopTest (line 77) | def stopTest(self, test): method _restoreStdout (line 82) | def _restoreStdout(self): method stopTestRun (line 103) | def stopTestRun(self): method addError (line 110) | def addError(self, test, err): method addFailure (line 118) | def addFailure(self, test, err): method addSuccess (line 124) | def addSuccess(self, test): method addSkip (line 128) | def addSkip(self, test, reason): method addExpectedFailure (line 132) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 138) | def addUnexpectedSuccess(self, test): method wasSuccessful (line 142) | def wasSuccessful(self): method stop (line 146) | def stop(self): method _exc_info_to_string (line 150) | def _exc_info_to_string(self, err, test): method _is_relevant_tb_level (line 178) | def _is_relevant_tb_level(self, tb): method _count_relevant_tb_levels (line 181) | def _count_relevant_tb_levels(self, tb): method __repr__ (line 188) | def __repr__(self): FILE: tests/pythons/win64-py33/Lib/unittest/runner.py class _WritelnDecorator (line 13) | class _WritelnDecorator(object): method __init__ (line 15) | def __init__(self,stream): method __getattr__ (line 18) | def __getattr__(self, attr): method writeln (line 23) | def writeln(self, arg=None): class TextTestResult (line 29) | class TextTestResult(result.TestResult): method __init__ (line 37) | def __init__(self, stream, descriptions, verbosity): method getDescription (line 44) | def getDescription(self, test): method startTest (line 51) | def startTest(self, test): method addSuccess (line 58) | def addSuccess(self, test): method addError (line 66) | def addError(self, test, err): method addFailure (line 74) | def addFailure(self, test, err): method addSkip (line 82) | def addSkip(self, test, reason): method addExpectedFailure (line 90) | def addExpectedFailure(self, test, err): method addUnexpectedSuccess (line 98) | def addUnexpectedSuccess(self, test): method printErrors (line 106) | def printErrors(self): method printErrorList (line 112) | def printErrorList(self, flavour, errors): class TextTestRunner (line 120) | class TextTestRunner(object): method __init__ (line 128) | def __init__(self, stream=None, descriptions=True, verbosity=1, method _makeResult (line 141) | def _makeResult(self): method run (line 144) | def run(self, test): FILE: tests/pythons/win64-py33/Lib/unittest/signals.py class _InterruptHandler (line 9) | class _InterruptHandler(object): method __init__ (line 10) | def __init__(self, default_handler): method __call__ (line 28) | def __call__(self, signum, frame): function registerResult (line 42) | def registerResult(result): function removeResult (line 45) | def removeResult(result): function installHandler (line 49) | def installHandler(): function removeHandler (line 57) | def removeHandler(method=None): FILE: tests/pythons/win64-py33/Lib/unittest/suite.py function _call_if_exists (line 11) | def _call_if_exists(parent, attr): class BaseTestSuite (line 16) | class BaseTestSuite(object): method __init__ (line 19) | def __init__(self, tests=()): method __repr__ (line 23) | def __repr__(self): method __eq__ (line 26) | def __eq__(self, other): method __ne__ (line 31) | def __ne__(self, other): method __iter__ (line 34) | def __iter__(self): method countTestCases (line 37) | def countTestCases(self): method addTest (line 43) | def addTest(self, test): method addTests (line 53) | def addTests(self, tests): method run (line 59) | def run(self, result): method __call__ (line 66) | def __call__(self, *args, **kwds): method debug (line 69) | def debug(self): class TestSuite (line 75) | class TestSuite(BaseTestSuite): method run (line 85) | def run(self, result, debug=False): method debug (line 115) | def debug(self): method _handleClassSetUp (line 122) | def _handleClassSetUp(self, test, result): method _get_previous_module (line 154) | def _get_previous_module(self, result): method _handleModuleFixture (line 162) | def _handleModuleFixture(self, test, result): method _addClassOrModuleLevelException (line 190) | def _addClassOrModuleLevelException(self, result, exception, errorName): method _handleModuleTearDown (line 198) | def _handleModuleTearDown(self, result): method _tearDownPreviousClass (line 223) | def _tearDownPreviousClass(self, test, result): class _ErrorHolder (line 250) | class _ErrorHolder(object): method __init__ (line 262) | def __init__(self, description): method id (line 265) | def id(self): method shortDescription (line 268) | def shortDescription(self): method __repr__ (line 271) | def __repr__(self): method __str__ (line 274) | def __str__(self): method run (line 277) | def run(self, result): method __call__ (line 282) | def __call__(self, result): method countTestCases (line 285) | def countTestCases(self): function _isnotsuite (line 288) | def _isnotsuite(test): class _DebugResult (line 297) | class _DebugResult(object): FILE: tests/pythons/win64-py33/Lib/unittest/util.py function safe_repr (line 8) | def safe_repr(obj, short=False): function strclass (line 17) | def strclass(cls): function sorted_list_difference (line 20) | def sorted_list_difference(expected, actual): function unorderable_list_difference (line 61) | def unorderable_list_difference(expected, actual): function three_way_cmp (line 78) | def three_way_cmp(x, y): function _count_diff_all_purpose (line 84) | def _count_diff_all_purpose(actual, expected): function _ordered_count (line 119) | def _ordered_count(iterable): function _count_diff_hashable (line 126) | def _count_diff_hashable(actual, expected): FILE: tests/pythons/win64-py33/Lib/urllib/error.py class URLError (line 23) | class URLError(IOError): method __init__ (line 29) | def __init__(self, reason, filename=None): method __str__ (line 35) | def __str__(self): class HTTPError (line 38) | class HTTPError(URLError, urllib.response.addinfourl): method __init__ (line 42) | def __init__(self, url, code, msg, hdrs, fp): method __str__ (line 55) | def __str__(self): method reason (line 61) | def reason(self): method info (line 64) | def info(self): class ContentTooShortError (line 69) | class ContentTooShortError(URLError): method __init__ (line 70) | def __init__(self, message, content): FILE: tests/pythons/win64-py33/Lib/urllib/parse.py function clear_cache (line 72) | def clear_cache(): function _noop (line 87) | def _noop(obj): function _encode_result (line 90) | def _encode_result(obj, encoding=_implicit_encoding, function _decode_args (line 94) | def _decode_args(args, encoding=_implicit_encoding, function _coerce_args (line 98) | def _coerce_args(*args): class _ResultMixinStr (line 115) | class _ResultMixinStr(object): method encode (line 119) | def encode(self, encoding='ascii', errors='strict'): class _ResultMixinBytes (line 123) | class _ResultMixinBytes(object): method decode (line 127) | def decode(self, encoding='ascii', errors='strict'): class _NetlocResultMixinBase (line 131) | class _NetlocResultMixinBase(object): method username (line 136) | def username(self): method password (line 140) | def password(self): method hostname (line 144) | def hostname(self): method port (line 153) | def port(self): class _NetlocResultMixinStr (line 163) | class _NetlocResultMixinStr(_NetlocResultMixinBase, _ResultMixinStr): method _userinfo (line 167) | def _userinfo(self): method _hostinfo (line 179) | def _hostinfo(self): class _NetlocResultMixinBytes (line 193) | class _NetlocResultMixinBytes(_NetlocResultMixinBase, _ResultMixinBytes): method _userinfo (line 197) | def _userinfo(self): method _hostinfo (line 209) | def _hostinfo(self): class DefragResult (line 235) | class DefragResult(_DefragResultBase, _ResultMixinStr): method geturl (line 237) | def geturl(self): class SplitResult (line 243) | class SplitResult(_SplitResultBase, _NetlocResultMixinStr): method geturl (line 245) | def geturl(self): class ParseResult (line 248) | class ParseResult(_ParseResultBase, _NetlocResultMixinStr): method geturl (line 250) | def geturl(self): class DefragResultBytes (line 254) | class DefragResultBytes(_DefragResultBase, _ResultMixinBytes): method geturl (line 256) | def geturl(self): class SplitResultBytes (line 262) | class SplitResultBytes(_SplitResultBase, _NetlocResultMixinBytes): method geturl (line 264) | def geturl(self): class ParseResultBytes (line 267) | class ParseResultBytes(_ParseResultBase, _NetlocResultMixinBytes): method geturl (line 269) | def geturl(self): function _fix_result_transcoding (line 273) | def _fix_result_transcoding(): function urlparse (line 286) | def urlparse(url, scheme='', allow_fragments=True): function _splitparams (line 302) | def _splitparams(url): function _splitnetloc (line 311) | def _splitnetloc(url, start=0): function urlsplit (line 319) | def urlsplit(url, scheme='', allow_fragments=True): function urlunparse (line 375) | def urlunparse(components): function urlunsplit (line 386) | def urlunsplit(components): function urljoin (line 405) | def urljoin(base, url, allow_fragments=True): function urldefrag (line 458) | def urldefrag(url): function unquote_to_bytes (line 478) | def unquote_to_bytes(string): function unquote (line 504) | def unquote(string, encoding='utf-8', errors='replace'): function parse_qs (line 529) | def parse_qs(qs, keep_blank_values=False, strict_parsing=False, function parse_qsl (line 561) | def parse_qsl(qs, keep_blank_values=False, strict_parsing=False, function unquote_plus (line 609) | def unquote_plus(string, encoding='utf-8', errors='replace'): class Quoter (line 625) | class Quoter(collections.defaultdict): method __init__ (line 633) | def __init__(self, safe): method __repr__ (line 637) | def __repr__(self): method __missing__ (line 641) | def __missing__(self, b): function quote (line 647) | def quote(string, safe='/', encoding=None, errors=None): function quote_plus (line 691) | def quote_plus(string, safe='', encoding=None, errors=None): function quote_from_bytes (line 708) | def quote_from_bytes(bs, safe='/'): function urlencode (line 730) | def urlencode(query, doseq=False, safe='', encoding=None, errors=None): function to_bytes (line 823) | def to_bytes(url): function unwrap (line 836) | def unwrap(url): function splittype (line 845) | def splittype(url): function splithost (line 859) | def splithost(url): function splituser (line 876) | def splituser(host): function splitpasswd (line 888) | def splitpasswd(user): function splitport (line 901) | def splitport(host): function splitnport (line 916) | def splitnport(host, defport=-1): function splitquery (line 938) | def splitquery(url): function splittag (line 950) | def splittag(url): function splitattr (line 961) | def splitattr(url): function splitvalue (line 968) | def splitvalue(attr): FILE: tests/pythons/win64-py33/Lib/urllib/request.py function urlopen (line 137) | def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, function install_opener (line 158) | def install_opener(opener): function urlretrieve (line 163) | def urlretrieve(url, filename=None, reporthook=None, data=None): function urlcleanup (line 226) | def urlcleanup(): function request_host (line 240) | def request_host(request): class Request (line 256) | class Request: method __init__ (line 258) | def __init__(self, url, data=None, headers={}, method _parse (line 277) | def _parse(self): method get_method (line 285) | def get_method(self): method get_full_url (line 294) | def get_full_url(self): method add_data (line 302) | def add_data(self, data): method has_data (line 307) | def has_data(self): method get_data (line 312) | def get_data(self): method get_type (line 317) | def get_type(self): method get_host (line 322) | def get_host(self): method get_selector (line 327) | def get_selector(self): method is_unverifiable (line 332) | def is_unverifiable(self): method get_origin_req_host (line 337) | def get_origin_req_host(self): method set_proxy (line 344) | def set_proxy(self, host, type): method has_proxy (line 352) | def has_proxy(self): method add_header (line 355) | def add_header(self, key, val): method add_unredirected_header (line 359) | def add_unredirected_header(self, key, val): method has_header (line 363) | def has_header(self, header_name): method get_header (line 367) | def get_header(self, header_name, default=None): method header_items (line 372) | def header_items(self): class OpenerDirector (line 377) | class OpenerDirector: method __init__ (line 378) | def __init__(self): method add_handler (line 389) | def add_handler(self, handler): method close (line 436) | def close(self): method _call_chain (line 440) | def _call_chain(self, chain, kind, meth_name, *args): method open (line 451) | def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIME... method _open (line 479) | def _open(self, req, data=None): method error (line 494) | def error(self, proto, *args): function build_opener (line 519) | def build_opener(*handlers): class BaseHandler (line 557) | class BaseHandler: method add_parent (line 560) | def add_parent(self, parent): method close (line 563) | def close(self): method __lt__ (line 567) | def __lt__(self, other): class HTTPErrorProcessor (line 576) | class HTTPErrorProcessor(BaseHandler): method http_response (line 580) | def http_response(self, request, response): class HTTPDefaultErrorHandler (line 593) | class HTTPDefaultErrorHandler(BaseHandler): method http_error_default (line 594) | def http_error_default(self, req, fp, code, msg, hdrs): class HTTPRedirectHandler (line 597) | class HTTPRedirectHandler(BaseHandler): method redirect_request (line 605) | def redirect_request(self, req, fp, code, msg, headers, newurl): method http_error_302 (line 639) | def http_error_302(self, req, fp, code, msg, headers): function _parse_proxy (line 701) | def _parse_proxy(proxy): class ProxyHandler (line 773) | class ProxyHandler(BaseHandler): method __init__ (line 777) | def __init__(self, proxies=None): method proxy_open (line 787) | def proxy_open(self, req, proxy, type): class HTTPPasswordMgr (line 815) | class HTTPPasswordMgr: method __init__ (line 817) | def __init__(self): method add_password (line 820) | def add_password(self, realm, uri, user, passwd): method find_user_password (line 831) | def find_user_password(self, realm, authuri): method reduce_uri (line 841) | def reduce_uri(self, uri, default_port=True): method is_suburi (line 864) | def is_suburi(self, base, test): class HTTPPasswordMgrWithDefaultRealm (line 879) | class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): method find_user_password (line 881) | def find_user_password(self, realm, authuri): class AbstractBasicAuthHandler (line 889) | class AbstractBasicAuthHandler: method __init__ (line 903) | def __init__(self, password_mgr=None): method reset_retry_count (line 910) | def reset_retry_count(self): method http_error_auth_reqed (line 913) | def http_error_auth_reqed(self, authreq, host, req, headers): method retry_http_basic_auth (line 945) | def retry_http_basic_auth(self, host, req, realm): class HTTPBasicAuthHandler (line 958) | class HTTPBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_401 (line 962) | def http_error_401(self, req, fp, code, msg, headers): class ProxyBasicAuthHandler (line 970) | class ProxyBasicAuthHandler(AbstractBasicAuthHandler, BaseHandler): method http_error_407 (line 974) | def http_error_407(self, req, fp, code, msg, headers): class AbstractDigestAuthHandler (line 990) | class AbstractDigestAuthHandler: method __init__ (line 1001) | def __init__(self, passwd=None): method reset_retry_count (line 1010) | def reset_retry_count(self): method http_error_auth_reqed (line 1013) | def http_error_auth_reqed(self, auth_header, host, req, headers): method retry_http_digest_auth (line 1033) | def retry_http_digest_auth(self, req, auth): method get_cnonce (line 1045) | def get_cnonce(self, nonce): method get_authorization (line 1056) | def get_authorization(self, req, chal): method get_algorithm_impls (line 1116) | def get_algorithm_impls(self, algorithm): method get_entity_digest (line 1126) | def get_entity_digest(self, data, chal): class HTTPDigestAuthHandler (line 1131) | class HTTPDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_401 (line 1141) | def http_error_401(self, req, fp, code, msg, headers): class ProxyDigestAuthHandler (line 1149) | class ProxyDigestAuthHandler(BaseHandler, AbstractDigestAuthHandler): method http_error_407 (line 1154) | def http_error_407(self, req, fp, code, msg, headers): class AbstractHTTPHandler (line 1161) | class AbstractHTTPHandler(BaseHandler): method __init__ (line 1163) | def __init__(self, debuglevel=0): method set_http_debuglevel (line 1166) | def set_http_debuglevel(self, level): method do_request_ (line 1169) | def do_request_(self, request): method do_open (line 1209) | def do_open(self, http_class, req, **http_conn_args): class HTTPHandler (line 1271) | class HTTPHandler(AbstractHTTPHandler): method http_open (line 1273) | def http_open(self, req): class HTTPSHandler (line 1280) | class HTTPSHandler(AbstractHTTPHandler): method __init__ (line 1282) | def __init__(self, debuglevel=0, context=None, check_hostname=None): method https_open (line 1287) | def https_open(self, req): class HTTPCookieProcessor (line 1295) | class HTTPCookieProcessor(BaseHandler): method __init__ (line 1296) | def __init__(self, cookiejar=None): method http_request (line 1302) | def http_request(self, request): method http_response (line 1306) | def http_response(self, request, response): class UnknownHandler (line 1313) | class UnknownHandler(BaseHandler): method unknown_open (line 1314) | def unknown_open(self, req): function parse_keqv_list (line 1318) | def parse_keqv_list(l): function parse_http_list (line 1328) | def parse_http_list(s): class FileHandler (line 1371) | class FileHandler(BaseHandler): method file_open (line 1373) | def file_open(self, req): method get_names (line 1384) | def get_names(self): method open_local_file (line 1395) | def open_local_file(self, req): function _safe_gethostbyname (line 1423) | def _safe_gethostbyname(host): class FTPHandler (line 1429) | class FTPHandler(BaseHandler): method ftp_open (line 1430) | def ftp_open(self, req): method connect_ftp (line 1483) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): class CacheFTPHandler (line 1487) | class CacheFTPHandler(FTPHandler): method __init__ (line 1490) | def __init__(self): method setTimeout (line 1497) | def setTimeout(self, t): method setMaxConns (line 1500) | def setMaxConns(self, m): method connect_ftp (line 1503) | def connect_ftp(self, user, passwd, host, port, dirs, timeout): method check_cache (line 1514) | def check_cache(self): method clear_cache (line 1534) | def clear_cache(self): function url2pathname (line 1549) | def url2pathname(pathname): function pathname2url (line 1554) | def pathname2url(pathname): class URLopener (line 1567) | class URLopener: method __init__ (line 1580) | def __init__(self, proxies=None, **x509): method __del__ (line 1606) | def __del__(self): method close (line 1609) | def close(self): method cleanup (line 1612) | def cleanup(self): method addheader (line 1626) | def addheader(self, *args): method open (line 1632) | def open(self, fullurl, data=None): method open_unknown (line 1668) | def open_unknown(self, fullurl, data=None): method open_unknown_proxy (line 1673) | def open_unknown_proxy(self, proxy, fullurl, data=None): method retrieve (line 1679) | def retrieve(self, url, filename=None, reporthook=None, data=None): method _open_generic_http (line 1745) | def _open_generic_http(self, connection_factory, url, data): method open_http (line 1837) | def open_http(self, url, data=None): method http_error (line 1841) | def http_error(self, url, fp, errcode, errmsg, headers, data=None): method http_error_default (line 1857) | def http_error_default(self, url, fp, errcode, errmsg, headers): method _https_connection (line 1863) | def _https_connection(self, host): method open_https (line 1868) | def open_https(self, url, data=None): method open_file (line 1872) | def open_file(self, url): method open_local_file (line 1881) | def open_local_file(self, url): method open_ftp (line 1913) | def open_ftp(self, url): method open_data (line 1971) | def open_data(self, url, data=None): class FancyURLopener (line 2013) | class FancyURLopener(URLopener): method __init__ (line 2016) | def __init__(self, *args, **kwargs): method http_error_default (line 2022) | def http_error_default(self, url, fp, errcode, errmsg, headers): method http_error_302 (line 2026) | def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): method redirect_internal (line 2042) | def redirect_internal(self, url, fp, errcode, errmsg, headers, data): method http_error_301 (line 2070) | def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): method http_error_303 (line 2074) | def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): method http_error_307 (line 2078) | def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): method http_error_401 (line 2085) | def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, method http_error_407 (line 2110) | def http_error_407(self, url, fp, errcode, errmsg, headers, data=None, method retry_proxy_http_basic_auth (line 2135) | def retry_proxy_http_basic_auth(self, url, realm, data=None): method retry_proxy_https_basic_auth (line 2153) | def retry_proxy_https_basic_auth(self, url, realm, data=None): method retry_http_basic_auth (line 2171) | def retry_http_basic_auth(self, url, realm, data=None): method retry_https_basic_auth (line 2185) | def retry_https_basic_auth(self, url, realm, data=None): method get_user_passwd (line 2199) | def get_user_passwd(self, host, realm, clear_cache=0): method prompt_user_passwd (line 2210) | def prompt_user_passwd(self, host, realm): function localhost (line 2226) | def localhost(): function thishost (line 2234) | def thishost(): function ftperrors (line 2245) | def ftperrors(): function noheaders (line 2254) | def noheaders(): class ftpwrapper (line 2264) | class ftpwrapper: method __init__ (line 2267) | def __init__(self, user, passwd, host, port, dirs, timeout=None, method init (line 2279) | def init(self): method retrfile (line 2288) | def retrfile(self, file, type): method endtransfer (line 2333) | def endtransfer(self): method close (line 2336) | def close(self): method file_close (line 2341) | def file_close(self): method real_close (line 2347) | def real_close(self): function getproxies_environment (line 2355) | def getproxies_environment(): function proxy_bypass_environment (line 2371) | def proxy_bypass_environment(host): function _proxy_bypass_macosx_sysconf (line 2394) | def _proxy_bypass_macosx_sysconf(host, proxy_settings): function proxy_bypass_macosx_sysconf (line 2457) | def proxy_bypass_macosx_sysconf(host): function getproxies_macosx_sysconf (line 2461) | def getproxies_macosx_sysconf(): function proxy_bypass (line 2471) | def proxy_bypass(host): function getproxies (line 2477) | def getproxies(): function getproxies_registry (line 2482) | def getproxies_registry(): function getproxies (line 2527) | def getproxies(): function proxy_bypass_registry (line 2536) | def proxy_bypass_registry(host): function proxy_bypass (line 2586) | def proxy_bypass(host): FILE: tests/pythons/win64-py33/Lib/urllib/response.py class addbase (line 9) | class addbase(object): method __init__ (line 14) | def __init__(self, fp): method __iter__ (line 27) | def __iter__(self): method __repr__ (line 35) | def __repr__(self): method close (line 39) | def close(self): method __enter__ (line 50) | def __enter__(self): method __exit__ (line 55) | def __exit__(self, type, value, traceback): class addclosehook (line 58) | class addclosehook(addbase): method __init__ (line 61) | def __init__(self, fp, closehook, *hookargs): method close (line 66) | def close(self): class addinfo (line 73) | class addinfo(addbase): method __init__ (line 76) | def __init__(self, fp, headers): method info (line 80) | def info(self): class addinfourl (line 83) | class addinfourl(addbase): method __init__ (line 86) | def __init__(self, fp, headers, url, code=None): method info (line 92) | def info(self): method getcode (line 95) | def getcode(self): method geturl (line 98) | def geturl(self): FILE: tests/pythons/win64-py33/Lib/urllib/robotparser.py class RobotFileParser (line 17) | class RobotFileParser: method __init__ (line 23) | def __init__(self, url=''): method mtime (line 31) | def mtime(self): method modified (line 40) | def modified(self): method set_url (line 48) | def set_url(self, url): method read (line 53) | def read(self): method _add_entry (line 66) | def _add_entry(self, entry): method parse (line 75) | def parse(self, lines): method can_fetch (line 126) | def can_fetch(self, useragent, url): method __str__ (line 149) | def __str__(self): class RuleLine (line 153) | class RuleLine: method __init__ (line 156) | def __init__(self, path, allowance): method applies_to (line 164) | def applies_to(self, filename): method __str__ (line 167) | def __str__(self): class Entry (line 171) | class Entry: method __init__ (line 173) | def __init__(self): method __str__ (line 177) | def __str__(self): method applies_to (line 185) | def applies_to(self, useragent): method allowance (line 198) | def allowance(self, filename): FILE: tests/pythons/win64-py33/Lib/uu.py class Error (line 39) | class Error(Exception): function encode (line 42) | def encode(in_file, out_file, name=None, mode=None): function decode (line 90) | def decode(in_file, out_file=None, mode=None, quiet=False): function test (line 160) | def test(): FILE: tests/pythons/win64-py33/Lib/uuid.py class UUID (line 56) | class UUID(object): method __init__ (line 104) | def __init__(self, hex=None, bytes=None, bytes_le=None, fields=None, method __eq__ (line 185) | def __eq__(self, other): method __ne__ (line 190) | def __ne__(self, other): method __lt__ (line 198) | def __lt__(self, other): method __gt__ (line 203) | def __gt__(self, other): method __le__ (line 208) | def __le__(self, other): method __ge__ (line 213) | def __ge__(self, other): method __hash__ (line 218) | def __hash__(self): method __int__ (line 221) | def __int__(self): method __repr__ (line 224) | def __repr__(self): method __setattr__ (line 227) | def __setattr__(self, name, value): method __str__ (line 230) | def __str__(self): method bytes (line 236) | def bytes(self): method bytes_le (line 243) | def bytes_le(self): method fields (line 251) | def fields(self): method time_low (line 256) | def time_low(self): method time_mid (line 260) | def time_mid(self): method time_hi_version (line 264) | def time_hi_version(self): method clock_seq_hi_variant (line 268) | def clock_seq_hi_variant(self): method clock_seq_low (line 272) | def clock_seq_low(self): method time (line 276) | def time(self): method clock_seq (line 281) | def clock_seq(self): method node (line 286) | def node(self): method hex (line 290) | def hex(self): method urn (line 294) | def urn(self): method variant (line 298) | def variant(self): method version (line 309) | def version(self): function _find_mac (line 314) | def _find_mac(command, args, hw_identifiers, get_index): function _ifconfig_getnode (line 345) | def _ifconfig_getnode(): function _ipconfig_getnode (line 369) | def _ipconfig_getnode(): function _netbios_getnode (line 393) | def _netbios_getnode(): function _unixdll_getnode (line 474) | def _unixdll_getnode(): function _windll_getnode (line 480) | def _windll_getnode(): function _random_getnode (line 486) | def _random_getnode(): function getnode (line 493) | def getnode(): function uuid1 (line 522) | def uuid1(node=None, clock_seq=None): function uuid3 (line 557) | def uuid3(namespace, name): function uuid4 (line 563) | def uuid4(): function uuid5 (line 581) | def uuid5(namespace, name): FILE: tests/pythons/win64-py33/Lib/venv/__init__.py class EnvBuilder (line 38) | class EnvBuilder: method __init__ (line 61) | def __init__(self, system_site_packages=False, clear=False, method create (line 68) | def create(self, env_dir): method ensure_directories (line 83) | def ensure_directories(self, env_dir): method create_configuration (line 130) | def create_configuration(self, context): method include_binary (line 150) | def include_binary(self, f): method symlink_or_copy (line 157) | def symlink_or_copy(self, src, dst): method setup_python (line 172) | def setup_python(self, context): method setup_scripts (line 219) | def setup_scripts(self, context): method post_setup (line 234) | def post_setup(self, context): method replace_variables (line 244) | def replace_variables(self, text, context): method install_scripts (line 261) | def install_scripts(self, context, path): function create (line 311) | def create(env_dir, system_site_packages=False, clear=False, symlinks=Fa... function main (line 332) | def main(args=None): FILE: tests/pythons/win64-py33/Lib/warnings.py function showwarning (line 13) | def showwarning(message, category, filename, lineno, file=None, line=None): function formatwarning (line 22) | def formatwarning(message, category, filename, lineno, line=None): function filterwarnings (line 31) | def filterwarnings(action, message="", category=Warning, module="", line... function simplefilter (line 59) | def simplefilter(action, category=Warning, lineno=0, append=False): function resetwarnings (line 79) | def resetwarnings(): class _OptionError (line 83) | class _OptionError(Exception): function _processoptions (line 88) | def _processoptions(args): function _setoption (line 96) | def _setoption(arg): function _getaction (line 123) | def _getaction(action): function _getcategory (line 133) | def _getcategory(category): function warn (line 160) | def warn(message, category=None, stacklevel=1): function warn_explicit (line 200) | def warn_explicit(message, category, filename, lineno, class WarningMessage (line 269) | class WarningMessage(object): method __init__ (line 276) | def __init__(self, message, category, filename, lineno, file=None, method __str__ (line 283) | def __str__(self): class catch_warnings (line 289) | class catch_warnings(object): method __init__ (line 306) | def __init__(self, *, record=False, module=None): method __repr__ (line 318) | def __repr__(self): method __enter__ (line 327) | def __enter__(self): method __exit__ (line 343) | def __exit__(self, *exc_info): FILE: tests/pythons/win64-py33/Lib/wave.py class Error (line 78) | class Error(Exception): function _byteswap3 (line 89) | def _byteswap3(data): class Wave_read (line 95) | class Wave_read: method initfp (line 126) | def initfp(self, file): method __init__ (line 157) | def __init__(self, f): method __del__ (line 170) | def __del__(self): method getfp (line 175) | def getfp(self): method rewind (line 178) | def rewind(self): method close (line 182) | def close(self): method tell (line 188) | def tell(self): method getnchannels (line 191) | def getnchannels(self): method getnframes (line 194) | def getnframes(self): method getsampwidth (line 197) | def getsampwidth(self): method getframerate (line 200) | def getframerate(self): method getcomptype (line 203) | def getcomptype(self): method getcompname (line 206) | def getcompname(self): method getparams (line 209) | def getparams(self): method getmarkers (line 214) | def getmarkers(self): method getmark (line 217) | def getmark(self, id): method setpos (line 220) | def setpos(self, pos): method readframes (line 226) | def readframes(self, nframes): method _read_fmt_chunk (line 267) | def _read_fmt_chunk(self, chunk): class Wave_write (line 278) | class Wave_write: method __init__ (line 304) | def __init__(self, f): method initfp (line 316) | def initfp(self, file): method __del__ (line 328) | def __del__(self): method setnchannels (line 334) | def setnchannels(self, nchannels): method getnchannels (line 341) | def getnchannels(self): method setsampwidth (line 346) | def setsampwidth(self, sampwidth): method getsampwidth (line 353) | def getsampwidth(self): method setframerate (line 358) | def setframerate(self, framerate): method getframerate (line 365) | def getframerate(self): method setnframes (line 370) | def setnframes(self, nframes): method getnframes (line 375) | def getnframes(self): method setcomptype (line 378) | def setcomptype(self, comptype, compname): method getcomptype (line 386) | def getcomptype(self): method getcompname (line 389) | def getcompname(self): method setparams (line 392) | def setparams(self, params): method getparams (line 402) | def getparams(self): method setmark (line 408) | def setmark(self, id, pos, name): method getmark (line 411) | def getmark(self, id): method getmarkers (line 414) | def getmarkers(self): method tell (line 417) | def tell(self): method writeframesraw (line 420) | def writeframesraw(self, data): method writeframes (line 441) | def writeframes(self, data): method close (line 446) | def close(self): method _ensure_header_written (line 463) | def _ensure_header_written(self, datasize): method _write_header (line 473) | def _write_header(self, initlength): method _patchheader (line 490) | def _patchheader(self): function open (line 502) | def open(f, mode=None): FILE: tests/pythons/win64-py33/Lib/weakref.py class WeakValueDictionary (line 33) | class WeakValueDictionary(collections.MutableMapping): method __init__ (line 45) | def __init__(self, *args, **kw): method _commit_removals (line 60) | def _commit_removals(self): method __getitem__ (line 68) | def __getitem__(self, key): method __delitem__ (line 75) | def __delitem__(self, key): method __len__ (line 80) | def __len__(self): method __contains__ (line 83) | def __contains__(self, key): method __repr__ (line 90) | def __repr__(self): method __setitem__ (line 93) | def __setitem__(self, key, value): method copy (line 98) | def copy(self): method __deepcopy__ (line 108) | def __deepcopy__(self, memo): method get (line 117) | def get(self, key, default=None): method items (line 130) | def items(self): method keys (line 137) | def keys(self): method itervaluerefs (line 145) | def itervaluerefs(self): method values (line 159) | def values(self): method popitem (line 166) | def popitem(self): method pop (line 175) | def pop(self, key, *args): method setdefault (line 189) | def setdefault(self, key, default=None): method update (line 200) | def update(self, dict=None, **kwargs): method valuerefs (line 212) | def valuerefs(self): class KeyedRef (line 225) | class KeyedRef(ref): method __new__ (line 237) | def __new__(type, ob, callback, key): method __init__ (line 242) | def __init__(self, ob, callback, key): class WeakKeyDictionary (line 246) | class WeakKeyDictionary(collections.MutableMapping): method __init__ (line 257) | def __init__(self, dict=None): method _commit_removals (line 273) | def _commit_removals(self): method __delitem__ (line 286) | def __delitem__(self, key): method __getitem__ (line 289) | def __getitem__(self, key): method __len__ (line 292) | def __len__(self): method __repr__ (line 295) | def __repr__(self): method __setitem__ (line 298) | def __setitem__(self, key, value): method copy (line 301) | def copy(self): method __deepcopy__ (line 311) | def __deepcopy__(self, memo): method get (line 320) | def get(self, key, default=None): method __contains__ (line 323) | def __contains__(self, key): method items (line 330) | def items(self): method keys (line 337) | def keys(self): method values (line 346) | def values(self): method keyrefs (line 352) | def keyrefs(self): method popitem (line 364) | def popitem(self): method pop (line 371) | def pop(self, key, *args): method setdefault (line 374) | def setdefault(self, key, default=None): method update (line 377) | def update(self, dict=None, **kwargs): FILE: tests/pythons/win64-py33/Lib/webbrowser.py class Error (line 15) | class Error(Exception): function register (line 21) | def register(name, klass, instance=None, update_tryorder=1): function get (line 29) | def get(using=None): function open (line 59) | def open(url, new=0, autoraise=True): function open_new (line 66) | def open_new(url): function open_new_tab (line 69) | def open_new_tab(url): function _synthesize (line 73) | def _synthesize(browser, update_tryorder=1): function _isexecutable (line 106) | def _isexecutable(cmd): function _isexecutable (line 115) | def _isexecutable(cmd): function _iscommand (line 122) | def _iscommand(cmd): class BaseBrowser (line 139) | class BaseBrowser(object): method __init__ (line 144) | def __init__(self, name=""): method open (line 148) | def open(self, url, new=0, autoraise=True): method open_new (line 151) | def open_new(self, url): method open_new_tab (line 154) | def open_new_tab(self, url): class GenericBrowser (line 158) | class GenericBrowser(BaseBrowser): method __init__ (line 162) | def __init__(self, name): method open (line 172) | def open(self, url, new=0, autoraise=True): class BackgroundBrowser (line 185) | class BackgroundBrowser(GenericBrowser): method open (line 189) | def open(self, url, new=0, autoraise=True): class UnixBrowser (line 205) | class UnixBrowser(BaseBrowser): method _invoke (line 222) | def _invoke(self, args, remote, autoraise): method open (line 257) | def open(self, url, new=0, autoraise=True): class Mozilla (line 283) | class Mozilla(UnixBrowser): class Galeon (line 296) | class Galeon(UnixBrowser): class Chrome (line 306) | class Chrome(UnixBrowser): class Opera (line 318) | class Opera(UnixBrowser): class Elinks (line 329) | class Elinks(UnixBrowser): class Konqueror (line 343) | class Konqueror(BaseBrowser): method open (line 350) | def open(self, url, new=0, autoraise=True): class Grail (line 400) | class Grail(BaseBrowser): method _find_grail_rc (line 404) | def _find_grail_rc(self): method _remote (line 430) | def _remote(self, action): method open (line 438) | def open(self, url, new=0, autoraise=True): function register_X_browsers (line 453) | def register_X_browsers(): class WindowsDefault (line 539) | class WindowsDefault(BaseBrowser): method open (line 540) | def open(self, url, new=0, autoraise=True): class MacOSX (line 570) | class MacOSX(BaseBrowser): method __init__ (line 580) | def __init__(self, name): method open (line 583) | def open(self, url, new=0, autoraise=True): class MacOSXOSAScript (line 616) | class MacOSXOSAScript(BaseBrowser): method __init__ (line 617) | def __init__(self, name): method open (line 620) | def open(self, url, new=0, autoraise=True): function main (line 678) | def main(): FILE: tests/pythons/win64-py33/Lib/wsgiref/handlers.py function format_date_time (line 19) | def format_date_time(timestamp): function _needs_transcode (line 30) | def _needs_transcode(k): function read_environ (line 34) | def read_environ(): class BaseHandler (line 94) | class BaseHandler: method run (line 128) | def run(self, application): method setup_environ (line 148) | def setup_environ(self): method finish_response (line 169) | def finish_response(self): method get_scheme (line 186) | def get_scheme(self): method set_content_length (line 191) | def set_content_length(self): method cleanup_headers (line 204) | def cleanup_headers(self): method start_response (line 212) | def start_response(self, status, headers,exc_info=None): method _convert_string_type (line 240) | def _convert_string_type(self, value, title): method send_preamble (line 248) | def send_preamble(self): method write (line 262) | def write(self, data): method sendfile (line 283) | def sendfile(self): method finish_content (line 304) | def finish_content(self): method close (line 314) | def close(self): method send_headers (line 327) | def send_headers(self): method result_is_file (line 336) | def result_is_file(self): method client_is_modern (line 342) | def client_is_modern(self): method log_exception (line 347) | def log_exception(self,exc_info): method handle_error (line 363) | def handle_error(self): method error_output (line 371) | def error_output(self, environ, start_response): method _write (line 390) | def _write(self,data): method _flush (line 399) | def _flush(self): method get_stdin (line 407) | def get_stdin(self): method get_stderr (line 411) | def get_stderr(self): method add_cgi_vars (line 415) | def add_cgi_vars(self): class SimpleHandler (line 420) | class SimpleHandler(BaseHandler): method __init__ (line 433) | def __init__(self,stdin,stdout,stderr,environ, method get_stdin (line 443) | def get_stdin(self): method get_stderr (line 446) | def get_stderr(self): method add_cgi_vars (line 449) | def add_cgi_vars(self): method _write (line 452) | def _write(self,data): method _flush (line 455) | def _flush(self): class BaseCGIHandler (line 460) | class BaseCGIHandler(SimpleHandler): class CGIHandler (line 484) | class CGIHandler(BaseCGIHandler): method __init__ (line 507) | def __init__(self): class IISCGIHandler (line 514) | class IISCGIHandler(BaseCGIHandler): method __init__ (line 538) | def __init__(self): FILE: tests/pythons/win64-py33/Lib/wsgiref/headers.py function _formatparam (line 13) | def _formatparam(param, value=None, quote=1): class Headers (line 28) | class Headers: method __init__ (line 32) | def __init__(self,headers): method _convert_string_type (line 41) | def _convert_string_type(self, value): method __len__ (line 48) | def __len__(self): method __setitem__ (line 52) | def __setitem__(self, name, val): method __delitem__ (line 58) | def __delitem__(self,name): method __getitem__ (line 66) | def __getitem__(self,name): method __contains__ (line 77) | def __contains__(self, name): method get_all (line 82) | def get_all(self, name): method get (line 94) | def get(self,name,default=None): method keys (line 103) | def keys(self): method values (line 113) | def values(self): method items (line 123) | def items(self): method __repr__ (line 133) | def __repr__(self): method __str__ (line 136) | def __str__(self): method __bytes__ (line 141) | def __bytes__(self): method setdefault (line 144) | def setdefault(self,name,value): method add_header (line 157) | def add_header(self, _name, _value, **_params): FILE: tests/pythons/win64-py33/Lib/wsgiref/simple_server.py class ServerHandler (line 28) | class ServerHandler(SimpleHandler): method close (line 32) | def close(self): class WSGIServer (line 42) | class WSGIServer(HTTPServer): method server_bind (line 48) | def server_bind(self): method setup_environ (line 53) | def setup_environ(self): method get_app (line 63) | def get_app(self): method set_app (line 66) | def set_app(self,application): class WSGIRequestHandler (line 71) | class WSGIRequestHandler(BaseHTTPRequestHandler): method get_environ (line 75) | def get_environ(self): method get_stderr (line 112) | def get_stderr(self): method handle (line 115) | def handle(self): function demo_app (line 130) | def demo_app(environ,start_response): function make_server (line 142) | def make_server( FILE: tests/pythons/win64-py33/Lib/wsgiref/util.py class FileWrapper (line 11) | class FileWrapper: method __init__ (line 14) | def __init__(self, filelike, blksize=8192): method __getitem__ (line 20) | def __getitem__(self,key): method __iter__ (line 26) | def __iter__(self): method __next__ (line 29) | def __next__(self): function guess_scheme (line 35) | def guess_scheme(environ): function application_uri (line 43) | def application_uri(environ): function request_uri (line 63) | def request_uri(environ, include_query=True): function shift_path_info (line 76) | def shift_path_info(environ): function setup_testing_defaults (line 117) | def setup_testing_defaults(environ): function is_hop_by_hop (line 163) | def is_hop_by_hop(header_name): FILE: tests/pythons/win64-py33/Lib/wsgiref/validate.py class WSGIWarning (line 121) | class WSGIWarning(Warning): function assert_ (line 126) | def assert_(cond, *args): function check_string_type (line 130) | def check_string_type(value, title): function validator (line 136) | def validator(application): class InputWrapper (line 191) | class InputWrapper: method __init__ (line 193) | def __init__(self, wsgi_input): method read (line 196) | def read(self, *args): method readline (line 202) | def readline(self, *args): method readlines (line 208) | def readlines(self, *args): method __iter__ (line 216) | def __iter__(self): method close (line 223) | def close(self): class ErrorWrapper (line 226) | class ErrorWrapper: method __init__ (line 228) | def __init__(self, wsgi_errors): method write (line 231) | def write(self, s): method flush (line 235) | def flush(self): method writelines (line 238) | def writelines(self, seq): method close (line 242) | def close(self): class WriteWrapper (line 245) | class WriteWrapper: method __init__ (line 247) | def __init__(self, wsgi_writer): method __call__ (line 250) | def __call__(self, s): class PartialIteratorWrapper (line 254) | class PartialIteratorWrapper: method __init__ (line 256) | def __init__(self, wsgi_iterator): method __iter__ (line 259) | def __iter__(self): class IteratorWrapper (line 263) | class IteratorWrapper: method __init__ (line 265) | def __init__(self, wsgi_iterator, check_start_response): method __iter__ (line 271) | def __iter__(self): method __next__ (line 274) | def __next__(self): method close (line 286) | def close(self): method __del__ (line 291) | def __del__(self): function check_environ (line 298) | def check_environ(environ): function check_input (line 363) | def check_input(wsgi_input): function check_errors (line 369) | def check_errors(wsgi_errors): function check_status (line 375) | def check_status(status): function check_headers (line 389) | def check_headers(headers): function check_content_type (line 416) | def check_content_type(status, headers): function check_exc_info (line 432) | def check_exc_info(exc_info): function check_iterator (line 437) | def check_iterator(iterator): FILE: tests/pythons/win64-py33/Lib/xdrlib.py class Error (line 13) | class Error(Exception): method __init__ (line 23) | def __init__(self, msg): method __repr__ (line 25) | def __repr__(self): method __str__ (line 27) | def __str__(self): class ConversionError (line 31) | class ConversionError(Error): class Packer (line 36) | class Packer: method __init__ (line 39) | def __init__(self): method reset (line 42) | def reset(self): method get_buffer (line 45) | def get_buffer(self): method pack_uint (line 50) | def pack_uint(self, x): method pack_int (line 53) | def pack_int(self, x): method pack_bool (line 58) | def pack_bool(self, x): method pack_uhyper (line 62) | def pack_uhyper(self, x): method pack_float (line 68) | def pack_float(self, x): method pack_double (line 73) | def pack_double(self, x): method pack_fstring (line 78) | def pack_fstring(self, n, s): method pack_string (line 88) | def pack_string(self, s): method pack_list (line 96) | def pack_list(self, list, pack_item): method pack_farray (line 102) | def pack_farray(self, n, list, pack_item): method pack_array (line 108) | def pack_array(self, list, pack_item): class Unpacker (line 115) | class Unpacker: method __init__ (line 118) | def __init__(self, data): method reset (line 121) | def reset(self, data): method get_position (line 125) | def get_position(self): method set_position (line 128) | def set_position(self, position): method get_buffer (line 131) | def get_buffer(self): method done (line 134) | def done(self): method unpack_uint (line 138) | def unpack_uint(self): method unpack_int (line 146) | def unpack_int(self): method unpack_bool (line 156) | def unpack_bool(self): method unpack_uhyper (line 159) | def unpack_uhyper(self): method unpack_hyper (line 164) | def unpack_hyper(self): method unpack_float (line 170) | def unpack_float(self): method unpack_double (line 178) | def unpack_double(self): method unpack_fstring (line 186) | def unpack_fstring(self, n): method unpack_string (line 198) | def unpack_string(self): method unpack_list (line 205) | def unpack_list(self, unpack_item): method unpack_farray (line 216) | def unpack_farray(self, n, unpack_item): method unpack_array (line 222) | def unpack_array(self, unpack_item): FILE: tests/pythons/win64-py33/Lib/xml/dom/NodeFilter.py class NodeFilter (line 4) | class NodeFilter: method acceptNode (line 26) | def acceptNode(self, node): FILE: tests/pythons/win64-py33/Lib/xml/dom/__init__.py class Node (line 18) | class Node: class DOMException (line 62) | class DOMException(Exception): method __init__ (line 66) | def __init__(self, *args, **kw): method _get_code (line 72) | def _get_code(self): class IndexSizeErr (line 76) | class IndexSizeErr(DOMException): class DomstringSizeErr (line 79) | class DomstringSizeErr(DOMException): class HierarchyRequestErr (line 82) | class HierarchyRequestErr(DOMException): class WrongDocumentErr (line 85) | class WrongDocumentErr(DOMException): class InvalidCharacterErr (line 88) | class InvalidCharacterErr(DOMException): class NoDataAllowedErr (line 91) | class NoDataAllowedErr(DOMException): class NoModificationAllowedErr (line 94) | class NoModificationAllowedErr(DOMException): class NotFoundErr (line 97) | class NotFoundErr(DOMException): class NotSupportedErr (line 100) | class NotSupportedErr(DOMException): class InuseAttributeErr (line 103) | class InuseAttributeErr(DOMException): class InvalidStateErr (line 106) | class InvalidStateErr(DOMException): class SyntaxErr (line 109) | class SyntaxErr(DOMException): class InvalidModificationErr (line 112) | class InvalidModificationErr(DOMException): class NamespaceErr (line 115) | class NamespaceErr(DOMException): class InvalidAccessErr (line 118) | class InvalidAccessErr(DOMException): class ValidationErr (line 121) | class ValidationErr(DOMException): class UserDataHandler (line 124) | class UserDataHandler: FILE: tests/pythons/win64-py33/Lib/xml/dom/domreg.py function registerDOMImplementation (line 19) | def registerDOMImplementation(name, factory): function _good_enough (line 30) | def _good_enough(dom, features): function getDOMImplementation (line 37) | def getDOMImplementation(name=None, features=()): function _parse_feature_string (line 80) | def _parse_feature_string(s): FILE: tests/pythons/win64-py33/Lib/xml/dom/expatbuilder.py class ElementInfo (line 60) | class ElementInfo(object): method __init__ (line 63) | def __init__(self, tagName, model=None): method __getstate__ (line 68) | def __getstate__(self): method __setstate__ (line 71) | def __setstate__(self, state): method getAttributeType (line 74) | def getAttributeType(self, aname): method getAttributeTypeNS (line 84) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 87) | def isElementContent(self): method isEmpty (line 95) | def isEmpty(self): method isId (line 101) | def isId(self, aname): method isIdNS (line 107) | def isIdNS(self, euri, ename, auri, aname): function _intern (line 111) | def _intern(builder, s): function _parse_ns_name (line 114) | def _parse_ns_name(builder, name): class ExpatBuilder (line 131) | class ExpatBuilder: method __init__ (line 135) | def __init__(self, options=None): method createParser (line 149) | def createParser(self): method getParser (line 153) | def getParser(self): method reset (line 164) | def reset(self): method install (line 172) | def install(self, parser): method parseFile (line 195) | def parseFile(self, file): method parseString (line 217) | def parseString(self, string): method _setup_subset (line 230) | def _setup_subset(self, buffer): method start_doctype_decl_handler (line 238) | def start_doctype_decl_handler(self, doctypeName, systemId, publicId, method end_doctype_decl_handler (line 259) | def end_doctype_decl_handler(self): method pi_handler (line 266) | def pi_handler(self, target, data): method character_data_handler_cdata (line 272) | def character_data_handler_cdata(self, data): method character_data_handler (line 292) | def character_data_handler(self, data): method entity_decl_handler (line 303) | def entity_decl_handler(self, entityName, is_parameter_entity, value, method notation_decl_handler (line 321) | def notation_decl_handler(self, notationName, base, systemId, publicId): method comment_handler (line 327) | def comment_handler(self, data): method start_cdata_section_handler (line 333) | def start_cdata_section_handler(self): method end_cdata_section_handler (line 337) | def end_cdata_section_handler(self): method external_entity_ref_handler (line 341) | def external_entity_ref_handler(self, context, base, systemId, publicId): method first_element_handler (line 344) | def first_element_handler(self, name, attributes): method start_element_handler (line 350) | def start_element_handler(self, name, attributes): method _finish_start_element (line 367) | def _finish_start_element(self, node): method end_element_handler (line 390) | def end_element_handler(self, name): method _finish_end_element (line 395) | def _finish_end_element(self, curNode): method _handle_white_text_nodes (line 406) | def _handle_white_text_nodes(self, node, info): method element_decl_handler (line 423) | def element_decl_handler(self, name, model): method attlist_decl_handler (line 431) | def attlist_decl_handler(self, elem, name, type, default, required): method xml_decl_handler (line 439) | def xml_decl_handler(self, version, encoding, standalone): class FilterVisibilityController (line 454) | class FilterVisibilityController(object): method __init__ (line 460) | def __init__(self, filter): method startContainer (line 463) | def startContainer(self, node): method acceptNode (line 476) | def acceptNode(self, node): class FilterCrutch (line 512) | class FilterCrutch(object): method __init__ (line 515) | def __init__(self, builder): class Rejecter (line 524) | class Rejecter(FilterCrutch): method __init__ (line 527) | def __init__(self, builder): method start_element_handler (line 539) | def start_element_handler(self, *args): method end_element_handler (line 542) | def end_element_handler(self, *args): class Skipper (line 552) | class Skipper(FilterCrutch): method start_element_handler (line 555) | def start_element_handler(self, *args): method end_element_handler (line 561) | def end_element_handler(self, *args): class FragmentBuilder (line 592) | class FragmentBuilder(ExpatBuilder): method __init__ (line 601) | def __init__(self, context, options=None): method reset (line 610) | def reset(self): method parseFile (line 614) | def parseFile(self, file): method parseString (line 619) | def parseString(self, string): method _getDeclarations (line 647) | def _getDeclarations(self): method _getNSattrs (line 683) | def _getNSattrs(self): method external_entity_ref_handler (line 686) | def external_entity_ref_handler(self, context, base, systemId, publicId): class Namespaces (line 709) | class Namespaces: method _initNamespaces (line 712) | def _initNamespaces(self): method createParser (line 717) | def createParser(self): method install (line 723) | def install(self, parser): method start_namespace_decl_handler (line 730) | def start_namespace_decl_handler(self, prefix, uri): method start_element_handler (line 734) | def start_element_handler(self, name, attributes): method end_element_handler (line 787) | def end_element_handler(self, name): class ExpatBuilderNS (line 804) | class ExpatBuilderNS(Namespaces, ExpatBuilder): method reset (line 807) | def reset(self): class FragmentBuilderNS (line 812) | class FragmentBuilderNS(Namespaces, FragmentBuilder): method reset (line 815) | def reset(self): method _getNSattrs (line 819) | def _getNSattrs(self): class ParseEscape (line 849) | class ParseEscape(Exception): class InternalSubsetExtractor (line 853) | class InternalSubsetExtractor(ExpatBuilder): method getSubset (line 858) | def getSubset(self): method parseFile (line 862) | def parseFile(self, file): method parseString (line 868) | def parseString(self, string): method install (line 874) | def install(self, parser): method start_doctype_decl_handler (line 878) | def start_doctype_decl_handler(self, name, publicId, systemId, method end_doctype_decl_handler (line 888) | def end_doctype_decl_handler(self): method start_element_handler (line 893) | def start_element_handler(self, name, attrs): function parse (line 897) | def parse(file, namespaces=True): function parseString (line 918) | def parseString(string, namespaces=True): function parseFragment (line 929) | def parseFragment(file, context, namespaces=True): function parseFragmentString (line 952) | def parseFragmentString(string, context, namespaces=True): function makeBuilder (line 964) | def makeBuilder(options): FILE: tests/pythons/win64-py33/Lib/xml/dom/minicompat.py class NodeList (line 50) | class NodeList(list): method item (line 53) | def item(self, index): method _get_length (line 57) | def _get_length(self): method _set_length (line 60) | def _set_length(self, value): method __getstate__ (line 67) | def __getstate__(self): method __setstate__ (line 70) | def __setstate__(self, state): class EmptyNodeList (line 74) | class EmptyNodeList(tuple): method __add__ (line 77) | def __add__(self, other): method __radd__ (line 82) | def __radd__(self, other): method item (line 87) | def item(self, index): method _get_length (line 90) | def _get_length(self): method _set_length (line 93) | def _set_length(self, value): function defproperty (line 101) | def defproperty(klass, name, doc): FILE: tests/pythons/win64-py33/Lib/xml/dom/minidom.py class Node (line 34) | class Node(xml.dom.Node): method __bool__ (line 43) | def __bool__(self): method toxml (line 46) | def toxml(self, encoding=None): method toprettyxml (line 49) | def toprettyxml(self, indent="\t", newl="\n", encoding=None): method hasChildNodes (line 67) | def hasChildNodes(self): method _get_childNodes (line 70) | def _get_childNodes(self): method _get_firstChild (line 73) | def _get_firstChild(self): method _get_lastChild (line 77) | def _get_lastChild(self): method insertBefore (line 81) | def insertBefore(self, newChild, refChild): method appendChild (line 113) | def appendChild(self, node): method replaceChild (line 130) | def replaceChild(self, newChild, oldChild): method removeChild (line 162) | def removeChild(self, oldChild): method normalize (line 178) | def normalize(self): method cloneNode (line 205) | def cloneNode(self, deep): method isSupported (line 208) | def isSupported(self, feature, version): method _get_localName (line 211) | def _get_localName(self): method isSameNode (line 217) | def isSameNode(self, other): method getInterface (line 220) | def getInterface(self, feature): method getUserData (line 230) | def getUserData(self, key): method setUserData (line 236) | def setUserData(self, key, data, handler): method _call_user_data_handler (line 254) | def _call_user_data_handler(self, operation, src, dst): method unlink (line 262) | def unlink(self): method __enter__ (line 273) | def __enter__(self): method __exit__ (line 276) | def __exit__(self, et, ev, tb): function _append_child (line 284) | def _append_child(self, node): function _in_document (line 294) | def _in_document(node): function _write_data (line 302) | def _write_data(writer, data): function _get_elements_by_tagName_helper (line 309) | def _get_elements_by_tagName_helper(parent, name, rc): function _get_elements_by_tagName_ns_helper (line 317) | def _get_elements_by_tagName_ns_helper(parent, nsURI, localName, rc): class DocumentFragment (line 326) | class DocumentFragment(Node): method __init__ (line 340) | def __init__(self): class Attr (line 344) | class Attr(Node): method __init__ (line 354) | def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None, method _get_localName (line 367) | def _get_localName(self): method _get_specified (line 373) | def _get_specified(self): method _get_name (line 376) | def _get_name(self): method _set_name (line 379) | def _set_name(self, value): method _get_value (line 386) | def _get_value(self): method _set_value (line 389) | def _set_value(self, value): method _get_prefix (line 398) | def _get_prefix(self): method _set_prefix (line 401) | def _set_prefix(self, prefix): method unlink (line 418) | def unlink(self): method _get_isId (line 435) | def _get_isId(self): method _get_schemaType (line 451) | def _get_schemaType(self): class NamedNodeMap (line 470) | class NamedNodeMap(object): method __init__ (line 481) | def __init__(self, attrs, attrsNS, ownerElement): method _get_length (line 486) | def _get_length(self): method item (line 489) | def item(self, index): method items (line 495) | def items(self): method itemsNS (line 501) | def itemsNS(self): method __contains__ (line 507) | def __contains__(self, key): method keys (line 513) | def keys(self): method keysNS (line 516) | def keysNS(self): method values (line 519) | def values(self): method get (line 522) | def get(self, name, value=None): method _cmp (line 527) | def _cmp(self, other): method __eq__ (line 533) | def __eq__(self, other): method __ge__ (line 536) | def __ge__(self, other): method __gt__ (line 539) | def __gt__(self, other): method __le__ (line 542) | def __le__(self, other): method __lt__ (line 545) | def __lt__(self, other): method __ne__ (line 548) | def __ne__(self, other): method __getitem__ (line 551) | def __getitem__(self, attname_or_tuple): method __setitem__ (line 558) | def __setitem__(self, attname, value): method getNamedItem (line 573) | def getNamedItem(self, name): method getNamedItemNS (line 579) | def getNamedItemNS(self, namespaceURI, localName): method removeNamedItem (line 585) | def removeNamedItem(self, name): method removeNamedItemNS (line 597) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 609) | def setNamedItem(self, node): method setNamedItemNS (line 622) | def setNamedItemNS(self, node): method __delitem__ (line 625) | def __delitem__(self, attname_or_tuple): method __getstate__ (line 630) | def __getstate__(self): method __setstate__ (line 633) | def __setstate__(self, state): class TypeInfo (line 642) | class TypeInfo(object): method __init__ (line 645) | def __init__(self, namespace, name): method __repr__ (line 649) | def __repr__(self): method _get_name (line 655) | def _get_name(self): method _get_namespace (line 658) | def _get_namespace(self): class Element (line 663) | class Element(Node): method __init__ (line 680) | def __init__(self, tagName, namespaceURI=EMPTY_NAMESPACE, prefix=None, method _ensure_attributes (line 700) | def _ensure_attributes(self): method _get_localName (line 705) | def _get_localName(self): method _get_tagName (line 711) | def _get_tagName(self): method unlink (line 714) | def unlink(self): method getAttribute (line 722) | def getAttribute(self, attname): method getAttributeNS (line 730) | def getAttributeNS(self, namespaceURI, localName): method setAttribute (line 738) | def setAttribute(self, attname, value): method setAttributeNS (line 750) | def setAttributeNS(self, namespaceURI, qualifiedName, value): method getAttributeNode (line 767) | def getAttributeNode(self, attrname): method getAttributeNodeNS (line 772) | def getAttributeNodeNS(self, namespaceURI, localName): method setAttributeNode (line 777) | def setAttributeNode(self, attr): method removeAttribute (line 798) | def removeAttribute(self, name): method removeAttributeNS (line 807) | def removeAttributeNS(self, namespaceURI, localName): method removeAttributeNode (line 816) | def removeAttributeNode(self, node): method hasAttribute (line 831) | def hasAttribute(self, name): method hasAttributeNS (line 836) | def hasAttributeNS(self, namespaceURI, localName): method getElementsByTagName (line 841) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 844) | def getElementsByTagNameNS(self, namespaceURI, localName): method __repr__ (line 848) | def __repr__(self): method writexml (line 851) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_attributes (line 878) | def _get_attributes(self): method hasAttributes (line 882) | def hasAttributes(self): method setIdAttribute (line 890) | def setIdAttribute(self, name): method setIdAttributeNS (line 894) | def setIdAttributeNS(self, namespaceURI, localName): method setIdAttributeNode (line 898) | def setIdAttributeNode(self, idAttr): function _set_attribute_node (line 915) | def _set_attribute_node(element, attr): class Childless (line 926) | class Childless: method _get_firstChild (line 937) | def _get_firstChild(self): method _get_lastChild (line 940) | def _get_lastChild(self): method appendChild (line 943) | def appendChild(self, node): method hasChildNodes (line 947) | def hasChildNodes(self): method insertBefore (line 950) | def insertBefore(self, newChild, refChild): method removeChild (line 954) | def removeChild(self, oldChild): method normalize (line 958) | def normalize(self): method replaceChild (line 962) | def replaceChild(self, newChild, oldChild): class ProcessingInstruction (line 967) | class ProcessingInstruction(Childless, Node): method __init__ (line 971) | def __init__(self, target, data): method _get_nodeValue (line 976) | def _get_nodeValue(self): method _set_nodeValue (line 978) | def _set_nodeValue(self, value): method _get_nodeName (line 983) | def _get_nodeName(self): method _set_nodeName (line 985) | def _set_nodeName(self, value): method writexml (line 989) | def writexml(self, writer, indent="", addindent="", newl=""): class CharacterData (line 993) | class CharacterData(Childless, Node): method __init__ (line 996) | def __init__(self): method _get_length (line 1002) | def _get_length(self): method _get_data (line 1006) | def _get_data(self): method _set_data (line 1008) | def _set_data(self, data): method __repr__ (line 1013) | def __repr__(self): method substringData (line 1022) | def substringData(self, offset, count): method appendData (line 1031) | def appendData(self, arg): method insertData (line 1034) | def insertData(self, offset, arg): method deleteData (line 1043) | def deleteData(self, offset, count): method replaceData (line 1053) | def replaceData(self, offset, count, arg): class Text (line 1067) | class Text(CharacterData): method splitText (line 1074) | def splitText(self, offset): method writexml (line 1089) | def writexml(self, writer, indent="", addindent="", newl=""): method _get_wholeText (line 1094) | def _get_wholeText(self): method replaceWholeText (line 1112) | def replaceWholeText(self, content): method _get_isWhitespaceInElementContent (line 1140) | def _get_isWhitespaceInElementContent(self): function _get_containing_element (line 1159) | def _get_containing_element(node): function _get_containing_entref (line 1167) | def _get_containing_entref(node): class Comment (line 1176) | class Comment(CharacterData): method __init__ (line 1180) | def __init__(self, data): method writexml (line 1184) | def writexml(self, writer, indent="", addindent="", newl=""): class CDATASection (line 1190) | class CDATASection(Text): method writexml (line 1196) | def writexml(self, writer, indent="", addindent="", newl=""): class ReadOnlySequentialNamedNodeMap (line 1202) | class ReadOnlySequentialNamedNodeMap(object): method __init__ (line 1205) | def __init__(self, seq=()): method __len__ (line 1209) | def __len__(self): method _get_length (line 1212) | def _get_length(self): method getNamedItem (line 1215) | def getNamedItem(self, name): method getNamedItemNS (line 1220) | def getNamedItemNS(self, namespaceURI, localName): method __getitem__ (line 1225) | def __getitem__(self, name_or_tuple): method item (line 1234) | def item(self, index): method removeNamedItem (line 1242) | def removeNamedItem(self, name): method removeNamedItemNS (line 1246) | def removeNamedItemNS(self, namespaceURI, localName): method setNamedItem (line 1250) | def setNamedItem(self, node): method setNamedItemNS (line 1254) | def setNamedItemNS(self, node): method __getstate__ (line 1258) | def __getstate__(self): method __setstate__ (line 1261) | def __setstate__(self, state): class Identified (line 1268) | class Identified: method _identified_mixin_init (line 1273) | def _identified_mixin_init(self, publicId, systemId): method _get_publicId (line 1277) | def _get_publicId(self): method _get_systemId (line 1280) | def _get_systemId(self): class DocumentType (line 1283) | class DocumentType(Identified, Childless, Node): method __init__ (line 1291) | def __init__(self, qualifiedName): method _get_internalSubset (line 1299) | def _get_internalSubset(self): method cloneNode (line 1302) | def cloneNode(self, deep): method writexml (line 1329) | def writexml(self, writer, indent="", addindent="", newl=""): class Entity (line 1343) | class Entity(Identified, Node): method __init__ (line 1352) | def __init__(self, name, publicId, systemId, notation): method _get_actualEncoding (line 1358) | def _get_actualEncoding(self): method _get_encoding (line 1361) | def _get_encoding(self): method _get_version (line 1364) | def _get_version(self): method appendChild (line 1367) | def appendChild(self, newChild): method insertBefore (line 1371) | def insertBefore(self, newChild, refChild): method removeChild (line 1375) | def removeChild(self, oldChild): method replaceChild (line 1379) | def replaceChild(self, newChild, oldChild): class Notation (line 1383) | class Notation(Identified, Childless, Node): method __init__ (line 1387) | def __init__(self, name, publicId, systemId): class DOMImplementation (line 1392) | class DOMImplementation(DOMImplementationLS): method hasFeature (line 1403) | def hasFeature(self, feature, version): method createDocument (line 1408) | def createDocument(self, namespaceURI, qualifiedName, doctype): method createDocumentType (line 1453) | def createDocumentType(self, qualifiedName, publicId, systemId): method getInterface (line 1461) | def getInterface(self, feature): method _create_document (line 1468) | def _create_document(self): class ElementInfo (line 1471) | class ElementInfo(object): method __init__ (line 1482) | def __init__(self, name): method getAttributeType (line 1485) | def getAttributeType(self, aname): method getAttributeTypeNS (line 1488) | def getAttributeTypeNS(self, namespaceURI, localName): method isElementContent (line 1491) | def isElementContent(self): method isEmpty (line 1494) | def isEmpty(self): method isId (line 1499) | def isId(self, aname): method isIdNS (line 1503) | def isIdNS(self, namespaceURI, localName): method __getstate__ (line 1507) | def __getstate__(self): method __setstate__ (line 1510) | def __setstate__(self, state): function _clear_id_cache (line 1513) | def _clear_id_cache(node): class Document (line 1521) | class Document(Node, DocumentLS): method __init__ (line 1548) | def __init__(self): method _get_elem_info (line 1557) | def _get_elem_info(self, element): method _get_actualEncoding (line 1564) | def _get_actualEncoding(self): method _get_doctype (line 1567) | def _get_doctype(self): method _get_documentURI (line 1570) | def _get_documentURI(self): method _get_encoding (line 1573) | def _get_encoding(self): method _get_errorHandler (line 1576) | def _get_errorHandler(self): method _get_standalone (line 1579) | def _get_standalone(self): method _get_strictErrorChecking (line 1582) | def _get_strictErrorChecking(self): method _get_version (line 1585) | def _get_version(self): method appendChild (line 1588) | def appendChild(self, node): method removeChild (line 1604) | def removeChild(self, oldChild): method _get_documentElement (line 1616) | def _get_documentElement(self): method unlink (line 1621) | def unlink(self): method cloneNode (line 1627) | def cloneNode(self, deep): method createDocumentFragment (line 1648) | def createDocumentFragment(self): method createElement (line 1653) | def createElement(self, tagName): method createTextNode (line 1658) | def createTextNode(self, data): method createCDATASection (line 1666) | def createCDATASection(self, data): method createComment (line 1674) | def createComment(self, data): method createProcessingInstruction (line 1679) | def createProcessingInstruction(self, target, data): method createAttribute (line 1684) | def createAttribute(self, qName): method createElementNS (line 1690) | def createElementNS(self, namespaceURI, qualifiedName): method createAttributeNS (line 1696) | def createAttributeNS(self, namespaceURI, qualifiedName): method _create_entity (line 1706) | def _create_entity(self, name, publicId, systemId, notationName): method _create_notation (line 1711) | def _create_notation(self, name, publicId, systemId): method getElementById (line 1716) | def getElementById(self, id): method getElementsByTagName (line 1774) | def getElementsByTagName(self, name): method getElementsByTagNameNS (line 1777) | def getElementsByTagNameNS(self, namespaceURI, localName): method isSupported (line 1781) | def isSupported(self, feature, version): method importNode (line 1784) | def importNode(self, node, deep): method writexml (line 1791) | def writexml(self, writer, indent="", addindent="", newl="", encoding=... method renameNode (line 1802) | def renameNode(self, n, namespaceURI, name): function _clone_node (line 1859) | def _clone_node(node, deep, newOwnerDocument): function _nssplit (line 1941) | def _nssplit(qualifiedName): function _do_pulldom_parse (line 1949) | def _do_pulldom_parse(func, args, kwargs): function parse (line 1956) | def parse(file, parser=None, bufsize=None): function parseString (line 1966) | def parseString(string, parser=None): function getDOMImplementation (line 1976) | def getDOMImplementation(features=None): FILE: tests/pythons/win64-py33/Lib/xml/dom/pulldom.py class PullDOM (line 13) | class PullDOM(xml.sax.ContentHandler): method __init__ (line 17) | def __init__(self, documentFactory=None): method pop (line 33) | def pop(self): method setDocumentLocator (line 38) | def setDocumentLocator(self, locator): method startPrefixMapping (line 41) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 48) | def endPrefixMapping(self, prefix): method startElementNS (line 51) | def startElementNS(self, name, tagName , attrs): method endElementNS (line 108) | def endElementNS(self, name, tagName): method startElement (line 112) | def startElement(self, name, attrs): method endElement (line 127) | def endElement(self, name): method comment (line 131) | def comment(self, s): method processingInstruction (line 140) | def processingInstruction(self, target, data): method ignorableWhitespace (line 149) | def ignorableWhitespace(self, chars): method characters (line 154) | def characters(self, chars): method startDocument (line 159) | def startDocument(self): method buildDocument (line 164) | def buildDocument(self, uri, tagname): method endDocument (line 188) | def endDocument(self): method clear (line 192) | def clear(self): class ErrorHandler (line 196) | class ErrorHandler: method warning (line 197) | def warning(self, exception): method error (line 199) | def error(self, exception): method fatalError (line 201) | def fatalError(self, exception): class DOMEventStream (line 204) | class DOMEventStream: method __init__ (line 205) | def __init__(self, stream, parser, bufsize): method reset (line 213) | def reset(self): method __getitem__ (line 219) | def __getitem__(self, pos): method __next__ (line 225) | def __next__(self): method __iter__ (line 231) | def __iter__(self): method expandNode (line 234) | def expandNode(self, node): method getEvent (line 249) | def getEvent(self): method _slurp (line 264) | def _slurp(self): method _emit (line 274) | def _emit(self): method clear (line 282) | def clear(self): class SAX2DOM (line 289) | class SAX2DOM(PullDOM): method startElementNS (line 291) | def startElementNS(self, name, tagName , attrs): method startElement (line 297) | def startElement(self, name, attrs): method processingInstruction (line 303) | def processingInstruction(self, target, data): method ignorableWhitespace (line 309) | def ignorableWhitespace(self, chars): method characters (line 315) | def characters(self, chars): function parse (line 324) | def parse(stream_or_string, parser=None, bufsize=None): function parseString (line 335) | def parseString(string, parser=None): FILE: tests/pythons/win64-py33/Lib/xml/dom/xmlbuilder.py class Options (line 12) | class Options: class DOMBuilder (line 44) | class DOMBuilder: method __init__ (line 57) | def __init__(self): method _get_entityResolver (line 60) | def _get_entityResolver(self): method _set_entityResolver (line 62) | def _set_entityResolver(self, entityResolver): method _get_errorHandler (line 65) | def _get_errorHandler(self): method _set_errorHandler (line 67) | def _set_errorHandler(self, errorHandler): method _get_filter (line 70) | def _get_filter(self): method _set_filter (line 72) | def _set_filter(self, filter): method setFeature (line 75) | def setFeature(self, name, state): method supportsFeature (line 89) | def supportsFeature(self, name): method canSetFeature (line 92) | def canSetFeature(self, name, state): method getFeature (line 162) | def getFeature(self, name): method parseURI (line 180) | def parseURI(self, uri): method parse (line 187) | def parse(self, input): method parseWithContext (line 197) | def parseWithContext(self, input, cnode, action): method _parse_bytestream (line 202) | def _parse_bytestream(self, stream, options): function _name_xform (line 208) | def _name_xform(name): class DOMEntityResolver (line 212) | class DOMEntityResolver(object): method resolveEntity (line 215) | def resolveEntity(self, publicId, systemId): method _get_opener (line 237) | def _get_opener(self): method _create_opener (line 244) | def _create_opener(self): method _guess_media_encoding (line 248) | def _guess_media_encoding(self, source): class DOMInputSource (line 256) | class DOMInputSource(object): method __init__ (line 260) | def __init__(self): method _get_byteStream (line 269) | def _get_byteStream(self): method _set_byteStream (line 271) | def _set_byteStream(self, byteStream): method _get_characterStream (line 274) | def _get_characterStream(self): method _set_characterStream (line 276) | def _set_characterStream(self, characterStream): method _get_stringData (line 279) | def _get_stringData(self): method _set_stringData (line 281) | def _set_stringData(self, data): method _get_encoding (line 284) | def _get_encoding(self): method _set_encoding (line 286) | def _set_encoding(self, encoding): method _get_publicId (line 289) | def _get_publicId(self): method _set_publicId (line 291) | def _set_publicId(self, publicId): method _get_systemId (line 294) | def _get_systemId(self): method _set_systemId (line 296) | def _set_systemId(self, systemId): method _get_baseURI (line 299) | def _get_baseURI(self): method _set_baseURI (line 301) | def _set_baseURI(self, uri): class DOMBuilderFilter (line 305) | class DOMBuilderFilter: method _get_whatToShow (line 322) | def _get_whatToShow(self): method acceptNode (line 325) | def acceptNode(self, element): method startContainer (line 328) | def startContainer(self, element): class DocumentLS (line 334) | class DocumentLS: method _get_async (line 339) | def _get_async(self): method _set_async (line 341) | def _set_async(self, async): method abort (line 346) | def abort(self): method load (line 352) | def load(self, uri): method loadXML (line 355) | def loadXML(self, source): method saveXML (line 358) | def saveXML(self, snode): class DOMImplementationLS (line 366) | class DOMImplementationLS: method createDOMBuilder (line 370) | def createDOMBuilder(self, mode, schemaType): method createDOMWriter (line 381) | def createDOMWriter(self): method createDOMInputSource (line 385) | def createDOMInputSource(self): FILE: tests/pythons/win64-py33/Lib/xml/etree/ElementInclude.py class FatalIncludeError (line 62) | class FatalIncludeError(SyntaxError): function default_loader (line 77) | def default_loader(href, parse, encoding=None): function include (line 99) | def include(elem, loader=None): FILE: tests/pythons/win64-py33/Lib/xml/etree/ElementPath.py function xpath_tokenizer (line 73) | def xpath_tokenizer(pattern, namespaces=None): function get_parent_map (line 87) | def get_parent_map(context): function prepare_child (line 96) | def prepare_child(next, token): function prepare_star (line 105) | def prepare_star(next, token): function prepare_self (line 112) | def prepare_self(next, token): function prepare_descendant (line 118) | def prepare_descendant(next, token): function prepare_parent (line 133) | def prepare_parent(next, token): function prepare_predicate (line 146) | def prepare_predicate(next, token): class _SelectorContext (line 237) | class _SelectorContext: method __init__ (line 239) | def __init__(self, root): function iterfind (line 247) | def iterfind(elem, path, namespaces=None): function find (line 285) | def find(elem, path, namespaces=None): function findall (line 294) | def findall(elem, path, namespaces=None): function findtext (line 300) | def findtext(elem, path, default=None, namespaces=None): FILE: tests/pythons/win64-py33/Lib/xml/etree/ElementTree.py class ParseError (line 116) | class ParseError(SyntaxError): function iselement (line 128) | def iselement(element): class Element (line 149) | class Element: method __init__ (line 185) | def __init__(self, tag, attrib={}, **extra): method __repr__ (line 195) | def __repr__(self): method makeelement (line 205) | def makeelement(self, tag, attrib): method copy (line 214) | def copy(self): method __len__ (line 228) | def __len__(self): method __bool__ (line 231) | def __bool__(self): method __getitem__ (line 246) | def __getitem__(self, index): method __setitem__ (line 256) | def __setitem__(self, index, element): method __delitem__ (line 270) | def __delitem__(self, index): method append (line 281) | def append(self, element): method extend (line 291) | def extend(self, elements): method insert (line 301) | def insert(self, index, element): method _assert_is_element (line 305) | def _assert_is_element(self, e): method remove (line 322) | def remove(self, element): method getchildren (line 333) | def getchildren(self): method find (line 349) | def find(self, path, namespaces=None): method findtext (line 364) | def findtext(self, path, default=None, namespaces=None): method findall (line 376) | def findall(self, path, namespaces=None): method iterfind (line 388) | def iterfind(self, path, namespaces=None): method clear (line 396) | def clear(self): method get (line 411) | def get(self, key, default=None): method set (line 421) | def set(self, key, value): method keys (line 432) | def keys(self): method items (line 442) | def items(self): method iter (line 458) | def iter(self, tag=None): method getiterator (line 468) | def getiterator(self, tag=None): method itertext (line 485) | def itertext(self): function SubElement (line 514) | def SubElement(parent, tag, attrib={}, **extra): function Comment (line 533) | def Comment(text=None): function ProcessingInstruction (line 548) | def ProcessingInstruction(target, text=None): class QName (line 567) | class QName: method __init__ (line 568) | def __init__(self, text_or_uri, tag=None): method __str__ (line 572) | def __str__(self): method __repr__ (line 574) | def __repr__(self): method __hash__ (line 576) | def __hash__(self): method __le__ (line 578) | def __le__(self, other): method __lt__ (line 582) | def __lt__(self, other): method __ge__ (line 586) | def __ge__(self, other): method __gt__ (line 590) | def __gt__(self, other): method __eq__ (line 594) | def __eq__(self, other): method __ne__ (line 598) | def __ne__(self, other): class ElementTree (line 614) | class ElementTree: method __init__ (line 616) | def __init__(self, element=None, file=None): method getroot (line 628) | def getroot(self): method _setroot (line 638) | def _setroot(self, element): method parse (line 653) | def parse(self, source, parser=None): method iter (line 680) | def iter(self, tag=None): method getiterator (line 685) | def getiterator(self, tag=None): method find (line 702) | def find(self, path, namespaces=None): method findtext (line 726) | def findtext(self, path, default=None, namespaces=None): method findall (line 747) | def findall(self, path, namespaces=None): method iterfind (line 769) | def iterfind(self, path, namespaces=None): method write (line 796) | def write(self, file_or_filename, method write_c14n (line 830) | def write_c14n(self, file): method parse (line 1715) | def parse(self, source, parser=None): function _get_writer (line 838) | def _get_writer(file_or_filename, encoding): function _namespaces (line 889) | def _namespaces(elem, default_namespace=None): function _serialize_xml (line 950) | def _serialize_xml(write, elem, qnames, namespaces): function _serialize_html (line 1005) | def _serialize_html(write, elem, qnames, namespaces): function _serialize_text (line 1055) | def _serialize_text(write, elem): function register_namespace (line 1080) | def register_namespace(prefix, uri): function _raise_serialization_error (line 1103) | def _raise_serialization_error(text): function _escape_cdata (line 1108) | def _escape_cdata(text): function _escape_attrib (line 1124) | def _escape_attrib(text): function _escape_attrib_html (line 1141) | def _escape_attrib_html(text): function tostring (line 1169) | def tostring(element, encoding=None, method=None): class _ListDataStream (line 1187) | class _ListDataStream(io.BufferedIOBase): method __init__ (line 1190) | def __init__(self, lst): method writable (line 1193) | def writable(self): method seekable (line 1196) | def seekable(self): method write (line 1199) | def write(self, b): method tell (line 1202) | def tell(self): function tostringlist (line 1205) | def tostringlist(element, encoding=None, method=None): function dump (line 1220) | def dump(elem): function parse (line 1240) | def parse(source, parser=None): function iterparse (line 1256) | def iterparse(source, events=None, parser=None): method __init__ (line 1750) | def __init__(self, file, events=None, parser=None): method __next__ (line 1765) | def __next__(self): method __iter__ (line 1795) | def __iter__(self): class _IterParseIterator (line 1265) | class _IterParseIterator: method __init__ (line 1267) | def __init__(self, source, events, parser, close_source=False): method __next__ (line 1310) | def __next__(self): method __iter__ (line 1340) | def __iter__(self): function XML (line 1353) | def XML(text, parser=None): function XMLID (line 1369) | def XMLID(text, parser=None): function fromstringlist (line 1401) | def fromstringlist(sequence, parser=None): class TreeBuilder (line 1421) | class TreeBuilder: method __init__ (line 1423) | def __init__(self, element_factory=None): method close (line 1439) | def close(self): method _flush (line 1444) | def _flush(self): method data (line 1462) | def data(self, data): method start (line 1473) | def start(self, tag, attrs): method end (line 1489) | def end(self, tag): class XMLParser (line 1511) | class XMLParser: method __init__ (line 1513) | def __init__(self, html=0, target=None, encoding=None): method _raiseerror (line 1564) | def _raiseerror(self, value): method _fixname (line 1570) | def _fixname(self, key): method _start (line 1581) | def _start(self, tag, attrib_in): method _start_list (line 1589) | def _start_list(self, tag, attrib_in): method _end (line 1598) | def _end(self, tag): method _default (line 1601) | def _default(self, text): method doctype (line 1660) | def doctype(self, name, pubid, system): method feed (line 1676) | def feed(self, data): method close (line 1688) | def close(self): class ElementTree (line 1714) | class ElementTree(ElementTree): method __init__ (line 616) | def __init__(self, element=None, file=None): method getroot (line 628) | def getroot(self): method _setroot (line 638) | def _setroot(self, element): method parse (line 653) | def parse(self, source, parser=None): method iter (line 680) | def iter(self, tag=None): method getiterator (line 685) | def getiterator(self, tag=None): method find (line 702) | def find(self, path, namespaces=None): method findtext (line 726) | def findtext(self, path, default=None, namespaces=None): method findall (line 747) | def findall(self, path, namespaces=None): method iterfind (line 769) | def iterfind(self, path, namespaces=None): method write (line 796) | def write(self, file_or_filename, method write_c14n (line 830) | def write_c14n(self, file): method parse (line 1715) | def parse(self, source, parser=None): class iterparse (line 1736) | class iterparse: method __init__ (line 1750) | def __init__(self, file, events=None, parser=None): method __next__ (line 1765) | def __next__(self): method __iter__ (line 1795) | def __iter__(self): FILE: tests/pythons/win64-py33/Lib/xml/sax/__init__.py function parse (line 29) | def parse(source, handler, errorHandler=ErrorHandler()): function parseString (line 35) | def parseString(string, handler, errorHandler=ErrorHandler()): function make_parser (line 68) | def make_parser(parser_list = []): function _create_parser (line 95) | def _create_parser(parser_name): function _create_parser (line 101) | def _create_parser(parser_name): FILE: tests/pythons/win64-py33/Lib/xml/sax/_exceptions.py class SAXException (line 9) | class SAXException(Exception): method __init__ (line 19) | def __init__(self, msg, exception=None): method getMessage (line 26) | def getMessage(self): method getException (line 30) | def getException(self): method __str__ (line 34) | def __str__(self): method __getitem__ (line 38) | def __getitem__(self, ix): class SAXParseException (line 46) | class SAXParseException(SAXException): method __init__ (line 59) | def __init__(self, msg, exception, locator): method getColumnNumber (line 72) | def getColumnNumber(self): method getLineNumber (line 77) | def getLineNumber(self): method getPublicId (line 81) | def getPublicId(self): method getSystemId (line 85) | def getSystemId(self): method __str__ (line 89) | def __str__(self): class SAXNotRecognizedException (line 105) | class SAXNotRecognizedException(SAXException): class SAXNotSupportedException (line 115) | class SAXNotSupportedException(SAXException): class SAXReaderNotAvailable (line 125) | class SAXReaderNotAvailable(SAXNotSupportedException): FILE: tests/pythons/win64-py33/Lib/xml/sax/expatreader.py function _mkproxy (line 39) | def _mkproxy(o): class ExpatLocator (line 48) | class ExpatLocator(xmlreader.Locator): method __init__ (line 54) | def __init__(self, parser): method getColumnNumber (line 57) | def getColumnNumber(self): method getLineNumber (line 63) | def getLineNumber(self): method getPublicId (line 69) | def getPublicId(self): method getSystemId (line 75) | def getSystemId(self): class ExpatParser (line 84) | class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): method __init__ (line 87) | def __init__(self, namespaceHandling=0, bufsize=2**16-20): method parse (line 100) | def parse(self, source): method prepareParser (line 109) | def prepareParser(self, source): method setContentHandler (line 115) | def setContentHandler(self, handler): method getFeature (line 120) | def getFeature(self, name): method setFeature (line 132) | def setFeature(self, name, state): method getProperty (line 162) | def getProperty(self, name): method setProperty (line 180) | def setProperty(self, name, value): method feed (line 196) | def feed(self, data, isFinal = 0): method close (line 213) | def close(self): method _reset_cont_handler (line 226) | def _reset_cont_handler(self): method _reset_lex_handler_prop (line 231) | def _reset_lex_handler_prop(self): method reset (line 247) | def reset(self): method getColumnNumber (line 286) | def getColumnNumber(self): method getLineNumber (line 291) | def getLineNumber(self): method getPublicId (line 296) | def getPublicId(self): method getSystemId (line 299) | def getSystemId(self): method start_element (line 303) | def start_element(self, name, attrs): method end_element (line 306) | def end_element(self, name): method start_element_ns (line 309) | def start_element_ns(self, name, attrs): method end_element_ns (line 343) | def end_element_ns(self, name): method processing_instruction (line 355) | def processing_instruction(self, target, data): method character_data (line 359) | def character_data(self, data): method start_namespace_decl (line 362) | def start_namespace_decl(self, prefix, uri): method end_namespace_decl (line 365) | def end_namespace_decl(self, prefix): method start_doctype_decl (line 368) | def start_doctype_decl(self, name, sysid, pubid, has_internal_subset): method unparsed_entity_decl (line 371) | def unparsed_entity_decl(self, name, base, sysid, pubid, notation_name): method notation_decl (line 374) | def notation_decl(self, name, base, sysid, pubid): method external_entity_ref (line 377) | def external_entity_ref(self, context, base, sysid, pubid): method skipped_entity_handler (line 399) | def skipped_entity_handler(self, name, is_pe): function create_parser (line 407) | def create_parser(*args, **kwargs): FILE: tests/pythons/win64-py33/Lib/xml/sax/handler.py class ErrorHandler (line 22) | class ErrorHandler: method error (line 32) | def error(self, exception): method fatalError (line 36) | def fatalError(self, exception): method warning (line 40) | def warning(self, exception): class ContentHandler (line 47) | class ContentHandler: method __init__ (line 54) | def __init__(self): method setDocumentLocator (line 57) | def setDocumentLocator(self, locator): method startDocument (line 80) | def startDocument(self): method endDocument (line 87) | def endDocument(self): method startPrefixMapping (line 96) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 119) | def endPrefixMapping(self, prefix): method startElement (line 126) | def startElement(self, name, attrs): method endElement (line 134) | def endElement(self, name): method startElementNS (line 140) | def startElementNS(self, name, qname, attrs): method endElementNS (line 152) | def endElementNS(self, name, qname): method characters (line 158) | def characters(self, content): method ignorableWhitespace (line 168) | def ignorableWhitespace(self, whitespace): method processingInstruction (line 182) | def processingInstruction(self, target, data): method skippedEntity (line 193) | def skippedEntity(self, name): class DTDHandler (line 208) | class DTDHandler: method notationDecl (line 214) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 217) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): class EntityResolver (line 223) | class EntityResolver: method resolveEntity (line 230) | def resolveEntity(self, publicId, systemId): FILE: tests/pythons/win64-py33/Lib/xml/sax/saxutils.py function __dict_replace (line 12) | def __dict_replace(s, d): function escape (line 18) | def escape(data, entities={}): function unescape (line 34) | def unescape(data, entities={}): function quoteattr (line 48) | def quoteattr(data, entities={}): function _gettextwriter (line 72) | def _gettextwriter(out, encoding): class XMLGenerator (line 113) | class XMLGenerator(handler.ContentHandler): method __init__ (line 115) | def __init__(self, out=None, encoding="iso-8859-1", short_empty_elemen... method _qname (line 127) | def _qname(self, name): method _finish_pending_start_element (line 144) | def _finish_pending_start_element(self,endElement=False): method startDocument (line 151) | def startDocument(self): method endDocument (line 155) | def endDocument(self): method startPrefixMapping (line 158) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 163) | def endPrefixMapping(self, prefix): method startElement (line 167) | def startElement(self, name, attrs): method endElement (line 177) | def endElement(self, name): method startElementNS (line 184) | def startElementNS(self, name, qname, attrs): method endElementNS (line 202) | def endElementNS(self, name, qname): method characters (line 209) | def characters(self, content): method ignorableWhitespace (line 216) | def ignorableWhitespace(self, content): method processingInstruction (line 223) | def processingInstruction(self, target, data): class XMLFilterBase (line 228) | class XMLFilterBase(xmlreader.XMLReader): method __init__ (line 236) | def __init__(self, parent = None): method error (line 242) | def error(self, exception): method fatalError (line 245) | def fatalError(self, exception): method warning (line 248) | def warning(self, exception): method setDocumentLocator (line 253) | def setDocumentLocator(self, locator): method startDocument (line 256) | def startDocument(self): method endDocument (line 259) | def endDocument(self): method startPrefixMapping (line 262) | def startPrefixMapping(self, prefix, uri): method endPrefixMapping (line 265) | def endPrefixMapping(self, prefix): method startElement (line 268) | def startElement(self, name, attrs): method endElement (line 271) | def endElement(self, name): method startElementNS (line 274) | def startElementNS(self, name, qname, attrs): method endElementNS (line 277) | def endElementNS(self, name, qname): method characters (line 280) | def characters(self, content): method ignorableWhitespace (line 283) | def ignorableWhitespace(self, chars): method processingInstruction (line 286) | def processingInstruction(self, target, data): method skippedEntity (line 289) | def skippedEntity(self, name): method notationDecl (line 294) | def notationDecl(self, name, publicId, systemId): method unparsedEntityDecl (line 297) | def unparsedEntityDecl(self, name, publicId, systemId, ndata): method resolveEntity (line 302) | def resolveEntity(self, publicId, systemId): method parse (line 307) | def parse(self, source): method setLocale (line 314) | def setLocale(self, locale): method getFeature (line 317) | def getFeature(self, name): method setFeature (line 320) | def setFeature(self, name, state): method getProperty (line 323) | def getProperty(self, name): method setProperty (line 326) | def setProperty(self, name, value): method getParent (line 331) | def getParent(self): method setParent (line 334) | def setParent(self, parent): function prepare_input_source (line 339) | def prepare_input_source(source, base=""): FILE: tests/pythons/win64-py33/Lib/xml/sax/xmlreader.py class XMLReader (line 11) | class XMLReader: method __init__ (line 24) | def __init__(self): method parse (line 30) | def parse(self, source): method getContentHandler (line 34) | def getContentHandler(self): method setContentHandler (line 38) | def setContentHandler(self, handler): method getDTDHandler (line 42) | def getDTDHandler(self): method setDTDHandler (line 46) | def setDTDHandler(self, handler): method getEntityResolver (line 50) | def getEntityResolver(self): method setEntityResolver (line 54) | def setEntityResolver(self, resolver): method getErrorHandler (line 58) | def getErrorHandler(self): method setErrorHandler (line 62) | def setErrorHandler(self, handler): method setLocale (line 66) | def setLocale(self, locale): method getFeature (line 75) | def getFeature(self, name): method setFeature (line 79) | def setFeature(self, name, state): method getProperty (line 83) | def getProperty(self, name): method setProperty (line 87) | def setProperty(self, name, value): class IncrementalParser (line 91) | class IncrementalParser(XMLReader): method __init__ (line 111) | def __init__(self, bufsize=2**16): method parse (line 115) | def parse(self, source): method feed (line 127) | def feed(self, data): method prepareParser (line 136) | def prepareParser(self, source): method close (line 141) | def close(self): method reset (line 154) | def reset(self): class Locator (line 163) | class Locator: method getColumnNumber (line 169) | def getColumnNumber(self): method getLineNumber (line 173) | def getLineNumber(self): method getPublicId (line 177) | def getPublicId(self): method getSystemId (line 181) | def getSystemId(self): class InputSource (line 187) | class InputSource: method __init__ (line 203) | def __init__(self, system_id = None): method setPublicId (line 210) | def setPublicId(self, public_id): method getPublicId (line 214) | def getPublicId(self): method setSystemId (line 218) | def setSystemId(self, system_id): method getSystemId (line 222) | def getSystemId(self): method setEncoding (line 226) | def setEncoding(self, encoding): method getEncoding (line 236) | def getEncoding(self): method setByteStream (line 240) | def setByteStream(self, bytefile): method getByteStream (line 253) | def getByteStream(self): method setCharacterStream (line 260) | def setCharacterStream(self, charfile): method getCharacterStream (line 270) | def getCharacterStream(self): class AttributesImpl (line 276) | class AttributesImpl: method __init__ (line 278) | def __init__(self, attrs): method getLength (line 284) | def getLength(self): method getType (line 287) | def getType(self, name): method getValue (line 290) | def getValue(self, name): method getValueByQName (line 293) | def getValueByQName(self, name): method getNameByQName (line 296) | def getNameByQName(self, name): method getQNameByName (line 301) | def getQNameByName(self, name): method getNames (line 306) | def getNames(self): method getQNames (line 309) | def getQNames(self): method __len__ (line 312) | def __len__(self): method __getitem__ (line 315) | def __getitem__(self, name): method keys (line 318) | def keys(self): method __contains__ (line 321) | def __contains__(self, name): method get (line 324) | def get(self, name, alternative=None): method copy (line 327) | def copy(self): method items (line 330) | def items(self): method values (line 333) | def values(self): class AttributesNSImpl (line 338) | class AttributesNSImpl(AttributesImpl): method __init__ (line 340) | def __init__(self, attrs, qnames): method getValueByQName (line 348) | def getValueByQName(self, name): method getNameByQName (line 355) | def getNameByQName(self, name): method getQNameByName (line 362) | def getQNameByName(self, name): method getQNames (line 365) | def getQNames(self): method copy (line 368) | def copy(self): function _test (line 372) | def _test(): FILE: tests/pythons/win64-py33/Lib/xmlrpc/client.py function escape (line 148) | def escape(s): class Error (line 186) | class Error(Exception): method __str__ (line 188) | def __str__(self): class ProtocolError (line 201) | class ProtocolError(Error): method __init__ (line 203) | def __init__(self, url, errcode, errmsg, headers): method __repr__ (line 209) | def __repr__(self): class ResponseError (line 220) | class ResponseError(Error): class Fault (line 233) | class Fault(Error): method __init__ (line 235) | def __init__(self, faultCode, faultString, **extra): method __repr__ (line 239) | def __repr__(self): function _iso8601_format (line 267) | def _iso8601_format(value): function _iso8601_format (line 270) | def _iso8601_format(value): function _iso8601_format (line 273) | def _iso8601_format(value): function _strftime (line 278) | def _strftime(value): class DateTime (line 289) | class DateTime: method __init__ (line 295) | def __init__(self, value=0): method make_comparable (line 301) | def make_comparable(self, other): method __lt__ (line 322) | def __lt__(self, other): method __le__ (line 326) | def __le__(self, other): method __gt__ (line 330) | def __gt__(self, other): method __ge__ (line 334) | def __ge__(self, other): method __eq__ (line 338) | def __eq__(self, other): method __ne__ (line 342) | def __ne__(self, other): method timetuple (line 346) | def timetuple(self): method __str__ (line 354) | def __str__(self): method __repr__ (line 357) | def __repr__(self): method decode (line 360) | def decode(self, data): method encode (line 363) | def encode(self, out): function _datetime (line 368) | def _datetime(data): function _datetime_type (line 374) | def _datetime_type(data): class Binary (line 383) | class Binary: method __init__ (line 386) | def __init__(self, data=None): method __str__ (line 401) | def __str__(self): method __eq__ (line 404) | def __eq__(self, other): method __ne__ (line 409) | def __ne__(self, other): method decode (line 414) | def decode(self, data): method encode (line 417) | def encode(self, out): function _binary (line 423) | def _binary(data): class ExpatParser (line 434) | class ExpatParser: method __init__ (line 436) | def __init__(self, target): method feed (line 445) | def feed(self, data): method close (line 448) | def close(self): class Marshaller (line 462) | class Marshaller: method __init__ (line 475) | def __init__(self, encoding=None, allow_none=False): method dumps (line 483) | def dumps(self, values): method __dump (line 510) | def __dump(self, value, write): method dump_nil (line 528) | def dump_nil (self, value, write): method dump_bool (line 534) | def dump_bool(self, value, write): method dump_long (line 540) | def dump_long(self, value, write): method dump_double (line 551) | def dump_double(self, value, write): method dump_unicode (line 557) | def dump_unicode(self, value, write, escape=escape): method dump_bytes (line 563) | def dump_bytes(self, value, write): method dump_array (line 571) | def dump_array(self, value, write): method dump_struct (line 585) | def dump_struct(self, value, write, escape=escape): method dump_datetime (line 603) | def dump_datetime(self, value, write): method dump_instance (line 609) | def dump_instance(self, value, write): class Unmarshaller (line 629) | class Unmarshaller: method __init__ (line 641) | def __init__(self, use_datetime=False, use_builtin_types=False): method close (line 652) | def close(self): method getmethodname (line 660) | def getmethodname(self): method xml (line 666) | def xml(self, encoding, standalone): method start (line 670) | def start(self, tag, attrs): method data (line 677) | def data(self, text): method end (line 680) | def end(self, tag): method end_dispatch (line 692) | def end_dispatch(self, tag, data): method end_nil (line 706) | def end_nil (self, data): method end_boolean (line 711) | def end_boolean(self, data): method end_int (line 721) | def end_int(self, data): method end_double (line 728) | def end_double(self, data): method end_string (line 733) | def end_string(self, data): method end_array (line 741) | def end_array(self, data): method end_struct (line 748) | def end_struct(self, data): method end_base64 (line 759) | def end_base64(self, data): method end_dateTime (line 768) | def end_dateTime(self, data): method end_value (line 776) | def end_value(self, data): method end_params (line 783) | def end_params(self, data): method end_fault (line 787) | def end_fault(self, data): method end_methodName (line 791) | def end_methodName(self, data): class _MultiCallMethod (line 801) | class _MultiCallMethod: method __init__ (line 804) | def __init__(self, call_list, name): method __getattr__ (line 807) | def __getattr__(self, name): method __call__ (line 809) | def __call__(self, *args): class MultiCallIterator (line 812) | class MultiCallIterator: method __init__ (line 816) | def __init__(self, results): method __getitem__ (line 819) | def __getitem__(self, i): class MultiCall (line 828) | class MultiCall: method __init__ (line 845) | def __init__(self, server): method __repr__ (line 849) | def __repr__(self): method __getattr__ (line 854) | def __getattr__(self, name): method __call__ (line 857) | def __call__(self): function getparser (line 875) | def getparser(use_datetime=False, use_builtin_types=False): function dumps (line 914) | def dumps(params, methodname=None, methodresponse=None, encoding=None, function loads (line 991) | def loads(data, use_datetime=False, use_builtin_types=False): function gzip_encode (line 1013) | def gzip_encode(data): function gzip_decode (line 1037) | def gzip_decode(data): class GzipDecodedResponse (line 1061) | class GzipDecodedResponse(gzip.GzipFile if gzip else object): method __init__ (line 1065) | def __init__(self, response): method close (line 1073) | def close(self): class _Method (line 1081) | class _Method: method __init__ (line 1084) | def __init__(self, send, name): method __getattr__ (line 1087) | def __getattr__(self, name): method __call__ (line 1089) | def __call__(self, *args): class Transport (line 1098) | class Transport: method __init__ (line 1112) | def __init__(self, use_datetime=False, use_builtin_types=False): method request (line 1128) | def request(self, host, handler, request_body, verbose=False): method single_request (line 1140) | def single_request(self, host, handler, request_body, verbose=False): method getparser (line 1173) | def getparser(self): method get_host_info (line 1188) | def get_host_info(self, host): method make_connection (line 1214) | def make_connection(self, host): method close (line 1228) | def close(self): method send_request (line 1242) | def send_request(self, host, handler, request_body, debug): method send_headers (line 1265) | def send_headers(self, connection, headers): method send_content (line 1276) | def send_content(self, connection, request_body): method parse_response (line 1293) | def parse_response(self, response): class SafeTransport (line 1323) | class SafeTransport(Transport): method make_connection (line 1328) | def make_connection(self, host): class ServerProxy (line 1359) | class ServerProxy: method __init__ (line 1381) | def __init__(self, uri, transport=None, encoding=None, verbose=False, method __close (line 1406) | def __close(self): method __request (line 1409) | def __request(self, methodname, params): method __repr__ (line 1427) | def __repr__(self): method __getattr__ (line 1435) | def __getattr__(self, name): method __call__ (line 1442) | def __call__(self, attr): FILE: tests/pythons/win64-py33/Lib/xmlrpc/server.py function resolve_dotted_attribute (line 122) | def resolve_dotted_attribute(obj, attr, allow_dotted_names=True): function list_public_methods (line 146) | def list_public_methods(obj): class SimpleXMLRPCDispatcher (line 154) | class SimpleXMLRPCDispatcher: method __init__ (line 163) | def __init__(self, allow_none=False, encoding=None, method register_instance (line 171) | def register_instance(self, instance, allow_dotted_names=False): method register_function (line 207) | def register_function(self, function, name=None): method register_introspection_functions (line 218) | def register_introspection_functions(self): method register_multicall_functions (line 229) | def register_multicall_functions(self): method _marshaled_dispatch (line 237) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): method system_listMethods (line 274) | def system_listMethods(self): method system_methodSignature (line 292) | def system_methodSignature(self, method_name): method system_methodHelp (line 305) | def system_methodHelp(self, method_name): method system_multicall (line 336) | def system_multicall(self, call_list): method _dispatch (line 368) | def _dispatch(self, method, params): class SimpleXMLRPCRequestHandler (line 414) | class SimpleXMLRPCRequestHandler(BaseHTTPRequestHandler): method accept_encodings (line 439) | def accept_encodings(self): method is_rpc_path_valid (line 450) | def is_rpc_path_valid(self): method do_POST (line 457) | def do_POST(self): method decode_request_content (line 528) | def decode_request_content(self, data): method report_404 (line 545) | def report_404 (self): method log_request (line 554) | def log_request(self, code='-', size='-'): class SimpleXMLRPCServer (line 560) | class SimpleXMLRPCServer(socketserver.TCPServer, method __init__ (line 579) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, class MultiPathXMLRPCServer (line 595) | class MultiPathXMLRPCServer(SimpleXMLRPCServer): method __init__ (line 603) | def __init__(self, addr, requestHandler=SimpleXMLRPCRequestHandler, method add_dispatcher (line 613) | def add_dispatcher(self, path, dispatcher): method get_dispatcher (line 617) | def get_dispatcher(self, path): method _marshaled_dispatch (line 620) | def _marshaled_dispatch(self, data, dispatch_method = None, path = None): class CGIXMLRPCRequestHandler (line 635) | class CGIXMLRPCRequestHandler(SimpleXMLRPCDispatcher): method __init__ (line 638) | def __init__(self, allow_none=False, encoding=None, use_builtin_types=... method handle_xmlrpc (line 641) | def handle_xmlrpc(self, request_text): method handle_get (line 653) | def handle_get(self): method handle_request (line 678) | def handle_request(self, request_text=None): class ServerHTMLDoc (line 704) | class ServerHTMLDoc(pydoc.HTMLDoc): method markup (line 707) | def markup(self, text, escape=None, funcs={}, classes={}, methods={}): method docroutine (line 748) | def docroutine(self, object, name, mod=None, method docserver (line 793) | def docserver(self, server_name, package_documentation, methods): class XMLRPCDocGenerator (line 818) | class XMLRPCDocGenerator: method __init__ (line 825) | def __init__(self): method set_server_title (line 833) | def set_server_title(self, server_title): method set_server_name (line 838) | def set_server_name(self, server_name): method set_server_documentation (line 843) | def set_server_documentation(self, server_documentation): method generate_html_documentation (line 848) | def generate_html_documentation(self): class DocXMLRPCRequestHandler (line 899) | class DocXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): method do_GET (line 909) | def do_GET(self): class DocXMLRPCServer (line 927) | class DocXMLRPCServer( SimpleXMLRPCServer, method __init__ (line 935) | def __init__(self, addr, requestHandler=DocXMLRPCRequestHandler, class DocCGIXMLRPCRequestHandler (line 943) | class DocCGIXMLRPCRequestHandler( CGIXMLRPCRequestHandler, method handle_get (line 948) | def handle_get(self): method __init__ (line 964) | def __init__(self): class ExampleService (line 972) | class ExampleService: method getData (line 973) | def getData(self): class currentTime (line 976) | class currentTime: method getCurrentTime (line 978) | def getCurrentTime(): FILE: tests/pythons/win64-py33/Lib/zipfile.py class BadZipFile (line 39) | class BadZipFile(Exception): class LargeZipFile (line 43) | class LargeZipFile(Exception): function _check_zipfile (line 163) | def _check_zipfile(fp): function is_zipfile (line 171) | def is_zipfile(filename): function _EndRecData64 (line 187) | def _EndRecData64(fpin, offset, endrec): function _EndRecData (line 230) | def _EndRecData(fpin): class ZipInfo (line 291) | class ZipInfo (object): method __init__ (line 316) | def __init__(self, filename="NoName", date_time=(1980,1,1,0,0,0)): method FileHeader (line 358) | def FileHeader(self, zip64=None): method _encodeFilenameFlags (line 404) | def _encodeFilenameFlags(self): method _decodeExtra (line 410) | def _decodeExtra(self): class _ZipDecrypter (line 447) | class _ZipDecrypter: method _GenerateCRCTable (line 460) | def _GenerateCRCTable(): method _crc32 (line 480) | def _crc32(self, ch, crc): method __init__ (line 484) | def __init__(self, pwd): method _UpdateKeys (line 491) | def _UpdateKeys(self, c): method __call__ (line 497) | def __call__(self, c): class LZMACompressor (line 506) | class LZMACompressor: method __init__ (line 508) | def __init__(self): method _init (line 511) | def _init(self): method compress (line 518) | def compress(self, data): method flush (line 523) | def flush(self): class LZMADecompressor (line 529) | class LZMADecompressor: method __init__ (line 531) | def __init__(self): method decompress (line 536) | def decompress(self, data): function _check_compression (line 577) | def _check_compression(compression): function _get_compressor (line 596) | def _get_compressor(compress_type): function _get_decompressor (line 608) | def _get_decompressor(compress_type): class ZipExtFile (line 625) | class ZipExtFile(io.BufferedIOBase): method __init__ (line 639) | def __init__(self, fileobj, mode, zipinfo, decrypter=None, method readline (line 672) | def readline(self, limit=-1): method peek (line 722) | def peek(self, n=1): method readable (line 735) | def readable(self): method read (line 738) | def read(self, n=-1): method _update_crc (line 771) | def _update_crc(self, newdata): method read1 (line 781) | def read1(self, n): method _read1 (line 818) | def _read1(self, n): method _read2 (line 854) | def _read2(self, n): method close (line 870) | def close(self): class ZipFile (line 878) | class ZipFile: method __init__ (line 897) | def __init__(self, file, mode="r", compression=ZIP_STORED, allowZip64=... method __enter__ (line 962) | def __enter__(self): method __exit__ (line 965) | def __exit__(self, type, value, traceback): method _RealGetContents (line 968) | def _RealGetContents(self): method namelist (line 1046) | def namelist(self): method infolist (line 1050) | def infolist(self): method printdir (line 1055) | def printdir(self, file=None): method testzip (line 1064) | def testzip(self): method getinfo (line 1077) | def getinfo(self, name): method setpassword (line 1086) | def setpassword(self, pwd): method comment (line 1096) | def comment(self): method comment (line 1101) | def comment(self, comment): method read (line 1113) | def read(self, name, pwd=None): method open (line 1118) | def open(self, name, mode="r", pwd=None): method extract (line 1210) | def extract(self, member, path=None, pwd=None): method extractall (line 1224) | def extractall(self, path=None, members=None, pwd=None): method _sanitize_windows_name (line 1237) | def _sanitize_windows_name(cls, arcname, pathsep): method _extract_member (line 1251) | def _extract_member(self, member, targetpath, pwd): method _writecheck (line 1290) | def _writecheck(self, zinfo): method write (line 1309) | def write(self, filename, arcname=None, compress_type=None): method writestr (line 1397) | def writestr(self, zinfo_or_arcname, data, compress_type=None): method __del__ (line 1449) | def __del__(self): method close (line 1453) | def close(self): class PyZipFile (line 1562) | class PyZipFile(ZipFile): method __init__ (line 1565) | def __init__(self, file, mode="r", compression=ZIP_STORED, method writepy (line 1571) | def writepy(self, pathname, basename=""): method _get_codename (line 1636) | def _get_codename(self, pathname, basename): function main (line 1706) | def main(args = None): FILE: tests/pythons/win64-py33/include/Python-ast.h type _mod (line 5) | struct _mod type _stmt (line 7) | struct _stmt type _expr (line 9) | struct _expr type expr_context_ty (line 11) | typedef enum _expr_context { Load=1, Store=2, Del=3, AugLoad=4, AugStore=5, type _slice (line 14) | struct _slice type boolop_ty (line 16) | typedef enum _boolop { And=1, Or=2 } boolop_ty; type operator_ty (line 18) | typedef enum _operator { Add=1, Sub=2, Mult=3, Div=4, Mod=5, Pow=6, LShi... type unaryop_ty (line 22) | typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; type cmpop_ty (line 24) | typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsN... type _comprehension (line 27) | struct _comprehension type _excepthandler (line 29) | struct _excepthandler type _arguments (line 31) | struct _arguments type _arg (line 33) | struct _arg type _keyword (line 35) | struct _keyword type _alias (line 37) | struct _alias type _withitem (line 39) | struct _withitem type _mod_kind (line 42) | enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, type _mod (line 44) | struct _mod { type _stmt_kind (line 66) | enum _stmt_kind {FunctionDef_kind=1, ClassDef_kind=2, Return_kind=3, type _stmt (line 72) | struct _stmt { type _expr_kind (line 180) | enum _expr_kind {BoolOp_kind=1, BinOp_kind=2, UnaryOp_kind=3, Lambda_kin... type _expr (line 187) | struct _expr { type _slice_kind (line 318) | enum _slice_kind {Slice_kind=1, ExtSlice_kind=2, Index_kind=3} type _slice (line 319) | struct _slice { type _comprehension (line 339) | struct _comprehension { type _excepthandler_kind (line 345) | enum _excepthandler_kind {ExceptHandler_kind=1} type _excepthandler (line 346) | struct _excepthandler { type _arguments (line 360) | struct _arguments { type _arg (line 371) | struct _arg { type _keyword (line 376) | struct _keyword { type _alias (line 381) | struct _alias { type _withitem (line 386) | struct _withitem { FILE: tests/pythons/win64-py33/include/abstract.h type _Py_Identifier (line 343) | struct _Py_Identifier FILE: tests/pythons/win64-py33/include/accu.h type _PyAccu (line 21) | typedef struct { FILE: tests/pythons/win64-py33/include/asdl.h type PyObject (line 4) | typedef PyObject * identifier; type PyObject (line 5) | typedef PyObject * string; type PyObject (line 6) | typedef PyObject * bytes; type PyObject (line 7) | typedef PyObject * object; type asdl_seq (line 17) | typedef struct { type asdl_int_seq (line 22) | typedef struct { FILE: tests/pythons/win64-py33/include/bitset.h type BYTE (line 12) | typedef BYTE *bitset; FILE: tests/pythons/win64-py33/include/boolobject.h type _longobject (line 18) | struct _longobject FILE: tests/pythons/win64-py33/include/bytearrayobject.h type PyByteArrayObject (line 23) | typedef struct { FILE: tests/pythons/win64-py33/include/bytesobject.h type PyBytesObject (line 31) | typedef struct { FILE: tests/pythons/win64-py33/include/cellobject.h type PyCellObject (line 9) | typedef struct { FILE: tests/pythons/win64-py33/include/ceval.h type _frame (line 28) | struct _frame type _frame (line 33) | struct _frame type _frame (line 112) | struct _frame type _frame (line 113) | struct _frame FILE: tests/pythons/win64-py33/include/classobject.h type PyMethodObject (line 12) | typedef struct { type PyInstanceMethodObject (line 37) | typedef struct { FILE: tests/pythons/win64-py33/include/code.h type PyCodeObject (line 11) | typedef struct { type PyAddrPair (line 95) | typedef struct _addr_pair { FILE: tests/pythons/win64-py33/include/compile.h type _node (line 12) | struct _node type _node (line 13) | struct _node type PyFutureFeatures (line 17) | typedef struct { type _mod (line 31) | struct _mod type _mod (line 34) | struct _mod type _mod (line 39) | struct _mod FILE: tests/pythons/win64-py33/include/complexobject.h type Py_complex (line 10) | typedef struct { type PyComplexObject (line 41) | typedef struct { FILE: tests/pythons/win64-py33/include/datetime.h type PyDateTime_Delta (line 34) | typedef struct type PyDateTime_TZInfo (line 43) | typedef struct type _PyDateTime_BaseTZInfo (line 61) | typedef struct type _PyDateTime_BaseTime (line 76) | typedef struct type PyDateTime_Time (line 81) | typedef struct type PyDateTime_Date (line 93) | typedef struct type _PyDateTime_BaseDateTime (line 103) | typedef struct type PyDateTime_DateTime (line 108) | typedef struct type PyDateTime_CAPI (line 146) | typedef struct { FILE: tests/pythons/win64-py33/include/descrobject.h type PyObject (line 8) | typedef PyObject *(*getter)(PyObject *, void *); type PyGetSetDef (line 11) | typedef struct PyGetSetDef { type PyObject (line 20) | typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args, type PyObject (line 23) | typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args, type wrapperbase (line 26) | struct wrapperbase { type PyDescrObject (line 41) | typedef struct { type PyMethodDescrObject (line 53) | typedef struct { type PyMemberDescrObject (line 58) | typedef struct { type PyGetSetDescrObject (line 63) | typedef struct { type PyWrapperDescrObject (line 68) | typedef struct { type PyMemberDef (line 85) | struct PyMemberDef type PyMemberDef (line 87) | struct PyMemberDef type PyGetSetDef (line 89) | struct PyGetSetDef type wrapperbase (line 92) | struct wrapperbase FILE: tests/pythons/win64-py33/include/dictobject.h type PyDictKeysObject (line 18) | typedef struct _dictkeysobject PyDictKeysObject; type PyDictObject (line 23) | typedef struct { type _Py_Identifier (line 55) | struct _Py_Identifier type _Py_Identifier (line 106) | struct _Py_Identifier type _Py_Identifier (line 108) | struct _Py_Identifier FILE: tests/pythons/win64-py33/include/dynamic_annotations.h function T (line 473) | T _Py_ANNOTATE_UNPROTECTED_READ(const volatile T &x) { FILE: tests/pythons/win64-py33/include/fileutils.h type stat (line 21) | struct stat type stat (line 27) | struct stat FILE: tests/pythons/win64-py33/include/floatobject.h type PyFloatObject (line 15) | typedef struct { FILE: tests/pythons/win64-py33/include/frameobject.h type PyTryBlock (line 11) | typedef struct { type PyFrameObject (line 17) | typedef struct _frame { FILE: tests/pythons/win64-py33/include/funcobject.h type PyFunctionObject (line 21) | typedef struct { FILE: tests/pythons/win64-py33/include/genobject.h type _frame (line 11) | struct _frame type PyGenObject (line 13) | typedef struct { type _frame (line 35) | struct _frame FILE: tests/pythons/win64-py33/include/grammar.h type label (line 14) | typedef struct { type labellist (line 23) | typedef struct { type arc (line 30) | typedef struct { type state (line 37) | typedef struct { type dfa (line 50) | typedef struct { type grammar (line 61) | typedef struct { FILE: tests/pythons/win64-py33/include/import.h type _inittab (line 99) | struct _inittab { type _inittab (line 103) | struct _inittab type _inittab (line 104) | struct _inittab type _frozen (line 115) | struct _frozen { type _frozen (line 124) | struct _frozen FILE: tests/pythons/win64-py33/include/listobject.h type PyListObject (line 23) | typedef struct { FILE: tests/pythons/win64-py33/include/longintrepr.h type PY_UINT32_T (line 49) | typedef PY_UINT32_T digit; type PY_INT32_T (line 50) | typedef PY_INT32_T sdigit; type PY_UINT64_T (line 51) | typedef PY_UINT64_T twodigits; type PY_INT64_T (line 52) | typedef PY_INT64_T stwodigits; type digit (line 57) | typedef unsigned short digit; type sdigit (line 58) | typedef short sdigit; type twodigits (line 59) | typedef unsigned long twodigits; type stwodigits (line 60) | typedef long stwodigits; type _longobject (line 89) | struct _longobject { FILE: tests/pythons/win64-py33/include/longobject.h type PyLongObject (line 10) | typedef struct _longobject PyLongObject; FILE: tests/pythons/win64-py33/include/memoryobject.h type _PyManagedBufferObject (line 40) | typedef struct { type PyMemoryViewObject (line 58) | typedef struct { FILE: tests/pythons/win64-py33/include/methodobject.h type PyObject (line 18) | typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); type PyObject (line 19) | typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, type PyObject (line 21) | typedef PyObject *(*PyNoArgsFunction)(PyObject *); type PyMethodDef (line 40) | struct PyMethodDef { type PyMethodDef (line 47) | typedef struct PyMethodDef PyMethodDef; type PyCFunctionObject (line 75) | typedef struct { FILE: tests/pythons/win64-py33/include/modsupport.h type PyModuleDef (line 113) | struct PyModuleDef FILE: tests/pythons/win64-py33/include/moduleobject.h type PyModuleDef (line 29) | struct PyModuleDef type PyModuleDef_Base (line 32) | typedef struct PyModuleDef_Base { type PyModuleDef (line 46) | typedef struct PyModuleDef{ FILE: tests/pythons/win64-py33/include/node.h type node (line 10) | typedef struct _node { FILE: tests/pythons/win64-py33/include/object.h type PyObject (line 105) | typedef struct _object { type PyVarObject (line 111) | typedef struct { type _Py_Identifier (line 140) | typedef struct _Py_Identifier { type PyObject (line 164) | typedef PyObject * (*unaryfunc)(PyObject *); type PyObject (line 165) | typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); type PyObject (line 166) | typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); type Py_ssize_t (line 168) | typedef Py_ssize_t (*lenfunc)(PyObject *); type PyObject (line 169) | typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); type PyObject (line 170) | typedef PyObject *(*ssizessizeargfunc)(PyObject *, Py_ssize_t, Py_ssize_t); type Py_buffer (line 177) | typedef struct bufferinfo { type PyNumberMethods (line 235) | typedef struct { type PySequenceMethods (line 279) | typedef struct { type PyMappingMethods (line 293) | typedef struct { type PyBufferProcs (line 300) | typedef struct { type PyObject (line 315) | typedef PyObject *(*getattrfunc)(PyObject *, char *); type PyObject (line 316) | typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); type PyObject (line 319) | typedef PyObject *(*reprfunc)(PyObject *); type Py_hash_t (line 320) | typedef Py_hash_t (*hashfunc)(PyObject *); type PyObject (line 321) | typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); type PyObject (line 322) | typedef PyObject *(*getiterfunc) (PyObject *); type PyObject (line 323) | typedef PyObject *(*iternextfunc) (PyObject *); type PyObject (line 324) | typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); type PyObject (line 327) | typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *); type PyObject (line 328) | typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t); type PyTypeObject (line 331) | typedef struct _typeobject PyTypeObject; type PyTypeObject (line 333) | typedef struct _typeobject { type PyType_Slot (line 422) | typedef struct{ type PyType_Spec (line 427) | typedef struct{ type PyHeapTypeObject (line 442) | typedef struct _heaptypeobject { type _Py_Identifier (line 493) | struct _Py_Identifier type _Py_Identifier (line 512) | struct _Py_Identifier type _Py_Identifier (line 513) | struct _Py_Identifier type _Py_Identifier (line 514) | struct _Py_Identifier type _Py_HashSecret_t (line 567) | typedef struct { FILE: tests/pythons/win64-py33/include/objimpl.h type PyGC_Head (line 246) | typedef union _gc_head { FILE: tests/pythons/win64-py33/include/opcode.h type cmp_op (line 151) | enum cmp_op {PyCmp_LT=Py_LT, PyCmp_LE=Py_LE, PyCmp_EQ=Py_EQ, PyCmp_NE=Py... FILE: tests/pythons/win64-py33/include/parsetok.h type perrdetail (line 10) | typedef struct { FILE: tests/pythons/win64-py33/include/pgen.h type _node (line 12) | struct _node type _node (line 13) | struct _node FILE: tests/pythons/win64-py33/include/py_curses.h type PyCursesWindowObject (line 76) | typedef struct { FILE: tests/pythons/win64-py33/include/pyarena.h type PyArena (line 12) | typedef struct _arena PyArena; FILE: tests/pythons/win64-py33/include/pyatomic.h type _Py_memory_order (line 23) | typedef enum _Py_memory_order { type _Py_atomic_address (line 31) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 35) | typedef struct _Py_atomic_int { function _Py_atomic_signal_fence (line 43) | static __inline__ void function _Py_atomic_thread_fence (line 50) | static __inline__ void function _Py_ANNOTATE_MEMORY_ORDER (line 58) | static __inline__ void FILE: tests/pythons/win64-py33/include/pyconfig.h type __int64 (line 195) | typedef __int64 ssize_t; type _W64 (line 197) | typedef _W64 int ssize_t; type pid_t (line 209) | typedef int pid_t; type pid_t (line 245) | typedef int pid_t; type pid_t (line 292) | typedef int pid_t; FILE: tests/pythons/win64-py33/include/pyerrors.h type PyBaseExceptionObject (line 16) | typedef struct { type PySyntaxErrorObject (line 20) | typedef struct { type PyImportErrorObject (line 30) | typedef struct { type PyUnicodeErrorObject (line 37) | typedef struct { type PySystemExitObject (line 46) | typedef struct { type PyOSErrorObject (line 51) | typedef struct { type PyStopIterationObject (line 62) | typedef struct { type PyOSErrorObject (line 68) | typedef PyOSErrorObject PyEnvironmentErrorObject; type PyOSErrorObject (line 70) | typedef PyOSErrorObject PyWindowsErrorObject; FILE: tests/pythons/win64-py33/include/pyexpat.h type PyExpat_CAPI (line 9) | struct PyExpat_CAPI FILE: tests/pythons/win64-py33/include/pyport.h type Py_uintptr_t (line 170) | typedef uintptr_t Py_uintptr_t; type Py_intptr_t (line 171) | typedef intptr_t Py_intptr_t; type Py_uintptr_t (line 174) | typedef unsigned int Py_uintptr_t; type Py_intptr_t (line 175) | typedef int Py_intptr_t; type Py_uintptr_t (line 178) | typedef unsigned long Py_uintptr_t; type Py_intptr_t (line 179) | typedef long Py_intptr_t; type Py_uintptr_t (line 182) | typedef unsigned PY_LONG_LONG Py_uintptr_t; type PY_LONG_LONG (line 183) | typedef PY_LONG_LONG Py_intptr_t; type Py_ssize_t (line 194) | typedef ssize_t Py_ssize_t; type Py_intptr_t (line 196) | typedef Py_intptr_t Py_ssize_t; type Py_ssize_t (line 202) | typedef Py_ssize_t Py_hash_t; type Py_uhash_t (line 204) | typedef size_t Py_uhash_t; type termios (line 674) | struct termios type winsize (line 674) | struct winsize type termios (line 675) | struct termios type winsize (line 675) | struct winsize FILE: tests/pythons/win64-py33/include/pystate.h type _ts (line 13) | struct _ts type _is (line 14) | struct _is type PyInterpreterState (line 17) | typedef struct _is PyInterpreterState; type PyInterpreterState (line 19) | typedef struct _is { type _frame (line 50) | struct _frame type _frame (line 54) | struct _frame type PyThreadState (line 67) | typedef struct _ts PyThreadState; type PyThreadState (line 69) | typedef struct _ts { type PyModuleDef (line 129) | struct PyModuleDef type PyModuleDef (line 132) | struct PyModuleDef type PyModuleDef (line 133) | struct PyModuleDef type PyModuleDef (line 135) | struct PyModuleDef type PyGILState_STATE (line 168) | typedef type _frame (line 232) | struct _frame FILE: tests/pythons/win64-py33/include/pythonrun.h type PyCompilerFlags (line 20) | typedef struct { type _mod (line 63) | struct _mod type _mod (line 69) | struct _mod type _node (line 87) | struct _node type _node (line 89) | struct _node type _node (line 92) | struct _node type symtable (line 121) | struct symtable FILE: tests/pythons/win64-py33/include/pythread.h type PyLockStatus (line 14) | typedef enum PyLockStatus { FILE: tests/pythons/win64-py33/include/pytime.h type _PyTime_timeval (line 17) | typedef struct timeval _PyTime_timeval; type _PyTime_timeval (line 19) | typedef struct { type _Py_clock_info_t (line 26) | typedef struct { FILE: tests/pythons/win64-py33/include/setobject.h type setentry (line 24) | typedef struct { type PySetObject (line 35) | typedef struct _setobject PySetObject; type _setobject (line 36) | struct _setobject { FILE: tests/pythons/win64-py33/include/sliceobject.h type PySliceObject (line 22) | typedef struct { FILE: tests/pythons/win64-py33/include/structmember.h type PyMemberDef (line 18) | typedef struct PyMemberDef { type PyMemberDef (line 69) | struct PyMemberDef type PyMemberDef (line 70) | struct PyMemberDef FILE: tests/pythons/win64-py33/include/structseq.h type PyStructSequence_Field (line 10) | typedef struct PyStructSequence_Field { type PyStructSequence_Desc (line 15) | typedef struct PyStructSequence_Desc { type PyTupleObject (line 33) | typedef PyTupleObject PyStructSequence; FILE: tests/pythons/win64-py33/include/symtable.h type _Py_block_ty (line 13) | typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } type _symtable_entry (line 16) | struct _symtable_entry type symtable (line 18) | struct symtable { type PySTEntryObject (line 37) | typedef struct _symtable_entry { type symtable (line 69) | struct symtable type symtable (line 73) | struct symtable type symtable (line 75) | struct symtable FILE: tests/pythons/win64-py33/include/traceback.h type _frame (line 10) | struct _frame type PyTracebackObject (line 14) | typedef struct _traceback { type _frame (line 23) | struct _frame FILE: tests/pythons/win64-py33/include/tupleobject.h type PyTupleObject (line 25) | typedef struct { FILE: tests/pythons/win64-py33/include/ucnhash.h type _PyUnicode_Name_CAPI (line 13) | typedef struct { FILE: tests/pythons/win64-py33/include/unicodeobject.h type wchar_t (line 93) | typedef wchar_t Py_UNICODE; type Py_UCS4 (line 121) | typedef unsigned int Py_UCS4; type Py_UCS4 (line 123) | typedef unsigned long Py_UCS4; type Py_UCS2 (line 129) | typedef unsigned short Py_UCS2; type Py_UCS1 (line 134) | typedef unsigned char Py_UCS1; type PyASCIIObject (line 217) | typedef struct { type PyCompactUnicodeObject (line 353) | typedef struct { type PyUnicodeObject (line 365) | typedef struct { type PyUnicode_Kind (line 448) | enum PyUnicode_Kind { type _PyUnicodeWriter (line 894) | typedef struct { FILE: tests/pythons/win64-py33/include/weakrefobject.h type PyWeakReference (line 10) | typedef struct _PyWeakReference PyWeakReference; type _PyWeakReference (line 16) | struct _PyWeakReference {