OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locals_dict
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/bin/
setup_job.py
52
locals_dict
= locals().copy()
55
locals_dict
['testdir'] = testdir
58
locals_dict
['job'] = job
66
locals_dict
['outputdir'] = outputdir
75
exec import_stmt + '\n' + init_stmt in
locals_dict
, globals_dict
/external/autotest/client/tests/kvm/tests/
migration.py
22
def get_functions(func_names,
locals_dict
):
30
f =
locals_dict
.get(f)
Completed in 549 milliseconds