mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
8 lines
395 B
Python
8 lines
395 B
Python
#This file is auto generated by the PythonDocGenerator tool. Please do not edit manually.
|
|
#Its sole purpose is to provide Python stubs for the C++ code, which can be used in your IDE to help during development.
|
|
#Do note that these types aren't complete, with constructor args and properties missing.
|
|
"""Common"""
|
|
|
|
def new_serial_no():
|
|
"""Gets the next system wide serial number."""
|
|
pass
|