Package paramiko :: Module _winapi :: Class MemoryMap
[frames] | no frames]

Class MemoryMap

source code

object --+
         |
        MemoryMap

A memory map object which can have security attributes overrideden.

Instance Methods
 
__init__(self, name, length, security_attributes=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__enter__(self) source code
 
seek(self, pos) source code
 
write(self, msg) source code
 
read(self, n)
Read n bytes from mapped view.
source code
 
__exit__(self, exc_type, exc_val, tb) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, name, length, security_attributes=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)