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
      • datetime
      • calendar
      • collections
      • heapq
      • bisect
      • array
      • sets
      • sched
      • mutex
      • Queue
      • weakref
      • UserDict
      • UserList
      • UserString
      • types
        • Classes
          • types.BooleanType
          • types.BufferType
          • types.BuiltinFunctionType
          • types.BuiltinMethodType
          • types.ClassType
          • types.CodeType
            • Attributes
              • types.CodeType.co_argcount
              • types.CodeType.co_cellvars
              • types.CodeType.co_code
              • types.CodeType.co_consts
              • types.CodeType.co_filename
              • types.CodeType.co_firstlineno
              • types.CodeType.co_flags
              • types.CodeType.co_freevars
              • types.CodeType.co_lnotab
              • types.CodeType.co_name
              • types.CodeType.co_names
              • types.CodeType.co_nlocals
              • types.CodeType.co_stacksize
              • types.CodeType.co_varnames
          • types.ComplexType
          • types.DictProxyType
          • types.DictType
          • types.DictionaryType
          • types.EllipsisType
          • types.FileType
          • types.FloatType
          • types.FrameType
          • types.FunctionType
          • types.GeneratorType
          • types.GetSetDescriptorType
          • types.InstanceType
          • types.IntType
          • types.LambdaType
          • types.ListType
          • types.LongType
          • types.MemberDescriptorType
          • types.MethodType
          • types.ModuleType
          • types.NoneType
          • types.NotImplementedType
          • types.ObjectType
          • types.SliceType
          • types.StringType
          • types.TracebackType
          • types.TupleType
          • types.TypeType
          • types.UnboundMethodType
          • types.UnicodeType
          • types.XRangeType
      • new
      • copy
      • pprint
      • repr
    • 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
    • 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 »
  • types »
  • types.CodeType
  • View page source

types.CodeType¶

types.CodeType¶

alias of code

Attributes¶

co_argcount
co_cellvars
co_code
co_consts
co_filename
co_firstlineno
co_flags
co_freevars
co_lnotab
co_name
co_names
co_nlocals
co_stacksize
co_varnames
Next Previous

© Copyright 2016.

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