Skip to content

Commit

Permalink
write_json() usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
mezantrop committed Jun 7, 2024
1 parent f8c2008 commit 64cfb12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsqlike/tsqlike.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ def write_json(self, out_file=None, export_f='', indent=None, separators=None, s
:return: Nothing
"""

"""
Usage example: t.write_json(out_file='1.json', export_f='export_dict_lists()')
"""

if export_f:
bl = evalctrl.blacklisted(export_f)
if bl[0]:
Expand Down

0 comments on commit 64cfb12

Please sign in to comment.