Searched defs:sizeformat (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | bgenBuffer.py | 33 def __init__(self, size, datatype = 'char', sizetype = 'int', sizeformat = None): argument 172 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None): argument
|
D | bgenHeapBuffer.py | 16 def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None): argument
|