Searched refs:StringIOTree (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/
H A DStringIOTree.py3 class StringIOTree(object): class in inherits: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/
H A DTestStringIOTree.py3 from Cython import StringIOTree as stringtree
29 self.tree = stringtree.StringIOTree()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py9 Utils=object, SourceDescriptor=object, StringIOTree=object,
29 from Cython.StringIOTree import StringIOTree namespace
1393 # buffer StringIOTree
1412 if buffer is None: buffer = StringIOTree()
2155 self.buffer = buffer or StringIOTree()

Completed in 196 milliseconds