Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Duno.py32 bytearray = str variable
187 if isinstance(value, (bytes, bytearray)):
200 elif isinstance(that, (bytes, bytearray)):
214 if isinstance( b, (bytes, bytearray) ):