| layout | default-layout |
|---|---|
| title | CodeParserModule Class - Dynamsoft Code Parser Module Python Edition API Reference |
| description | Definition of the CodeParserModule class in Dynamsoft Code Parser Module Python Edition. |
| keywords | CodeParserModule, api reference, python |
| needAutoGenerateSidebar | true |
The CodeParserModule class defines general functions in the code parser module.
Module: dcp
class CodeParserModule| Method | Description |
|---|---|
get_version |
Returns the version of the code parser module. |
Returns the version of the code parser module.
@staticmethod
def get_version() -> str:Return Value
Returns a string representing the version of the code parser module.