Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031
  1. .. Shared Memory Dictionary documentation master file, created by
  2. sphinx-quickstart on Wed Aug 21 10:21:58 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to the Shard Memory Dictionary's documentation!
  6. =======================================================
  7. +---------------------------------------+-----------------------------------+
  8. | | |
  9. | **Modules** | * :ref:`search` |
  10. | | |
  11. +---------------------------------------+-----------------------------------+
  12. | | |
  13. | * :ref:`shm_dict.shm_dict` | * Full index of all callables |
  14. | | |
  15. | | * :ref:`genindex` |
  16. | | |
  17. | | * Index based on file/directory |
  18. | | |
  19. | | * :ref:`modindex` |
  20. | | |
  21. +---------------------------------------+-----------------------------------+
  22. .. toctree::
  23. :hidden:
  24. :glob:
  25. shm_dict/*