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
668
def print_dict(self, items, title=None,
line_before
=False):
673
@param
line_before
: True to print an empty line before the output,
678
if
line_before
:
734
def print_by_ids_std(self, items, title=None,
line_before
=False):
739
@param
line_before
: True to print an empty line before the output,
744
if
line_before
:
751
def print_by_ids_parse(self, items, title=None,
line_before
=False):
756
@param
line_before
: True to print an empty line before the output,
761
if
line_before
:
host.py
262
self.print_by_ids(acls, 'ACLs',
line_before
=True)
264
self.print_by_ids(labels, 'Labels',
line_before
=True)
265
self.print_dict(attributes, 'Host Attributes',
line_before
=True)
Completed in 81 milliseconds