Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

.isort.cfg 360B

123456789101112131415
  1. [settings]
  2. line_length = 88
  3. known_first_party = shm_dict
  4. known_third_party = arrow
  5. posix_ipc
  6. requests
  7. six
  8. ujson
  9. urllib3
  10. multi_line_output = 3
  11. # length_sort = 1
  12. # balanced_wrapping = True
  13. force_grid_wrap = 0
  14. include_trailing_comma = True
  15. use_parentheses = True