OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_before
(Results
1 - 2
of
2
) sorted by null
/external/autotest/cli/
topic_common.py
670
def print_dict(self, items, title=None,
line_before
=False):
675
@param
line_before
: True to print an empty line before the output,
680
if
line_before
:
736
def print_by_ids_std(self, items, title=None,
line_before
=False):
741
@param
line_before
: True to print an empty line before the output,
746
if
line_before
:
753
def print_by_ids_parse(self, items, title=None,
line_before
=False):
758
@param
line_before
: True to print an empty line before the output,
763
if
line_before
:
host.py
248
self.print_by_ids(acls, 'ACLs',
line_before
=True)
250
self.print_by_ids(labels, 'Labels',
line_before
=True)
251
self.print_dict(attributes, 'Host Attributes',
line_before
=True)
Completed in 200 milliseconds