Page MenuHomeDevCentral

jetbrains.py
No OneTemporary

jetbrains.py

# -------------------------------------------------------------
# Merge dictionaries :: Publishers :: JetBrains IDEs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Description: Find application-level dictionaries
# from JetBrains IDEs
# License: BSD-2-Clause
# -------------------------------------------------------------
from mergedictionaries.sources import jetbrains as jetbrains_source
from mergedictionaries.output import jetbrains as jetbrains_output
def write(words):
contents = jetbrains_output.dump(words)
for file_path in jetbrains_source.find_application_level_dictionaries():
with open(file_path, "w") as fd:
fd.write(contents)
fd.write("\n")

File Metadata

Mime Type
text/x-python
Expires
Wed, Oct 22, 14:04 (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3092313
Default Alt Text
jetbrains.py (790 B)

Event Timeline