Shared Memory Dictionary utilizing Posix IPC semaphores and shared memory segments and offering permanent disk storage of data if required.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

.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