:py:mod:`dissect.cstruct.types.wchartype` ========================================= .. py:module:: dissect.cstruct.types.wchartype Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: dissect.cstruct.types.wchartype.WcharType .. py:class:: WcharType(cstruct) Bases: :py:obj:`dissect.cstruct.types.RawType` Implements a wide-character type. .. py:property:: encoding :type: str .. py:method:: default() -> str Return a default value of this type. .. py:method:: default_array(count: int) -> str Return a default array of this type.