OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:document_module
(Results
1 - 3
of
3
) sorted by null
/external/autotest/frontend/afe/
rpc_handler.py
33
def __init__(self, rpc_interface_modules,
document_module
=None):
43
if
document_module
is None:
44
document_module
= rpc_interface_modules[0]
45
self.html_doc = pydoc.html.document(
document_module
)
views.py
18
document_module
=rpc_interface)
variable
/external/autotest/frontend/tko/
views.py
7
document_module
=rpc_interface)
variable
Completed in 79 milliseconds