OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringIOTree
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/
StringIOTree.py
3
class
StringIOTree
(object):
34
self.prepended_children.append(
StringIOTree
(self.stream))
42
Insert a
StringIOTree
(and all of its contents) at this location.
50
Returns a new
StringIOTree
, which is left behind at the current position
61
other =
StringIOTree
()
73
at that spot and get a new
StringIOTree
object that is "left behind".
77
>>> a =
StringIOTree
()
92
>>> i =
StringIOTree
()
/external/chromium_org/third_party/cython/src/Cython/Tests/
TestStringIOTree.py
3
from Cython import
StringIOTree
as stringtree
29
self.tree = stringtree.
StringIOTree
()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py
9
Utils=object, SourceDescriptor=object,
StringIOTree
=object,
29
from Cython.
StringIOTree
import
StringIOTree
[
all
...]
Completed in 864 milliseconds