##// END OF EJS Templates
add get_security_file() function to utils.path...
add get_security_file() function to utils.path This makes it easier for third party tools to retrieve security files (e.g. json connection files) by name and [optional] profile name alone, without knowledge of IPython's directory structure. For example, whenever ipkernel outputs: ` --existing kernel-12345.json --profile foo` that file can be found with: get_security_file('kernel-12345.json', profile='foo')
MinRK -
r4968:2c75ec8e
Show More
Name Size Modified Last Commit Author
/ tools
alldeps
build_release Loading ...
check_sources.py Loading ...
github_stats.py Loading ...
gitwash_dumper.py Loading ...
make_tarball.py Loading ...
release Loading ...
run_ipy_in_profiler.py Loading ...
testupload Loading ...
toollib.py Loading ...