mlock
index
/tmp/makerelease-pwman-python.qbyb4Fo9/pwman-python-2.11/libpwman/mlock.py

# mlock support
# Copyright (c) 2019-2024 Michael Büsch <m@bues.ch>
# Licensed under the GNU/GPL version 2 or later.

 
Modules
       
os
platform
sys

 
Classes
       
builtins.object
MLockWrapper

 
class MLockWrapper(builtins.object)
    OS mlock wrapper.
 
  Methods defined here:
__init__(self)
Initialize self.  See help(type(self)) for accurate signature.
mlockall(self)
Lock all current and all future memory.

Class methods defined here:
get() from builtins.type

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

 
Data
        __all__ = ['MLockWrapper']