##// END OF EJS Templates
remove Link, DirectionalLink from widgets.__init__...
remove Link, DirectionalLink from widgets.__init__ only functions are part of the public API

File last commit:

r19336:992b81f3
r20231:e92d77f8
Show More
env_magic.rst
1 line | 362 B | text/x-rst | RstLexer
  • Enhanced support for env magic. As before, env with no arguments displays all environment variables and values. Additionally, env can be used to get or set individual environment variables. To display an individual value, use the env var syntax. To set a value, use env var val or env var=val. Python value expansion using $ works as usual.