module documentation
Read NDB files: NWScript compiled debug information.
The NDB format is used to store debugging information for compiled scripts, such as variable and function names, line numbers, and structure definitions.
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Class |
|
Undocumented |
Function | read |
Reads the given file object containing NDB data and returns an Ndb object. |
Function | _parse |
Undocumented |
Reads the given file object containing NDB data and returns an Ndb object.
Parameters | |
file:TextIO | A text mode file containing the NDB data to be parsed. |
Returns | |
Ndb | The parsed Ndb object. |
Raises | |
ValueError | If parsing fails. |