Searched defs:disable (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/client/linkedimage/ |
H A D | __init__.py | 39 from pkg.client.linkedimage.common import * # pylint: disable=W0401, W0622 namespace
|
H A D | system.py | 37 from . import common as li # Relative import; pylint: disable=W0403 namespace
|
H A D | zone.py | 47 from . import common as li # Relative import; pylint: disable=W0403 namespace 49 # W0511 XXX / FIXME Comments; pylint: disable=W0511 160 # pylint: disable=W0212 177 # pylint: disable=E1120 208 # Unused variable 'pub'; pylint: disable=W0612 250 # pylint: disable=W0212 264 # pylint: disable=W0612 388 cmd = DebugValues.get_value("bin_zonename") # pylint: disable=E1120 433 # Unused variable; pylint: disable=W0612 451 cmd = DebugValues.get_value("bin_zoneadm") # pylint: disable [all...] |
/pkg/src/modules/ |
H A D | smf.py | 204 def disable(fmris, temporary=False, sync_timeout=0, zone=None): function 209 args = [svcadm_path, "disable", "-s"]
|
/pkg/src/modules/client/ |
H A D | api.py | 41 # pylint: disable=C0111,C0301,C0321,E0702,R0201,W0102 42 # pylint: disable=W0212,W0511,W0612,W0613,W0702 73 # Imports from package six are not grouped: pylint: disable=C0412 103 from pkg.client.pkgdefs import * # pylint: disable=W0401 namespace 109 from pkg.client.plandesc import PlanDescription # pylint: disable=W0611 namespace 1383 # to recurse, so disable a bunch of linked image 1530 # pylint: disable=E1136 3355 # pylint: disable=R0101 3956 # pylint: disable=R0101 4135 # pylint: disable [all...] |
Completed in 39 milliseconds