Home
last modified time | relevance | path

Searched refs:FixedOutputBufferType (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Tools/bgen/bgen/
DbgenStringBuffer.py4 from bgenBuffer import FixedOutputBufferType
45 class FixedOutputStringType(StringBufferMixIn, FixedOutputBufferType):
DbgenStackBuffer.py4 from bgenBuffer import FixedInputBufferType, FixedOutputBufferType
7 class StackOutputBufferType(FixedOutputBufferType):
DbgenBuffer.py154 class FixedOutputBufferType(OutputOnlyBufferMixIn, FixedInputOutputBufferType): class