pyez help
help (Device) | |
help(requests) | |
help(Config ) or help(jnpr.junos.utils.config) | >>> from jnpr.junos.utils import config as Config or >>> import jnpr.junos help(config) >>> import jnpr.junos >>> help(jnpr.junos.utils.config) Help on module jnpr.junos.utils.config in jnpr.junos.utils: NAME jnpr.junos.utils.config - # utils/config.py CLASSES jnpr.junos.utils.util.Util(builtins.object) Config class Config(jnpr.junos.utils.util.Util) | Overview of Configuration Utilities. | | * :meth:`commit`: commit changes | * :meth:`commit_check`: perform the commit check operation | * :meth:`diff`: return the diff string between running and candidate config | * :meth:`load`: load changes into the candidate config | * :meth:`lock`: take an exclusive lock on the candidate config | * :meth:`pdiff`: prints the diff string (debug/helper) | * :meth:`rescue`: controls "rescue configuration" | * :meth:`rollback`: perform the load rollback command | * :meth:`unlock`: release the exclusive lock | | Method resolution order: | Config | jnpr.junos.utils.util.Util | builtins.object | | Methods defined here: | |