Metadata property added to call ref. Checkin of the latest readme_creator files
This commit is contained in:
parent
faa701e3de
commit
fcb3cc7bde
17 changed files with 19766 additions and 8351 deletions
6
readme_creator/etc/LoG_call_ref_.py
Normal file
6
readme_creator/etc/LoG_call_ref_.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
readfile = lambda fpath: open(fpath, 'r', encoding='utf-8').read()
|
||||
writefile = lambda fpath, x: open(fpath, 'w', encoding='utf-8').write(x)
|
||||
|
||||
from collections import Counter
|
||||
asd = Counter(readfile('LoG_call_ref.json').split('\n'))
|
||||
import pdb; pdb.set_trace();
|
Loading…
Add table
Add a link
Reference in a new issue