OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_suffix
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py
834
method_suffix
= name.replace('.', '_')
835
get_name = 'get_' +
method_suffix
836
restore_name = 'restore_' +
method_suffix
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py
834
method_suffix
= name.replace('.', '_')
835
get_name = 'get_' +
method_suffix
836
restore_name = 'restore_' +
method_suffix
[
all
...]
Completed in 190 milliseconds