App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes
google.appengine._internal.django.utils.synch Namespace Reference

Classes

class  RWLock
 

Detailed Description

Synchronization primitives:

    - reader-writer lock (preference to writers)

(Contributed to Django by eugene@lazutkin.com)