OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_open_with_encoding
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
115
_open_with_encoding
= codecs.open
125
_open_with_encoding
= open
variable
336
with
_open_with_encoding
(filename, "r", encoding=encoding) as f:
536
f =
_open_with_encoding
(filename, "w", encoding=encoding)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py
115
_open_with_encoding
= codecs.open
125
_open_with_encoding
= open
variable
336
with
_open_with_encoding
(filename, "r", encoding=encoding) as f:
536
f =
_open_with_encoding
(filename, "w", encoding=encoding)
Completed in 86 milliseconds