class documentation
A file magic identifies a file type: For NWN, it is the first four characters on certain file types.
Parameters | |
value | Exactly 4 characters or bytes. |
Raises | |
ValueError | If the input is not exactly 4 bytes long. |
Method | __new__ |
Undocumented |