• Home
  • Raw
  • Download

Lines Matching full:single

15    single: object
16 single: data
26 single: identity of an object
27 single: value of an object
28 single: type of an object
29 single: mutable object
30 single: immutable object
51 single: garbage collection
52 single: reference counting
53 single: unreachable object
85 .. index:: single: container
113 single: type
125 single: attribute
136 This type has a single value. There is a single object with this value. This
144 This type has a single value. There is a single object with this value. This
154 This type has a single value. There is a single object with this value. This
182 single: OverflowError (built-in exception)
206 single: False
207 single: True
236 support single-precision floating point numbers; the savings in processor and
255 single: index operation
256 single: item selection
257 single: subscription
264 .. index:: single: slicing
271 .. index:: single: extended slicing
296 single: character
297 single: byte
298 single: ASCII@ASCII
309 single: ASCII@ASCII
310 single: EBCDIC
311 single: character set
327 single: character
328 single: integer
329 single: Unicode
359 single: subscription
360 single: slicing
425 single: subscription
434 There is currently a single intrinsic mapping type:
463 single: invocation
485 single: __doc__ (function attribute)
486 single: __name__ (function attribute)
487 single: __module__ (function attribute)
488 single: __dict__ (function attribute)
489 single: __defaults__ (function attribute)
490 single: __code__ (function attribute)
491 single: __globals__ (function attribute)
492 single: __closure__ (function attribute)
493 single: func_doc (function attribute)
494 single: func_name (function attribute)
495 single: func_dict (function attribute)
496 single: func_defaults (function attribute)
497 single: func_code (function attribute)
498 single: func_globals (function attribute)
499 single: func_closure (function attribute)
587 single: __doc__ (method attribute)
588 single: __name__ (method attribute)
589 single: __module__ (method attribute)
590 single: im_func (method attribute)
591 single: im_self (method attribute)
605 single: im_class (method attribute)
606 single: im_func (method attribute)
607 single: im_self (method attribute)
618 .. index:: single: im_func (method attribute)
626 single: im_class (method attribute)
627 single: im_func (method attribute)
628 single: im_self (method attribute)
662 single: generator; function
663 single: generator; iterator
712 single: __init__() (object method)
746 .. index:: single: __dict__ (module attribute)
759 single: __name__ (module attribute)
760 single: __doc__ (module attribute)
761 single: __file__ (module attribute)
796 single: container
822 single: __name__ (class attribute)
823 single: __module__ (class attribute)
824 single: __dict__ (class attribute)
825 single: __bases__ (class attribute)
826 single: __doc__ (class attribute)
875 single: __dict__ (instance attribute)
876 single: __class__ (instance attribute)
885 single: popen() (in module os)
886 single: makefile() (socket method)
887 single: sys.stdin
888 single: sys.stdout
889 single: sys.stderr
890 single: stdio
891 single: stdin (in module sys)
892 single: stdout (in module sys)
893 single: stderr (in module sys)
906 single: internal type
907 single: types, internal
926 single: co_argcount (code object attribute)
927 single: co_code (code object attribute)
928 single: co_consts (code object attribute)
929 single: co_filename (code object attribute)
930 single: co_firstlineno (code object attribute)
931 single: co_flags (code object attribute)
932 single: co_lnotab (code object attribute)
933 single: co_name (code object attribute)
934 single: co_names (code object attribute)
935 single: co_nlocals (code object attribute)
936 single: co_stacksize (code object attribute)
937 single: co_varnames (code object attribute)
938 single: co_cellvars (code object attribute)
939 single: co_freevars (code object attribute)
974 .. index:: single: documentation string
988 single: f_back (frame attribute)
989 single: f_code (frame attribute)
990 single: f_globals (frame attribute)
991 single: f_locals (frame attribute)
992 single: f_lasti (frame attribute)
993 single: f_builtins (frame attribute)
994 single: f_restricted (frame attribute)
1006 single: f_trace (frame attribute)
1007 single: f_exc_type (frame attribute)
1008 single: f_exc_value (frame attribute)
1009 single: f_exc_traceback (frame attribute)
1010 single: f_lineno (frame attribute)
1027 single: exc_info (in module sys)
1028 single: exc_traceback (in module sys)
1029 single: last_traceback (in module sys)
1030 single: sys.exc_info
1031 single: sys.exc_traceback
1032 single: sys.last_traceback
1048 single: tb_next (traceback attribute)
1049 single: tb_frame (traceback attribute)
1050 single: tb_lineno (traceback attribute)
1051 single: tb_lasti (traceback attribute)
1072 single: start (slice object attribute)
1073 single: stop (slice object attribute)
1074 single: step (slice object attribute)
1085 This method takes a single integer argument *length* and computes information
1123 old-style instances, independent of their class, are implemented with a single
1154 single: class; new-style
1155 single: class; classic
1156 single: class; old-style
1168 single: __getitem__() (mapping object method)
1243 single: destructor
1289 Python guarantees that globals whose name begins with a single underscore are
1316 single: back-quotes
1345 single: comparisons
1376 To automatically generate ordering operations from a single root operation,
1383 single: comparisons
1451 .. index:: single: __len__() (mapping object method)
1486 .. index:: single: __setattr__() (object method)
1505 .. index:: single: __dict__ (instance attribute)
1883 single: __nonzero__() (object method)
2024 Notice that these methods are only invoked when a single slice with a single
2368 single: context manager
2415 for different instances of a single old-style class if the appropriate