Python Standard Library

Table of Contents

  • Ch 01 - 10
  • Ch 11 - 20
  • Ch 21 - 30
  • Ch 31 - 37
  • api
    • 06 Built-in Exceptions
    • 07 String Services
    • 08 Data Types
    • 09 Numeric and Mathematical Methods
    • 10 File and Directory Access
    • 11 Data Persistence
    • 12 Data Compression and Archiving
    • 13 File Formats
    • 14 Cryptographic Services
    • 15 Generic Operating System Services
    • 16 Optional Operating System Services
    • 17 Interprocess Communication and Networking
    • 18 Internet Data Handling
    • 19 Structured Markup Processing Tools
    • 20 Internet Protocols and Support
    • 21 Multimedia Services
    • 22 Internationalization
    • 23 Program Frameworks
    • 24 Graphical User Interfaces with Tk
      • Tkinter
      • ttk
      • Tix
        • Functions
        • Classes
          • Tix.Balloon
          • Tix.BaseWidget
          • Tix.BitmapImage
          • Tix.BooleanType
          • Tix.BooleanVar
          • Tix.BufferType
          • Tix.BuiltinFunctionType
          • Tix.BuiltinMethodType
          • Tix.Button
          • Tix.ButtonBox
          • Tix.CObjView
          • Tix.CallWrapper
          • Tix.Canvas
          • Tix.CheckList
          • Tix.Checkbutton
          • Tix.ClassType
          • Tix.CodeType
          • Tix.ComboBox
          • Tix.ComplexType
          • Tix.Control
          • Tix.DialogShell
          • Tix.DictProxyType
          • Tix.DictType
          • Tix.DictionaryType
          • Tix.DirList
          • Tix.DirSelectBox
          • Tix.DirSelectDialog
          • Tix.DirTree
          • Tix.DisplayStyle
          • Tix.DoubleVar
          • Tix.EllipsisType
          • Tix.Entry
          • Tix.Event
          • Tix.ExFileSelectBox
          • Tix.ExFileSelectDialog
          • Tix.FileEntry
          • Tix.FileSelectBox
          • Tix.FileSelectDialog
          • Tix.FileType
          • Tix.FloatType
          • Tix.Form
          • Tix.Frame
          • Tix.FrameType
          • Tix.FunctionType
          • Tix.GeneratorType
          • Tix.GetSetDescriptorType
          • Tix.Grid
          • Tix.HList
          • Tix.Image
          • Tix.InputOnly
          • Tix.InstanceType
          • Tix.IntType
          • Tix.IntVar
          • Tix.Label
          • Tix.LabelEntry
          • Tix.LabelFrame
          • Tix.LambdaType
            • Attributes
              • Tix.LambdaType.func_closure
              • Tix.LambdaType.func_code
              • Tix.LambdaType.func_defaults
              • Tix.LambdaType.func_dict
              • Tix.LambdaType.func_doc
              • Tix.LambdaType.func_globals
              • Tix.LambdaType.func_name
          • Tix.ListNoteBook
          • Tix.ListType
          • Tix.Listbox
          • Tix.LongType
          • Tix.MemberDescriptorType
          • Tix.Menu
          • Tix.Menubutton
          • Tix.Message
          • Tix.Meter
          • Tix.MethodType
          • Tix.Misc
          • Tix.ModuleType
          • Tix.NoneType
          • Tix.NotImplementedType
          • Tix.NoteBook
          • Tix.NoteBookFrame
          • Tix.ObjectType
          • Tix.OptionMenu
          • Tix.Pack
          • Tix.PanedWindow
          • Tix.PhotoImage
          • Tix.Place
          • Tix.PopupMenu
          • Tix.Radiobutton
          • Tix.ResizeHandle
          • Tix.Scale
          • Tix.Scrollbar
          • Tix.ScrolledGrid
          • Tix.ScrolledHList
          • Tix.ScrolledListBox
          • Tix.ScrolledTList
          • Tix.ScrolledText
          • Tix.ScrolledWindow
          • Tix.Select
          • Tix.Shell
          • Tix.SliceType
          • Tix.Spinbox
          • Tix.StdButtonBox
          • Tix.StringType
          • Tix.StringVar
          • Tix.Studbutton
          • Tix.TList
          • Tix.Text
          • Tix.TixSubWidget
          • Tix.TixWidget
          • Tix.Tk
          • Tix.Toplevel
          • Tix.TracebackType
          • Tix.Tree
          • Tix.Tributton
          • Tix.TupleType
          • Tix.TypeType
          • Tix.UnboundMethodType
          • Tix.UnicodeType
          • Tix.Variable
          • Tix.Widget
          • Tix.Wm
          • Tix.XRangeType
          • Tix.XView
          • Tix.YView
          • Tix.getdouble
          • Tix.getint
          • Tix.tixCommand
        • Exceptions
      • ScrolledText
      • turtle
    • 25 Development Tools
    • 26 Debugging and Profiling
    • 27 Software Packaging and Distribution
    • 28 Python Runtime Services
    • 29 Custom Python Interpreters
    • 30 Restricted Execution
    • 31 Importing Modules
    • 32 Python Language Services
    • 33 (depr) Python compiler package
    • 34 Miscellaneous Services
    • 35 MS Windows Specific Services
    • 36. Unix Specific Services
    • 37 Mac OS X specific services
Python Standard Library
  • Docs »
  • api »
  • Tix »
  • Tix.LambdaType
  • View page source

Tix.LambdaType¶

Tix.LambdaType¶

alias of function

Attributes¶

func_closure
func_code
func_defaults
func_dict
func_doc
func_globals
func_name
Next Previous

© Copyright 2016.

Built with Sphinx using a theme provided by Read the Docs.