OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_pattern
(Results
1 - 1
of
1
) sorted by null
/external/lldb/scripts/Python/
modify-python-lldb.py
297
init_pattern
= re.compile("^ def __init__\(self.*\):")
variable
366
match =
init_pattern
.search(line)
Completed in 98 milliseconds