Name |
Description |
BadSourceException |
|
ClosureCell |
|
CommonDictionaryStorage |
|
CommonDictionaryStorage.Bucket |
Used to store a single hashed key/value and a linked list of collisions. Bucket is not serializable because it stores the computed hash code which could change between serialization and deserialization. |
CommonDictionaryStorage.DeserializationNullValue |
Special marker NullValue used during deserialization to not add an extra field to the dictionary storage type. |
CommonDictionaryStorage.NullValue |
|
ConstantDictionaryStorage |
|
DictionaryOps |
Provides both helpers for implementing Python dictionaries as well as providing public methods that should be exposed on all dictionary types. Currently these are published on IDictionary<object, object> |
FunctionCode |
|
FunctionCode.CodeList |
Extremely light weight linked list of weak references used for tracking all of the FunctionCode objects which get created and need to be updated for purposes of recursion enforcement or tracing. |
FunctionCode.TargetUpdaterForCompilation |
|
FutureBuiltins |
|
Importer |
Importer class - used for importing modules. Used by Ops and __builtin__ Singleton living on Python engine. |
Importer.PythonFileStreamContentProvider |
|
LiteralParser |
Summary description for ConstantValue. |
MemoryView |
|
Method |
|
NativeMethods |
|
NativeMethods.WIN32_FIND_DATA |
|
NonStrictDecoderFallback |
|
NonStrictDecoderFallbackBuffer |
|
NonStrictEncoderFallback |
|
NonStrictEncoderFallbackBuffer |
|
PythonAsciiEncoding |
|
PythonDebuggingPayload |
|
PythonDebuggingPayload.TracingWalker |
|
PythonDocumentationProvider |
|
PythonDynamicStackFrame |
A DynamicStackFrame which has Python specific data. Currently this includes the code context which may provide access to locals and the function code object which is needed to build frame objects from. |
PythonFunction |
|
PythonModule |
|
PythonModule.DebugProxy |
|
PythonModule.MetaModule |
|
PythonProperty |
|
SourceNonStrictDecoderFallback |
|
SourceNonStrictDecoderFallbackBuffer |
|
StringFormatter |
StringFormatter provides Python's % style string formatting services. |
StringFormatter.FormatSettings |
|
Super |
|
UnboundLocalException |
|
UnboundNameException |
|
ZipImportModule |
|
ZipImportModule.SourceStringContentProvider |
|
ZipImportModule.zipimporter |
|
classmethod |
|
staticmethod |
|