Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/bgen/bgen/
DbgenHeapBuffer.py4 from bgenType import OutputOnlyMixIn
75 class HeapOutputBufferType(OutputOnlyMixIn, HeapInputOutputBufferType):
DbgenType.py172 class OutputOnlyMixIn: class
179 class OutputOnlyType(OutputOnlyMixIn, Type):
DbgenBuffer.py9 from bgenType import Type, InputOnlyMixIn, OutputOnlyMixIn, InputOnlyType, OutputOnlyType
127 class OutputOnlyBufferMixIn(OutputOnlyMixIn):